modelpedia 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist/index.cjs +60 -35560
  2. package/dist/index.d.cts +3 -156
  3. package/dist/index.d.mts +3 -156
  4. package/dist/index.mjs +60 -35560
  5. package/dist/providers/alibaba.cjs +835 -0
  6. package/dist/providers/alibaba.d.cts +7 -0
  7. package/dist/providers/alibaba.d.mts +7 -0
  8. package/dist/providers/alibaba.mjs +833 -0
  9. package/dist/providers/amazon.cjs +1484 -0
  10. package/dist/providers/amazon.d.cts +7 -0
  11. package/dist/providers/amazon.d.mts +7 -0
  12. package/dist/providers/amazon.mjs +1482 -0
  13. package/dist/providers/anthropic.cjs +698 -0
  14. package/dist/providers/anthropic.d.cts +7 -0
  15. package/dist/providers/anthropic.d.mts +7 -0
  16. package/dist/providers/anthropic.mjs +696 -0
  17. package/dist/providers/azure.cjs +1491 -0
  18. package/dist/providers/azure.d.cts +7 -0
  19. package/dist/providers/azure.d.mts +7 -0
  20. package/dist/providers/azure.mjs +1489 -0
  21. package/dist/providers/baseten.cjs +279 -0
  22. package/dist/providers/baseten.d.cts +7 -0
  23. package/dist/providers/baseten.d.mts +7 -0
  24. package/dist/providers/baseten.mjs +277 -0
  25. package/dist/providers/cerebras.cjs +145 -0
  26. package/dist/providers/cerebras.d.cts +7 -0
  27. package/dist/providers/cerebras.d.mts +7 -0
  28. package/dist/providers/cerebras.mjs +143 -0
  29. package/dist/providers/cloudflare.cjs +826 -0
  30. package/dist/providers/cloudflare.d.cts +7 -0
  31. package/dist/providers/cloudflare.d.mts +7 -0
  32. package/dist/providers/cloudflare.mjs +824 -0
  33. package/dist/providers/cohere.cjs +525 -0
  34. package/dist/providers/cohere.d.cts +7 -0
  35. package/dist/providers/cohere.d.mts +7 -0
  36. package/dist/providers/cohere.mjs +523 -0
  37. package/dist/providers/cursor.cjs +856 -0
  38. package/dist/providers/cursor.d.cts +7 -0
  39. package/dist/providers/cursor.d.mts +7 -0
  40. package/dist/providers/cursor.mjs +854 -0
  41. package/dist/providers/deepseek.cjs +64 -0
  42. package/dist/providers/deepseek.d.cts +7 -0
  43. package/dist/providers/deepseek.d.mts +7 -0
  44. package/dist/providers/deepseek.mjs +62 -0
  45. package/dist/providers/fireworks.cjs +3794 -0
  46. package/dist/providers/fireworks.d.cts +7 -0
  47. package/dist/providers/fireworks.d.mts +7 -0
  48. package/dist/providers/fireworks.mjs +3792 -0
  49. package/dist/providers/google.cjs +972 -0
  50. package/dist/providers/google.d.cts +7 -0
  51. package/dist/providers/google.d.mts +7 -0
  52. package/dist/providers/google.mjs +970 -0
  53. package/dist/providers/groq.cjs +353 -0
  54. package/dist/providers/groq.d.cts +7 -0
  55. package/dist/providers/groq.d.mts +7 -0
  56. package/dist/providers/groq.mjs +351 -0
  57. package/dist/providers/huggingface.cjs +1022 -0
  58. package/dist/providers/huggingface.d.cts +7 -0
  59. package/dist/providers/huggingface.d.mts +7 -0
  60. package/dist/providers/huggingface.mjs +1020 -0
  61. package/dist/providers/meta.cjs +481 -0
  62. package/dist/providers/meta.d.cts +7 -0
  63. package/dist/providers/meta.d.mts +7 -0
  64. package/dist/providers/meta.mjs +479 -0
  65. package/dist/providers/minimax.cjs +156 -0
  66. package/dist/providers/minimax.d.cts +7 -0
  67. package/dist/providers/minimax.d.mts +7 -0
  68. package/dist/providers/minimax.mjs +154 -0
  69. package/dist/providers/mistral.cjs +1594 -0
  70. package/dist/providers/mistral.d.cts +7 -0
  71. package/dist/providers/mistral.d.mts +7 -0
  72. package/dist/providers/mistral.mjs +1592 -0
  73. package/dist/providers/moonshot.cjs +138 -0
  74. package/dist/providers/moonshot.d.cts +7 -0
  75. package/dist/providers/moonshot.d.mts +7 -0
  76. package/dist/providers/moonshot.mjs +136 -0
  77. package/dist/providers/nvidia.cjs +2040 -0
  78. package/dist/providers/nvidia.d.cts +7 -0
  79. package/dist/providers/nvidia.d.mts +7 -0
  80. package/dist/providers/nvidia.mjs +2038 -0
  81. package/dist/providers/ollama.cjs +326 -0
  82. package/dist/providers/ollama.d.cts +7 -0
  83. package/dist/providers/ollama.d.mts +7 -0
  84. package/dist/providers/ollama.mjs +324 -0
  85. package/dist/providers/openai.cjs +9079 -0
  86. package/dist/providers/openai.d.cts +7 -0
  87. package/dist/providers/openai.d.mts +7 -0
  88. package/dist/providers/openai.mjs +9077 -0
  89. package/dist/providers/opencode.cjs +367 -0
  90. package/dist/providers/opencode.d.cts +7 -0
  91. package/dist/providers/opencode.d.mts +7 -0
  92. package/dist/providers/opencode.mjs +365 -0
  93. package/dist/providers/openrouter.cjs +7835 -0
  94. package/dist/providers/openrouter.d.cts +7 -0
  95. package/dist/providers/openrouter.d.mts +7 -0
  96. package/dist/providers/openrouter.mjs +7833 -0
  97. package/dist/providers/perplexity.cjs +311 -0
  98. package/dist/providers/perplexity.d.cts +7 -0
  99. package/dist/providers/perplexity.d.mts +7 -0
  100. package/dist/providers/perplexity.mjs +309 -0
  101. package/dist/providers/qwen.cjs +835 -0
  102. package/dist/providers/qwen.d.cts +7 -0
  103. package/dist/providers/qwen.d.mts +7 -0
  104. package/dist/providers/qwen.mjs +833 -0
  105. package/dist/providers/together.cjs +360 -0
  106. package/dist/providers/together.d.cts +7 -0
  107. package/dist/providers/together.d.mts +7 -0
  108. package/dist/providers/together.mjs +358 -0
  109. package/dist/providers/vercel.cjs +4037 -0
  110. package/dist/providers/vercel.d.cts +7 -0
  111. package/dist/providers/vercel.d.mts +7 -0
  112. package/dist/providers/vercel.mjs +4035 -0
  113. package/dist/providers/vertex.cjs +1072 -0
  114. package/dist/providers/vertex.d.cts +7 -0
  115. package/dist/providers/vertex.d.mts +7 -0
  116. package/dist/providers/vertex.mjs +1070 -0
  117. package/dist/providers/xai.cjs +301 -0
  118. package/dist/providers/xai.d.cts +7 -0
  119. package/dist/providers/xai.d.mts +7 -0
  120. package/dist/providers/xai.mjs +299 -0
  121. package/dist/providers/zai.cjs +243 -0
  122. package/dist/providers/zai.d.cts +7 -0
  123. package/dist/providers/zai.d.mts +7 -0
  124. package/dist/providers/zai.mjs +241 -0
  125. package/dist/types.d.cts +186 -0
  126. package/dist/types.d.mts +186 -0
  127. package/package.json +14 -38
  128. package/README.md +0 -100
@@ -0,0 +1,4037 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ //#region src/providers/vercel.ts
3
+ const provider = {
4
+ "id": "vercel",
5
+ "name": "Vercel AI Gateway",
6
+ "region": "US",
7
+ "url": "https://vercel.com/ai-gateway",
8
+ "api_url": "https://gateway.ai.vercel.com/v1",
9
+ "docs_url": "https://vercel.com/docs/ai-gateway",
10
+ "pricing_url": "https://vercel.com/ai-gateway/models",
11
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M12 0l12 20.785H0L12 0z\"/>\n</svg>",
12
+ "models": [
13
+ {
14
+ "id": "alibaba/qwen-3-14b",
15
+ "name": "qwen-3-14b",
16
+ "created_by": "qwen",
17
+ "source": "official",
18
+ "last_updated": "2026-03-21",
19
+ "family": "qwen",
20
+ "context_window": 41e3,
21
+ "capabilities": {
22
+ "streaming": true,
23
+ "tool_call": true,
24
+ "reasoning": true
25
+ },
26
+ "pricing": {
27
+ "input": .12,
28
+ "output": .24
29
+ }
30
+ },
31
+ {
32
+ "id": "alibaba/qwen-3-235b",
33
+ "name": "qwen-3-235b",
34
+ "created_by": "qwen",
35
+ "source": "official",
36
+ "last_updated": "2026-03-21",
37
+ "family": "qwen",
38
+ "context_window": 131100,
39
+ "capabilities": {
40
+ "streaming": true,
41
+ "tool_call": true,
42
+ "reasoning": true
43
+ },
44
+ "pricing": {
45
+ "input": .07,
46
+ "output": .46
47
+ }
48
+ },
49
+ {
50
+ "id": "alibaba/qwen-3-30b",
51
+ "name": "qwen-3-30b",
52
+ "created_by": "qwen",
53
+ "source": "official",
54
+ "last_updated": "2026-03-21",
55
+ "family": "qwen",
56
+ "context_window": 41e3,
57
+ "capabilities": {
58
+ "streaming": true,
59
+ "tool_call": true,
60
+ "reasoning": true
61
+ },
62
+ "pricing": {
63
+ "input": .08,
64
+ "output": .29
65
+ }
66
+ },
67
+ {
68
+ "id": "alibaba/qwen-3-32b",
69
+ "name": "qwen-3-32b",
70
+ "created_by": "qwen",
71
+ "source": "official",
72
+ "last_updated": "2026-03-21",
73
+ "family": "qwen",
74
+ "context_window": 131100,
75
+ "capabilities": {
76
+ "streaming": true,
77
+ "tool_call": true,
78
+ "reasoning": true
79
+ },
80
+ "pricing": {
81
+ "input": .1,
82
+ "output": .3
83
+ }
84
+ },
85
+ {
86
+ "id": "alibaba/qwen3-235b-a22b-thinking",
87
+ "name": "qwen3-235b-a22b-thinking",
88
+ "created_by": "qwen",
89
+ "source": "official",
90
+ "last_updated": "2026-03-21",
91
+ "family": "qwen3",
92
+ "context_window": 262100,
93
+ "capabilities": {
94
+ "streaming": true,
95
+ "vision": true,
96
+ "tool_call": true
97
+ },
98
+ "pricing": {
99
+ "input": .23,
100
+ "output": 2.3
101
+ }
102
+ },
103
+ {
104
+ "id": "alibaba/qwen3-coder-30b-a3b",
105
+ "name": "qwen3-coder-30b-a3b",
106
+ "created_by": "qwen",
107
+ "source": "official",
108
+ "last_updated": "2026-03-21",
109
+ "family": "qwen3",
110
+ "context_window": 262100,
111
+ "capabilities": {
112
+ "streaming": true,
113
+ "tool_call": true,
114
+ "reasoning": true
115
+ },
116
+ "pricing": {
117
+ "input": .15,
118
+ "output": .6
119
+ }
120
+ },
121
+ {
122
+ "id": "alibaba/qwen3-coder-next",
123
+ "name": "qwen3-coder-next",
124
+ "created_by": "qwen",
125
+ "source": "official",
126
+ "last_updated": "2026-03-21",
127
+ "family": "qwen3",
128
+ "context_window": 256e3,
129
+ "capabilities": {
130
+ "streaming": true,
131
+ "tool_call": true,
132
+ "reasoning": true
133
+ },
134
+ "pricing": {
135
+ "input": .5,
136
+ "output": 1.2
137
+ }
138
+ },
139
+ {
140
+ "id": "alibaba/qwen3-coder-plus",
141
+ "name": "qwen3-coder-plus",
142
+ "created_by": "qwen",
143
+ "source": "official",
144
+ "last_updated": "2026-03-21",
145
+ "family": "qwen3",
146
+ "context_window": 1e6,
147
+ "capabilities": {
148
+ "streaming": true,
149
+ "tool_call": true
150
+ },
151
+ "pricing": {
152
+ "input": 1,
153
+ "output": 5
154
+ }
155
+ },
156
+ {
157
+ "id": "alibaba/qwen3-coder",
158
+ "name": "qwen3-coder",
159
+ "created_by": "qwen",
160
+ "source": "official",
161
+ "last_updated": "2026-03-21",
162
+ "family": "qwen3",
163
+ "context_window": 262100,
164
+ "capabilities": {
165
+ "streaming": true,
166
+ "tool_call": true
167
+ },
168
+ "pricing": {
169
+ "input": .3,
170
+ "output": 1.6
171
+ }
172
+ },
173
+ {
174
+ "id": "alibaba/qwen3-embedding-0.6b",
175
+ "name": "qwen3-embedding-0.6b",
176
+ "created_by": "qwen",
177
+ "source": "official",
178
+ "last_updated": "2026-03-21",
179
+ "family": "qwen3",
180
+ "context_window": 32800,
181
+ "model_type": "embed",
182
+ "capabilities": { "streaming": true },
183
+ "pricing": {
184
+ "input": .01,
185
+ "output": 0
186
+ }
187
+ },
188
+ {
189
+ "id": "alibaba/qwen3-embedding-4b",
190
+ "name": "qwen3-embedding-4b",
191
+ "created_by": "qwen",
192
+ "source": "official",
193
+ "last_updated": "2026-03-21",
194
+ "family": "qwen3",
195
+ "context_window": 32800,
196
+ "model_type": "embed",
197
+ "capabilities": { "streaming": true },
198
+ "pricing": {
199
+ "input": .02,
200
+ "output": 0
201
+ }
202
+ },
203
+ {
204
+ "id": "alibaba/qwen3-embedding-8b",
205
+ "name": "qwen3-embedding-8b",
206
+ "created_by": "qwen",
207
+ "source": "official",
208
+ "last_updated": "2026-03-21",
209
+ "family": "qwen3",
210
+ "context_window": 32800,
211
+ "model_type": "embed",
212
+ "capabilities": { "streaming": true },
213
+ "pricing": {
214
+ "input": .05,
215
+ "output": 0
216
+ }
217
+ },
218
+ {
219
+ "id": "alibaba/qwen3-max-preview",
220
+ "name": "qwen3-max-preview",
221
+ "created_by": "qwen",
222
+ "source": "official",
223
+ "last_updated": "2026-03-21",
224
+ "family": "qwen3",
225
+ "context_window": 262100,
226
+ "capabilities": {
227
+ "streaming": true,
228
+ "tool_call": true
229
+ },
230
+ "pricing": {
231
+ "input": 1.2,
232
+ "output": 6
233
+ }
234
+ },
235
+ {
236
+ "id": "alibaba/qwen3-max-thinking",
237
+ "name": "qwen3-max-thinking",
238
+ "created_by": "qwen",
239
+ "source": "official",
240
+ "last_updated": "2026-03-21",
241
+ "family": "qwen3",
242
+ "context_window": 256e3,
243
+ "capabilities": {
244
+ "streaming": true,
245
+ "tool_call": true,
246
+ "reasoning": true
247
+ },
248
+ "pricing": {
249
+ "input": 1.2,
250
+ "output": 6
251
+ }
252
+ },
253
+ {
254
+ "id": "alibaba/qwen3-max",
255
+ "name": "qwen3-max",
256
+ "created_by": "qwen",
257
+ "source": "official",
258
+ "last_updated": "2026-03-21",
259
+ "family": "qwen3",
260
+ "context_window": 262100,
261
+ "capabilities": {
262
+ "streaming": true,
263
+ "tool_call": true
264
+ },
265
+ "pricing": {
266
+ "input": 1.2,
267
+ "output": 6
268
+ }
269
+ },
270
+ {
271
+ "id": "alibaba/qwen3-next-80b-a3b-instruct",
272
+ "name": "qwen3-next-80b-a3b-instruct",
273
+ "created_by": "qwen",
274
+ "source": "official",
275
+ "last_updated": "2026-03-21",
276
+ "family": "qwen3",
277
+ "context_window": 262100,
278
+ "capabilities": { "streaming": true },
279
+ "pricing": {
280
+ "input": .09,
281
+ "output": 1.1
282
+ }
283
+ },
284
+ {
285
+ "id": "alibaba/qwen3-next-80b-a3b-thinking",
286
+ "name": "qwen3-next-80b-a3b-thinking",
287
+ "created_by": "qwen",
288
+ "source": "official",
289
+ "last_updated": "2026-03-21",
290
+ "family": "qwen3",
291
+ "context_window": 131100,
292
+ "capabilities": { "streaming": true },
293
+ "pricing": {
294
+ "input": .15,
295
+ "output": 1.2
296
+ }
297
+ },
298
+ {
299
+ "id": "alibaba/qwen3-vl-instruct",
300
+ "name": "qwen3-vl-instruct",
301
+ "created_by": "qwen",
302
+ "source": "official",
303
+ "last_updated": "2026-03-21",
304
+ "family": "qwen3",
305
+ "context_window": 262100,
306
+ "capabilities": {
307
+ "streaming": true,
308
+ "vision": true
309
+ },
310
+ "pricing": {
311
+ "input": .2,
312
+ "output": .88
313
+ }
314
+ },
315
+ {
316
+ "id": "alibaba/qwen3-vl-thinking",
317
+ "name": "qwen3-vl-thinking",
318
+ "created_by": "qwen",
319
+ "source": "official",
320
+ "last_updated": "2026-03-21",
321
+ "family": "qwen3",
322
+ "context_window": 256e3,
323
+ "capabilities": {
324
+ "streaming": true,
325
+ "vision": true,
326
+ "tool_call": true,
327
+ "reasoning": true
328
+ },
329
+ "pricing": {
330
+ "input": .22,
331
+ "output": .88
332
+ }
333
+ },
334
+ {
335
+ "id": "alibaba/qwen3.5-flash",
336
+ "name": "qwen3.5-flash",
337
+ "created_by": "qwen",
338
+ "source": "official",
339
+ "last_updated": "2026-03-21",
340
+ "family": "qwen3.5",
341
+ "context_window": 1e6,
342
+ "capabilities": {
343
+ "streaming": true,
344
+ "vision": true,
345
+ "tool_call": true,
346
+ "reasoning": true
347
+ },
348
+ "pricing": {
349
+ "input": .1,
350
+ "output": .4
351
+ }
352
+ },
353
+ {
354
+ "id": "alibaba/qwen3.5-plus",
355
+ "name": "qwen3.5-plus",
356
+ "created_by": "qwen",
357
+ "source": "official",
358
+ "last_updated": "2026-03-21",
359
+ "family": "qwen3.5",
360
+ "context_window": 1e6,
361
+ "capabilities": {
362
+ "streaming": true,
363
+ "vision": true,
364
+ "tool_call": true,
365
+ "reasoning": true
366
+ },
367
+ "pricing": {
368
+ "input": .4,
369
+ "output": 2.4
370
+ }
371
+ },
372
+ {
373
+ "id": "alibaba/wan-v2.5-t2v-preview",
374
+ "name": "wan-v2.5-t2v-preview",
375
+ "created_by": "qwen",
376
+ "source": "official",
377
+ "last_updated": "2026-03-21",
378
+ "capabilities": { "streaming": true },
379
+ "pricing": {
380
+ "input": 0,
381
+ "output": 0
382
+ }
383
+ },
384
+ {
385
+ "id": "alibaba/wan-v2.6-i2v-flash",
386
+ "name": "wan-v2.6-i2v-flash",
387
+ "created_by": "qwen",
388
+ "source": "official",
389
+ "last_updated": "2026-03-21",
390
+ "capabilities": { "streaming": true },
391
+ "pricing": {
392
+ "input": 0,
393
+ "output": 0
394
+ }
395
+ },
396
+ {
397
+ "id": "alibaba/wan-v2.6-i2v",
398
+ "name": "wan-v2.6-i2v",
399
+ "created_by": "qwen",
400
+ "source": "official",
401
+ "last_updated": "2026-03-21",
402
+ "capabilities": { "streaming": true },
403
+ "pricing": {
404
+ "input": 0,
405
+ "output": 0
406
+ }
407
+ },
408
+ {
409
+ "id": "alibaba/wan-v2.6-r2v-flash",
410
+ "name": "wan-v2.6-r2v-flash",
411
+ "created_by": "qwen",
412
+ "source": "official",
413
+ "last_updated": "2026-03-21",
414
+ "capabilities": { "streaming": true },
415
+ "pricing": {
416
+ "input": 0,
417
+ "output": 0
418
+ }
419
+ },
420
+ {
421
+ "id": "alibaba/wan-v2.6-r2v",
422
+ "name": "wan-v2.6-r2v",
423
+ "created_by": "qwen",
424
+ "source": "official",
425
+ "last_updated": "2026-03-21",
426
+ "capabilities": { "streaming": true },
427
+ "pricing": {
428
+ "input": 0,
429
+ "output": 0
430
+ }
431
+ },
432
+ {
433
+ "id": "alibaba/wan-v2.6-t2v",
434
+ "name": "wan-v2.6-t2v",
435
+ "created_by": "qwen",
436
+ "source": "official",
437
+ "last_updated": "2026-03-21",
438
+ "capabilities": { "streaming": true },
439
+ "pricing": {
440
+ "input": 0,
441
+ "output": 0
442
+ }
443
+ },
444
+ {
445
+ "id": "amazon/nova-2-lite",
446
+ "name": "nova-2-lite",
447
+ "created_by": "amazon",
448
+ "source": "official",
449
+ "last_updated": "2026-03-21",
450
+ "context_window": 1e6,
451
+ "capabilities": {
452
+ "streaming": true,
453
+ "vision": true,
454
+ "reasoning": true
455
+ },
456
+ "pricing": {
457
+ "input": .3,
458
+ "output": 2.5
459
+ }
460
+ },
461
+ {
462
+ "id": "amazon/nova-lite",
463
+ "name": "nova-lite",
464
+ "created_by": "amazon",
465
+ "source": "official",
466
+ "last_updated": "2026-03-21",
467
+ "context_window": 3e5,
468
+ "capabilities": { "streaming": true },
469
+ "pricing": {
470
+ "input": .06,
471
+ "output": .24
472
+ }
473
+ },
474
+ {
475
+ "id": "amazon/nova-micro",
476
+ "name": "nova-micro",
477
+ "created_by": "amazon",
478
+ "source": "official",
479
+ "last_updated": "2026-03-21",
480
+ "context_window": 128e3,
481
+ "capabilities": { "streaming": true },
482
+ "pricing": {
483
+ "input": .04,
484
+ "output": .14
485
+ }
486
+ },
487
+ {
488
+ "id": "amazon/nova-pro",
489
+ "name": "nova-pro",
490
+ "created_by": "amazon",
491
+ "source": "official",
492
+ "last_updated": "2026-03-21",
493
+ "context_window": 3e5,
494
+ "capabilities": { "streaming": true },
495
+ "pricing": {
496
+ "input": .8,
497
+ "output": 3.2
498
+ }
499
+ },
500
+ {
501
+ "id": "amazon/titan-embed-text-v2",
502
+ "name": "titan-embed-text-v2",
503
+ "created_by": "amazon",
504
+ "source": "official",
505
+ "last_updated": "2026-03-21",
506
+ "model_type": "embed",
507
+ "capabilities": { "streaming": true },
508
+ "pricing": {
509
+ "input": .02,
510
+ "output": 0
511
+ }
512
+ },
513
+ {
514
+ "id": "anthropic/claude-3-haiku",
515
+ "name": "claude-3-haiku",
516
+ "created_by": "anthropic",
517
+ "source": "official",
518
+ "last_updated": "2026-03-21",
519
+ "family": "claude-haiku",
520
+ "context_window": 2e5,
521
+ "capabilities": {
522
+ "streaming": true,
523
+ "vision": true,
524
+ "tool_call": true
525
+ },
526
+ "pricing": {
527
+ "input": .25,
528
+ "output": 1.25
529
+ }
530
+ },
531
+ {
532
+ "id": "anthropic/claude-3-opus",
533
+ "name": "claude-3-opus",
534
+ "created_by": "anthropic",
535
+ "source": "official",
536
+ "last_updated": "2026-03-21",
537
+ "family": "claude-opus",
538
+ "context_window": 2e5,
539
+ "capabilities": { "streaming": true },
540
+ "pricing": {
541
+ "input": 15,
542
+ "output": 75
543
+ }
544
+ },
545
+ {
546
+ "id": "anthropic/claude-3.5-haiku",
547
+ "name": "claude-3.5-haiku",
548
+ "created_by": "anthropic",
549
+ "source": "official",
550
+ "last_updated": "2026-03-21",
551
+ "family": "claude-haiku",
552
+ "context_window": 2e5,
553
+ "capabilities": {
554
+ "streaming": true,
555
+ "vision": true,
556
+ "tool_call": true
557
+ },
558
+ "pricing": {
559
+ "input": .8,
560
+ "output": 4
561
+ }
562
+ },
563
+ {
564
+ "id": "anthropic/claude-3.5-sonnet-20240620",
565
+ "name": "claude-3.5-sonnet-20240620",
566
+ "created_by": "anthropic",
567
+ "source": "official",
568
+ "last_updated": "2026-03-21",
569
+ "family": "claude-sonnet",
570
+ "context_window": 2e5,
571
+ "alias": "anthropic/claude-3.5-sonnet",
572
+ "capabilities": {
573
+ "streaming": true,
574
+ "vision": true,
575
+ "tool_call": true
576
+ },
577
+ "pricing": {
578
+ "input": 3,
579
+ "output": 15
580
+ }
581
+ },
582
+ {
583
+ "id": "anthropic/claude-3.5-sonnet",
584
+ "name": "claude-3.5-sonnet-20240620",
585
+ "created_by": "anthropic",
586
+ "source": "official",
587
+ "last_updated": "2026-03-21",
588
+ "family": "claude-sonnet",
589
+ "context_window": 2e5,
590
+ "capabilities": {
591
+ "streaming": true,
592
+ "vision": true,
593
+ "tool_call": true
594
+ },
595
+ "pricing": {
596
+ "input": 3,
597
+ "output": 15
598
+ },
599
+ "snapshots": ["anthropic/claude-3.5-sonnet-20240620"]
600
+ },
601
+ {
602
+ "id": "anthropic/claude-3.7-sonnet",
603
+ "name": "claude-3.7-sonnet",
604
+ "created_by": "anthropic",
605
+ "source": "official",
606
+ "last_updated": "2026-03-21",
607
+ "family": "claude-sonnet",
608
+ "context_window": 2e5,
609
+ "capabilities": {
610
+ "streaming": true,
611
+ "vision": true,
612
+ "tool_call": true,
613
+ "reasoning": true
614
+ },
615
+ "pricing": {
616
+ "input": 3,
617
+ "output": 15
618
+ }
619
+ },
620
+ {
621
+ "id": "anthropic/claude-haiku-4.5",
622
+ "name": "claude-haiku-4.5",
623
+ "created_by": "anthropic",
624
+ "source": "official",
625
+ "last_updated": "2026-03-21",
626
+ "family": "claude-haiku",
627
+ "context_window": 2e5,
628
+ "capabilities": {
629
+ "streaming": true,
630
+ "vision": true,
631
+ "tool_call": true,
632
+ "reasoning": true
633
+ },
634
+ "pricing": {
635
+ "input": 1,
636
+ "output": 5
637
+ }
638
+ },
639
+ {
640
+ "id": "anthropic/claude-opus-4.1",
641
+ "name": "claude-opus-4.1",
642
+ "created_by": "anthropic",
643
+ "source": "official",
644
+ "last_updated": "2026-03-21",
645
+ "family": "claude-opus",
646
+ "context_window": 2e5,
647
+ "capabilities": {
648
+ "streaming": true,
649
+ "vision": true,
650
+ "tool_call": true,
651
+ "reasoning": true
652
+ },
653
+ "pricing": {
654
+ "input": 15,
655
+ "output": 75
656
+ }
657
+ },
658
+ {
659
+ "id": "anthropic/claude-opus-4.5",
660
+ "name": "claude-opus-4.5",
661
+ "created_by": "anthropic",
662
+ "source": "official",
663
+ "last_updated": "2026-03-21",
664
+ "family": "claude-opus",
665
+ "context_window": 2e5,
666
+ "capabilities": {
667
+ "streaming": true,
668
+ "vision": true,
669
+ "tool_call": true,
670
+ "reasoning": true
671
+ },
672
+ "pricing": {
673
+ "input": 5,
674
+ "output": 25
675
+ }
676
+ },
677
+ {
678
+ "id": "anthropic/claude-opus-4.6",
679
+ "name": "claude-opus-4.6",
680
+ "created_by": "anthropic",
681
+ "source": "official",
682
+ "last_updated": "2026-03-21",
683
+ "family": "claude-opus",
684
+ "context_window": 1e6,
685
+ "capabilities": {
686
+ "streaming": true,
687
+ "vision": true,
688
+ "tool_call": true,
689
+ "reasoning": true
690
+ },
691
+ "pricing": {
692
+ "input": 5,
693
+ "output": 25
694
+ }
695
+ },
696
+ {
697
+ "id": "anthropic/claude-opus-4",
698
+ "name": "claude-opus-4",
699
+ "created_by": "anthropic",
700
+ "source": "official",
701
+ "last_updated": "2026-03-21",
702
+ "family": "claude-opus",
703
+ "context_window": 2e5,
704
+ "capabilities": {
705
+ "streaming": true,
706
+ "vision": true,
707
+ "tool_call": true,
708
+ "reasoning": true
709
+ },
710
+ "pricing": {
711
+ "input": 15,
712
+ "output": 75
713
+ }
714
+ },
715
+ {
716
+ "id": "anthropic/claude-sonnet-4.5",
717
+ "name": "claude-sonnet-4.5",
718
+ "created_by": "anthropic",
719
+ "source": "official",
720
+ "last_updated": "2026-03-21",
721
+ "family": "claude-sonnet",
722
+ "context_window": 1e6,
723
+ "capabilities": {
724
+ "streaming": true,
725
+ "vision": true,
726
+ "tool_call": true,
727
+ "reasoning": true
728
+ },
729
+ "pricing": {
730
+ "input": 3,
731
+ "output": 15
732
+ }
733
+ },
734
+ {
735
+ "id": "anthropic/claude-sonnet-4.6",
736
+ "name": "claude-sonnet-4.6",
737
+ "created_by": "anthropic",
738
+ "source": "official",
739
+ "last_updated": "2026-03-21",
740
+ "family": "claude-sonnet",
741
+ "context_window": 1e6,
742
+ "capabilities": {
743
+ "streaming": true,
744
+ "vision": true,
745
+ "tool_call": true,
746
+ "reasoning": true
747
+ },
748
+ "pricing": {
749
+ "input": 3,
750
+ "output": 15
751
+ }
752
+ },
753
+ {
754
+ "id": "anthropic/claude-sonnet-4",
755
+ "name": "claude-sonnet-4",
756
+ "created_by": "anthropic",
757
+ "source": "official",
758
+ "last_updated": "2026-03-21",
759
+ "family": "claude-sonnet",
760
+ "context_window": 1e6,
761
+ "capabilities": {
762
+ "streaming": true,
763
+ "vision": true,
764
+ "tool_call": true,
765
+ "reasoning": true
766
+ },
767
+ "pricing": {
768
+ "input": 3,
769
+ "output": 15
770
+ }
771
+ },
772
+ {
773
+ "id": "arcee-ai/trinity-large-preview",
774
+ "name": "trinity-large-preview",
775
+ "created_by": "arcee",
776
+ "source": "official",
777
+ "last_updated": "2026-03-21",
778
+ "context_window": 131e3,
779
+ "capabilities": {
780
+ "streaming": true,
781
+ "tool_call": true
782
+ },
783
+ "pricing": {
784
+ "input": .25,
785
+ "output": 1
786
+ }
787
+ },
788
+ {
789
+ "id": "arcee-ai/trinity-mini",
790
+ "name": "trinity-mini",
791
+ "created_by": "arcee",
792
+ "source": "official",
793
+ "last_updated": "2026-03-21",
794
+ "context_window": 131100,
795
+ "capabilities": { "streaming": true },
796
+ "pricing": {
797
+ "input": .04,
798
+ "output": .15
799
+ }
800
+ },
801
+ {
802
+ "id": "bfl/flux-2-flex",
803
+ "name": "flux-2-flex",
804
+ "created_by": "black-forest-labs",
805
+ "source": "official",
806
+ "last_updated": "2026-03-21",
807
+ "capabilities": { "streaming": true },
808
+ "pricing": {
809
+ "input": 0,
810
+ "output": 0
811
+ }
812
+ },
813
+ {
814
+ "id": "bfl/flux-2-klein-4b",
815
+ "name": "flux-2-klein-4b",
816
+ "created_by": "black-forest-labs",
817
+ "source": "official",
818
+ "last_updated": "2026-03-21",
819
+ "capabilities": { "streaming": true },
820
+ "pricing": {
821
+ "input": 0,
822
+ "output": 0
823
+ }
824
+ },
825
+ {
826
+ "id": "bfl/flux-2-klein-9b",
827
+ "name": "flux-2-klein-9b",
828
+ "created_by": "black-forest-labs",
829
+ "source": "official",
830
+ "last_updated": "2026-03-21",
831
+ "capabilities": { "streaming": true },
832
+ "pricing": {
833
+ "input": 0,
834
+ "output": 0
835
+ }
836
+ },
837
+ {
838
+ "id": "bfl/flux-2-max",
839
+ "name": "flux-2-max",
840
+ "created_by": "black-forest-labs",
841
+ "source": "official",
842
+ "last_updated": "2026-03-21",
843
+ "context_window": 67300,
844
+ "capabilities": { "streaming": true },
845
+ "pricing": {
846
+ "input": 0,
847
+ "output": 0
848
+ }
849
+ },
850
+ {
851
+ "id": "bfl/flux-2-pro",
852
+ "name": "flux-2-pro",
853
+ "created_by": "black-forest-labs",
854
+ "source": "official",
855
+ "last_updated": "2026-03-21",
856
+ "context_window": 67300,
857
+ "capabilities": { "streaming": true },
858
+ "pricing": {
859
+ "input": 0,
860
+ "output": 0
861
+ }
862
+ },
863
+ {
864
+ "id": "bfl/flux-kontext-max",
865
+ "name": "flux-kontext-max",
866
+ "created_by": "black-forest-labs",
867
+ "source": "official",
868
+ "last_updated": "2026-03-21",
869
+ "capabilities": { "streaming": true },
870
+ "pricing": {
871
+ "input": 0,
872
+ "output": 0
873
+ }
874
+ },
875
+ {
876
+ "id": "bfl/flux-kontext-pro",
877
+ "name": "flux-kontext-pro",
878
+ "created_by": "black-forest-labs",
879
+ "source": "official",
880
+ "last_updated": "2026-03-21",
881
+ "capabilities": { "streaming": true },
882
+ "pricing": {
883
+ "input": 0,
884
+ "output": 0
885
+ }
886
+ },
887
+ {
888
+ "id": "bfl/flux-pro-1.0-fill",
889
+ "name": "flux-pro-1.0-fill",
890
+ "created_by": "black-forest-labs",
891
+ "source": "official",
892
+ "last_updated": "2026-03-21",
893
+ "capabilities": { "streaming": true },
894
+ "pricing": {
895
+ "input": 0,
896
+ "output": 0
897
+ }
898
+ },
899
+ {
900
+ "id": "bfl/flux-pro-1.1-ultra",
901
+ "name": "flux-pro-1.1-ultra",
902
+ "created_by": "black-forest-labs",
903
+ "source": "official",
904
+ "last_updated": "2026-03-21",
905
+ "capabilities": { "streaming": true },
906
+ "pricing": {
907
+ "input": 0,
908
+ "output": 0
909
+ }
910
+ },
911
+ {
912
+ "id": "bfl/flux-pro-1.1",
913
+ "name": "flux-pro-1.1",
914
+ "created_by": "black-forest-labs",
915
+ "source": "official",
916
+ "last_updated": "2026-03-21",
917
+ "capabilities": { "streaming": true },
918
+ "pricing": {
919
+ "input": 0,
920
+ "output": 0
921
+ }
922
+ },
923
+ {
924
+ "id": "bytedance/seed-1.6",
925
+ "name": "seed-1.6",
926
+ "created_by": "bytedance",
927
+ "source": "official",
928
+ "last_updated": "2026-03-21",
929
+ "context_window": 256e3,
930
+ "capabilities": {
931
+ "streaming": true,
932
+ "tool_call": true,
933
+ "reasoning": true
934
+ },
935
+ "pricing": {
936
+ "input": .25,
937
+ "output": 2
938
+ }
939
+ },
940
+ {
941
+ "id": "bytedance/seed-1.8",
942
+ "name": "seed-1.8",
943
+ "created_by": "bytedance",
944
+ "source": "official",
945
+ "last_updated": "2026-03-21",
946
+ "context_window": 256e3,
947
+ "capabilities": {
948
+ "streaming": true,
949
+ "vision": true,
950
+ "reasoning": true
951
+ },
952
+ "pricing": {
953
+ "input": .25,
954
+ "output": 2
955
+ }
956
+ },
957
+ {
958
+ "id": "bytedance/seedance-v1.0-lite-i2v",
959
+ "name": "seedance-v1.0-lite-i2v",
960
+ "created_by": "bytedance",
961
+ "source": "official",
962
+ "last_updated": "2026-03-21",
963
+ "capabilities": { "streaming": true },
964
+ "pricing": {
965
+ "input": 0,
966
+ "output": 0
967
+ }
968
+ },
969
+ {
970
+ "id": "bytedance/seedance-v1.0-lite-t2v",
971
+ "name": "seedance-v1.0-lite-t2v",
972
+ "created_by": "bytedance",
973
+ "source": "official",
974
+ "last_updated": "2026-03-21",
975
+ "capabilities": { "streaming": true },
976
+ "pricing": {
977
+ "input": 0,
978
+ "output": 0
979
+ }
980
+ },
981
+ {
982
+ "id": "bytedance/seedance-v1.0-pro-fast",
983
+ "name": "seedance-v1.0-pro-fast",
984
+ "created_by": "bytedance",
985
+ "source": "official",
986
+ "last_updated": "2026-03-21",
987
+ "capabilities": { "streaming": true },
988
+ "pricing": {
989
+ "input": 0,
990
+ "output": 0
991
+ }
992
+ },
993
+ {
994
+ "id": "bytedance/seedance-v1.0-pro",
995
+ "name": "seedance-v1.0-pro",
996
+ "created_by": "bytedance",
997
+ "source": "official",
998
+ "last_updated": "2026-03-21",
999
+ "capabilities": { "streaming": true },
1000
+ "pricing": {
1001
+ "input": 0,
1002
+ "output": 0
1003
+ }
1004
+ },
1005
+ {
1006
+ "id": "bytedance/seedance-v1.5-pro",
1007
+ "name": "seedance-v1.5-pro",
1008
+ "created_by": "bytedance",
1009
+ "source": "official",
1010
+ "last_updated": "2026-03-21",
1011
+ "capabilities": { "streaming": true },
1012
+ "pricing": {
1013
+ "input": 0,
1014
+ "output": 0
1015
+ }
1016
+ },
1017
+ {
1018
+ "id": "cohere/command-a",
1019
+ "name": "command-a",
1020
+ "created_by": "cohere",
1021
+ "source": "official",
1022
+ "last_updated": "2026-03-21",
1023
+ "context_window": 256e3,
1024
+ "capabilities": {
1025
+ "streaming": true,
1026
+ "tool_call": true
1027
+ },
1028
+ "pricing": {
1029
+ "input": 2.5,
1030
+ "output": 10
1031
+ }
1032
+ },
1033
+ {
1034
+ "id": "cohere/embed-v4.0",
1035
+ "name": "embed-v4.0",
1036
+ "created_by": "cohere",
1037
+ "source": "official",
1038
+ "last_updated": "2026-03-21",
1039
+ "model_type": "embed",
1040
+ "capabilities": { "streaming": true },
1041
+ "pricing": {
1042
+ "input": .12,
1043
+ "output": 0
1044
+ }
1045
+ },
1046
+ {
1047
+ "id": "deepseek/deepseek-r1",
1048
+ "name": "deepseek-r1",
1049
+ "created_by": "deepseek",
1050
+ "source": "official",
1051
+ "last_updated": "2026-03-21",
1052
+ "family": "deepseek-r1",
1053
+ "context_window": 163800,
1054
+ "capabilities": {
1055
+ "streaming": true,
1056
+ "reasoning": true
1057
+ },
1058
+ "pricing": {
1059
+ "input": 1.35,
1060
+ "output": 5.4
1061
+ }
1062
+ },
1063
+ {
1064
+ "id": "deepseek/deepseek-v3.1-terminus",
1065
+ "name": "deepseek-v3.1-terminus",
1066
+ "created_by": "deepseek",
1067
+ "source": "official",
1068
+ "last_updated": "2026-03-21",
1069
+ "family": "deepseek",
1070
+ "context_window": 131100,
1071
+ "capabilities": {
1072
+ "streaming": true,
1073
+ "tool_call": true,
1074
+ "reasoning": true
1075
+ },
1076
+ "pricing": {
1077
+ "input": .27,
1078
+ "output": 1
1079
+ }
1080
+ },
1081
+ {
1082
+ "id": "deepseek/deepseek-v3.1",
1083
+ "name": "deepseek-v3.1",
1084
+ "created_by": "deepseek",
1085
+ "source": "official",
1086
+ "last_updated": "2026-03-21",
1087
+ "family": "deepseek",
1088
+ "context_window": 163800,
1089
+ "capabilities": {
1090
+ "streaming": true,
1091
+ "tool_call": true,
1092
+ "reasoning": true
1093
+ },
1094
+ "pricing": {
1095
+ "input": .5,
1096
+ "output": 1.5
1097
+ }
1098
+ },
1099
+ {
1100
+ "id": "deepseek/deepseek-v3.2-thinking",
1101
+ "name": "deepseek-v3.2-thinking",
1102
+ "created_by": "deepseek",
1103
+ "source": "official",
1104
+ "last_updated": "2026-03-21",
1105
+ "family": "deepseek",
1106
+ "context_window": 128e3,
1107
+ "capabilities": {
1108
+ "streaming": true,
1109
+ "tool_call": true,
1110
+ "reasoning": true
1111
+ },
1112
+ "pricing": {
1113
+ "input": .28,
1114
+ "output": .42
1115
+ }
1116
+ },
1117
+ {
1118
+ "id": "deepseek/deepseek-v3.2",
1119
+ "name": "deepseek-v3.2",
1120
+ "created_by": "deepseek",
1121
+ "source": "official",
1122
+ "last_updated": "2026-03-21",
1123
+ "family": "deepseek",
1124
+ "context_window": 163800,
1125
+ "capabilities": {
1126
+ "streaming": true,
1127
+ "tool_call": true
1128
+ },
1129
+ "pricing": {
1130
+ "input": .28,
1131
+ "output": .42
1132
+ }
1133
+ },
1134
+ {
1135
+ "id": "deepseek/deepseek-v3",
1136
+ "name": "deepseek-v3",
1137
+ "created_by": "deepseek",
1138
+ "source": "official",
1139
+ "last_updated": "2026-03-21",
1140
+ "family": "deepseek",
1141
+ "context_window": 163800,
1142
+ "capabilities": {
1143
+ "streaming": true,
1144
+ "tool_call": true
1145
+ },
1146
+ "pricing": {
1147
+ "input": .77,
1148
+ "output": .77
1149
+ }
1150
+ },
1151
+ {
1152
+ "id": "google/gemini-2.0-flash-lite",
1153
+ "name": "gemini-2.0-flash-lite",
1154
+ "created_by": "google",
1155
+ "source": "official",
1156
+ "last_updated": "2026-03-21",
1157
+ "family": "gemini-2.0",
1158
+ "context_window": 1e6,
1159
+ "capabilities": {
1160
+ "streaming": true,
1161
+ "vision": true,
1162
+ "tool_call": true
1163
+ },
1164
+ "pricing": {
1165
+ "input": .07,
1166
+ "output": .3
1167
+ }
1168
+ },
1169
+ {
1170
+ "id": "google/gemini-2.0-flash",
1171
+ "name": "gemini-2.0-flash",
1172
+ "created_by": "google",
1173
+ "source": "official",
1174
+ "last_updated": "2026-03-21",
1175
+ "family": "gemini-2.0",
1176
+ "context_window": 1e6,
1177
+ "capabilities": {
1178
+ "streaming": true,
1179
+ "vision": true,
1180
+ "tool_call": true
1181
+ },
1182
+ "pricing": {
1183
+ "input": .15,
1184
+ "output": .6
1185
+ }
1186
+ },
1187
+ {
1188
+ "id": "google/gemini-2.5-flash-image",
1189
+ "name": "gemini-2.5-flash-image",
1190
+ "created_by": "google",
1191
+ "source": "official",
1192
+ "last_updated": "2026-03-21",
1193
+ "family": "gemini-2.5",
1194
+ "context_window": 32800,
1195
+ "capabilities": { "streaming": true },
1196
+ "pricing": {
1197
+ "input": .3,
1198
+ "output": 2.5
1199
+ }
1200
+ },
1201
+ {
1202
+ "id": "google/gemini-2.5-flash-lite-preview-09-2025",
1203
+ "name": "gemini-2.5-flash-lite-preview-09-2025",
1204
+ "created_by": "google",
1205
+ "source": "official",
1206
+ "last_updated": "2026-03-21",
1207
+ "family": "gemini-2.5",
1208
+ "context_window": 1e6,
1209
+ "capabilities": {
1210
+ "streaming": true,
1211
+ "vision": true,
1212
+ "tool_call": true,
1213
+ "reasoning": true
1214
+ },
1215
+ "pricing": {
1216
+ "input": .1,
1217
+ "output": .4
1218
+ }
1219
+ },
1220
+ {
1221
+ "id": "google/gemini-2.5-flash-lite",
1222
+ "name": "gemini-2.5-flash-lite",
1223
+ "created_by": "google",
1224
+ "source": "official",
1225
+ "last_updated": "2026-03-21",
1226
+ "family": "gemini-2.5",
1227
+ "context_window": 1e6,
1228
+ "capabilities": {
1229
+ "streaming": true,
1230
+ "vision": true,
1231
+ "tool_call": true,
1232
+ "reasoning": true
1233
+ },
1234
+ "pricing": {
1235
+ "input": .1,
1236
+ "output": .4
1237
+ }
1238
+ },
1239
+ {
1240
+ "id": "google/gemini-2.5-flash-preview-09-2025",
1241
+ "name": "gemini-2.5-flash-preview-09-2025",
1242
+ "created_by": "google",
1243
+ "source": "official",
1244
+ "last_updated": "2026-03-21",
1245
+ "family": "gemini-2.5",
1246
+ "context_window": 1e6,
1247
+ "capabilities": {
1248
+ "streaming": true,
1249
+ "vision": true,
1250
+ "tool_call": true,
1251
+ "reasoning": true
1252
+ },
1253
+ "pricing": {
1254
+ "input": .3,
1255
+ "output": 2.5
1256
+ }
1257
+ },
1258
+ {
1259
+ "id": "google/gemini-2.5-flash",
1260
+ "name": "gemini-2.5-flash",
1261
+ "created_by": "google",
1262
+ "source": "official",
1263
+ "last_updated": "2026-03-21",
1264
+ "family": "gemini-2.5",
1265
+ "context_window": 1e6,
1266
+ "capabilities": {
1267
+ "streaming": true,
1268
+ "vision": true,
1269
+ "tool_call": true,
1270
+ "reasoning": true
1271
+ },
1272
+ "pricing": {
1273
+ "input": .3,
1274
+ "output": 2.5
1275
+ }
1276
+ },
1277
+ {
1278
+ "id": "google/gemini-2.5-pro",
1279
+ "name": "gemini-2.5-pro",
1280
+ "created_by": "google",
1281
+ "source": "official",
1282
+ "last_updated": "2026-03-21",
1283
+ "family": "gemini-2.5",
1284
+ "context_window": 1e6,
1285
+ "capabilities": {
1286
+ "streaming": true,
1287
+ "vision": true,
1288
+ "tool_call": true,
1289
+ "reasoning": true
1290
+ },
1291
+ "pricing": {
1292
+ "input": 1.25,
1293
+ "output": 10
1294
+ }
1295
+ },
1296
+ {
1297
+ "id": "google/gemini-3-flash",
1298
+ "name": "gemini-3-flash",
1299
+ "created_by": "google",
1300
+ "source": "official",
1301
+ "last_updated": "2026-03-21",
1302
+ "family": "gemini-3",
1303
+ "context_window": 1e6,
1304
+ "capabilities": {
1305
+ "streaming": true,
1306
+ "vision": true,
1307
+ "tool_call": true,
1308
+ "reasoning": true
1309
+ },
1310
+ "pricing": {
1311
+ "input": .5,
1312
+ "output": 3
1313
+ }
1314
+ },
1315
+ {
1316
+ "id": "google/gemini-3-pro-image",
1317
+ "name": "gemini-3-pro-image",
1318
+ "created_by": "google",
1319
+ "source": "official",
1320
+ "last_updated": "2026-03-21",
1321
+ "family": "gemini-3",
1322
+ "context_window": 65500,
1323
+ "capabilities": { "streaming": true },
1324
+ "pricing": {
1325
+ "input": 2,
1326
+ "output": 12
1327
+ }
1328
+ },
1329
+ {
1330
+ "id": "google/gemini-3-pro-preview",
1331
+ "name": "gemini-3-pro-preview",
1332
+ "created_by": "google",
1333
+ "source": "official",
1334
+ "last_updated": "2026-03-21",
1335
+ "family": "gemini-3",
1336
+ "context_window": 1e6,
1337
+ "capabilities": {
1338
+ "streaming": true,
1339
+ "vision": true,
1340
+ "tool_call": true,
1341
+ "reasoning": true
1342
+ },
1343
+ "pricing": {
1344
+ "input": 2,
1345
+ "output": 12
1346
+ }
1347
+ },
1348
+ {
1349
+ "id": "google/gemini-3.1-flash-image-preview",
1350
+ "name": "gemini-3.1-flash-image-preview",
1351
+ "created_by": "google",
1352
+ "source": "official",
1353
+ "last_updated": "2026-03-21",
1354
+ "family": "gemini-3.1",
1355
+ "context_window": 131100,
1356
+ "capabilities": {
1357
+ "streaming": true,
1358
+ "vision": true,
1359
+ "reasoning": true
1360
+ },
1361
+ "pricing": {
1362
+ "input": .5,
1363
+ "output": 3
1364
+ }
1365
+ },
1366
+ {
1367
+ "id": "google/gemini-3.1-flash-lite-preview",
1368
+ "name": "gemini-3.1-flash-lite-preview",
1369
+ "created_by": "google",
1370
+ "source": "official",
1371
+ "last_updated": "2026-03-21",
1372
+ "family": "gemini-3.1",
1373
+ "context_window": 1e6,
1374
+ "capabilities": {
1375
+ "streaming": true,
1376
+ "vision": true,
1377
+ "tool_call": true,
1378
+ "reasoning": true
1379
+ },
1380
+ "pricing": {
1381
+ "input": .25,
1382
+ "output": 1.5
1383
+ }
1384
+ },
1385
+ {
1386
+ "id": "google/gemini-3.1-pro-preview",
1387
+ "name": "gemini-3.1-pro-preview",
1388
+ "created_by": "google",
1389
+ "source": "official",
1390
+ "last_updated": "2026-03-21",
1391
+ "family": "gemini-3.1",
1392
+ "context_window": 1e6,
1393
+ "capabilities": {
1394
+ "streaming": true,
1395
+ "vision": true,
1396
+ "tool_call": true,
1397
+ "reasoning": true
1398
+ },
1399
+ "pricing": {
1400
+ "input": 2,
1401
+ "output": 12
1402
+ }
1403
+ },
1404
+ {
1405
+ "id": "google/gemini-embedding-001",
1406
+ "name": "gemini-embedding-001",
1407
+ "created_by": "google",
1408
+ "source": "official",
1409
+ "last_updated": "2026-03-21",
1410
+ "model_type": "embed",
1411
+ "capabilities": { "streaming": true },
1412
+ "pricing": {
1413
+ "input": .15,
1414
+ "output": 0
1415
+ }
1416
+ },
1417
+ {
1418
+ "id": "google/imagen-4.0-fast-generate-001",
1419
+ "name": "imagen-4.0-fast-generate-001",
1420
+ "created_by": "google",
1421
+ "source": "official",
1422
+ "last_updated": "2026-03-21",
1423
+ "capabilities": { "streaming": true },
1424
+ "pricing": {
1425
+ "input": 0,
1426
+ "output": 0
1427
+ }
1428
+ },
1429
+ {
1430
+ "id": "google/imagen-4.0-generate-001",
1431
+ "name": "imagen-4.0-generate-001",
1432
+ "created_by": "google",
1433
+ "source": "official",
1434
+ "last_updated": "2026-03-21",
1435
+ "capabilities": { "streaming": true },
1436
+ "pricing": {
1437
+ "input": 0,
1438
+ "output": 0
1439
+ }
1440
+ },
1441
+ {
1442
+ "id": "google/imagen-4.0-ultra-generate-001",
1443
+ "name": "imagen-4.0-ultra-generate-001",
1444
+ "created_by": "google",
1445
+ "source": "official",
1446
+ "last_updated": "2026-03-21",
1447
+ "capabilities": { "streaming": true },
1448
+ "pricing": {
1449
+ "input": 0,
1450
+ "output": 0
1451
+ }
1452
+ },
1453
+ {
1454
+ "id": "google/text-embedding-005",
1455
+ "name": "text-embedding-005",
1456
+ "created_by": "google",
1457
+ "source": "official",
1458
+ "last_updated": "2026-03-21",
1459
+ "model_type": "embed",
1460
+ "capabilities": { "streaming": true },
1461
+ "pricing": {
1462
+ "input": .03,
1463
+ "output": 0
1464
+ }
1465
+ },
1466
+ {
1467
+ "id": "google/text-multilingual-embedding-002",
1468
+ "name": "text-multilingual-embedding-002",
1469
+ "created_by": "google",
1470
+ "source": "official",
1471
+ "last_updated": "2026-03-21",
1472
+ "model_type": "embed",
1473
+ "capabilities": { "streaming": true },
1474
+ "pricing": {
1475
+ "input": .03,
1476
+ "output": 0
1477
+ }
1478
+ },
1479
+ {
1480
+ "id": "google/veo-3.0-fast-generate-001",
1481
+ "name": "veo-3.0-fast-generate-001",
1482
+ "created_by": "google",
1483
+ "source": "official",
1484
+ "last_updated": "2026-03-21",
1485
+ "capabilities": { "streaming": true },
1486
+ "pricing": {
1487
+ "input": 0,
1488
+ "output": 0
1489
+ }
1490
+ },
1491
+ {
1492
+ "id": "google/veo-3.0-generate-001",
1493
+ "name": "veo-3.0-generate-001",
1494
+ "created_by": "google",
1495
+ "source": "official",
1496
+ "last_updated": "2026-03-21",
1497
+ "capabilities": { "streaming": true },
1498
+ "pricing": {
1499
+ "input": 0,
1500
+ "output": 0
1501
+ }
1502
+ },
1503
+ {
1504
+ "id": "google/veo-3.1-fast-generate-001",
1505
+ "name": "veo-3.1-fast-generate-001",
1506
+ "created_by": "google",
1507
+ "source": "official",
1508
+ "last_updated": "2026-03-21",
1509
+ "capabilities": { "streaming": true },
1510
+ "pricing": {
1511
+ "input": 0,
1512
+ "output": 0
1513
+ }
1514
+ },
1515
+ {
1516
+ "id": "google/veo-3.1-generate-001",
1517
+ "name": "veo-3.1-generate-001",
1518
+ "created_by": "google",
1519
+ "source": "official",
1520
+ "last_updated": "2026-03-21",
1521
+ "capabilities": { "streaming": true },
1522
+ "pricing": {
1523
+ "input": 0,
1524
+ "output": 0
1525
+ }
1526
+ },
1527
+ {
1528
+ "id": "inception/mercury-2",
1529
+ "name": "mercury-2",
1530
+ "created_by": "inception",
1531
+ "source": "official",
1532
+ "last_updated": "2026-03-21",
1533
+ "context_window": 128e3,
1534
+ "capabilities": {
1535
+ "streaming": true,
1536
+ "tool_call": true,
1537
+ "reasoning": true
1538
+ },
1539
+ "pricing": {
1540
+ "input": .25,
1541
+ "output": .75
1542
+ }
1543
+ },
1544
+ {
1545
+ "id": "inception/mercury-coder-small",
1546
+ "name": "mercury-coder-small",
1547
+ "created_by": "inception",
1548
+ "source": "official",
1549
+ "last_updated": "2026-03-21",
1550
+ "context_window": 32e3,
1551
+ "capabilities": {
1552
+ "streaming": true,
1553
+ "tool_call": true
1554
+ },
1555
+ "pricing": {
1556
+ "input": .25,
1557
+ "output": 1
1558
+ }
1559
+ },
1560
+ {
1561
+ "id": "klingai/kling-v2.5-turbo-i2v",
1562
+ "name": "kling-v2.5-turbo-i2v",
1563
+ "created_by": "klingai",
1564
+ "source": "official",
1565
+ "last_updated": "2026-03-21",
1566
+ "capabilities": { "streaming": true },
1567
+ "pricing": {
1568
+ "input": 0,
1569
+ "output": 0
1570
+ }
1571
+ },
1572
+ {
1573
+ "id": "klingai/kling-v2.5-turbo-t2v",
1574
+ "name": "kling-v2.5-turbo-t2v",
1575
+ "created_by": "klingai",
1576
+ "source": "official",
1577
+ "last_updated": "2026-03-21",
1578
+ "capabilities": { "streaming": true },
1579
+ "pricing": {
1580
+ "input": 0,
1581
+ "output": 0
1582
+ }
1583
+ },
1584
+ {
1585
+ "id": "klingai/kling-v2.6-i2v",
1586
+ "name": "kling-v2.6-i2v",
1587
+ "created_by": "klingai",
1588
+ "source": "official",
1589
+ "last_updated": "2026-03-21",
1590
+ "capabilities": { "streaming": true },
1591
+ "pricing": {
1592
+ "input": 0,
1593
+ "output": 0
1594
+ }
1595
+ },
1596
+ {
1597
+ "id": "klingai/kling-v2.6-motion-control",
1598
+ "name": "kling-v2.6-motion-control",
1599
+ "created_by": "klingai",
1600
+ "source": "official",
1601
+ "last_updated": "2026-03-21",
1602
+ "capabilities": { "streaming": true },
1603
+ "pricing": {
1604
+ "input": 0,
1605
+ "output": 0
1606
+ }
1607
+ },
1608
+ {
1609
+ "id": "klingai/kling-v2.6-t2v",
1610
+ "name": "kling-v2.6-t2v",
1611
+ "created_by": "klingai",
1612
+ "source": "official",
1613
+ "last_updated": "2026-03-21",
1614
+ "capabilities": { "streaming": true },
1615
+ "pricing": {
1616
+ "input": 0,
1617
+ "output": 0
1618
+ }
1619
+ },
1620
+ {
1621
+ "id": "klingai/kling-v3.0-i2v",
1622
+ "name": "kling-v3.0-i2v",
1623
+ "created_by": "klingai",
1624
+ "source": "official",
1625
+ "last_updated": "2026-03-21",
1626
+ "capabilities": { "streaming": true },
1627
+ "pricing": {
1628
+ "input": 0,
1629
+ "output": 0
1630
+ }
1631
+ },
1632
+ {
1633
+ "id": "klingai/kling-v3.0-t2v",
1634
+ "name": "kling-v3.0-t2v",
1635
+ "created_by": "klingai",
1636
+ "source": "official",
1637
+ "last_updated": "2026-03-21",
1638
+ "capabilities": { "streaming": true },
1639
+ "pricing": {
1640
+ "input": 0,
1641
+ "output": 0
1642
+ }
1643
+ },
1644
+ {
1645
+ "id": "kwaipilot/kat-coder-pro-v1",
1646
+ "name": "kat-coder-pro-v1",
1647
+ "created_by": "kwaipilot",
1648
+ "source": "official",
1649
+ "last_updated": "2026-03-21",
1650
+ "context_window": 256e3,
1651
+ "capabilities": {
1652
+ "streaming": true,
1653
+ "reasoning": true
1654
+ },
1655
+ "pricing": {
1656
+ "input": .03,
1657
+ "output": 1.2
1658
+ }
1659
+ },
1660
+ {
1661
+ "id": "meituan/longcat-flash-chat",
1662
+ "name": "longcat-flash-chat",
1663
+ "created_by": "meituan",
1664
+ "source": "official",
1665
+ "last_updated": "2026-03-21",
1666
+ "context_window": 128e3,
1667
+ "capabilities": {
1668
+ "streaming": true,
1669
+ "tool_call": true
1670
+ },
1671
+ "pricing": {
1672
+ "input": 0,
1673
+ "output": 0
1674
+ }
1675
+ },
1676
+ {
1677
+ "id": "meituan/longcat-flash-thinking-2601",
1678
+ "name": "longcat-flash-thinking-2601",
1679
+ "created_by": "meituan",
1680
+ "source": "official",
1681
+ "last_updated": "2026-03-21",
1682
+ "context_window": 32800,
1683
+ "alias": "meituan/longcat-flash-thinking",
1684
+ "capabilities": {
1685
+ "streaming": true,
1686
+ "reasoning": true
1687
+ },
1688
+ "pricing": {
1689
+ "input": 0,
1690
+ "output": 0
1691
+ }
1692
+ },
1693
+ {
1694
+ "id": "meituan/longcat-flash-thinking",
1695
+ "name": "longcat-flash-thinking-2601",
1696
+ "created_by": "meituan",
1697
+ "source": "official",
1698
+ "last_updated": "2026-03-21",
1699
+ "context_window": 32800,
1700
+ "capabilities": {
1701
+ "streaming": true,
1702
+ "tool_call": true,
1703
+ "reasoning": true
1704
+ },
1705
+ "pricing": {
1706
+ "input": 0,
1707
+ "output": 0
1708
+ },
1709
+ "snapshots": ["meituan/longcat-flash-thinking-2601"]
1710
+ },
1711
+ {
1712
+ "id": "meta/llama-3.1-70b",
1713
+ "name": "llama-3.1-70b",
1714
+ "created_by": "meta",
1715
+ "source": "official",
1716
+ "last_updated": "2026-03-21",
1717
+ "family": "llama-3.1",
1718
+ "context_window": 131100,
1719
+ "capabilities": {
1720
+ "streaming": true,
1721
+ "tool_call": true
1722
+ },
1723
+ "pricing": {
1724
+ "input": .72,
1725
+ "output": .72
1726
+ }
1727
+ },
1728
+ {
1729
+ "id": "meta/llama-3.1-8b",
1730
+ "name": "llama-3.1-8b",
1731
+ "created_by": "meta",
1732
+ "source": "official",
1733
+ "last_updated": "2026-03-21",
1734
+ "family": "llama-3.1",
1735
+ "context_window": 131100,
1736
+ "capabilities": {
1737
+ "streaming": true,
1738
+ "tool_call": true
1739
+ },
1740
+ "pricing": {
1741
+ "input": .1,
1742
+ "output": .1
1743
+ }
1744
+ },
1745
+ {
1746
+ "id": "meta/llama-3.2-11b",
1747
+ "name": "llama-3.2-11b",
1748
+ "created_by": "meta",
1749
+ "source": "official",
1750
+ "last_updated": "2026-03-21",
1751
+ "family": "llama-3.2",
1752
+ "context_window": 128e3,
1753
+ "capabilities": {
1754
+ "streaming": true,
1755
+ "vision": true,
1756
+ "tool_call": true
1757
+ },
1758
+ "pricing": {
1759
+ "input": .16,
1760
+ "output": .16
1761
+ }
1762
+ },
1763
+ {
1764
+ "id": "meta/llama-3.2-1b",
1765
+ "name": "llama-3.2-1b",
1766
+ "created_by": "meta",
1767
+ "source": "official",
1768
+ "last_updated": "2026-03-21",
1769
+ "family": "llama-3.2",
1770
+ "context_window": 128e3,
1771
+ "capabilities": { "streaming": true },
1772
+ "pricing": {
1773
+ "input": .1,
1774
+ "output": .1
1775
+ }
1776
+ },
1777
+ {
1778
+ "id": "meta/llama-3.2-3b",
1779
+ "name": "llama-3.2-3b",
1780
+ "created_by": "meta",
1781
+ "source": "official",
1782
+ "last_updated": "2026-03-21",
1783
+ "family": "llama-3.2",
1784
+ "context_window": 128e3,
1785
+ "capabilities": { "streaming": true },
1786
+ "pricing": {
1787
+ "input": .15,
1788
+ "output": .15
1789
+ }
1790
+ },
1791
+ {
1792
+ "id": "meta/llama-3.2-90b",
1793
+ "name": "llama-3.2-90b",
1794
+ "created_by": "meta",
1795
+ "source": "official",
1796
+ "last_updated": "2026-03-21",
1797
+ "family": "llama-3.2",
1798
+ "context_window": 128e3,
1799
+ "capabilities": {
1800
+ "streaming": true,
1801
+ "vision": true,
1802
+ "tool_call": true
1803
+ },
1804
+ "pricing": {
1805
+ "input": .72,
1806
+ "output": .72
1807
+ }
1808
+ },
1809
+ {
1810
+ "id": "meta/llama-3.3-70b",
1811
+ "name": "llama-3.3-70b",
1812
+ "created_by": "meta",
1813
+ "source": "official",
1814
+ "last_updated": "2026-03-21",
1815
+ "family": "llama-3.3",
1816
+ "context_window": 128e3,
1817
+ "capabilities": {
1818
+ "streaming": true,
1819
+ "tool_call": true
1820
+ },
1821
+ "pricing": {
1822
+ "input": .59,
1823
+ "output": .72
1824
+ }
1825
+ },
1826
+ {
1827
+ "id": "meta/llama-4-maverick",
1828
+ "name": "llama-4-maverick",
1829
+ "created_by": "meta",
1830
+ "source": "official",
1831
+ "last_updated": "2026-03-21",
1832
+ "family": "llama-4",
1833
+ "context_window": 524300,
1834
+ "capabilities": {
1835
+ "streaming": true,
1836
+ "vision": true,
1837
+ "tool_call": true
1838
+ },
1839
+ "pricing": {
1840
+ "input": .24,
1841
+ "output": .97
1842
+ }
1843
+ },
1844
+ {
1845
+ "id": "meta/llama-4-scout",
1846
+ "name": "llama-4-scout",
1847
+ "created_by": "meta",
1848
+ "source": "official",
1849
+ "last_updated": "2026-03-21",
1850
+ "family": "llama-4",
1851
+ "context_window": 131100,
1852
+ "capabilities": {
1853
+ "streaming": true,
1854
+ "vision": true,
1855
+ "tool_call": true
1856
+ },
1857
+ "pricing": {
1858
+ "input": .17,
1859
+ "output": .66
1860
+ }
1861
+ },
1862
+ {
1863
+ "id": "minimax/minimax-m2.1-lightning",
1864
+ "name": "minimax-m2.1-lightning",
1865
+ "created_by": "minimax",
1866
+ "source": "official",
1867
+ "last_updated": "2026-03-21",
1868
+ "context_window": 204800,
1869
+ "capabilities": {
1870
+ "streaming": true,
1871
+ "tool_call": true,
1872
+ "reasoning": true
1873
+ },
1874
+ "pricing": {
1875
+ "input": .3,
1876
+ "output": 2.4
1877
+ }
1878
+ },
1879
+ {
1880
+ "id": "minimax/minimax-m2.1",
1881
+ "name": "minimax-m2.1",
1882
+ "created_by": "minimax",
1883
+ "source": "official",
1884
+ "last_updated": "2026-03-21",
1885
+ "context_window": 204800,
1886
+ "capabilities": {
1887
+ "streaming": true,
1888
+ "tool_call": true,
1889
+ "reasoning": true
1890
+ },
1891
+ "pricing": {
1892
+ "input": .3,
1893
+ "output": 1.2
1894
+ }
1895
+ },
1896
+ {
1897
+ "id": "minimax/minimax-m2.5-highspeed",
1898
+ "name": "minimax-m2.5-highspeed",
1899
+ "created_by": "minimax",
1900
+ "source": "official",
1901
+ "last_updated": "2026-03-21",
1902
+ "context_window": 204800,
1903
+ "capabilities": {
1904
+ "streaming": true,
1905
+ "tool_call": true,
1906
+ "reasoning": true
1907
+ },
1908
+ "pricing": {
1909
+ "input": .6,
1910
+ "output": 2.4
1911
+ }
1912
+ },
1913
+ {
1914
+ "id": "minimax/minimax-m2.5",
1915
+ "name": "minimax-m2.5",
1916
+ "created_by": "minimax",
1917
+ "source": "official",
1918
+ "last_updated": "2026-03-21",
1919
+ "context_window": 204800,
1920
+ "capabilities": {
1921
+ "streaming": true,
1922
+ "tool_call": true,
1923
+ "reasoning": true
1924
+ },
1925
+ "pricing": {
1926
+ "input": .3,
1927
+ "output": 1.2
1928
+ }
1929
+ },
1930
+ {
1931
+ "id": "minimax/minimax-m2.7-highspeed",
1932
+ "name": "minimax-m2.7-highspeed",
1933
+ "created_by": "minimax",
1934
+ "source": "official",
1935
+ "last_updated": "2026-03-21",
1936
+ "context_window": 204800,
1937
+ "capabilities": {
1938
+ "streaming": true,
1939
+ "vision": true,
1940
+ "tool_call": true,
1941
+ "reasoning": true
1942
+ },
1943
+ "pricing": {
1944
+ "input": .6,
1945
+ "output": 2.4
1946
+ }
1947
+ },
1948
+ {
1949
+ "id": "minimax/minimax-m2.7",
1950
+ "name": "minimax-m2.7",
1951
+ "created_by": "minimax",
1952
+ "source": "official",
1953
+ "last_updated": "2026-03-21",
1954
+ "context_window": 204800,
1955
+ "capabilities": {
1956
+ "streaming": true,
1957
+ "vision": true,
1958
+ "tool_call": true,
1959
+ "reasoning": true
1960
+ },
1961
+ "pricing": {
1962
+ "input": .3,
1963
+ "output": 1.2
1964
+ }
1965
+ },
1966
+ {
1967
+ "id": "minimax/minimax-m2",
1968
+ "name": "minimax-m2",
1969
+ "created_by": "minimax",
1970
+ "source": "official",
1971
+ "last_updated": "2026-03-21",
1972
+ "context_window": 205e3,
1973
+ "capabilities": {
1974
+ "streaming": true,
1975
+ "tool_call": true,
1976
+ "reasoning": true
1977
+ },
1978
+ "pricing": {
1979
+ "input": .3,
1980
+ "output": 1.2
1981
+ }
1982
+ },
1983
+ {
1984
+ "id": "mistral/codestral-embed",
1985
+ "name": "codestral-embed",
1986
+ "created_by": "mistral",
1987
+ "source": "official",
1988
+ "last_updated": "2026-03-21",
1989
+ "family": "codestral",
1990
+ "model_type": "embed",
1991
+ "capabilities": { "streaming": true },
1992
+ "pricing": {
1993
+ "input": .15,
1994
+ "output": 0
1995
+ }
1996
+ },
1997
+ {
1998
+ "id": "mistral/codestral",
1999
+ "name": "codestral",
2000
+ "created_by": "mistral",
2001
+ "source": "official",
2002
+ "last_updated": "2026-03-21",
2003
+ "family": "codestral",
2004
+ "context_window": 128e3,
2005
+ "capabilities": {
2006
+ "streaming": true,
2007
+ "tool_call": true
2008
+ },
2009
+ "pricing": {
2010
+ "input": .3,
2011
+ "output": .9
2012
+ }
2013
+ },
2014
+ {
2015
+ "id": "mistral/devstral-2",
2016
+ "name": "devstral-2",
2017
+ "created_by": "mistral",
2018
+ "source": "official",
2019
+ "last_updated": "2026-03-21",
2020
+ "family": "devstral",
2021
+ "context_window": 256e3,
2022
+ "capabilities": {
2023
+ "streaming": true,
2024
+ "tool_call": true
2025
+ },
2026
+ "pricing": {
2027
+ "input": .4,
2028
+ "output": 2
2029
+ }
2030
+ },
2031
+ {
2032
+ "id": "mistral/devstral-small-2",
2033
+ "name": "devstral-small-2",
2034
+ "created_by": "mistral",
2035
+ "source": "official",
2036
+ "last_updated": "2026-03-21",
2037
+ "family": "devstral",
2038
+ "context_window": 256e3,
2039
+ "capabilities": {
2040
+ "streaming": true,
2041
+ "tool_call": true
2042
+ },
2043
+ "pricing": {
2044
+ "input": .1,
2045
+ "output": .3
2046
+ }
2047
+ },
2048
+ {
2049
+ "id": "mistral/devstral-small",
2050
+ "name": "devstral-small",
2051
+ "created_by": "mistral",
2052
+ "source": "official",
2053
+ "last_updated": "2026-03-21",
2054
+ "family": "devstral",
2055
+ "context_window": 128e3,
2056
+ "capabilities": {
2057
+ "streaming": true,
2058
+ "tool_call": true
2059
+ },
2060
+ "pricing": {
2061
+ "input": .1,
2062
+ "output": .3
2063
+ }
2064
+ },
2065
+ {
2066
+ "id": "mistral/magistral-medium",
2067
+ "name": "magistral-medium",
2068
+ "created_by": "mistral",
2069
+ "source": "official",
2070
+ "last_updated": "2026-03-21",
2071
+ "context_window": 128e3,
2072
+ "capabilities": {
2073
+ "streaming": true,
2074
+ "vision": true,
2075
+ "reasoning": true
2076
+ },
2077
+ "pricing": {
2078
+ "input": 2,
2079
+ "output": 5
2080
+ }
2081
+ },
2082
+ {
2083
+ "id": "mistral/magistral-small",
2084
+ "name": "magistral-small",
2085
+ "created_by": "mistral",
2086
+ "source": "official",
2087
+ "last_updated": "2026-03-21",
2088
+ "context_window": 128e3,
2089
+ "capabilities": {
2090
+ "streaming": true,
2091
+ "vision": true,
2092
+ "reasoning": true
2093
+ },
2094
+ "pricing": {
2095
+ "input": .5,
2096
+ "output": 1.5
2097
+ }
2098
+ },
2099
+ {
2100
+ "id": "mistral/ministral-14b",
2101
+ "name": "ministral-14b",
2102
+ "created_by": "mistral",
2103
+ "source": "official",
2104
+ "last_updated": "2026-03-21",
2105
+ "family": "ministral",
2106
+ "context_window": 256e3,
2107
+ "capabilities": {
2108
+ "streaming": true,
2109
+ "vision": true
2110
+ },
2111
+ "pricing": {
2112
+ "input": .2,
2113
+ "output": .2
2114
+ }
2115
+ },
2116
+ {
2117
+ "id": "mistral/ministral-3b",
2118
+ "name": "ministral-3b",
2119
+ "created_by": "mistral",
2120
+ "source": "official",
2121
+ "last_updated": "2026-03-21",
2122
+ "family": "ministral",
2123
+ "context_window": 128e3,
2124
+ "capabilities": {
2125
+ "streaming": true,
2126
+ "tool_call": true
2127
+ },
2128
+ "pricing": {
2129
+ "input": .1,
2130
+ "output": .1
2131
+ }
2132
+ },
2133
+ {
2134
+ "id": "mistral/ministral-8b",
2135
+ "name": "ministral-8b",
2136
+ "created_by": "mistral",
2137
+ "source": "official",
2138
+ "last_updated": "2026-03-21",
2139
+ "family": "ministral",
2140
+ "context_window": 128e3,
2141
+ "capabilities": {
2142
+ "streaming": true,
2143
+ "tool_call": true
2144
+ },
2145
+ "pricing": {
2146
+ "input": .15,
2147
+ "output": .15
2148
+ }
2149
+ },
2150
+ {
2151
+ "id": "mistral/mistral-embed",
2152
+ "name": "mistral-embed",
2153
+ "created_by": "mistral",
2154
+ "source": "official",
2155
+ "last_updated": "2026-03-21",
2156
+ "model_type": "embed",
2157
+ "capabilities": { "streaming": true },
2158
+ "pricing": {
2159
+ "input": .1,
2160
+ "output": 0
2161
+ }
2162
+ },
2163
+ {
2164
+ "id": "mistral/mistral-large-3",
2165
+ "name": "mistral-large-3",
2166
+ "created_by": "mistral",
2167
+ "source": "official",
2168
+ "last_updated": "2026-03-21",
2169
+ "family": "mistral-large",
2170
+ "context_window": 256e3,
2171
+ "capabilities": {
2172
+ "streaming": true,
2173
+ "vision": true
2174
+ },
2175
+ "pricing": {
2176
+ "input": .5,
2177
+ "output": 1.5
2178
+ }
2179
+ },
2180
+ {
2181
+ "id": "mistral/mistral-medium",
2182
+ "name": "mistral-medium",
2183
+ "created_by": "mistral",
2184
+ "source": "official",
2185
+ "last_updated": "2026-03-21",
2186
+ "family": "mistral-medium",
2187
+ "context_window": 128e3,
2188
+ "capabilities": {
2189
+ "streaming": true,
2190
+ "vision": true,
2191
+ "tool_call": true
2192
+ },
2193
+ "pricing": {
2194
+ "input": .4,
2195
+ "output": 2
2196
+ }
2197
+ },
2198
+ {
2199
+ "id": "mistral/mistral-nemo",
2200
+ "name": "mistral-nemo",
2201
+ "created_by": "mistral",
2202
+ "source": "official",
2203
+ "last_updated": "2026-03-21",
2204
+ "context_window": 131100,
2205
+ "capabilities": {
2206
+ "streaming": true,
2207
+ "tool_call": true
2208
+ },
2209
+ "pricing": {
2210
+ "input": .15,
2211
+ "output": .15
2212
+ }
2213
+ },
2214
+ {
2215
+ "id": "mistral/mistral-small",
2216
+ "name": "mistral-small",
2217
+ "created_by": "mistral",
2218
+ "source": "official",
2219
+ "last_updated": "2026-03-21",
2220
+ "family": "mistral-small",
2221
+ "context_window": 32e3,
2222
+ "capabilities": {
2223
+ "streaming": true,
2224
+ "vision": true,
2225
+ "tool_call": true
2226
+ },
2227
+ "pricing": {
2228
+ "input": .1,
2229
+ "output": .3
2230
+ }
2231
+ },
2232
+ {
2233
+ "id": "mistral/mixtral-8x22b-instruct",
2234
+ "name": "mixtral-8x22b-instruct",
2235
+ "created_by": "mistral",
2236
+ "source": "official",
2237
+ "last_updated": "2026-03-21",
2238
+ "family": "mixtral",
2239
+ "context_window": 65500,
2240
+ "capabilities": { "streaming": true },
2241
+ "pricing": {
2242
+ "input": 1.2,
2243
+ "output": 1.2
2244
+ }
2245
+ },
2246
+ {
2247
+ "id": "mistral/pixtral-12b",
2248
+ "name": "pixtral-12b",
2249
+ "created_by": "mistral",
2250
+ "source": "official",
2251
+ "last_updated": "2026-03-21",
2252
+ "family": "pixtral",
2253
+ "context_window": 128e3,
2254
+ "capabilities": {
2255
+ "streaming": true,
2256
+ "vision": true,
2257
+ "tool_call": true
2258
+ },
2259
+ "pricing": {
2260
+ "input": .15,
2261
+ "output": .15
2262
+ }
2263
+ },
2264
+ {
2265
+ "id": "mistral/pixtral-large",
2266
+ "name": "pixtral-large",
2267
+ "created_by": "mistral",
2268
+ "source": "official",
2269
+ "last_updated": "2026-03-21",
2270
+ "family": "pixtral",
2271
+ "context_window": 128e3,
2272
+ "capabilities": {
2273
+ "streaming": true,
2274
+ "vision": true,
2275
+ "tool_call": true
2276
+ },
2277
+ "pricing": {
2278
+ "input": 2,
2279
+ "output": 6
2280
+ }
2281
+ },
2282
+ {
2283
+ "id": "moonshotai/kimi-k2-0905",
2284
+ "name": "kimi-k2-0905",
2285
+ "created_by": "moonshot",
2286
+ "source": "official",
2287
+ "last_updated": "2026-03-21",
2288
+ "context_window": 262100,
2289
+ "capabilities": { "streaming": true },
2290
+ "pricing": {
2291
+ "input": 1,
2292
+ "output": 3
2293
+ }
2294
+ },
2295
+ {
2296
+ "id": "moonshotai/kimi-k2-thinking-turbo",
2297
+ "name": "kimi-k2-thinking-turbo",
2298
+ "created_by": "moonshot",
2299
+ "source": "official",
2300
+ "last_updated": "2026-03-21",
2301
+ "context_window": 262100,
2302
+ "capabilities": {
2303
+ "streaming": true,
2304
+ "tool_call": true,
2305
+ "reasoning": true
2306
+ },
2307
+ "pricing": {
2308
+ "input": 1.15,
2309
+ "output": 8
2310
+ }
2311
+ },
2312
+ {
2313
+ "id": "moonshotai/kimi-k2-thinking",
2314
+ "name": "kimi-k2-thinking",
2315
+ "created_by": "moonshot",
2316
+ "source": "official",
2317
+ "last_updated": "2026-03-21",
2318
+ "context_window": 262100,
2319
+ "capabilities": {
2320
+ "streaming": true,
2321
+ "tool_call": true,
2322
+ "reasoning": true
2323
+ },
2324
+ "pricing": {
2325
+ "input": .6,
2326
+ "output": 2.5
2327
+ }
2328
+ },
2329
+ {
2330
+ "id": "moonshotai/kimi-k2-turbo",
2331
+ "name": "kimi-k2-turbo",
2332
+ "created_by": "moonshot",
2333
+ "source": "official",
2334
+ "last_updated": "2026-03-21",
2335
+ "context_window": 256e3,
2336
+ "capabilities": {
2337
+ "streaming": true,
2338
+ "tool_call": true
2339
+ },
2340
+ "pricing": {
2341
+ "input": 1.15,
2342
+ "output": 8
2343
+ }
2344
+ },
2345
+ {
2346
+ "id": "moonshotai/kimi-k2.5",
2347
+ "name": "kimi-k2.5",
2348
+ "created_by": "moonshot",
2349
+ "source": "official",
2350
+ "last_updated": "2026-03-21",
2351
+ "context_window": 262100,
2352
+ "capabilities": {
2353
+ "streaming": true,
2354
+ "vision": true,
2355
+ "tool_call": true,
2356
+ "reasoning": true
2357
+ },
2358
+ "pricing": {
2359
+ "input": .5,
2360
+ "output": 2.8
2361
+ }
2362
+ },
2363
+ {
2364
+ "id": "moonshotai/kimi-k2",
2365
+ "name": "kimi-k2",
2366
+ "created_by": "moonshot",
2367
+ "source": "official",
2368
+ "last_updated": "2026-03-21",
2369
+ "context_window": 131100,
2370
+ "capabilities": {
2371
+ "streaming": true,
2372
+ "tool_call": true
2373
+ },
2374
+ "pricing": {
2375
+ "input": .57,
2376
+ "output": 2.3
2377
+ }
2378
+ },
2379
+ {
2380
+ "id": "morph/morph-v3-fast",
2381
+ "name": "morph-v3-fast",
2382
+ "created_by": "morph",
2383
+ "source": "official",
2384
+ "last_updated": "2026-03-21",
2385
+ "context_window": 81900,
2386
+ "capabilities": { "streaming": true },
2387
+ "pricing": {
2388
+ "input": .8,
2389
+ "output": 1.2
2390
+ }
2391
+ },
2392
+ {
2393
+ "id": "morph/morph-v3-large",
2394
+ "name": "morph-v3-large",
2395
+ "created_by": "morph",
2396
+ "source": "official",
2397
+ "last_updated": "2026-03-21",
2398
+ "context_window": 81900,
2399
+ "capabilities": { "streaming": true },
2400
+ "pricing": {
2401
+ "input": .9,
2402
+ "output": 1.9
2403
+ }
2404
+ },
2405
+ {
2406
+ "id": "nvidia/nemotron-3-nano-30b-a3b",
2407
+ "name": "nemotron-3-nano-30b-a3b",
2408
+ "created_by": "nvidia",
2409
+ "source": "official",
2410
+ "last_updated": "2026-03-21",
2411
+ "context_window": 262100,
2412
+ "capabilities": {
2413
+ "streaming": true,
2414
+ "reasoning": true
2415
+ },
2416
+ "pricing": {
2417
+ "input": .05,
2418
+ "output": .24
2419
+ }
2420
+ },
2421
+ {
2422
+ "id": "nvidia/nemotron-nano-12b-v2-vl",
2423
+ "name": "nemotron-nano-12b-v2-vl",
2424
+ "created_by": "nvidia",
2425
+ "source": "official",
2426
+ "last_updated": "2026-03-21",
2427
+ "context_window": 131100,
2428
+ "capabilities": {
2429
+ "streaming": true,
2430
+ "vision": true,
2431
+ "tool_call": true,
2432
+ "reasoning": true
2433
+ },
2434
+ "pricing": {
2435
+ "input": .2,
2436
+ "output": .6
2437
+ }
2438
+ },
2439
+ {
2440
+ "id": "nvidia/nemotron-nano-9b-v2",
2441
+ "name": "nemotron-nano-9b-v2",
2442
+ "created_by": "nvidia",
2443
+ "source": "official",
2444
+ "last_updated": "2026-03-21",
2445
+ "context_window": 131100,
2446
+ "capabilities": {
2447
+ "streaming": true,
2448
+ "tool_call": true,
2449
+ "reasoning": true
2450
+ },
2451
+ "pricing": {
2452
+ "input": .06,
2453
+ "output": .23
2454
+ }
2455
+ },
2456
+ {
2457
+ "id": "openai/gpt-3.5-turbo-instruct",
2458
+ "name": "gpt-3.5-turbo-instruct",
2459
+ "created_by": "openai",
2460
+ "source": "official",
2461
+ "last_updated": "2026-03-21",
2462
+ "family": "gpt-3.5",
2463
+ "context_window": 8200,
2464
+ "capabilities": { "streaming": true },
2465
+ "pricing": {
2466
+ "input": 1.5,
2467
+ "output": 2
2468
+ }
2469
+ },
2470
+ {
2471
+ "id": "openai/gpt-3.5-turbo",
2472
+ "name": "gpt-3.5-turbo",
2473
+ "created_by": "openai",
2474
+ "source": "official",
2475
+ "last_updated": "2026-03-21",
2476
+ "family": "gpt-3.5",
2477
+ "context_window": 16400,
2478
+ "capabilities": { "streaming": true },
2479
+ "pricing": {
2480
+ "input": .5,
2481
+ "output": 1.5
2482
+ }
2483
+ },
2484
+ {
2485
+ "id": "openai/gpt-4-turbo",
2486
+ "name": "gpt-4-turbo",
2487
+ "created_by": "openai",
2488
+ "source": "official",
2489
+ "last_updated": "2026-03-21",
2490
+ "family": "gpt-4-turbo",
2491
+ "context_window": 128e3,
2492
+ "capabilities": {
2493
+ "streaming": true,
2494
+ "vision": true,
2495
+ "tool_call": true
2496
+ },
2497
+ "pricing": {
2498
+ "input": 10,
2499
+ "output": 30
2500
+ }
2501
+ },
2502
+ {
2503
+ "id": "openai/gpt-4.1-mini",
2504
+ "name": "gpt-4.1-mini",
2505
+ "created_by": "openai",
2506
+ "source": "official",
2507
+ "last_updated": "2026-03-21",
2508
+ "family": "gpt-4.1",
2509
+ "context_window": 1e6,
2510
+ "capabilities": {
2511
+ "streaming": true,
2512
+ "vision": true,
2513
+ "tool_call": true
2514
+ },
2515
+ "pricing": {
2516
+ "input": .4,
2517
+ "output": 1.6
2518
+ }
2519
+ },
2520
+ {
2521
+ "id": "openai/gpt-4.1-nano",
2522
+ "name": "gpt-4.1-nano",
2523
+ "created_by": "openai",
2524
+ "source": "official",
2525
+ "last_updated": "2026-03-21",
2526
+ "family": "gpt-4.1",
2527
+ "context_window": 1e6,
2528
+ "capabilities": {
2529
+ "streaming": true,
2530
+ "vision": true,
2531
+ "tool_call": true
2532
+ },
2533
+ "pricing": {
2534
+ "input": .1,
2535
+ "output": .4
2536
+ }
2537
+ },
2538
+ {
2539
+ "id": "openai/gpt-4.1",
2540
+ "name": "gpt-4.1",
2541
+ "created_by": "openai",
2542
+ "source": "official",
2543
+ "last_updated": "2026-03-21",
2544
+ "family": "gpt-4.1",
2545
+ "context_window": 1e6,
2546
+ "capabilities": {
2547
+ "streaming": true,
2548
+ "vision": true,
2549
+ "tool_call": true
2550
+ },
2551
+ "pricing": {
2552
+ "input": 2,
2553
+ "output": 8
2554
+ }
2555
+ },
2556
+ {
2557
+ "id": "openai/gpt-4o-mini-search-preview",
2558
+ "name": "gpt-4o-mini-search-preview",
2559
+ "created_by": "openai",
2560
+ "source": "official",
2561
+ "last_updated": "2026-03-21",
2562
+ "family": "gpt-4o",
2563
+ "context_window": 128e3,
2564
+ "capabilities": { "streaming": true },
2565
+ "pricing": {
2566
+ "input": .15,
2567
+ "output": .6
2568
+ }
2569
+ },
2570
+ {
2571
+ "id": "openai/gpt-4o-mini",
2572
+ "name": "gpt-4o-mini",
2573
+ "created_by": "openai",
2574
+ "source": "official",
2575
+ "last_updated": "2026-03-21",
2576
+ "family": "gpt-4o",
2577
+ "context_window": 128e3,
2578
+ "capabilities": {
2579
+ "streaming": true,
2580
+ "vision": true,
2581
+ "tool_call": true
2582
+ },
2583
+ "pricing": {
2584
+ "input": .15,
2585
+ "output": .6
2586
+ }
2587
+ },
2588
+ {
2589
+ "id": "openai/gpt-4o",
2590
+ "name": "gpt-4o",
2591
+ "created_by": "openai",
2592
+ "source": "official",
2593
+ "last_updated": "2026-03-21",
2594
+ "family": "gpt-4o",
2595
+ "context_window": 128e3,
2596
+ "capabilities": {
2597
+ "streaming": true,
2598
+ "vision": true,
2599
+ "tool_call": true
2600
+ },
2601
+ "pricing": {
2602
+ "input": 2.5,
2603
+ "output": 10
2604
+ }
2605
+ },
2606
+ {
2607
+ "id": "openai/gpt-5-chat",
2608
+ "name": "gpt-5-chat",
2609
+ "created_by": "openai",
2610
+ "source": "official",
2611
+ "last_updated": "2026-03-21",
2612
+ "family": "gpt-5",
2613
+ "context_window": 128e3,
2614
+ "capabilities": {
2615
+ "streaming": true,
2616
+ "vision": true,
2617
+ "tool_call": true,
2618
+ "reasoning": true
2619
+ },
2620
+ "pricing": {
2621
+ "input": 1.25,
2622
+ "output": 10
2623
+ }
2624
+ },
2625
+ {
2626
+ "id": "openai/gpt-5-codex",
2627
+ "name": "gpt-5-codex",
2628
+ "created_by": "openai",
2629
+ "source": "official",
2630
+ "last_updated": "2026-03-21",
2631
+ "family": "gpt-5",
2632
+ "context_window": 4e5,
2633
+ "capabilities": {
2634
+ "streaming": true,
2635
+ "vision": true,
2636
+ "tool_call": true,
2637
+ "reasoning": true
2638
+ },
2639
+ "pricing": {
2640
+ "input": 1.25,
2641
+ "output": 10
2642
+ }
2643
+ },
2644
+ {
2645
+ "id": "openai/gpt-5-mini",
2646
+ "name": "gpt-5-mini",
2647
+ "created_by": "openai",
2648
+ "source": "official",
2649
+ "last_updated": "2026-03-21",
2650
+ "family": "gpt-5",
2651
+ "context_window": 4e5,
2652
+ "capabilities": {
2653
+ "streaming": true,
2654
+ "vision": true,
2655
+ "tool_call": true,
2656
+ "reasoning": true
2657
+ },
2658
+ "pricing": {
2659
+ "input": .25,
2660
+ "output": 2
2661
+ }
2662
+ },
2663
+ {
2664
+ "id": "openai/gpt-5-nano",
2665
+ "name": "gpt-5-nano",
2666
+ "created_by": "openai",
2667
+ "source": "official",
2668
+ "last_updated": "2026-03-21",
2669
+ "family": "gpt-5",
2670
+ "context_window": 4e5,
2671
+ "capabilities": {
2672
+ "streaming": true,
2673
+ "vision": true,
2674
+ "tool_call": true,
2675
+ "reasoning": true
2676
+ },
2677
+ "pricing": {
2678
+ "input": .05,
2679
+ "output": .4
2680
+ }
2681
+ },
2682
+ {
2683
+ "id": "openai/gpt-5-pro",
2684
+ "name": "gpt-5-pro",
2685
+ "created_by": "openai",
2686
+ "source": "official",
2687
+ "last_updated": "2026-03-21",
2688
+ "family": "gpt-5",
2689
+ "context_window": 4e5,
2690
+ "capabilities": {
2691
+ "streaming": true,
2692
+ "vision": true,
2693
+ "tool_call": true,
2694
+ "reasoning": true
2695
+ },
2696
+ "pricing": {
2697
+ "input": 15,
2698
+ "output": 120
2699
+ }
2700
+ },
2701
+ {
2702
+ "id": "openai/gpt-5.1-codex-max",
2703
+ "name": "gpt-5.1-codex-max",
2704
+ "created_by": "openai",
2705
+ "source": "official",
2706
+ "last_updated": "2026-03-21",
2707
+ "family": "gpt-5.1",
2708
+ "context_window": 4e5,
2709
+ "capabilities": {
2710
+ "streaming": true,
2711
+ "vision": true,
2712
+ "tool_call": true,
2713
+ "reasoning": true
2714
+ },
2715
+ "pricing": {
2716
+ "input": 1.25,
2717
+ "output": 10
2718
+ }
2719
+ },
2720
+ {
2721
+ "id": "openai/gpt-5.1-codex-mini",
2722
+ "name": "gpt-5.1-codex-mini",
2723
+ "created_by": "openai",
2724
+ "source": "official",
2725
+ "last_updated": "2026-03-21",
2726
+ "family": "gpt-5.1",
2727
+ "context_window": 4e5,
2728
+ "capabilities": {
2729
+ "streaming": true,
2730
+ "vision": true,
2731
+ "tool_call": true,
2732
+ "reasoning": true
2733
+ },
2734
+ "pricing": {
2735
+ "input": .25,
2736
+ "output": 2
2737
+ }
2738
+ },
2739
+ {
2740
+ "id": "openai/gpt-5.1-codex",
2741
+ "name": "gpt-5.1-codex",
2742
+ "created_by": "openai",
2743
+ "source": "official",
2744
+ "last_updated": "2026-03-21",
2745
+ "family": "gpt-5.1",
2746
+ "context_window": 4e5,
2747
+ "capabilities": {
2748
+ "streaming": true,
2749
+ "vision": true,
2750
+ "tool_call": true,
2751
+ "reasoning": true
2752
+ },
2753
+ "pricing": {
2754
+ "input": 1.25,
2755
+ "output": 10
2756
+ }
2757
+ },
2758
+ {
2759
+ "id": "openai/gpt-5.1-instant",
2760
+ "name": "gpt-5.1-instant",
2761
+ "created_by": "openai",
2762
+ "source": "official",
2763
+ "last_updated": "2026-03-21",
2764
+ "family": "gpt-5.1",
2765
+ "context_window": 128e3,
2766
+ "capabilities": {
2767
+ "streaming": true,
2768
+ "vision": true,
2769
+ "tool_call": true,
2770
+ "reasoning": true
2771
+ },
2772
+ "pricing": {
2773
+ "input": 1.25,
2774
+ "output": 10
2775
+ }
2776
+ },
2777
+ {
2778
+ "id": "openai/gpt-5.1-thinking",
2779
+ "name": "gpt-5.1-thinking",
2780
+ "created_by": "openai",
2781
+ "source": "official",
2782
+ "last_updated": "2026-03-21",
2783
+ "family": "gpt-5.1",
2784
+ "context_window": 4e5,
2785
+ "capabilities": {
2786
+ "streaming": true,
2787
+ "vision": true,
2788
+ "tool_call": true,
2789
+ "reasoning": true
2790
+ },
2791
+ "pricing": {
2792
+ "input": 1.25,
2793
+ "output": 10
2794
+ }
2795
+ },
2796
+ {
2797
+ "id": "openai/gpt-5.2-chat",
2798
+ "name": "gpt-5.2-chat",
2799
+ "created_by": "openai",
2800
+ "source": "official",
2801
+ "last_updated": "2026-03-21",
2802
+ "family": "gpt-5.2",
2803
+ "context_window": 128e3,
2804
+ "capabilities": {
2805
+ "streaming": true,
2806
+ "vision": true,
2807
+ "tool_call": true,
2808
+ "reasoning": true
2809
+ },
2810
+ "pricing": {
2811
+ "input": 1.75,
2812
+ "output": 14
2813
+ }
2814
+ },
2815
+ {
2816
+ "id": "openai/gpt-5.2-codex",
2817
+ "name": "gpt-5.2-codex",
2818
+ "created_by": "openai",
2819
+ "source": "official",
2820
+ "last_updated": "2026-03-21",
2821
+ "family": "gpt-5.2",
2822
+ "context_window": 4e5,
2823
+ "capabilities": {
2824
+ "streaming": true,
2825
+ "vision": true,
2826
+ "tool_call": true,
2827
+ "reasoning": true
2828
+ },
2829
+ "pricing": {
2830
+ "input": 1.75,
2831
+ "output": 14
2832
+ }
2833
+ },
2834
+ {
2835
+ "id": "openai/gpt-5.2-pro",
2836
+ "name": "gpt-5.2-pro",
2837
+ "created_by": "openai",
2838
+ "source": "official",
2839
+ "last_updated": "2026-03-21",
2840
+ "family": "gpt-5.2",
2841
+ "context_window": 4e5,
2842
+ "capabilities": {
2843
+ "streaming": true,
2844
+ "vision": true,
2845
+ "tool_call": true,
2846
+ "reasoning": true
2847
+ },
2848
+ "pricing": {
2849
+ "input": 21,
2850
+ "output": 168
2851
+ }
2852
+ },
2853
+ {
2854
+ "id": "openai/gpt-5.2",
2855
+ "name": "gpt-5.2",
2856
+ "created_by": "openai",
2857
+ "source": "official",
2858
+ "last_updated": "2026-03-21",
2859
+ "family": "gpt-5.2",
2860
+ "context_window": 4e5,
2861
+ "capabilities": {
2862
+ "streaming": true,
2863
+ "vision": true,
2864
+ "tool_call": true,
2865
+ "reasoning": true
2866
+ },
2867
+ "pricing": {
2868
+ "input": 1.75,
2869
+ "output": 14
2870
+ }
2871
+ },
2872
+ {
2873
+ "id": "openai/gpt-5.3-chat",
2874
+ "name": "gpt-5.3-chat",
2875
+ "created_by": "openai",
2876
+ "source": "official",
2877
+ "last_updated": "2026-03-21",
2878
+ "family": "gpt-5.3",
2879
+ "context_window": 128e3,
2880
+ "capabilities": {
2881
+ "streaming": true,
2882
+ "vision": true,
2883
+ "tool_call": true,
2884
+ "reasoning": true
2885
+ },
2886
+ "pricing": {
2887
+ "input": 1.75,
2888
+ "output": 14
2889
+ }
2890
+ },
2891
+ {
2892
+ "id": "openai/gpt-5.3-codex",
2893
+ "name": "gpt-5.3-codex",
2894
+ "created_by": "openai",
2895
+ "source": "official",
2896
+ "last_updated": "2026-03-21",
2897
+ "family": "gpt-5.3",
2898
+ "context_window": 4e5,
2899
+ "capabilities": {
2900
+ "streaming": true,
2901
+ "vision": true,
2902
+ "tool_call": true,
2903
+ "reasoning": true
2904
+ },
2905
+ "pricing": {
2906
+ "input": 1.75,
2907
+ "output": 14
2908
+ }
2909
+ },
2910
+ {
2911
+ "id": "openai/gpt-5.4-mini",
2912
+ "name": "gpt-5.4-mini",
2913
+ "created_by": "openai",
2914
+ "source": "official",
2915
+ "last_updated": "2026-03-21",
2916
+ "family": "gpt-5.4",
2917
+ "context_window": 4e5,
2918
+ "capabilities": {
2919
+ "streaming": true,
2920
+ "vision": true,
2921
+ "tool_call": true,
2922
+ "reasoning": true
2923
+ },
2924
+ "pricing": {
2925
+ "input": .75,
2926
+ "output": 4.5
2927
+ }
2928
+ },
2929
+ {
2930
+ "id": "openai/gpt-5.4-nano",
2931
+ "name": "gpt-5.4-nano",
2932
+ "created_by": "openai",
2933
+ "source": "official",
2934
+ "last_updated": "2026-03-21",
2935
+ "family": "gpt-5.4",
2936
+ "context_window": 4e5,
2937
+ "capabilities": {
2938
+ "streaming": true,
2939
+ "vision": true,
2940
+ "tool_call": true,
2941
+ "reasoning": true
2942
+ },
2943
+ "pricing": {
2944
+ "input": .2,
2945
+ "output": 1.25
2946
+ }
2947
+ },
2948
+ {
2949
+ "id": "openai/gpt-5.4-pro",
2950
+ "name": "gpt-5.4-pro",
2951
+ "created_by": "openai",
2952
+ "source": "official",
2953
+ "last_updated": "2026-03-21",
2954
+ "family": "gpt-5.4",
2955
+ "context_window": 11e5,
2956
+ "capabilities": {
2957
+ "streaming": true,
2958
+ "vision": true,
2959
+ "tool_call": true,
2960
+ "reasoning": true
2961
+ },
2962
+ "pricing": {
2963
+ "input": 30,
2964
+ "output": 180
2965
+ }
2966
+ },
2967
+ {
2968
+ "id": "openai/gpt-5.4",
2969
+ "name": "gpt-5.4",
2970
+ "created_by": "openai",
2971
+ "source": "official",
2972
+ "last_updated": "2026-03-21",
2973
+ "family": "gpt-5.4",
2974
+ "context_window": 11e5,
2975
+ "capabilities": {
2976
+ "streaming": true,
2977
+ "vision": true,
2978
+ "tool_call": true,
2979
+ "reasoning": true
2980
+ },
2981
+ "pricing": {
2982
+ "input": 2.5,
2983
+ "output": 15
2984
+ }
2985
+ },
2986
+ {
2987
+ "id": "openai/gpt-5",
2988
+ "name": "gpt-5",
2989
+ "created_by": "openai",
2990
+ "source": "official",
2991
+ "last_updated": "2026-03-21",
2992
+ "family": "gpt-5",
2993
+ "context_window": 4e5,
2994
+ "capabilities": {
2995
+ "streaming": true,
2996
+ "vision": true,
2997
+ "tool_call": true,
2998
+ "reasoning": true
2999
+ },
3000
+ "pricing": {
3001
+ "input": 1.25,
3002
+ "output": 10
3003
+ }
3004
+ },
3005
+ {
3006
+ "id": "openai/gpt-image-1-mini",
3007
+ "name": "gpt-image-1-mini",
3008
+ "created_by": "openai",
3009
+ "source": "official",
3010
+ "last_updated": "2026-03-21",
3011
+ "family": "gpt-image-1",
3012
+ "capabilities": { "streaming": true },
3013
+ "pricing": {
3014
+ "input": 2,
3015
+ "output": 8
3016
+ }
3017
+ },
3018
+ {
3019
+ "id": "openai/gpt-image-1.5",
3020
+ "name": "gpt-image-1.5",
3021
+ "created_by": "openai",
3022
+ "source": "official",
3023
+ "last_updated": "2026-03-21",
3024
+ "family": "gpt-image-1.5",
3025
+ "capabilities": { "streaming": true },
3026
+ "pricing": {
3027
+ "input": 5,
3028
+ "output": 32
3029
+ }
3030
+ },
3031
+ {
3032
+ "id": "openai/gpt-image-1",
3033
+ "name": "gpt-image-1",
3034
+ "created_by": "openai",
3035
+ "source": "official",
3036
+ "last_updated": "2026-03-21",
3037
+ "family": "gpt-image-1",
3038
+ "capabilities": { "streaming": true },
3039
+ "pricing": {
3040
+ "input": 5,
3041
+ "output": 40
3042
+ }
3043
+ },
3044
+ {
3045
+ "id": "openai/gpt-oss-120b",
3046
+ "name": "gpt-oss-120b",
3047
+ "created_by": "openai",
3048
+ "source": "official",
3049
+ "last_updated": "2026-03-21",
3050
+ "family": "gpt-oss",
3051
+ "context_window": 131100,
3052
+ "capabilities": {
3053
+ "streaming": true,
3054
+ "tool_call": true,
3055
+ "reasoning": true
3056
+ },
3057
+ "pricing": {
3058
+ "input": .35,
3059
+ "output": .75
3060
+ }
3061
+ },
3062
+ {
3063
+ "id": "openai/gpt-oss-20b",
3064
+ "name": "gpt-oss-20b",
3065
+ "created_by": "openai",
3066
+ "source": "official",
3067
+ "last_updated": "2026-03-21",
3068
+ "family": "gpt-oss",
3069
+ "context_window": 131100,
3070
+ "capabilities": {
3071
+ "streaming": true,
3072
+ "tool_call": true,
3073
+ "reasoning": true
3074
+ },
3075
+ "pricing": {
3076
+ "input": .07,
3077
+ "output": .3
3078
+ }
3079
+ },
3080
+ {
3081
+ "id": "openai/gpt-oss-safeguard-20b",
3082
+ "name": "gpt-oss-safeguard-20b",
3083
+ "created_by": "openai",
3084
+ "source": "official",
3085
+ "last_updated": "2026-03-21",
3086
+ "family": "gpt-oss",
3087
+ "context_window": 131100,
3088
+ "capabilities": {
3089
+ "streaming": true,
3090
+ "tool_call": true,
3091
+ "reasoning": true
3092
+ },
3093
+ "pricing": {
3094
+ "input": .07,
3095
+ "output": .3
3096
+ },
3097
+ "model_type": "moderation"
3098
+ },
3099
+ {
3100
+ "id": "openai/o1",
3101
+ "name": "o1",
3102
+ "created_by": "openai",
3103
+ "source": "official",
3104
+ "last_updated": "2026-03-21",
3105
+ "family": "o1",
3106
+ "context_window": 2e5,
3107
+ "capabilities": {
3108
+ "streaming": true,
3109
+ "vision": true,
3110
+ "tool_call": true,
3111
+ "reasoning": true
3112
+ },
3113
+ "pricing": {
3114
+ "input": 15,
3115
+ "output": 60
3116
+ }
3117
+ },
3118
+ {
3119
+ "id": "openai/o3-deep-research",
3120
+ "name": "o3-deep-research",
3121
+ "created_by": "openai",
3122
+ "source": "official",
3123
+ "last_updated": "2026-03-21",
3124
+ "family": "o3",
3125
+ "context_window": 2e5,
3126
+ "capabilities": {
3127
+ "streaming": true,
3128
+ "vision": true,
3129
+ "tool_call": true,
3130
+ "reasoning": true
3131
+ },
3132
+ "pricing": {
3133
+ "input": 10,
3134
+ "output": 40
3135
+ }
3136
+ },
3137
+ {
3138
+ "id": "openai/o3-mini",
3139
+ "name": "o3-mini",
3140
+ "created_by": "openai",
3141
+ "source": "official",
3142
+ "last_updated": "2026-03-21",
3143
+ "family": "o3",
3144
+ "context_window": 2e5,
3145
+ "capabilities": {
3146
+ "streaming": true,
3147
+ "tool_call": true,
3148
+ "reasoning": true,
3149
+ "vision": true
3150
+ },
3151
+ "pricing": {
3152
+ "input": 1.1,
3153
+ "output": 4.4
3154
+ }
3155
+ },
3156
+ {
3157
+ "id": "openai/o3-pro",
3158
+ "name": "o3-pro",
3159
+ "created_by": "openai",
3160
+ "source": "official",
3161
+ "last_updated": "2026-03-21",
3162
+ "family": "o3",
3163
+ "context_window": 2e5,
3164
+ "capabilities": {
3165
+ "streaming": true,
3166
+ "vision": true,
3167
+ "tool_call": true,
3168
+ "reasoning": true
3169
+ },
3170
+ "pricing": {
3171
+ "input": 20,
3172
+ "output": 80
3173
+ }
3174
+ },
3175
+ {
3176
+ "id": "openai/o3",
3177
+ "name": "o3",
3178
+ "created_by": "openai",
3179
+ "source": "official",
3180
+ "last_updated": "2026-03-21",
3181
+ "family": "o3",
3182
+ "context_window": 2e5,
3183
+ "capabilities": {
3184
+ "streaming": true,
3185
+ "vision": true,
3186
+ "tool_call": true,
3187
+ "reasoning": true
3188
+ },
3189
+ "pricing": {
3190
+ "input": 2,
3191
+ "output": 8
3192
+ }
3193
+ },
3194
+ {
3195
+ "id": "openai/o4-mini",
3196
+ "name": "o4-mini",
3197
+ "created_by": "openai",
3198
+ "source": "official",
3199
+ "last_updated": "2026-03-21",
3200
+ "family": "o4",
3201
+ "context_window": 2e5,
3202
+ "capabilities": {
3203
+ "streaming": true,
3204
+ "vision": true,
3205
+ "tool_call": true,
3206
+ "reasoning": true
3207
+ },
3208
+ "pricing": {
3209
+ "input": 1.1,
3210
+ "output": 4.4
3211
+ }
3212
+ },
3213
+ {
3214
+ "id": "openai/text-embedding-3-large",
3215
+ "name": "text-embedding-3-large",
3216
+ "created_by": "openai",
3217
+ "source": "official",
3218
+ "last_updated": "2026-03-21",
3219
+ "model_type": "embed",
3220
+ "capabilities": { "streaming": true },
3221
+ "pricing": {
3222
+ "input": .13,
3223
+ "output": 0
3224
+ }
3225
+ },
3226
+ {
3227
+ "id": "openai/text-embedding-3-small",
3228
+ "name": "text-embedding-3-small",
3229
+ "created_by": "openai",
3230
+ "source": "official",
3231
+ "last_updated": "2026-03-21",
3232
+ "model_type": "embed",
3233
+ "capabilities": { "streaming": true },
3234
+ "pricing": {
3235
+ "input": .02,
3236
+ "output": 0
3237
+ }
3238
+ },
3239
+ {
3240
+ "id": "openai/text-embedding-ada-002",
3241
+ "name": "text-embedding-ada-002",
3242
+ "created_by": "openai",
3243
+ "source": "official",
3244
+ "last_updated": "2026-03-21",
3245
+ "model_type": "embed",
3246
+ "capabilities": { "streaming": true },
3247
+ "pricing": {
3248
+ "input": .1,
3249
+ "output": 0
3250
+ }
3251
+ },
3252
+ {
3253
+ "id": "perplexity/sonar-pro",
3254
+ "name": "sonar-pro",
3255
+ "created_by": "perplexity",
3256
+ "source": "official",
3257
+ "last_updated": "2026-03-21",
3258
+ "context_window": 2e5,
3259
+ "capabilities": {
3260
+ "streaming": true,
3261
+ "vision": true,
3262
+ "tool_call": true
3263
+ },
3264
+ "pricing": {
3265
+ "input": 3,
3266
+ "output": 15
3267
+ }
3268
+ },
3269
+ {
3270
+ "id": "perplexity/sonar-reasoning-pro",
3271
+ "name": "sonar-reasoning-pro",
3272
+ "created_by": "perplexity",
3273
+ "source": "official",
3274
+ "last_updated": "2026-03-21",
3275
+ "context_window": 127e3,
3276
+ "capabilities": {
3277
+ "streaming": true,
3278
+ "reasoning": true
3279
+ },
3280
+ "pricing": {
3281
+ "input": 2,
3282
+ "output": 8
3283
+ }
3284
+ },
3285
+ {
3286
+ "id": "perplexity/sonar-reasoning",
3287
+ "name": "sonar-reasoning",
3288
+ "created_by": "perplexity",
3289
+ "source": "official",
3290
+ "last_updated": "2026-03-21",
3291
+ "context_window": 127e3,
3292
+ "capabilities": {
3293
+ "streaming": true,
3294
+ "reasoning": true
3295
+ },
3296
+ "pricing": {
3297
+ "input": 1,
3298
+ "output": 5
3299
+ }
3300
+ },
3301
+ {
3302
+ "id": "perplexity/sonar",
3303
+ "name": "sonar",
3304
+ "created_by": "perplexity",
3305
+ "source": "official",
3306
+ "last_updated": "2026-03-21",
3307
+ "context_window": 127e3,
3308
+ "capabilities": {
3309
+ "streaming": true,
3310
+ "vision": true,
3311
+ "tool_call": true
3312
+ },
3313
+ "pricing": {
3314
+ "input": 1,
3315
+ "output": 1
3316
+ }
3317
+ },
3318
+ {
3319
+ "id": "prime-intellect/intellect-3",
3320
+ "name": "intellect-3",
3321
+ "created_by": "prime-intellect",
3322
+ "source": "official",
3323
+ "last_updated": "2026-03-21",
3324
+ "context_window": 131100,
3325
+ "capabilities": {
3326
+ "streaming": true,
3327
+ "tool_call": true,
3328
+ "reasoning": true
3329
+ },
3330
+ "pricing": {
3331
+ "input": .2,
3332
+ "output": 1.1
3333
+ }
3334
+ },
3335
+ {
3336
+ "id": "prodia/flux-fast-schnell",
3337
+ "name": "flux-fast-schnell",
3338
+ "created_by": "prodia",
3339
+ "source": "official",
3340
+ "last_updated": "2026-03-21",
3341
+ "capabilities": { "streaming": true },
3342
+ "pricing": {
3343
+ "input": 0,
3344
+ "output": 0
3345
+ }
3346
+ },
3347
+ {
3348
+ "id": "recraft/recraft-v2",
3349
+ "name": "recraft-v2",
3350
+ "created_by": "recraft",
3351
+ "source": "official",
3352
+ "last_updated": "2026-03-21",
3353
+ "capabilities": { "streaming": true },
3354
+ "pricing": {
3355
+ "input": 0,
3356
+ "output": 0
3357
+ }
3358
+ },
3359
+ {
3360
+ "id": "recraft/recraft-v3",
3361
+ "name": "recraft-v3",
3362
+ "created_by": "recraft",
3363
+ "source": "official",
3364
+ "last_updated": "2026-03-21",
3365
+ "capabilities": { "streaming": true },
3366
+ "pricing": {
3367
+ "input": 0,
3368
+ "output": 0
3369
+ }
3370
+ },
3371
+ {
3372
+ "id": "recraft/recraft-v4-pro",
3373
+ "name": "recraft-v4-pro",
3374
+ "created_by": "recraft",
3375
+ "source": "official",
3376
+ "last_updated": "2026-03-21",
3377
+ "capabilities": { "streaming": true },
3378
+ "pricing": {
3379
+ "input": 0,
3380
+ "output": 0
3381
+ }
3382
+ },
3383
+ {
3384
+ "id": "recraft/recraft-v4",
3385
+ "name": "recraft-v4",
3386
+ "created_by": "recraft",
3387
+ "source": "official",
3388
+ "last_updated": "2026-03-21",
3389
+ "capabilities": { "streaming": true },
3390
+ "pricing": {
3391
+ "input": 0,
3392
+ "output": 0
3393
+ }
3394
+ },
3395
+ {
3396
+ "id": "voyage/voyage-3-large",
3397
+ "name": "voyage-3-large",
3398
+ "created_by": "voyage",
3399
+ "source": "official",
3400
+ "last_updated": "2026-03-21",
3401
+ "capabilities": { "streaming": true },
3402
+ "pricing": {
3403
+ "input": .18,
3404
+ "output": 0
3405
+ }
3406
+ },
3407
+ {
3408
+ "id": "voyage/voyage-3.5-lite",
3409
+ "name": "voyage-3.5-lite",
3410
+ "created_by": "voyage",
3411
+ "source": "official",
3412
+ "last_updated": "2026-03-21",
3413
+ "capabilities": { "streaming": true },
3414
+ "pricing": {
3415
+ "input": .02,
3416
+ "output": 0
3417
+ }
3418
+ },
3419
+ {
3420
+ "id": "voyage/voyage-3.5",
3421
+ "name": "voyage-3.5",
3422
+ "created_by": "voyage",
3423
+ "source": "official",
3424
+ "last_updated": "2026-03-21",
3425
+ "capabilities": { "streaming": true },
3426
+ "pricing": {
3427
+ "input": .06,
3428
+ "output": 0
3429
+ }
3430
+ },
3431
+ {
3432
+ "id": "voyage/voyage-4-large",
3433
+ "name": "voyage-4-large",
3434
+ "created_by": "voyage",
3435
+ "source": "official",
3436
+ "last_updated": "2026-03-21",
3437
+ "context_window": 32e3,
3438
+ "capabilities": { "streaming": true },
3439
+ "pricing": {
3440
+ "input": .12,
3441
+ "output": 0
3442
+ }
3443
+ },
3444
+ {
3445
+ "id": "voyage/voyage-4-lite",
3446
+ "name": "voyage-4-lite",
3447
+ "created_by": "voyage",
3448
+ "source": "official",
3449
+ "last_updated": "2026-03-21",
3450
+ "context_window": 32e3,
3451
+ "capabilities": { "streaming": true },
3452
+ "pricing": {
3453
+ "input": .02,
3454
+ "output": 0
3455
+ }
3456
+ },
3457
+ {
3458
+ "id": "voyage/voyage-4",
3459
+ "name": "voyage-4",
3460
+ "created_by": "voyage",
3461
+ "source": "official",
3462
+ "last_updated": "2026-03-21",
3463
+ "context_window": 32e3,
3464
+ "capabilities": { "streaming": true },
3465
+ "pricing": {
3466
+ "input": .06,
3467
+ "output": 0
3468
+ }
3469
+ },
3470
+ {
3471
+ "id": "voyage/voyage-code-2",
3472
+ "name": "voyage-code-2",
3473
+ "created_by": "voyage",
3474
+ "source": "official",
3475
+ "last_updated": "2026-03-21",
3476
+ "capabilities": { "streaming": true },
3477
+ "pricing": {
3478
+ "input": .12,
3479
+ "output": 0
3480
+ }
3481
+ },
3482
+ {
3483
+ "id": "voyage/voyage-code-3",
3484
+ "name": "voyage-code-3",
3485
+ "created_by": "voyage",
3486
+ "source": "official",
3487
+ "last_updated": "2026-03-21",
3488
+ "capabilities": { "streaming": true },
3489
+ "pricing": {
3490
+ "input": .18,
3491
+ "output": 0
3492
+ }
3493
+ },
3494
+ {
3495
+ "id": "voyage/voyage-finance-2",
3496
+ "name": "voyage-finance-2",
3497
+ "created_by": "voyage",
3498
+ "source": "official",
3499
+ "last_updated": "2026-03-21",
3500
+ "capabilities": { "streaming": true },
3501
+ "pricing": {
3502
+ "input": .12,
3503
+ "output": 0
3504
+ }
3505
+ },
3506
+ {
3507
+ "id": "voyage/voyage-law-2",
3508
+ "name": "voyage-law-2",
3509
+ "created_by": "voyage",
3510
+ "source": "official",
3511
+ "last_updated": "2026-03-21",
3512
+ "capabilities": { "streaming": true },
3513
+ "pricing": {
3514
+ "input": .12,
3515
+ "output": 0
3516
+ }
3517
+ },
3518
+ {
3519
+ "id": "xai/grok-2-vision",
3520
+ "name": "grok-2-vision",
3521
+ "created_by": "xai",
3522
+ "source": "official",
3523
+ "last_updated": "2026-03-21",
3524
+ "family": "grok-2",
3525
+ "context_window": 32800,
3526
+ "capabilities": {
3527
+ "streaming": true,
3528
+ "vision": true,
3529
+ "tool_call": true
3530
+ },
3531
+ "pricing": {
3532
+ "input": 2,
3533
+ "output": 10
3534
+ }
3535
+ },
3536
+ {
3537
+ "id": "xai/grok-3-fast",
3538
+ "name": "grok-3-fast",
3539
+ "created_by": "xai",
3540
+ "source": "official",
3541
+ "last_updated": "2026-03-21",
3542
+ "family": "grok-3",
3543
+ "context_window": 131100,
3544
+ "capabilities": {
3545
+ "streaming": true,
3546
+ "tool_call": true
3547
+ },
3548
+ "pricing": {
3549
+ "input": 5,
3550
+ "output": 25
3551
+ }
3552
+ },
3553
+ {
3554
+ "id": "xai/grok-3-mini-fast",
3555
+ "name": "grok-3-mini-fast",
3556
+ "created_by": "xai",
3557
+ "source": "official",
3558
+ "last_updated": "2026-03-21",
3559
+ "family": "grok-3",
3560
+ "context_window": 131100,
3561
+ "capabilities": {
3562
+ "streaming": true,
3563
+ "tool_call": true
3564
+ },
3565
+ "pricing": {
3566
+ "input": .6,
3567
+ "output": 4
3568
+ }
3569
+ },
3570
+ {
3571
+ "id": "xai/grok-3-mini",
3572
+ "name": "grok-3-mini",
3573
+ "created_by": "xai",
3574
+ "source": "official",
3575
+ "last_updated": "2026-03-21",
3576
+ "family": "grok-3",
3577
+ "context_window": 131100,
3578
+ "capabilities": {
3579
+ "streaming": true,
3580
+ "tool_call": true
3581
+ },
3582
+ "pricing": {
3583
+ "input": .3,
3584
+ "output": .5
3585
+ }
3586
+ },
3587
+ {
3588
+ "id": "xai/grok-3",
3589
+ "name": "grok-3",
3590
+ "created_by": "xai",
3591
+ "source": "official",
3592
+ "last_updated": "2026-03-21",
3593
+ "family": "grok-3",
3594
+ "context_window": 131100,
3595
+ "capabilities": {
3596
+ "streaming": true,
3597
+ "tool_call": true
3598
+ },
3599
+ "pricing": {
3600
+ "input": 3,
3601
+ "output": 15
3602
+ }
3603
+ },
3604
+ {
3605
+ "id": "xai/grok-4-fast-non-reasoning",
3606
+ "name": "grok-4-fast-non-reasoning",
3607
+ "created_by": "xai",
3608
+ "source": "official",
3609
+ "last_updated": "2026-03-21",
3610
+ "family": "grok-4",
3611
+ "context_window": 2e6,
3612
+ "capabilities": {
3613
+ "streaming": true,
3614
+ "tool_call": true
3615
+ },
3616
+ "pricing": {
3617
+ "input": .2,
3618
+ "output": .5
3619
+ }
3620
+ },
3621
+ {
3622
+ "id": "xai/grok-4-fast-reasoning",
3623
+ "name": "grok-4-fast-reasoning",
3624
+ "created_by": "xai",
3625
+ "source": "official",
3626
+ "last_updated": "2026-03-21",
3627
+ "family": "grok-4",
3628
+ "context_window": 2e6,
3629
+ "capabilities": {
3630
+ "streaming": true,
3631
+ "tool_call": true,
3632
+ "reasoning": true
3633
+ },
3634
+ "pricing": {
3635
+ "input": .2,
3636
+ "output": .5
3637
+ }
3638
+ },
3639
+ {
3640
+ "id": "xai/grok-4.1-fast-non-reasoning",
3641
+ "name": "grok-4.1-fast-non-reasoning",
3642
+ "created_by": "xai",
3643
+ "source": "official",
3644
+ "last_updated": "2026-03-21",
3645
+ "family": "grok-4.1",
3646
+ "context_window": 2e6,
3647
+ "capabilities": {
3648
+ "streaming": true,
3649
+ "tool_call": true
3650
+ },
3651
+ "pricing": {
3652
+ "input": .2,
3653
+ "output": .5
3654
+ }
3655
+ },
3656
+ {
3657
+ "id": "xai/grok-4.1-fast-reasoning",
3658
+ "name": "grok-4.1-fast-reasoning",
3659
+ "created_by": "xai",
3660
+ "source": "official",
3661
+ "last_updated": "2026-03-21",
3662
+ "family": "grok-4.1",
3663
+ "context_window": 2e6,
3664
+ "capabilities": {
3665
+ "streaming": true,
3666
+ "tool_call": true,
3667
+ "reasoning": true
3668
+ },
3669
+ "pricing": {
3670
+ "input": .2,
3671
+ "output": .5
3672
+ }
3673
+ },
3674
+ {
3675
+ "id": "xai/grok-4.20-multi-agent-beta",
3676
+ "name": "grok-4.20-multi-agent-beta",
3677
+ "created_by": "xai",
3678
+ "source": "official",
3679
+ "last_updated": "2026-03-21",
3680
+ "family": "grok-4.20",
3681
+ "context_window": 2e6,
3682
+ "capabilities": {
3683
+ "streaming": true,
3684
+ "tool_call": true,
3685
+ "reasoning": true
3686
+ },
3687
+ "pricing": {
3688
+ "input": 2,
3689
+ "output": 6
3690
+ }
3691
+ },
3692
+ {
3693
+ "id": "xai/grok-4.20-non-reasoning-beta",
3694
+ "name": "grok-4.20-non-reasoning-beta",
3695
+ "created_by": "xai",
3696
+ "source": "official",
3697
+ "last_updated": "2026-03-21",
3698
+ "family": "grok-4.20",
3699
+ "context_window": 2e6,
3700
+ "capabilities": {
3701
+ "streaming": true,
3702
+ "vision": true,
3703
+ "tool_call": true
3704
+ },
3705
+ "pricing": {
3706
+ "input": 2,
3707
+ "output": 6
3708
+ }
3709
+ },
3710
+ {
3711
+ "id": "xai/grok-4.20-reasoning-beta",
3712
+ "name": "grok-4.20-reasoning-beta",
3713
+ "created_by": "xai",
3714
+ "source": "official",
3715
+ "last_updated": "2026-03-21",
3716
+ "family": "grok-4.20",
3717
+ "context_window": 2e6,
3718
+ "capabilities": {
3719
+ "streaming": true,
3720
+ "vision": true,
3721
+ "tool_call": true,
3722
+ "reasoning": true
3723
+ },
3724
+ "pricing": {
3725
+ "input": 2,
3726
+ "output": 6
3727
+ }
3728
+ },
3729
+ {
3730
+ "id": "xai/grok-4",
3731
+ "name": "grok-4",
3732
+ "created_by": "xai",
3733
+ "source": "official",
3734
+ "last_updated": "2026-03-21",
3735
+ "family": "grok-4",
3736
+ "context_window": 256e3,
3737
+ "capabilities": {
3738
+ "streaming": true,
3739
+ "vision": true,
3740
+ "tool_call": true,
3741
+ "reasoning": true
3742
+ },
3743
+ "pricing": {
3744
+ "input": 3,
3745
+ "output": 15
3746
+ }
3747
+ },
3748
+ {
3749
+ "id": "xai/grok-code-fast-1",
3750
+ "name": "grok-code-fast-1",
3751
+ "created_by": "xai",
3752
+ "source": "official",
3753
+ "last_updated": "2026-03-21",
3754
+ "family": "grok-code",
3755
+ "context_window": 256e3,
3756
+ "capabilities": {
3757
+ "streaming": true,
3758
+ "tool_call": true,
3759
+ "reasoning": true
3760
+ },
3761
+ "pricing": {
3762
+ "input": .2,
3763
+ "output": 1.5
3764
+ }
3765
+ },
3766
+ {
3767
+ "id": "xai/grok-imagine-image-pro",
3768
+ "name": "grok-imagine-image-pro",
3769
+ "created_by": "xai",
3770
+ "source": "official",
3771
+ "last_updated": "2026-03-21",
3772
+ "family": "grok-imagine",
3773
+ "capabilities": { "streaming": true },
3774
+ "pricing": {
3775
+ "input": 0,
3776
+ "output": 0
3777
+ }
3778
+ },
3779
+ {
3780
+ "id": "xai/grok-imagine-image",
3781
+ "name": "grok-imagine-image",
3782
+ "created_by": "xai",
3783
+ "source": "official",
3784
+ "last_updated": "2026-03-21",
3785
+ "family": "grok-imagine",
3786
+ "capabilities": { "streaming": true },
3787
+ "pricing": {
3788
+ "input": 0,
3789
+ "output": 0
3790
+ }
3791
+ },
3792
+ {
3793
+ "id": "xai/grok-imagine-video",
3794
+ "name": "grok-imagine-video",
3795
+ "created_by": "xai",
3796
+ "source": "official",
3797
+ "last_updated": "2026-03-21",
3798
+ "family": "grok-imagine",
3799
+ "capabilities": { "streaming": true },
3800
+ "pricing": {
3801
+ "input": 0,
3802
+ "output": 0
3803
+ }
3804
+ },
3805
+ {
3806
+ "id": "xiaomi/mimo-v2-flash",
3807
+ "name": "mimo-v2-flash",
3808
+ "created_by": "xiaomi",
3809
+ "source": "official",
3810
+ "last_updated": "2026-03-21",
3811
+ "context_window": 262100,
3812
+ "capabilities": {
3813
+ "streaming": true,
3814
+ "tool_call": true,
3815
+ "reasoning": true
3816
+ },
3817
+ "pricing": {
3818
+ "input": .1,
3819
+ "output": .3
3820
+ }
3821
+ },
3822
+ {
3823
+ "id": "xiaomi/mimo-v2-pro",
3824
+ "name": "mimo-v2-pro",
3825
+ "created_by": "xiaomi",
3826
+ "source": "official",
3827
+ "last_updated": "2026-03-21",
3828
+ "context_window": 1e6,
3829
+ "capabilities": {
3830
+ "streaming": true,
3831
+ "tool_call": true,
3832
+ "reasoning": true
3833
+ },
3834
+ "pricing": {
3835
+ "input": 1,
3836
+ "output": 3
3837
+ }
3838
+ },
3839
+ {
3840
+ "id": "zai/glm-4.5-air",
3841
+ "name": "glm-4.5-air",
3842
+ "created_by": "zhipu",
3843
+ "source": "official",
3844
+ "last_updated": "2026-03-21",
3845
+ "context_window": 128e3,
3846
+ "capabilities": {
3847
+ "streaming": true,
3848
+ "tool_call": true,
3849
+ "reasoning": true
3850
+ },
3851
+ "pricing": {
3852
+ "input": .2,
3853
+ "output": 1.1
3854
+ }
3855
+ },
3856
+ {
3857
+ "id": "zai/glm-4.5",
3858
+ "name": "glm-4.5",
3859
+ "created_by": "zhipu",
3860
+ "source": "official",
3861
+ "last_updated": "2026-03-21",
3862
+ "context_window": 131100,
3863
+ "capabilities": {
3864
+ "streaming": true,
3865
+ "tool_call": true,
3866
+ "reasoning": true
3867
+ },
3868
+ "pricing": {
3869
+ "input": .6,
3870
+ "output": 2.2
3871
+ }
3872
+ },
3873
+ {
3874
+ "id": "zai/glm-4.5v",
3875
+ "name": "glm-4.5v",
3876
+ "created_by": "zhipu",
3877
+ "source": "official",
3878
+ "last_updated": "2026-03-21",
3879
+ "context_window": 66e3,
3880
+ "capabilities": {
3881
+ "streaming": true,
3882
+ "vision": true,
3883
+ "tool_call": true,
3884
+ "reasoning": true
3885
+ },
3886
+ "pricing": {
3887
+ "input": .6,
3888
+ "output": 1.8
3889
+ }
3890
+ },
3891
+ {
3892
+ "id": "zai/glm-4.6",
3893
+ "name": "glm-4.6",
3894
+ "created_by": "zhipu",
3895
+ "source": "official",
3896
+ "last_updated": "2026-03-21",
3897
+ "context_window": 204800,
3898
+ "capabilities": {
3899
+ "streaming": true,
3900
+ "tool_call": true,
3901
+ "reasoning": true
3902
+ },
3903
+ "pricing": {
3904
+ "input": .6,
3905
+ "output": 2.2
3906
+ }
3907
+ },
3908
+ {
3909
+ "id": "zai/glm-4.6v-flash",
3910
+ "name": "glm-4.6v-flash",
3911
+ "created_by": "zhipu",
3912
+ "source": "official",
3913
+ "last_updated": "2026-03-21",
3914
+ "context_window": 128e3,
3915
+ "capabilities": {
3916
+ "streaming": true,
3917
+ "vision": true,
3918
+ "tool_call": true,
3919
+ "reasoning": true
3920
+ },
3921
+ "pricing": {
3922
+ "input": 0,
3923
+ "output": 0
3924
+ }
3925
+ },
3926
+ {
3927
+ "id": "zai/glm-4.6v",
3928
+ "name": "glm-4.6v",
3929
+ "created_by": "zhipu",
3930
+ "source": "official",
3931
+ "last_updated": "2026-03-21",
3932
+ "context_window": 128e3,
3933
+ "capabilities": {
3934
+ "streaming": true,
3935
+ "vision": true,
3936
+ "tool_call": true,
3937
+ "reasoning": true
3938
+ },
3939
+ "pricing": {
3940
+ "input": .3,
3941
+ "output": .9
3942
+ }
3943
+ },
3944
+ {
3945
+ "id": "zai/glm-4.7-flash",
3946
+ "name": "glm-4.7-flash",
3947
+ "created_by": "zhipu",
3948
+ "source": "official",
3949
+ "last_updated": "2026-03-21",
3950
+ "context_window": 2e5,
3951
+ "capabilities": {
3952
+ "streaming": true,
3953
+ "tool_call": true,
3954
+ "reasoning": true
3955
+ },
3956
+ "pricing": {
3957
+ "input": .07,
3958
+ "output": .4
3959
+ }
3960
+ },
3961
+ {
3962
+ "id": "zai/glm-4.7-flashx",
3963
+ "name": "glm-4.7-flashx",
3964
+ "created_by": "zhipu",
3965
+ "source": "official",
3966
+ "last_updated": "2026-03-21",
3967
+ "context_window": 2e5,
3968
+ "capabilities": {
3969
+ "streaming": true,
3970
+ "tool_call": true,
3971
+ "reasoning": true
3972
+ },
3973
+ "pricing": {
3974
+ "input": .06,
3975
+ "output": .4
3976
+ }
3977
+ },
3978
+ {
3979
+ "id": "zai/glm-4.7",
3980
+ "name": "glm-4.7",
3981
+ "created_by": "zhipu",
3982
+ "source": "official",
3983
+ "last_updated": "2026-03-21",
3984
+ "context_window": 204800,
3985
+ "capabilities": {
3986
+ "streaming": true,
3987
+ "tool_call": true,
3988
+ "reasoning": true
3989
+ },
3990
+ "pricing": {
3991
+ "input": .43,
3992
+ "output": 1.75
3993
+ }
3994
+ },
3995
+ {
3996
+ "id": "zai/glm-5-turbo",
3997
+ "name": "glm-5-turbo",
3998
+ "created_by": "zhipu",
3999
+ "source": "official",
4000
+ "last_updated": "2026-03-21",
4001
+ "context_window": 202800,
4002
+ "capabilities": {
4003
+ "streaming": true,
4004
+ "tool_call": true,
4005
+ "reasoning": true
4006
+ },
4007
+ "pricing": {
4008
+ "input": 1.2,
4009
+ "output": 4
4010
+ }
4011
+ },
4012
+ {
4013
+ "id": "zai/glm-5",
4014
+ "name": "glm-5",
4015
+ "created_by": "zhipu",
4016
+ "source": "official",
4017
+ "last_updated": "2026-03-21",
4018
+ "context_window": 202800,
4019
+ "capabilities": {
4020
+ "streaming": true,
4021
+ "tool_call": true,
4022
+ "reasoning": true
4023
+ },
4024
+ "pricing": {
4025
+ "input": .8,
4026
+ "output": 2.56
4027
+ }
4028
+ }
4029
+ ]
4030
+ };
4031
+ const models = provider.models.map((m) => ({
4032
+ ...m,
4033
+ provider: provider.id
4034
+ }));
4035
+ //#endregion
4036
+ exports.models = models;
4037
+ exports.provider = provider;