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