1{
2 "name": "Vercel",
3 "id": "vercel",
4 "api_key": "$VERCEL_API_KEY",
5 "api_endpoint": "https://ai-gateway.vercel.sh/v1",
6 "type": "vercel",
7 "default_large_model_id": "anthropic/claude-sonnet-4",
8 "default_small_model_id": "anthropic/claude-haiku-4.5",
9 "models": [
10 {
11 "id": "anthropic/claude-3-haiku",
12 "name": "Claude 3 Haiku",
13 "cost_per_1m_in": 0.25,
14 "cost_per_1m_out": 1.25,
15 "cost_per_1m_in_cached": 0.03,
16 "cost_per_1m_out_cached": 0.3,
17 "context_window": 200000,
18 "default_max_tokens": 4096,
19 "can_reason": false,
20 "supports_attachments": true,
21 "options": {}
22 },
23 {
24 "id": "anthropic/claude-3.5-haiku",
25 "name": "Claude 3.5 Haiku",
26 "cost_per_1m_in": 0.7999999999999999,
27 "cost_per_1m_out": 4,
28 "cost_per_1m_in_cached": 0.08,
29 "cost_per_1m_out_cached": 1,
30 "context_window": 200000,
31 "default_max_tokens": 8000,
32 "can_reason": false,
33 "supports_attachments": true,
34 "options": {}
35 },
36 {
37 "id": "anthropic/claude-3.5-sonnet",
38 "name": "Claude 3.5 Sonnet",
39 "cost_per_1m_in": 3,
40 "cost_per_1m_out": 15,
41 "cost_per_1m_in_cached": 0.3,
42 "cost_per_1m_out_cached": 3.75,
43 "context_window": 200000,
44 "default_max_tokens": 8000,
45 "can_reason": false,
46 "supports_attachments": true,
47 "options": {}
48 },
49 {
50 "id": "anthropic/claude-3.5-sonnet-20240620",
51 "name": "Claude 3.5 Sonnet (2024-06-20)",
52 "cost_per_1m_in": 3,
53 "cost_per_1m_out": 15,
54 "cost_per_1m_in_cached": 0,
55 "cost_per_1m_out_cached": 0,
56 "context_window": 200000,
57 "default_max_tokens": 8000,
58 "can_reason": false,
59 "supports_attachments": true,
60 "options": {}
61 },
62 {
63 "id": "anthropic/claude-3.7-sonnet",
64 "name": "Claude 3.7 Sonnet",
65 "cost_per_1m_in": 3,
66 "cost_per_1m_out": 15,
67 "cost_per_1m_in_cached": 0.3,
68 "cost_per_1m_out_cached": 3.75,
69 "context_window": 200000,
70 "default_max_tokens": 8000,
71 "can_reason": true,
72 "reasoning_levels": [
73 "none",
74 "minimal",
75 "low",
76 "medium",
77 "high",
78 "xhigh"
79 ],
80 "default_reasoning_effort": "medium",
81 "supports_attachments": true,
82 "options": {}
83 },
84 {
85 "id": "anthropic/claude-haiku-4.5",
86 "name": "Claude Haiku 4.5",
87 "cost_per_1m_in": 1,
88 "cost_per_1m_out": 5,
89 "cost_per_1m_in_cached": 0.09999999999999999,
90 "cost_per_1m_out_cached": 1.25,
91 "context_window": 200000,
92 "default_max_tokens": 8000,
93 "can_reason": true,
94 "reasoning_levels": [
95 "none",
96 "minimal",
97 "low",
98 "medium",
99 "high",
100 "xhigh"
101 ],
102 "default_reasoning_effort": "medium",
103 "supports_attachments": true,
104 "options": {}
105 },
106 {
107 "id": "anthropic/claude-opus-4",
108 "name": "Claude Opus 4",
109 "cost_per_1m_in": 15,
110 "cost_per_1m_out": 75,
111 "cost_per_1m_in_cached": 1.5,
112 "cost_per_1m_out_cached": 18.75,
113 "context_window": 200000,
114 "default_max_tokens": 8000,
115 "can_reason": true,
116 "reasoning_levels": [
117 "none",
118 "minimal",
119 "low",
120 "medium",
121 "high",
122 "xhigh"
123 ],
124 "default_reasoning_effort": "medium",
125 "supports_attachments": true,
126 "options": {}
127 },
128 {
129 "id": "anthropic/claude-opus-4.1",
130 "name": "Claude Opus 4.1",
131 "cost_per_1m_in": 15,
132 "cost_per_1m_out": 75,
133 "cost_per_1m_in_cached": 1.5,
134 "cost_per_1m_out_cached": 18.75,
135 "context_window": 200000,
136 "default_max_tokens": 8000,
137 "can_reason": true,
138 "reasoning_levels": [
139 "none",
140 "minimal",
141 "low",
142 "medium",
143 "high",
144 "xhigh"
145 ],
146 "default_reasoning_effort": "medium",
147 "supports_attachments": true,
148 "options": {}
149 },
150 {
151 "id": "anthropic/claude-opus-4.5",
152 "name": "Claude Opus 4.5",
153 "cost_per_1m_in": 5,
154 "cost_per_1m_out": 25,
155 "cost_per_1m_in_cached": 0.5,
156 "cost_per_1m_out_cached": 6.25,
157 "context_window": 200000,
158 "default_max_tokens": 8000,
159 "can_reason": true,
160 "reasoning_levels": [
161 "none",
162 "minimal",
163 "low",
164 "medium",
165 "high",
166 "xhigh"
167 ],
168 "default_reasoning_effort": "medium",
169 "supports_attachments": true,
170 "options": {}
171 },
172 {
173 "id": "anthropic/claude-opus-4.6",
174 "name": "Claude Opus 4.6",
175 "cost_per_1m_in": 5,
176 "cost_per_1m_out": 25,
177 "cost_per_1m_in_cached": 0.5,
178 "cost_per_1m_out_cached": 6.25,
179 "context_window": 1000000,
180 "default_max_tokens": 8000,
181 "can_reason": true,
182 "reasoning_levels": [
183 "none",
184 "minimal",
185 "low",
186 "medium",
187 "high",
188 "xhigh"
189 ],
190 "default_reasoning_effort": "medium",
191 "supports_attachments": true,
192 "options": {}
193 },
194 {
195 "id": "anthropic/claude-sonnet-4",
196 "name": "Claude Sonnet 4",
197 "cost_per_1m_in": 3,
198 "cost_per_1m_out": 15,
199 "cost_per_1m_in_cached": 0.3,
200 "cost_per_1m_out_cached": 3.75,
201 "context_window": 1000000,
202 "default_max_tokens": 8000,
203 "can_reason": true,
204 "reasoning_levels": [
205 "none",
206 "minimal",
207 "low",
208 "medium",
209 "high",
210 "xhigh"
211 ],
212 "default_reasoning_effort": "medium",
213 "supports_attachments": true,
214 "options": {}
215 },
216 {
217 "id": "anthropic/claude-sonnet-4.5",
218 "name": "Claude Sonnet 4.5",
219 "cost_per_1m_in": 3,
220 "cost_per_1m_out": 15,
221 "cost_per_1m_in_cached": 0.3,
222 "cost_per_1m_out_cached": 3.75,
223 "context_window": 1000000,
224 "default_max_tokens": 8000,
225 "can_reason": true,
226 "reasoning_levels": [
227 "none",
228 "minimal",
229 "low",
230 "medium",
231 "high",
232 "xhigh"
233 ],
234 "default_reasoning_effort": "medium",
235 "supports_attachments": true,
236 "options": {}
237 },
238 {
239 "id": "anthropic/claude-sonnet-4.6",
240 "name": "Claude Sonnet 4.6",
241 "cost_per_1m_in": 3,
242 "cost_per_1m_out": 15,
243 "cost_per_1m_in_cached": 0.3,
244 "cost_per_1m_out_cached": 3.75,
245 "context_window": 1000000,
246 "default_max_tokens": 8000,
247 "can_reason": true,
248 "reasoning_levels": [
249 "none",
250 "minimal",
251 "low",
252 "medium",
253 "high",
254 "xhigh"
255 ],
256 "default_reasoning_effort": "medium",
257 "supports_attachments": true,
258 "options": {}
259 },
260 {
261 "id": "openai/codex-mini",
262 "name": "Codex Mini",
263 "cost_per_1m_in": 1.5,
264 "cost_per_1m_out": 6,
265 "cost_per_1m_in_cached": 0.375,
266 "cost_per_1m_out_cached": 0,
267 "context_window": 200000,
268 "default_max_tokens": 8000,
269 "can_reason": true,
270 "reasoning_levels": [
271 "low",
272 "medium",
273 "high"
274 ],
275 "default_reasoning_effort": "medium",
276 "supports_attachments": true,
277 "options": {}
278 },
279 {
280 "id": "cohere/command-a",
281 "name": "Command A",
282 "cost_per_1m_in": 2.5,
283 "cost_per_1m_out": 10,
284 "cost_per_1m_in_cached": 0,
285 "cost_per_1m_out_cached": 0,
286 "context_window": 256000,
287 "default_max_tokens": 8000,
288 "can_reason": false,
289 "supports_attachments": false,
290 "options": {}
291 },
292 {
293 "id": "deepseek/deepseek-v3",
294 "name": "DeepSeek V3 0324",
295 "cost_per_1m_in": 0.77,
296 "cost_per_1m_out": 0.77,
297 "cost_per_1m_in_cached": 0,
298 "cost_per_1m_out_cached": 0,
299 "context_window": 163840,
300 "default_max_tokens": 8000,
301 "can_reason": false,
302 "supports_attachments": false,
303 "options": {}
304 },
305 {
306 "id": "deepseek/deepseek-v3.1-terminus",
307 "name": "DeepSeek V3.1 Terminus",
308 "cost_per_1m_in": 0.27,
309 "cost_per_1m_out": 1,
310 "cost_per_1m_in_cached": 0,
311 "cost_per_1m_out_cached": 0,
312 "context_window": 131072,
313 "default_max_tokens": 8000,
314 "can_reason": true,
315 "reasoning_levels": [
316 "low",
317 "medium",
318 "high"
319 ],
320 "default_reasoning_effort": "medium",
321 "supports_attachments": false,
322 "options": {}
323 },
324 {
325 "id": "deepseek/deepseek-v3.2",
326 "name": "DeepSeek V3.2",
327 "cost_per_1m_in": 0.26,
328 "cost_per_1m_out": 0.38,
329 "cost_per_1m_in_cached": 0.13,
330 "cost_per_1m_out_cached": 0,
331 "context_window": 128000,
332 "default_max_tokens": 8000,
333 "can_reason": false,
334 "supports_attachments": false,
335 "options": {}
336 },
337 {
338 "id": "deepseek/deepseek-v3.2-thinking",
339 "name": "DeepSeek V3.2 Thinking",
340 "cost_per_1m_in": 0.28,
341 "cost_per_1m_out": 0.42,
342 "cost_per_1m_in_cached": 0.028,
343 "cost_per_1m_out_cached": 0,
344 "context_window": 128000,
345 "default_max_tokens": 8000,
346 "can_reason": true,
347 "reasoning_levels": [
348 "low",
349 "medium",
350 "high"
351 ],
352 "default_reasoning_effort": "medium",
353 "supports_attachments": false,
354 "options": {}
355 },
356 {
357 "id": "deepseek/deepseek-v3.1",
358 "name": "DeepSeek-V3.1",
359 "cost_per_1m_in": 0.21,
360 "cost_per_1m_out": 0.7899999999999999,
361 "cost_per_1m_in_cached": 0,
362 "cost_per_1m_out_cached": 0,
363 "context_window": 163840,
364 "default_max_tokens": 8000,
365 "can_reason": true,
366 "reasoning_levels": [
367 "low",
368 "medium",
369 "high"
370 ],
371 "default_reasoning_effort": "medium",
372 "supports_attachments": false,
373 "options": {}
374 },
375 {
376 "id": "mistral/devstral-2",
377 "name": "Devstral 2",
378 "cost_per_1m_in": 0,
379 "cost_per_1m_out": 0,
380 "cost_per_1m_in_cached": 0,
381 "cost_per_1m_out_cached": 0,
382 "context_window": 256000,
383 "default_max_tokens": 8000,
384 "can_reason": false,
385 "supports_attachments": false,
386 "options": {}
387 },
388 {
389 "id": "mistral/devstral-small",
390 "name": "Devstral Small 1.1",
391 "cost_per_1m_in": 0.09999999999999999,
392 "cost_per_1m_out": 0.3,
393 "cost_per_1m_in_cached": 0,
394 "cost_per_1m_out_cached": 0,
395 "context_window": 128000,
396 "default_max_tokens": 8000,
397 "can_reason": false,
398 "supports_attachments": false,
399 "options": {}
400 },
401 {
402 "id": "mistral/devstral-small-2",
403 "name": "Devstral Small 2",
404 "cost_per_1m_in": 0,
405 "cost_per_1m_out": 0,
406 "cost_per_1m_in_cached": 0,
407 "cost_per_1m_out_cached": 0,
408 "context_window": 256000,
409 "default_max_tokens": 8000,
410 "can_reason": false,
411 "supports_attachments": false,
412 "options": {}
413 },
414 {
415 "id": "zai/glm-4.5-air",
416 "name": "GLM 4.5 Air",
417 "cost_per_1m_in": 0.19999999999999998,
418 "cost_per_1m_out": 1.1,
419 "cost_per_1m_in_cached": 0.03,
420 "cost_per_1m_out_cached": 0,
421 "context_window": 128000,
422 "default_max_tokens": 8000,
423 "can_reason": true,
424 "reasoning_levels": [
425 "low",
426 "medium",
427 "high"
428 ],
429 "default_reasoning_effort": "medium",
430 "supports_attachments": false,
431 "options": {}
432 },
433 {
434 "id": "zai/glm-4.5v",
435 "name": "GLM 4.5V",
436 "cost_per_1m_in": 0.6,
437 "cost_per_1m_out": 1.7999999999999998,
438 "cost_per_1m_in_cached": 0,
439 "cost_per_1m_out_cached": 0,
440 "context_window": 65536,
441 "default_max_tokens": 8000,
442 "can_reason": true,
443 "reasoning_levels": [
444 "low",
445 "medium",
446 "high"
447 ],
448 "default_reasoning_effort": "medium",
449 "supports_attachments": true,
450 "options": {}
451 },
452 {
453 "id": "zai/glm-4.6",
454 "name": "GLM 4.6",
455 "cost_per_1m_in": 0.44999999999999996,
456 "cost_per_1m_out": 1.7999999999999998,
457 "cost_per_1m_in_cached": 0.11,
458 "cost_per_1m_out_cached": 0,
459 "context_window": 200000,
460 "default_max_tokens": 8000,
461 "can_reason": true,
462 "reasoning_levels": [
463 "low",
464 "medium",
465 "high"
466 ],
467 "default_reasoning_effort": "medium",
468 "supports_attachments": false,
469 "options": {}
470 },
471 {
472 "id": "zai/glm-4.7",
473 "name": "GLM 4.7",
474 "cost_per_1m_in": 0.43,
475 "cost_per_1m_out": 1.75,
476 "cost_per_1m_in_cached": 0.08,
477 "cost_per_1m_out_cached": 0,
478 "context_window": 202752,
479 "default_max_tokens": 8000,
480 "can_reason": true,
481 "reasoning_levels": [
482 "low",
483 "medium",
484 "high"
485 ],
486 "default_reasoning_effort": "medium",
487 "supports_attachments": false,
488 "options": {}
489 },
490 {
491 "id": "zai/glm-4.7-flashx",
492 "name": "GLM 4.7 FlashX",
493 "cost_per_1m_in": 0.06,
494 "cost_per_1m_out": 0.39999999999999997,
495 "cost_per_1m_in_cached": 0.01,
496 "cost_per_1m_out_cached": 0,
497 "context_window": 200000,
498 "default_max_tokens": 8000,
499 "can_reason": true,
500 "reasoning_levels": [
501 "low",
502 "medium",
503 "high"
504 ],
505 "default_reasoning_effort": "medium",
506 "supports_attachments": false,
507 "options": {}
508 },
509 {
510 "id": "zai/glm-4.5",
511 "name": "GLM-4.5",
512 "cost_per_1m_in": 0.6,
513 "cost_per_1m_out": 2.2,
514 "cost_per_1m_in_cached": 0,
515 "cost_per_1m_out_cached": 0,
516 "context_window": 131072,
517 "default_max_tokens": 8000,
518 "can_reason": true,
519 "reasoning_levels": [
520 "low",
521 "medium",
522 "high"
523 ],
524 "default_reasoning_effort": "medium",
525 "supports_attachments": false,
526 "options": {}
527 },
528 {
529 "id": "zai/glm-4.6v",
530 "name": "GLM-4.6V",
531 "cost_per_1m_in": 0.3,
532 "cost_per_1m_out": 0.8999999999999999,
533 "cost_per_1m_in_cached": 0.049999999999999996,
534 "cost_per_1m_out_cached": 0,
535 "context_window": 128000,
536 "default_max_tokens": 8000,
537 "can_reason": true,
538 "reasoning_levels": [
539 "low",
540 "medium",
541 "high"
542 ],
543 "default_reasoning_effort": "medium",
544 "supports_attachments": true,
545 "options": {}
546 },
547 {
548 "id": "zai/glm-4.6v-flash",
549 "name": "GLM-4.6V-Flash",
550 "cost_per_1m_in": 0,
551 "cost_per_1m_out": 0,
552 "cost_per_1m_in_cached": 0,
553 "cost_per_1m_out_cached": 0,
554 "context_window": 128000,
555 "default_max_tokens": 8000,
556 "can_reason": true,
557 "reasoning_levels": [
558 "low",
559 "medium",
560 "high"
561 ],
562 "default_reasoning_effort": "medium",
563 "supports_attachments": true,
564 "options": {}
565 },
566 {
567 "id": "zai/glm-5",
568 "name": "GLM-5",
569 "cost_per_1m_in": 1,
570 "cost_per_1m_out": 3.1999999999999997,
571 "cost_per_1m_in_cached": 0.19999999999999998,
572 "cost_per_1m_out_cached": 0,
573 "context_window": 202800,
574 "default_max_tokens": 8000,
575 "can_reason": true,
576 "reasoning_levels": [
577 "low",
578 "medium",
579 "high"
580 ],
581 "default_reasoning_effort": "medium",
582 "supports_attachments": false,
583 "options": {}
584 },
585 {
586 "id": "openai/gpt-5-chat",
587 "name": "GPT 5 Chat",
588 "cost_per_1m_in": 1.25,
589 "cost_per_1m_out": 10,
590 "cost_per_1m_in_cached": 0.125,
591 "cost_per_1m_out_cached": 0,
592 "context_window": 128000,
593 "default_max_tokens": 8000,
594 "can_reason": true,
595 "reasoning_levels": [
596 "low",
597 "medium",
598 "high"
599 ],
600 "default_reasoning_effort": "medium",
601 "supports_attachments": true,
602 "options": {}
603 },
604 {
605 "id": "openai/gpt-5.1-codex-max",
606 "name": "GPT 5.1 Codex Max",
607 "cost_per_1m_in": 1.25,
608 "cost_per_1m_out": 10,
609 "cost_per_1m_in_cached": 0.125,
610 "cost_per_1m_out_cached": 0,
611 "context_window": 400000,
612 "default_max_tokens": 8000,
613 "can_reason": true,
614 "reasoning_levels": [
615 "low",
616 "medium",
617 "high"
618 ],
619 "default_reasoning_effort": "medium",
620 "supports_attachments": true,
621 "options": {}
622 },
623 {
624 "id": "openai/gpt-5.1-codex-mini",
625 "name": "GPT 5.1 Codex Mini",
626 "cost_per_1m_in": 0.25,
627 "cost_per_1m_out": 2,
628 "cost_per_1m_in_cached": 0.024999999999999998,
629 "cost_per_1m_out_cached": 0,
630 "context_window": 400000,
631 "default_max_tokens": 8000,
632 "can_reason": true,
633 "reasoning_levels": [
634 "low",
635 "medium",
636 "high"
637 ],
638 "default_reasoning_effort": "medium",
639 "supports_attachments": true,
640 "options": {}
641 },
642 {
643 "id": "openai/gpt-5.1-thinking",
644 "name": "GPT 5.1 Thinking",
645 "cost_per_1m_in": 1.25,
646 "cost_per_1m_out": 10,
647 "cost_per_1m_in_cached": 0.13,
648 "cost_per_1m_out_cached": 0,
649 "context_window": 400000,
650 "default_max_tokens": 8000,
651 "can_reason": true,
652 "reasoning_levels": [
653 "low",
654 "medium",
655 "high"
656 ],
657 "default_reasoning_effort": "medium",
658 "supports_attachments": true,
659 "options": {}
660 },
661 {
662 "id": "openai/gpt-5.2",
663 "name": "GPT 5.2",
664 "cost_per_1m_in": 1.75,
665 "cost_per_1m_out": 14,
666 "cost_per_1m_in_cached": 0.18,
667 "cost_per_1m_out_cached": 0,
668 "context_window": 400000,
669 "default_max_tokens": 8000,
670 "can_reason": true,
671 "reasoning_levels": [
672 "low",
673 "medium",
674 "high"
675 ],
676 "default_reasoning_effort": "medium",
677 "supports_attachments": true,
678 "options": {}
679 },
680 {
681 "id": "openai/gpt-5.2-pro",
682 "name": "GPT 5.2 ",
683 "cost_per_1m_in": 21,
684 "cost_per_1m_out": 168,
685 "cost_per_1m_in_cached": 0,
686 "cost_per_1m_out_cached": 0,
687 "context_window": 400000,
688 "default_max_tokens": 8000,
689 "can_reason": true,
690 "reasoning_levels": [
691 "low",
692 "medium",
693 "high"
694 ],
695 "default_reasoning_effort": "medium",
696 "supports_attachments": true,
697 "options": {}
698 },
699 {
700 "id": "openai/gpt-5.2-chat",
701 "name": "GPT 5.2 Chat",
702 "cost_per_1m_in": 1.75,
703 "cost_per_1m_out": 14,
704 "cost_per_1m_in_cached": 0.175,
705 "cost_per_1m_out_cached": 0,
706 "context_window": 128000,
707 "default_max_tokens": 8000,
708 "can_reason": true,
709 "reasoning_levels": [
710 "low",
711 "medium",
712 "high"
713 ],
714 "default_reasoning_effort": "medium",
715 "supports_attachments": true,
716 "options": {}
717 },
718 {
719 "id": "openai/gpt-5.2-codex",
720 "name": "GPT 5.2 Codex",
721 "cost_per_1m_in": 1.75,
722 "cost_per_1m_out": 14,
723 "cost_per_1m_in_cached": 0.175,
724 "cost_per_1m_out_cached": 0,
725 "context_window": 400000,
726 "default_max_tokens": 8000,
727 "can_reason": true,
728 "reasoning_levels": [
729 "low",
730 "medium",
731 "high"
732 ],
733 "default_reasoning_effort": "medium",
734 "supports_attachments": true,
735 "options": {}
736 },
737 {
738 "id": "openai/gpt-5.3-codex",
739 "name": "GPT 5.3 Codex",
740 "cost_per_1m_in": 1.75,
741 "cost_per_1m_out": 14,
742 "cost_per_1m_in_cached": 0.175,
743 "cost_per_1m_out_cached": 0,
744 "context_window": 400000,
745 "default_max_tokens": 8000,
746 "can_reason": true,
747 "reasoning_levels": [
748 "low",
749 "medium",
750 "high"
751 ],
752 "default_reasoning_effort": "medium",
753 "supports_attachments": true,
754 "options": {}
755 },
756 {
757 "id": "openai/gpt-5.4",
758 "name": "GPT 5.4",
759 "cost_per_1m_in": 2.5,
760 "cost_per_1m_out": 15,
761 "cost_per_1m_in_cached": 0.25,
762 "cost_per_1m_out_cached": 0,
763 "context_window": 1050000,
764 "default_max_tokens": 8000,
765 "can_reason": true,
766 "reasoning_levels": [
767 "low",
768 "medium",
769 "high"
770 ],
771 "default_reasoning_effort": "medium",
772 "supports_attachments": true,
773 "options": {}
774 },
775 {
776 "id": "openai/gpt-5.4-pro",
777 "name": "GPT 5.4 Pro",
778 "cost_per_1m_in": 30,
779 "cost_per_1m_out": 180,
780 "cost_per_1m_in_cached": 0,
781 "cost_per_1m_out_cached": 0,
782 "context_window": 1050000,
783 "default_max_tokens": 8000,
784 "can_reason": true,
785 "reasoning_levels": [
786 "low",
787 "medium",
788 "high"
789 ],
790 "default_reasoning_effort": "medium",
791 "supports_attachments": true,
792 "options": {}
793 },
794 {
795 "id": "openai/gpt-4-turbo",
796 "name": "GPT-4 Turbo",
797 "cost_per_1m_in": 10,
798 "cost_per_1m_out": 30,
799 "cost_per_1m_in_cached": 0,
800 "cost_per_1m_out_cached": 0,
801 "context_window": 128000,
802 "default_max_tokens": 4096,
803 "can_reason": false,
804 "supports_attachments": true,
805 "options": {}
806 },
807 {
808 "id": "openai/gpt-4.1",
809 "name": "GPT-4.1",
810 "cost_per_1m_in": 2,
811 "cost_per_1m_out": 8,
812 "cost_per_1m_in_cached": 0.5,
813 "cost_per_1m_out_cached": 0,
814 "context_window": 1047576,
815 "default_max_tokens": 8000,
816 "can_reason": false,
817 "supports_attachments": true,
818 "options": {}
819 },
820 {
821 "id": "openai/gpt-4.1-mini",
822 "name": "GPT-4.1 mini",
823 "cost_per_1m_in": 0.39999999999999997,
824 "cost_per_1m_out": 1.5999999999999999,
825 "cost_per_1m_in_cached": 0.09999999999999999,
826 "cost_per_1m_out_cached": 0,
827 "context_window": 1047576,
828 "default_max_tokens": 8000,
829 "can_reason": false,
830 "supports_attachments": true,
831 "options": {}
832 },
833 {
834 "id": "openai/gpt-4.1-nano",
835 "name": "GPT-4.1 nano",
836 "cost_per_1m_in": 0.09999999999999999,
837 "cost_per_1m_out": 0.39999999999999997,
838 "cost_per_1m_in_cached": 0.03,
839 "cost_per_1m_out_cached": 0,
840 "context_window": 1047576,
841 "default_max_tokens": 8000,
842 "can_reason": false,
843 "supports_attachments": true,
844 "options": {}
845 },
846 {
847 "id": "openai/gpt-4o",
848 "name": "GPT-4o",
849 "cost_per_1m_in": 2.5,
850 "cost_per_1m_out": 10,
851 "cost_per_1m_in_cached": 1.25,
852 "cost_per_1m_out_cached": 0,
853 "context_window": 128000,
854 "default_max_tokens": 8000,
855 "can_reason": false,
856 "supports_attachments": true,
857 "options": {}
858 },
859 {
860 "id": "openai/gpt-4o-mini",
861 "name": "GPT-4o mini",
862 "cost_per_1m_in": 0.15,
863 "cost_per_1m_out": 0.6,
864 "cost_per_1m_in_cached": 0.075,
865 "cost_per_1m_out_cached": 0,
866 "context_window": 128000,
867 "default_max_tokens": 8000,
868 "can_reason": false,
869 "supports_attachments": true,
870 "options": {}
871 },
872 {
873 "id": "openai/gpt-5",
874 "name": "GPT-5",
875 "cost_per_1m_in": 1.25,
876 "cost_per_1m_out": 10,
877 "cost_per_1m_in_cached": 0.13,
878 "cost_per_1m_out_cached": 0,
879 "context_window": 400000,
880 "default_max_tokens": 8000,
881 "can_reason": true,
882 "reasoning_levels": [
883 "low",
884 "medium",
885 "high"
886 ],
887 "default_reasoning_effort": "medium",
888 "supports_attachments": true,
889 "options": {}
890 },
891 {
892 "id": "openai/gpt-5-mini",
893 "name": "GPT-5 mini",
894 "cost_per_1m_in": 0.25,
895 "cost_per_1m_out": 2,
896 "cost_per_1m_in_cached": 0.03,
897 "cost_per_1m_out_cached": 0,
898 "context_window": 400000,
899 "default_max_tokens": 8000,
900 "can_reason": true,
901 "reasoning_levels": [
902 "low",
903 "medium",
904 "high"
905 ],
906 "default_reasoning_effort": "medium",
907 "supports_attachments": true,
908 "options": {}
909 },
910 {
911 "id": "openai/gpt-5-nano",
912 "name": "GPT-5 nano",
913 "cost_per_1m_in": 0.049999999999999996,
914 "cost_per_1m_out": 0.39999999999999997,
915 "cost_per_1m_in_cached": 0.01,
916 "cost_per_1m_out_cached": 0,
917 "context_window": 400000,
918 "default_max_tokens": 8000,
919 "can_reason": true,
920 "reasoning_levels": [
921 "low",
922 "medium",
923 "high"
924 ],
925 "default_reasoning_effort": "medium",
926 "supports_attachments": true,
927 "options": {}
928 },
929 {
930 "id": "openai/gpt-5-pro",
931 "name": "GPT-5 pro",
932 "cost_per_1m_in": 15,
933 "cost_per_1m_out": 120,
934 "cost_per_1m_in_cached": 0,
935 "cost_per_1m_out_cached": 0,
936 "context_window": 400000,
937 "default_max_tokens": 8000,
938 "can_reason": true,
939 "reasoning_levels": [
940 "low",
941 "medium",
942 "high"
943 ],
944 "default_reasoning_effort": "medium",
945 "supports_attachments": true,
946 "options": {}
947 },
948 {
949 "id": "openai/gpt-5-codex",
950 "name": "GPT-5-Codex",
951 "cost_per_1m_in": 1.25,
952 "cost_per_1m_out": 10,
953 "cost_per_1m_in_cached": 0.13,
954 "cost_per_1m_out_cached": 0,
955 "context_window": 400000,
956 "default_max_tokens": 8000,
957 "can_reason": true,
958 "reasoning_levels": [
959 "low",
960 "medium",
961 "high"
962 ],
963 "default_reasoning_effort": "medium",
964 "supports_attachments": true,
965 "options": {}
966 },
967 {
968 "id": "openai/gpt-5.1-instant",
969 "name": "GPT-5.1 Instant",
970 "cost_per_1m_in": 1.25,
971 "cost_per_1m_out": 10,
972 "cost_per_1m_in_cached": 0.13,
973 "cost_per_1m_out_cached": 0,
974 "context_window": 128000,
975 "default_max_tokens": 8000,
976 "can_reason": true,
977 "reasoning_levels": [
978 "low",
979 "medium",
980 "high"
981 ],
982 "default_reasoning_effort": "medium",
983 "supports_attachments": true,
984 "options": {}
985 },
986 {
987 "id": "openai/gpt-5.1-codex",
988 "name": "GPT-5.1-Codex",
989 "cost_per_1m_in": 1.25,
990 "cost_per_1m_out": 10,
991 "cost_per_1m_in_cached": 0.13,
992 "cost_per_1m_out_cached": 0,
993 "context_window": 400000,
994 "default_max_tokens": 8000,
995 "can_reason": true,
996 "reasoning_levels": [
997 "low",
998 "medium",
999 "high"
1000 ],
1001 "default_reasoning_effort": "medium",
1002 "supports_attachments": true,
1003 "options": {}
1004 },
1005 {
1006 "id": "openai/gpt-5.3-chat",
1007 "name": "GPT-5.3 Chat",
1008 "cost_per_1m_in": 1.75,
1009 "cost_per_1m_out": 14,
1010 "cost_per_1m_in_cached": 0.175,
1011 "cost_per_1m_out_cached": 0,
1012 "context_window": 128000,
1013 "default_max_tokens": 8000,
1014 "can_reason": true,
1015 "reasoning_levels": [
1016 "low",
1017 "medium",
1018 "high"
1019 ],
1020 "default_reasoning_effort": "medium",
1021 "supports_attachments": true,
1022 "options": {}
1023 },
1024 {
1025 "id": "google/gemini-2.5-flash",
1026 "name": "Gemini 2.5 Flash",
1027 "cost_per_1m_in": 0.3,
1028 "cost_per_1m_out": 2.5,
1029 "cost_per_1m_in_cached": 0,
1030 "cost_per_1m_out_cached": 0,
1031 "context_window": 1000000,
1032 "default_max_tokens": 8000,
1033 "can_reason": true,
1034 "reasoning_levels": [
1035 "low",
1036 "medium",
1037 "high"
1038 ],
1039 "default_reasoning_effort": "medium",
1040 "supports_attachments": false,
1041 "options": {}
1042 },
1043 {
1044 "id": "google/gemini-2.5-flash-lite",
1045 "name": "Gemini 2.5 Flash Lite",
1046 "cost_per_1m_in": 0.09999999999999999,
1047 "cost_per_1m_out": 0.39999999999999997,
1048 "cost_per_1m_in_cached": 0.01,
1049 "cost_per_1m_out_cached": 0,
1050 "context_window": 1048576,
1051 "default_max_tokens": 8000,
1052 "can_reason": true,
1053 "reasoning_levels": [
1054 "low",
1055 "medium",
1056 "high"
1057 ],
1058 "default_reasoning_effort": "medium",
1059 "supports_attachments": true,
1060 "options": {}
1061 },
1062 {
1063 "id": "google/gemini-2.5-flash-lite-preview-09-2025",
1064 "name": "Gemini 2.5 Flash Lite Preview 09-2025",
1065 "cost_per_1m_in": 0.09999999999999999,
1066 "cost_per_1m_out": 0.39999999999999997,
1067 "cost_per_1m_in_cached": 0.01,
1068 "cost_per_1m_out_cached": 0,
1069 "context_window": 1048576,
1070 "default_max_tokens": 8000,
1071 "can_reason": true,
1072 "reasoning_levels": [
1073 "low",
1074 "medium",
1075 "high"
1076 ],
1077 "default_reasoning_effort": "medium",
1078 "supports_attachments": true,
1079 "options": {}
1080 },
1081 {
1082 "id": "google/gemini-2.5-flash-preview-09-2025",
1083 "name": "Gemini 2.5 Flash Preview 09-2025",
1084 "cost_per_1m_in": 0.3,
1085 "cost_per_1m_out": 2.5,
1086 "cost_per_1m_in_cached": 0.03,
1087 "cost_per_1m_out_cached": 0,
1088 "context_window": 1000000,
1089 "default_max_tokens": 8000,
1090 "can_reason": true,
1091 "reasoning_levels": [
1092 "low",
1093 "medium",
1094 "high"
1095 ],
1096 "default_reasoning_effort": "medium",
1097 "supports_attachments": true,
1098 "options": {}
1099 },
1100 {
1101 "id": "google/gemini-2.5-pro",
1102 "name": "Gemini 2.5 Pro",
1103 "cost_per_1m_in": 1.25,
1104 "cost_per_1m_out": 10,
1105 "cost_per_1m_in_cached": 0,
1106 "cost_per_1m_out_cached": 0,
1107 "context_window": 1048576,
1108 "default_max_tokens": 8000,
1109 "can_reason": true,
1110 "reasoning_levels": [
1111 "low",
1112 "medium",
1113 "high"
1114 ],
1115 "default_reasoning_effort": "medium",
1116 "supports_attachments": false,
1117 "options": {}
1118 },
1119 {
1120 "id": "google/gemini-3-flash",
1121 "name": "Gemini 3 Flash",
1122 "cost_per_1m_in": 0.5,
1123 "cost_per_1m_out": 3,
1124 "cost_per_1m_in_cached": 0.049999999999999996,
1125 "cost_per_1m_out_cached": 0,
1126 "context_window": 1000000,
1127 "default_max_tokens": 8000,
1128 "can_reason": true,
1129 "reasoning_levels": [
1130 "low",
1131 "medium",
1132 "high"
1133 ],
1134 "default_reasoning_effort": "medium",
1135 "supports_attachments": true,
1136 "options": {}
1137 },
1138 {
1139 "id": "google/gemini-3-pro-preview",
1140 "name": "Gemini 3 Pro Preview",
1141 "cost_per_1m_in": 2,
1142 "cost_per_1m_out": 12,
1143 "cost_per_1m_in_cached": 0.19999999999999998,
1144 "cost_per_1m_out_cached": 0,
1145 "context_window": 1000000,
1146 "default_max_tokens": 8000,
1147 "can_reason": true,
1148 "reasoning_levels": [
1149 "low",
1150 "medium",
1151 "high"
1152 ],
1153 "default_reasoning_effort": "medium",
1154 "supports_attachments": true,
1155 "options": {}
1156 },
1157 {
1158 "id": "google/gemini-3.1-flash-lite-preview",
1159 "name": "Gemini 3.1 Flash Lite Preview",
1160 "cost_per_1m_in": 0.25,
1161 "cost_per_1m_out": 1.5,
1162 "cost_per_1m_in_cached": 0,
1163 "cost_per_1m_out_cached": 0,
1164 "context_window": 1000000,
1165 "default_max_tokens": 8000,
1166 "can_reason": true,
1167 "reasoning_levels": [
1168 "low",
1169 "medium",
1170 "high"
1171 ],
1172 "default_reasoning_effort": "medium",
1173 "supports_attachments": true,
1174 "options": {}
1175 },
1176 {
1177 "id": "google/gemini-3.1-pro-preview",
1178 "name": "Gemini 3.1 Pro Preview",
1179 "cost_per_1m_in": 2,
1180 "cost_per_1m_out": 12,
1181 "cost_per_1m_in_cached": 0.19999999999999998,
1182 "cost_per_1m_out_cached": 0,
1183 "context_window": 1000000,
1184 "default_max_tokens": 8000,
1185 "can_reason": true,
1186 "reasoning_levels": [
1187 "low",
1188 "medium",
1189 "high"
1190 ],
1191 "default_reasoning_effort": "medium",
1192 "supports_attachments": true,
1193 "options": {}
1194 },
1195 {
1196 "id": "xai/grok-2-vision",
1197 "name": "Grok 2 Vision",
1198 "cost_per_1m_in": 2,
1199 "cost_per_1m_out": 10,
1200 "cost_per_1m_in_cached": 0,
1201 "cost_per_1m_out_cached": 0,
1202 "context_window": 32768,
1203 "default_max_tokens": 8000,
1204 "can_reason": false,
1205 "supports_attachments": true,
1206 "options": {}
1207 },
1208 {
1209 "id": "xai/grok-3",
1210 "name": "Grok 3 Beta",
1211 "cost_per_1m_in": 3,
1212 "cost_per_1m_out": 15,
1213 "cost_per_1m_in_cached": 0,
1214 "cost_per_1m_out_cached": 0,
1215 "context_window": 131072,
1216 "default_max_tokens": 8000,
1217 "can_reason": false,
1218 "supports_attachments": false,
1219 "options": {}
1220 },
1221 {
1222 "id": "xai/grok-3-fast",
1223 "name": "Grok 3 Fast Beta",
1224 "cost_per_1m_in": 5,
1225 "cost_per_1m_out": 25,
1226 "cost_per_1m_in_cached": 0,
1227 "cost_per_1m_out_cached": 0,
1228 "context_window": 131072,
1229 "default_max_tokens": 8000,
1230 "can_reason": false,
1231 "supports_attachments": false,
1232 "options": {}
1233 },
1234 {
1235 "id": "xai/grok-3-mini",
1236 "name": "Grok 3 Mini Beta",
1237 "cost_per_1m_in": 0.3,
1238 "cost_per_1m_out": 0.5,
1239 "cost_per_1m_in_cached": 0,
1240 "cost_per_1m_out_cached": 0,
1241 "context_window": 131072,
1242 "default_max_tokens": 8000,
1243 "can_reason": false,
1244 "supports_attachments": false,
1245 "options": {}
1246 },
1247 {
1248 "id": "xai/grok-3-mini-fast",
1249 "name": "Grok 3 Mini Fast Beta",
1250 "cost_per_1m_in": 0.6,
1251 "cost_per_1m_out": 4,
1252 "cost_per_1m_in_cached": 0,
1253 "cost_per_1m_out_cached": 0,
1254 "context_window": 131072,
1255 "default_max_tokens": 8000,
1256 "can_reason": false,
1257 "supports_attachments": false,
1258 "options": {}
1259 },
1260 {
1261 "id": "xai/grok-4",
1262 "name": "Grok 4",
1263 "cost_per_1m_in": 3,
1264 "cost_per_1m_out": 15,
1265 "cost_per_1m_in_cached": 0,
1266 "cost_per_1m_out_cached": 0,
1267 "context_window": 256000,
1268 "default_max_tokens": 8000,
1269 "can_reason": true,
1270 "reasoning_levels": [
1271 "low",
1272 "medium",
1273 "high"
1274 ],
1275 "default_reasoning_effort": "medium",
1276 "supports_attachments": true,
1277 "options": {}
1278 },
1279 {
1280 "id": "xai/grok-4-fast-non-reasoning",
1281 "name": "Grok 4 Fast Non-Reasoning",
1282 "cost_per_1m_in": 0.19999999999999998,
1283 "cost_per_1m_out": 0.5,
1284 "cost_per_1m_in_cached": 0.049999999999999996,
1285 "cost_per_1m_out_cached": 0,
1286 "context_window": 2000000,
1287 "default_max_tokens": 8000,
1288 "can_reason": false,
1289 "supports_attachments": false,
1290 "options": {}
1291 },
1292 {
1293 "id": "xai/grok-4-fast-reasoning",
1294 "name": "Grok 4 Fast Reasoning",
1295 "cost_per_1m_in": 0.19999999999999998,
1296 "cost_per_1m_out": 0.5,
1297 "cost_per_1m_in_cached": 0.049999999999999996,
1298 "cost_per_1m_out_cached": 0,
1299 "context_window": 2000000,
1300 "default_max_tokens": 8000,
1301 "can_reason": true,
1302 "reasoning_levels": [
1303 "low",
1304 "medium",
1305 "high"
1306 ],
1307 "default_reasoning_effort": "medium",
1308 "supports_attachments": false,
1309 "options": {}
1310 },
1311 {
1312 "id": "xai/grok-4.1-fast-non-reasoning",
1313 "name": "Grok 4.1 Fast Non-Reasoning",
1314 "cost_per_1m_in": 0.19999999999999998,
1315 "cost_per_1m_out": 0.5,
1316 "cost_per_1m_in_cached": 0.049999999999999996,
1317 "cost_per_1m_out_cached": 0,
1318 "context_window": 2000000,
1319 "default_max_tokens": 8000,
1320 "can_reason": false,
1321 "supports_attachments": false,
1322 "options": {}
1323 },
1324 {
1325 "id": "xai/grok-4.1-fast-reasoning",
1326 "name": "Grok 4.1 Fast Reasoning",
1327 "cost_per_1m_in": 0.19999999999999998,
1328 "cost_per_1m_out": 0.5,
1329 "cost_per_1m_in_cached": 0.049999999999999996,
1330 "cost_per_1m_out_cached": 0,
1331 "context_window": 2000000,
1332 "default_max_tokens": 8000,
1333 "can_reason": true,
1334 "reasoning_levels": [
1335 "low",
1336 "medium",
1337 "high"
1338 ],
1339 "default_reasoning_effort": "medium",
1340 "supports_attachments": false,
1341 "options": {}
1342 },
1343 {
1344 "id": "xai/grok-code-fast-1",
1345 "name": "Grok Code Fast 1",
1346 "cost_per_1m_in": 0.19999999999999998,
1347 "cost_per_1m_out": 1.5,
1348 "cost_per_1m_in_cached": 0.02,
1349 "cost_per_1m_out_cached": 0,
1350 "context_window": 256000,
1351 "default_max_tokens": 8000,
1352 "can_reason": true,
1353 "reasoning_levels": [
1354 "low",
1355 "medium",
1356 "high"
1357 ],
1358 "default_reasoning_effort": "medium",
1359 "supports_attachments": false,
1360 "options": {}
1361 },
1362 {
1363 "id": "prime-intellect/intellect-3",
1364 "name": "INTELLECT 3",
1365 "cost_per_1m_in": 0.19999999999999998,
1366 "cost_per_1m_out": 1.1,
1367 "cost_per_1m_in_cached": 0,
1368 "cost_per_1m_out_cached": 0,
1369 "context_window": 131072,
1370 "default_max_tokens": 8000,
1371 "can_reason": true,
1372 "reasoning_levels": [
1373 "low",
1374 "medium",
1375 "high"
1376 ],
1377 "default_reasoning_effort": "medium",
1378 "supports_attachments": false,
1379 "options": {}
1380 },
1381 {
1382 "id": "moonshotai/kimi-k2",
1383 "name": "Kimi K2",
1384 "cost_per_1m_in": 0.5,
1385 "cost_per_1m_out": 2,
1386 "cost_per_1m_in_cached": 0,
1387 "cost_per_1m_out_cached": 0,
1388 "context_window": 131072,
1389 "default_max_tokens": 8000,
1390 "can_reason": false,
1391 "supports_attachments": false,
1392 "options": {}
1393 },
1394 {
1395 "id": "moonshotai/kimi-k2-thinking",
1396 "name": "Kimi K2 Thinking",
1397 "cost_per_1m_in": 0.47,
1398 "cost_per_1m_out": 2,
1399 "cost_per_1m_in_cached": 0.14100000000000001,
1400 "cost_per_1m_out_cached": 0,
1401 "context_window": 216144,
1402 "default_max_tokens": 8000,
1403 "can_reason": true,
1404 "reasoning_levels": [
1405 "low",
1406 "medium",
1407 "high"
1408 ],
1409 "default_reasoning_effort": "medium",
1410 "supports_attachments": false,
1411 "options": {}
1412 },
1413 {
1414 "id": "moonshotai/kimi-k2-thinking-turbo",
1415 "name": "Kimi K2 Thinking Turbo",
1416 "cost_per_1m_in": 1.15,
1417 "cost_per_1m_out": 8,
1418 "cost_per_1m_in_cached": 0.15,
1419 "cost_per_1m_out_cached": 0,
1420 "context_window": 262114,
1421 "default_max_tokens": 8000,
1422 "can_reason": true,
1423 "reasoning_levels": [
1424 "low",
1425 "medium",
1426 "high"
1427 ],
1428 "default_reasoning_effort": "medium",
1429 "supports_attachments": false,
1430 "options": {}
1431 },
1432 {
1433 "id": "moonshotai/kimi-k2-turbo",
1434 "name": "Kimi K2 Turbo",
1435 "cost_per_1m_in": 2.4,
1436 "cost_per_1m_out": 10,
1437 "cost_per_1m_in_cached": 0,
1438 "cost_per_1m_out_cached": 0,
1439 "context_window": 256000,
1440 "default_max_tokens": 8000,
1441 "can_reason": false,
1442 "supports_attachments": false,
1443 "options": {}
1444 },
1445 {
1446 "id": "moonshotai/kimi-k2.5",
1447 "name": "Kimi K2.5",
1448 "cost_per_1m_in": 0.5,
1449 "cost_per_1m_out": 2.8,
1450 "cost_per_1m_in_cached": 0,
1451 "cost_per_1m_out_cached": 0,
1452 "context_window": 256000,
1453 "default_max_tokens": 8000,
1454 "can_reason": true,
1455 "reasoning_levels": [
1456 "low",
1457 "medium",
1458 "high"
1459 ],
1460 "default_reasoning_effort": "medium",
1461 "supports_attachments": true,
1462 "options": {}
1463 },
1464 {
1465 "id": "meta/llama-3.1-70b",
1466 "name": "Llama 3.1 70B Instruct",
1467 "cost_per_1m_in": 0.39999999999999997,
1468 "cost_per_1m_out": 0.39999999999999997,
1469 "cost_per_1m_in_cached": 0,
1470 "cost_per_1m_out_cached": 0,
1471 "context_window": 131072,
1472 "default_max_tokens": 8000,
1473 "can_reason": false,
1474 "supports_attachments": false,
1475 "options": {}
1476 },
1477 {
1478 "id": "meta/llama-3.1-8b",
1479 "name": "Llama 3.1 8B Instruct",
1480 "cost_per_1m_in": 0.03,
1481 "cost_per_1m_out": 0.049999999999999996,
1482 "cost_per_1m_in_cached": 0,
1483 "cost_per_1m_out_cached": 0,
1484 "context_window": 131072,
1485 "default_max_tokens": 8000,
1486 "can_reason": false,
1487 "supports_attachments": false,
1488 "options": {}
1489 },
1490 {
1491 "id": "meta/llama-3.2-11b",
1492 "name": "Llama 3.2 11B Vision Instruct",
1493 "cost_per_1m_in": 0.16,
1494 "cost_per_1m_out": 0.16,
1495 "cost_per_1m_in_cached": 0,
1496 "cost_per_1m_out_cached": 0,
1497 "context_window": 128000,
1498 "default_max_tokens": 8000,
1499 "can_reason": false,
1500 "supports_attachments": true,
1501 "options": {}
1502 },
1503 {
1504 "id": "meta/llama-3.2-90b",
1505 "name": "Llama 3.2 90B Vision Instruct",
1506 "cost_per_1m_in": 0.72,
1507 "cost_per_1m_out": 0.72,
1508 "cost_per_1m_in_cached": 0,
1509 "cost_per_1m_out_cached": 0,
1510 "context_window": 128000,
1511 "default_max_tokens": 8000,
1512 "can_reason": false,
1513 "supports_attachments": true,
1514 "options": {}
1515 },
1516 {
1517 "id": "meta/llama-3.3-70b",
1518 "name": "Llama 3.3 70B Instruct",
1519 "cost_per_1m_in": 0.72,
1520 "cost_per_1m_out": 0.72,
1521 "cost_per_1m_in_cached": 0,
1522 "cost_per_1m_out_cached": 0,
1523 "context_window": 128000,
1524 "default_max_tokens": 8000,
1525 "can_reason": false,
1526 "supports_attachments": false,
1527 "options": {}
1528 },
1529 {
1530 "id": "meta/llama-4-maverick",
1531 "name": "Llama 4 Maverick 17B Instruct",
1532 "cost_per_1m_in": 0.15,
1533 "cost_per_1m_out": 0.6,
1534 "cost_per_1m_in_cached": 0,
1535 "cost_per_1m_out_cached": 0,
1536 "context_window": 131072,
1537 "default_max_tokens": 8000,
1538 "can_reason": false,
1539 "supports_attachments": true,
1540 "options": {}
1541 },
1542 {
1543 "id": "meta/llama-4-scout",
1544 "name": "Llama 4 Scout 17B Instruct",
1545 "cost_per_1m_in": 0.08,
1546 "cost_per_1m_out": 0.3,
1547 "cost_per_1m_in_cached": 0,
1548 "cost_per_1m_out_cached": 0,
1549 "context_window": 131072,
1550 "default_max_tokens": 8000,
1551 "can_reason": false,
1552 "supports_attachments": true,
1553 "options": {}
1554 },
1555 {
1556 "id": "meituan/longcat-flash-chat",
1557 "name": "LongCat Flash Chat",
1558 "cost_per_1m_in": 0,
1559 "cost_per_1m_out": 0,
1560 "cost_per_1m_in_cached": 0,
1561 "cost_per_1m_out_cached": 0,
1562 "context_window": 128000,
1563 "default_max_tokens": 8000,
1564 "can_reason": false,
1565 "supports_attachments": false,
1566 "options": {}
1567 },
1568 {
1569 "id": "meituan/longcat-flash-thinking",
1570 "name": "LongCat Flash Thinking",
1571 "cost_per_1m_in": 0.15,
1572 "cost_per_1m_out": 1.5,
1573 "cost_per_1m_in_cached": 0,
1574 "cost_per_1m_out_cached": 0,
1575 "context_window": 128000,
1576 "default_max_tokens": 8000,
1577 "can_reason": true,
1578 "reasoning_levels": [
1579 "low",
1580 "medium",
1581 "high"
1582 ],
1583 "default_reasoning_effort": "medium",
1584 "supports_attachments": false,
1585 "options": {}
1586 },
1587 {
1588 "id": "inception/mercury-2",
1589 "name": "Mercury 2",
1590 "cost_per_1m_in": 0.25,
1591 "cost_per_1m_out": 0.75,
1592 "cost_per_1m_in_cached": 0.024999999999999998,
1593 "cost_per_1m_out_cached": 0,
1594 "context_window": 128000,
1595 "default_max_tokens": 8000,
1596 "can_reason": true,
1597 "reasoning_levels": [
1598 "low",
1599 "medium",
1600 "high"
1601 ],
1602 "default_reasoning_effort": "medium",
1603 "supports_attachments": false,
1604 "options": {}
1605 },
1606 {
1607 "id": "inception/mercury-coder-small",
1608 "name": "Mercury Coder Small Beta",
1609 "cost_per_1m_in": 0.25,
1610 "cost_per_1m_out": 1,
1611 "cost_per_1m_in_cached": 0,
1612 "cost_per_1m_out_cached": 0,
1613 "context_window": 32000,
1614 "default_max_tokens": 8000,
1615 "can_reason": false,
1616 "supports_attachments": false,
1617 "options": {}
1618 },
1619 {
1620 "id": "xiaomi/mimo-v2-flash",
1621 "name": "MiMo V2 Flash",
1622 "cost_per_1m_in": 0.09,
1623 "cost_per_1m_out": 0.29,
1624 "cost_per_1m_in_cached": 0,
1625 "cost_per_1m_out_cached": 0,
1626 "context_window": 262144,
1627 "default_max_tokens": 8000,
1628 "can_reason": true,
1629 "reasoning_levels": [
1630 "low",
1631 "medium",
1632 "high"
1633 ],
1634 "default_reasoning_effort": "medium",
1635 "supports_attachments": false,
1636 "options": {}
1637 },
1638 {
1639 "id": "minimax/minimax-m2",
1640 "name": "MiniMax M2",
1641 "cost_per_1m_in": 0.3,
1642 "cost_per_1m_out": 1.2,
1643 "cost_per_1m_in_cached": 0.03,
1644 "cost_per_1m_out_cached": 0.375,
1645 "context_window": 205000,
1646 "default_max_tokens": 8000,
1647 "can_reason": true,
1648 "reasoning_levels": [
1649 "low",
1650 "medium",
1651 "high"
1652 ],
1653 "default_reasoning_effort": "medium",
1654 "supports_attachments": false,
1655 "options": {}
1656 },
1657 {
1658 "id": "minimax/minimax-m2.1",
1659 "name": "MiniMax M2.1",
1660 "cost_per_1m_in": 0.3,
1661 "cost_per_1m_out": 1.2,
1662 "cost_per_1m_in_cached": 0.15,
1663 "cost_per_1m_out_cached": 0,
1664 "context_window": 204800,
1665 "default_max_tokens": 8000,
1666 "can_reason": true,
1667 "reasoning_levels": [
1668 "low",
1669 "medium",
1670 "high"
1671 ],
1672 "default_reasoning_effort": "medium",
1673 "supports_attachments": false,
1674 "options": {}
1675 },
1676 {
1677 "id": "minimax/minimax-m2.1-lightning",
1678 "name": "MiniMax M2.1 Lightning",
1679 "cost_per_1m_in": 0.3,
1680 "cost_per_1m_out": 2.4,
1681 "cost_per_1m_in_cached": 0.03,
1682 "cost_per_1m_out_cached": 0.375,
1683 "context_window": 204800,
1684 "default_max_tokens": 8000,
1685 "can_reason": true,
1686 "reasoning_levels": [
1687 "low",
1688 "medium",
1689 "high"
1690 ],
1691 "default_reasoning_effort": "medium",
1692 "supports_attachments": false,
1693 "options": {}
1694 },
1695 {
1696 "id": "minimax/minimax-m2.5",
1697 "name": "MiniMax M2.5",
1698 "cost_per_1m_in": 0.3,
1699 "cost_per_1m_out": 1.2,
1700 "cost_per_1m_in_cached": 0.03,
1701 "cost_per_1m_out_cached": 0.375,
1702 "context_window": 204800,
1703 "default_max_tokens": 8000,
1704 "can_reason": true,
1705 "reasoning_levels": [
1706 "low",
1707 "medium",
1708 "high"
1709 ],
1710 "default_reasoning_effort": "medium",
1711 "supports_attachments": false,
1712 "options": {}
1713 },
1714 {
1715 "id": "mistral/ministral-3b",
1716 "name": "Ministral 3B",
1717 "cost_per_1m_in": 0.04,
1718 "cost_per_1m_out": 0.04,
1719 "cost_per_1m_in_cached": 0,
1720 "cost_per_1m_out_cached": 0,
1721 "context_window": 128000,
1722 "default_max_tokens": 4000,
1723 "can_reason": false,
1724 "supports_attachments": false,
1725 "options": {}
1726 },
1727 {
1728 "id": "mistral/ministral-8b",
1729 "name": "Ministral 8B",
1730 "cost_per_1m_in": 0.09999999999999999,
1731 "cost_per_1m_out": 0.09999999999999999,
1732 "cost_per_1m_in_cached": 0,
1733 "cost_per_1m_out_cached": 0,
1734 "context_window": 128000,
1735 "default_max_tokens": 4000,
1736 "can_reason": false,
1737 "supports_attachments": false,
1738 "options": {}
1739 },
1740 {
1741 "id": "mistral/codestral",
1742 "name": "Mistral Codestral",
1743 "cost_per_1m_in": 0.3,
1744 "cost_per_1m_out": 0.8999999999999999,
1745 "cost_per_1m_in_cached": 0,
1746 "cost_per_1m_out_cached": 0,
1747 "context_window": 128000,
1748 "default_max_tokens": 4000,
1749 "can_reason": false,
1750 "supports_attachments": false,
1751 "options": {}
1752 },
1753 {
1754 "id": "mistral/mistral-medium",
1755 "name": "Mistral Medium 3.1",
1756 "cost_per_1m_in": 0.39999999999999997,
1757 "cost_per_1m_out": 2,
1758 "cost_per_1m_in_cached": 0,
1759 "cost_per_1m_out_cached": 0,
1760 "context_window": 128000,
1761 "default_max_tokens": 8000,
1762 "can_reason": false,
1763 "supports_attachments": true,
1764 "options": {}
1765 },
1766 {
1767 "id": "mistral/mistral-small",
1768 "name": "Mistral Small",
1769 "cost_per_1m_in": 0.09999999999999999,
1770 "cost_per_1m_out": 0.3,
1771 "cost_per_1m_in_cached": 0,
1772 "cost_per_1m_out_cached": 0,
1773 "context_window": 32000,
1774 "default_max_tokens": 4000,
1775 "can_reason": false,
1776 "supports_attachments": true,
1777 "options": {}
1778 },
1779 {
1780 "id": "nvidia/nemotron-nano-12b-v2-vl",
1781 "name": "Nvidia Nemotron Nano 12B V2 VL",
1782 "cost_per_1m_in": 0.19999999999999998,
1783 "cost_per_1m_out": 0.6,
1784 "cost_per_1m_in_cached": 0,
1785 "cost_per_1m_out_cached": 0,
1786 "context_window": 131072,
1787 "default_max_tokens": 8000,
1788 "can_reason": true,
1789 "reasoning_levels": [
1790 "low",
1791 "medium",
1792 "high"
1793 ],
1794 "default_reasoning_effort": "medium",
1795 "supports_attachments": true,
1796 "options": {}
1797 },
1798 {
1799 "id": "nvidia/nemotron-nano-9b-v2",
1800 "name": "Nvidia Nemotron Nano 9B V2",
1801 "cost_per_1m_in": 0.04,
1802 "cost_per_1m_out": 0.16,
1803 "cost_per_1m_in_cached": 0,
1804 "cost_per_1m_out_cached": 0,
1805 "context_window": 131072,
1806 "default_max_tokens": 8000,
1807 "can_reason": true,
1808 "reasoning_levels": [
1809 "low",
1810 "medium",
1811 "high"
1812 ],
1813 "default_reasoning_effort": "medium",
1814 "supports_attachments": false,
1815 "options": {}
1816 },
1817 {
1818 "id": "mistral/pixtral-12b",
1819 "name": "Pixtral 12B 2409",
1820 "cost_per_1m_in": 0.15,
1821 "cost_per_1m_out": 0.15,
1822 "cost_per_1m_in_cached": 0,
1823 "cost_per_1m_out_cached": 0,
1824 "context_window": 128000,
1825 "default_max_tokens": 4000,
1826 "can_reason": false,
1827 "supports_attachments": true,
1828 "options": {}
1829 },
1830 {
1831 "id": "mistral/pixtral-large",
1832 "name": "Pixtral Large",
1833 "cost_per_1m_in": 2,
1834 "cost_per_1m_out": 6,
1835 "cost_per_1m_in_cached": 0,
1836 "cost_per_1m_out_cached": 0,
1837 "context_window": 128000,
1838 "default_max_tokens": 4000,
1839 "can_reason": false,
1840 "supports_attachments": true,
1841 "options": {}
1842 },
1843 {
1844 "id": "alibaba/qwen-3-32b",
1845 "name": "Qwen 3 32B",
1846 "cost_per_1m_in": 0.09999999999999999,
1847 "cost_per_1m_out": 0.3,
1848 "cost_per_1m_in_cached": 0,
1849 "cost_per_1m_out_cached": 0,
1850 "context_window": 40960,
1851 "default_max_tokens": 8000,
1852 "can_reason": true,
1853 "reasoning_levels": [
1854 "low",
1855 "medium",
1856 "high"
1857 ],
1858 "default_reasoning_effort": "medium",
1859 "supports_attachments": false,
1860 "options": {}
1861 },
1862 {
1863 "id": "alibaba/qwen3-coder-30b-a3b",
1864 "name": "Qwen 3 Coder 30B A3B Instruct",
1865 "cost_per_1m_in": 0.07,
1866 "cost_per_1m_out": 0.27,
1867 "cost_per_1m_in_cached": 0,
1868 "cost_per_1m_out_cached": 0,
1869 "context_window": 160000,
1870 "default_max_tokens": 8000,
1871 "can_reason": true,
1872 "reasoning_levels": [
1873 "low",
1874 "medium",
1875 "high"
1876 ],
1877 "default_reasoning_effort": "medium",
1878 "supports_attachments": false,
1879 "options": {}
1880 },
1881 {
1882 "id": "alibaba/qwen3-max-thinking",
1883 "name": "Qwen 3 Max Thinking",
1884 "cost_per_1m_in": 1.2,
1885 "cost_per_1m_out": 6,
1886 "cost_per_1m_in_cached": 0.24,
1887 "cost_per_1m_out_cached": 0,
1888 "context_window": 256000,
1889 "default_max_tokens": 8000,
1890 "can_reason": true,
1891 "reasoning_levels": [
1892 "low",
1893 "medium",
1894 "high"
1895 ],
1896 "default_reasoning_effort": "medium",
1897 "supports_attachments": false,
1898 "options": {}
1899 },
1900 {
1901 "id": "alibaba/qwen3.5-flash",
1902 "name": "Qwen 3.5 Flash",
1903 "cost_per_1m_in": 0.09999999999999999,
1904 "cost_per_1m_out": 0.39999999999999997,
1905 "cost_per_1m_in_cached": 0.001,
1906 "cost_per_1m_out_cached": 0.125,
1907 "context_window": 1000000,
1908 "default_max_tokens": 8000,
1909 "can_reason": true,
1910 "reasoning_levels": [
1911 "low",
1912 "medium",
1913 "high"
1914 ],
1915 "default_reasoning_effort": "medium",
1916 "supports_attachments": true,
1917 "options": {}
1918 },
1919 {
1920 "id": "alibaba/qwen3.5-plus",
1921 "name": "Qwen 3.5 Plus",
1922 "cost_per_1m_in": 0.39999999999999997,
1923 "cost_per_1m_out": 2.4,
1924 "cost_per_1m_in_cached": 0.04,
1925 "cost_per_1m_out_cached": 0.5,
1926 "context_window": 1000000,
1927 "default_max_tokens": 8000,
1928 "can_reason": true,
1929 "reasoning_levels": [
1930 "low",
1931 "medium",
1932 "high"
1933 ],
1934 "default_reasoning_effort": "medium",
1935 "supports_attachments": true,
1936 "options": {}
1937 },
1938 {
1939 "id": "alibaba/qwen3-235b-a22b-thinking",
1940 "name": "Qwen3 235B A22B Thinking 2507",
1941 "cost_per_1m_in": 0.3,
1942 "cost_per_1m_out": 2.9000000000000004,
1943 "cost_per_1m_in_cached": 0,
1944 "cost_per_1m_out_cached": 0,
1945 "context_window": 262114,
1946 "default_max_tokens": 8000,
1947 "can_reason": true,
1948 "reasoning_levels": [
1949 "low",
1950 "medium",
1951 "high"
1952 ],
1953 "default_reasoning_effort": "medium",
1954 "supports_attachments": true,
1955 "options": {}
1956 },
1957 {
1958 "id": "alibaba/qwen3-coder",
1959 "name": "Qwen3 Coder 480B A35B Instruct",
1960 "cost_per_1m_in": 0.39999999999999997,
1961 "cost_per_1m_out": 1.5999999999999999,
1962 "cost_per_1m_in_cached": 0,
1963 "cost_per_1m_out_cached": 0,
1964 "context_window": 262144,
1965 "default_max_tokens": 8000,
1966 "can_reason": false,
1967 "supports_attachments": false,
1968 "options": {}
1969 },
1970 {
1971 "id": "alibaba/qwen3-coder-next",
1972 "name": "Qwen3 Coder Next",
1973 "cost_per_1m_in": 0.5,
1974 "cost_per_1m_out": 1.2,
1975 "cost_per_1m_in_cached": 0,
1976 "cost_per_1m_out_cached": 0,
1977 "context_window": 256000,
1978 "default_max_tokens": 8000,
1979 "can_reason": true,
1980 "reasoning_levels": [
1981 "low",
1982 "medium",
1983 "high"
1984 ],
1985 "default_reasoning_effort": "medium",
1986 "supports_attachments": false,
1987 "options": {}
1988 },
1989 {
1990 "id": "alibaba/qwen3-coder-plus",
1991 "name": "Qwen3 Coder Plus",
1992 "cost_per_1m_in": 1,
1993 "cost_per_1m_out": 5,
1994 "cost_per_1m_in_cached": 0.19999999999999998,
1995 "cost_per_1m_out_cached": 0,
1996 "context_window": 1000000,
1997 "default_max_tokens": 8000,
1998 "can_reason": false,
1999 "supports_attachments": false,
2000 "options": {}
2001 },
2002 {
2003 "id": "alibaba/qwen3-max-preview",
2004 "name": "Qwen3 Max Preview",
2005 "cost_per_1m_in": 1.2,
2006 "cost_per_1m_out": 6,
2007 "cost_per_1m_in_cached": 0.24,
2008 "cost_per_1m_out_cached": 0,
2009 "context_window": 262144,
2010 "default_max_tokens": 8000,
2011 "can_reason": false,
2012 "supports_attachments": false,
2013 "options": {}
2014 },
2015 {
2016 "id": "alibaba/qwen3-vl-thinking",
2017 "name": "Qwen3 VL 235B A22B Thinking",
2018 "cost_per_1m_in": 0.22,
2019 "cost_per_1m_out": 0.88,
2020 "cost_per_1m_in_cached": 0,
2021 "cost_per_1m_out_cached": 0,
2022 "context_window": 256000,
2023 "default_max_tokens": 8000,
2024 "can_reason": true,
2025 "reasoning_levels": [
2026 "low",
2027 "medium",
2028 "high"
2029 ],
2030 "default_reasoning_effort": "medium",
2031 "supports_attachments": true,
2032 "options": {}
2033 },
2034 {
2035 "id": "alibaba/qwen-3-14b",
2036 "name": "Qwen3-14B",
2037 "cost_per_1m_in": 0.06,
2038 "cost_per_1m_out": 0.24,
2039 "cost_per_1m_in_cached": 0,
2040 "cost_per_1m_out_cached": 0,
2041 "context_window": 40960,
2042 "default_max_tokens": 8000,
2043 "can_reason": true,
2044 "reasoning_levels": [
2045 "low",
2046 "medium",
2047 "high"
2048 ],
2049 "default_reasoning_effort": "medium",
2050 "supports_attachments": false,
2051 "options": {}
2052 },
2053 {
2054 "id": "alibaba/qwen-3-235b",
2055 "name": "Qwen3-235B-A22B",
2056 "cost_per_1m_in": 0.071,
2057 "cost_per_1m_out": 0.463,
2058 "cost_per_1m_in_cached": 0,
2059 "cost_per_1m_out_cached": 0,
2060 "context_window": 40960,
2061 "default_max_tokens": 8000,
2062 "can_reason": false,
2063 "supports_attachments": false,
2064 "options": {}
2065 },
2066 {
2067 "id": "alibaba/qwen-3-30b",
2068 "name": "Qwen3-30B-A3B",
2069 "cost_per_1m_in": 0.08,
2070 "cost_per_1m_out": 0.29,
2071 "cost_per_1m_in_cached": 0,
2072 "cost_per_1m_out_cached": 0,
2073 "context_window": 40960,
2074 "default_max_tokens": 8000,
2075 "can_reason": true,
2076 "reasoning_levels": [
2077 "low",
2078 "medium",
2079 "high"
2080 ],
2081 "default_reasoning_effort": "medium",
2082 "supports_attachments": false,
2083 "options": {}
2084 },
2085 {
2086 "id": "bytedance/seed-1.6",
2087 "name": "Seed 1.6",
2088 "cost_per_1m_in": 0.25,
2089 "cost_per_1m_out": 2,
2090 "cost_per_1m_in_cached": 0.049999999999999996,
2091 "cost_per_1m_out_cached": 0,
2092 "context_window": 256000,
2093 "default_max_tokens": 8000,
2094 "can_reason": true,
2095 "reasoning_levels": [
2096 "low",
2097 "medium",
2098 "high"
2099 ],
2100 "default_reasoning_effort": "medium",
2101 "supports_attachments": false,
2102 "options": {}
2103 },
2104 {
2105 "id": "perplexity/sonar",
2106 "name": "Sonar",
2107 "cost_per_1m_in": 1,
2108 "cost_per_1m_out": 1,
2109 "cost_per_1m_in_cached": 0,
2110 "cost_per_1m_out_cached": 0,
2111 "context_window": 127000,
2112 "default_max_tokens": 8000,
2113 "can_reason": false,
2114 "supports_attachments": true,
2115 "options": {}
2116 },
2117 {
2118 "id": "perplexity/sonar-pro",
2119 "name": "Sonar Pro",
2120 "cost_per_1m_in": 3,
2121 "cost_per_1m_out": 15,
2122 "cost_per_1m_in_cached": 0,
2123 "cost_per_1m_out_cached": 0,
2124 "context_window": 200000,
2125 "default_max_tokens": 8000,
2126 "can_reason": false,
2127 "supports_attachments": true,
2128 "options": {}
2129 },
2130 {
2131 "id": "arcee-ai/trinity-large-preview",
2132 "name": "Trinity Large Preview",
2133 "cost_per_1m_in": 0.25,
2134 "cost_per_1m_out": 1,
2135 "cost_per_1m_in_cached": 0,
2136 "cost_per_1m_out_cached": 0,
2137 "context_window": 131000,
2138 "default_max_tokens": 8000,
2139 "can_reason": false,
2140 "supports_attachments": false,
2141 "options": {}
2142 },
2143 {
2144 "id": "openai/gpt-oss-120b",
2145 "name": "gpt-oss-120b",
2146 "cost_per_1m_in": 0.09999999999999999,
2147 "cost_per_1m_out": 0.5,
2148 "cost_per_1m_in_cached": 0,
2149 "cost_per_1m_out_cached": 0,
2150 "context_window": 131072,
2151 "default_max_tokens": 8000,
2152 "can_reason": true,
2153 "reasoning_levels": [
2154 "low",
2155 "medium",
2156 "high"
2157 ],
2158 "default_reasoning_effort": "medium",
2159 "supports_attachments": false,
2160 "options": {}
2161 },
2162 {
2163 "id": "openai/gpt-oss-20b",
2164 "name": "gpt-oss-20b",
2165 "cost_per_1m_in": 0.07,
2166 "cost_per_1m_out": 0.3,
2167 "cost_per_1m_in_cached": 0,
2168 "cost_per_1m_out_cached": 0,
2169 "context_window": 128000,
2170 "default_max_tokens": 8000,
2171 "can_reason": true,
2172 "reasoning_levels": [
2173 "low",
2174 "medium",
2175 "high"
2176 ],
2177 "default_reasoning_effort": "medium",
2178 "supports_attachments": false,
2179 "options": {}
2180 },
2181 {
2182 "id": "openai/gpt-oss-safeguard-20b",
2183 "name": "gpt-oss-safeguard-20b",
2184 "cost_per_1m_in": 0.075,
2185 "cost_per_1m_out": 0.3,
2186 "cost_per_1m_in_cached": 0.037,
2187 "cost_per_1m_out_cached": 0,
2188 "context_window": 131072,
2189 "default_max_tokens": 8000,
2190 "can_reason": true,
2191 "reasoning_levels": [
2192 "low",
2193 "medium",
2194 "high"
2195 ],
2196 "default_reasoning_effort": "medium",
2197 "supports_attachments": false,
2198 "options": {}
2199 },
2200 {
2201 "id": "openai/o1",
2202 "name": "o1",
2203 "cost_per_1m_in": 15,
2204 "cost_per_1m_out": 60,
2205 "cost_per_1m_in_cached": 7.5,
2206 "cost_per_1m_out_cached": 0,
2207 "context_window": 200000,
2208 "default_max_tokens": 8000,
2209 "can_reason": true,
2210 "reasoning_levels": [
2211 "low",
2212 "medium",
2213 "high"
2214 ],
2215 "default_reasoning_effort": "medium",
2216 "supports_attachments": true,
2217 "options": {}
2218 },
2219 {
2220 "id": "openai/o3",
2221 "name": "o3",
2222 "cost_per_1m_in": 2,
2223 "cost_per_1m_out": 8,
2224 "cost_per_1m_in_cached": 0.5,
2225 "cost_per_1m_out_cached": 0,
2226 "context_window": 200000,
2227 "default_max_tokens": 8000,
2228 "can_reason": true,
2229 "reasoning_levels": [
2230 "low",
2231 "medium",
2232 "high"
2233 ],
2234 "default_reasoning_effort": "medium",
2235 "supports_attachments": true,
2236 "options": {}
2237 },
2238 {
2239 "id": "openai/o3-pro",
2240 "name": "o3 Pro",
2241 "cost_per_1m_in": 20,
2242 "cost_per_1m_out": 80,
2243 "cost_per_1m_in_cached": 0,
2244 "cost_per_1m_out_cached": 0,
2245 "context_window": 200000,
2246 "default_max_tokens": 8000,
2247 "can_reason": true,
2248 "reasoning_levels": [
2249 "low",
2250 "medium",
2251 "high"
2252 ],
2253 "default_reasoning_effort": "medium",
2254 "supports_attachments": true,
2255 "options": {}
2256 },
2257 {
2258 "id": "openai/o3-deep-research",
2259 "name": "o3-deep-research",
2260 "cost_per_1m_in": 10,
2261 "cost_per_1m_out": 40,
2262 "cost_per_1m_in_cached": 2.5,
2263 "cost_per_1m_out_cached": 0,
2264 "context_window": 200000,
2265 "default_max_tokens": 8000,
2266 "can_reason": true,
2267 "reasoning_levels": [
2268 "low",
2269 "medium",
2270 "high"
2271 ],
2272 "default_reasoning_effort": "medium",
2273 "supports_attachments": true,
2274 "options": {}
2275 },
2276 {
2277 "id": "openai/o3-mini",
2278 "name": "o3-mini",
2279 "cost_per_1m_in": 1.1,
2280 "cost_per_1m_out": 4.4,
2281 "cost_per_1m_in_cached": 0.55,
2282 "cost_per_1m_out_cached": 0,
2283 "context_window": 200000,
2284 "default_max_tokens": 8000,
2285 "can_reason": true,
2286 "reasoning_levels": [
2287 "low",
2288 "medium",
2289 "high"
2290 ],
2291 "default_reasoning_effort": "medium",
2292 "supports_attachments": false,
2293 "options": {}
2294 },
2295 {
2296 "id": "openai/o4-mini",
2297 "name": "o4-mini",
2298 "cost_per_1m_in": 1.1,
2299 "cost_per_1m_out": 4.4,
2300 "cost_per_1m_in_cached": 0.275,
2301 "cost_per_1m_out_cached": 0,
2302 "context_window": 200000,
2303 "default_max_tokens": 8000,
2304 "can_reason": true,
2305 "reasoning_levels": [
2306 "low",
2307 "medium",
2308 "high"
2309 ],
2310 "default_reasoning_effort": "medium",
2311 "supports_attachments": true,
2312 "options": {}
2313 },
2314 {
2315 "id": "vercel/v0-1.0-md",
2316 "name": "v0-1.0-md",
2317 "cost_per_1m_in": 3,
2318 "cost_per_1m_out": 15,
2319 "cost_per_1m_in_cached": 0,
2320 "cost_per_1m_out_cached": 0,
2321 "context_window": 128000,
2322 "default_max_tokens": 8000,
2323 "can_reason": false,
2324 "supports_attachments": true,
2325 "options": {}
2326 },
2327 {
2328 "id": "vercel/v0-1.5-md",
2329 "name": "v0-1.5-md",
2330 "cost_per_1m_in": 3,
2331 "cost_per_1m_out": 15,
2332 "cost_per_1m_in_cached": 0,
2333 "cost_per_1m_out_cached": 0,
2334 "context_window": 128000,
2335 "default_max_tokens": 8000,
2336 "can_reason": false,
2337 "supports_attachments": true,
2338 "options": {}
2339 }
2340 ],
2341 "default_headers": {
2342 "HTTP-Referer": "https://charm.land",
2343 "X-Title": "Crush"
2344 }
2345}