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-flash",
492 "name": "GLM 4.7 Flash",
493 "cost_per_1m_in": 0.07,
494 "cost_per_1m_out": 0.39999999999999997,
495 "cost_per_1m_in_cached": 0,
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.7-flashx",
511 "name": "GLM 4.7 FlashX",
512 "cost_per_1m_in": 0.06,
513 "cost_per_1m_out": 0.39999999999999997,
514 "cost_per_1m_in_cached": 0.01,
515 "cost_per_1m_out_cached": 0,
516 "context_window": 200000,
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-5",
530 "name": "GLM 5",
531 "cost_per_1m_in": 0.7999999999999999,
532 "cost_per_1m_out": 2.56,
533 "cost_per_1m_in_cached": 0.16,
534 "cost_per_1m_out_cached": 0,
535 "context_window": 202800,
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": false,
545 "options": {}
546 },
547 {
548 "id": "zai/glm-4.5",
549 "name": "GLM-4.5",
550 "cost_per_1m_in": 0.6,
551 "cost_per_1m_out": 2.2,
552 "cost_per_1m_in_cached": 0,
553 "cost_per_1m_out_cached": 0,
554 "context_window": 131072,
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": false,
564 "options": {}
565 },
566 {
567 "id": "zai/glm-4.6v",
568 "name": "GLM-4.6V",
569 "cost_per_1m_in": 0.3,
570 "cost_per_1m_out": 0.8999999999999999,
571 "cost_per_1m_in_cached": 0.049999999999999996,
572 "cost_per_1m_out_cached": 0,
573 "context_window": 128000,
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": true,
583 "options": {}
584 },
585 {
586 "id": "zai/glm-4.6v-flash",
587 "name": "GLM-4.6V-Flash",
588 "cost_per_1m_in": 0,
589 "cost_per_1m_out": 0,
590 "cost_per_1m_in_cached": 0,
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-chat",
606 "name": "GPT 5 Chat",
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": 128000,
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-max",
625 "name": "GPT 5.1 Codex Max",
626 "cost_per_1m_in": 1.25,
627 "cost_per_1m_out": 10,
628 "cost_per_1m_in_cached": 0.125,
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-codex-mini",
644 "name": "GPT 5.1 Codex Mini",
645 "cost_per_1m_in": 0.25,
646 "cost_per_1m_out": 2,
647 "cost_per_1m_in_cached": 0.024999999999999998,
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.1-thinking",
663 "name": "GPT 5.1 Thinking",
664 "cost_per_1m_in": 1.25,
665 "cost_per_1m_out": 10,
666 "cost_per_1m_in_cached": 0.13,
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",
682 "name": "GPT 5.2",
683 "cost_per_1m_in": 1.75,
684 "cost_per_1m_out": 14,
685 "cost_per_1m_in_cached": 0.18,
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-pro",
701 "name": "GPT 5.2 ",
702 "cost_per_1m_in": 21,
703 "cost_per_1m_out": 168,
704 "cost_per_1m_in_cached": 0,
705 "cost_per_1m_out_cached": 0,
706 "context_window": 400000,
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-chat",
720 "name": "GPT 5.2 Chat",
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": 128000,
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.2-codex",
739 "name": "GPT 5.2 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.3-codex",
758 "name": "GPT 5.3 Codex",
759 "cost_per_1m_in": 1.75,
760 "cost_per_1m_out": 14,
761 "cost_per_1m_in_cached": 0.175,
762 "cost_per_1m_out_cached": 0,
763 "context_window": 400000,
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",
777 "name": "GPT 5.4",
778 "cost_per_1m_in": 2.5,
779 "cost_per_1m_out": 15,
780 "cost_per_1m_in_cached": 0.25,
781 "cost_per_1m_out_cached": 0,
782 "context_window": 200000,
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-5.4-pro",
796 "name": "GPT 5.4 Pro",
797 "cost_per_1m_in": 30,
798 "cost_per_1m_out": 180,
799 "cost_per_1m_in_cached": 0,
800 "cost_per_1m_out_cached": 0,
801 "context_window": 200000,
802 "default_max_tokens": 8000,
803 "can_reason": true,
804 "reasoning_levels": [
805 "low",
806 "medium",
807 "high"
808 ],
809 "default_reasoning_effort": "medium",
810 "supports_attachments": true,
811 "options": {}
812 },
813 {
814 "id": "openai/gpt-4-turbo",
815 "name": "GPT-4 Turbo",
816 "cost_per_1m_in": 10,
817 "cost_per_1m_out": 30,
818 "cost_per_1m_in_cached": 0,
819 "cost_per_1m_out_cached": 0,
820 "context_window": 128000,
821 "default_max_tokens": 4096,
822 "can_reason": false,
823 "supports_attachments": true,
824 "options": {}
825 },
826 {
827 "id": "openai/gpt-4.1",
828 "name": "GPT-4.1",
829 "cost_per_1m_in": 2,
830 "cost_per_1m_out": 8,
831 "cost_per_1m_in_cached": 0.5,
832 "cost_per_1m_out_cached": 0,
833 "context_window": 1047576,
834 "default_max_tokens": 8000,
835 "can_reason": false,
836 "supports_attachments": true,
837 "options": {}
838 },
839 {
840 "id": "openai/gpt-4.1-mini",
841 "name": "GPT-4.1 mini",
842 "cost_per_1m_in": 0.39999999999999997,
843 "cost_per_1m_out": 1.5999999999999999,
844 "cost_per_1m_in_cached": 0.09999999999999999,
845 "cost_per_1m_out_cached": 0,
846 "context_window": 1047576,
847 "default_max_tokens": 8000,
848 "can_reason": false,
849 "supports_attachments": true,
850 "options": {}
851 },
852 {
853 "id": "openai/gpt-4.1-nano",
854 "name": "GPT-4.1 nano",
855 "cost_per_1m_in": 0.09999999999999999,
856 "cost_per_1m_out": 0.39999999999999997,
857 "cost_per_1m_in_cached": 0.03,
858 "cost_per_1m_out_cached": 0,
859 "context_window": 1047576,
860 "default_max_tokens": 8000,
861 "can_reason": false,
862 "supports_attachments": true,
863 "options": {}
864 },
865 {
866 "id": "openai/gpt-4o",
867 "name": "GPT-4o",
868 "cost_per_1m_in": 2.5,
869 "cost_per_1m_out": 10,
870 "cost_per_1m_in_cached": 1.25,
871 "cost_per_1m_out_cached": 0,
872 "context_window": 128000,
873 "default_max_tokens": 8000,
874 "can_reason": false,
875 "supports_attachments": true,
876 "options": {}
877 },
878 {
879 "id": "openai/gpt-4o-mini",
880 "name": "GPT-4o mini",
881 "cost_per_1m_in": 0.15,
882 "cost_per_1m_out": 0.6,
883 "cost_per_1m_in_cached": 0.075,
884 "cost_per_1m_out_cached": 0,
885 "context_window": 128000,
886 "default_max_tokens": 8000,
887 "can_reason": false,
888 "supports_attachments": true,
889 "options": {}
890 },
891 {
892 "id": "openai/gpt-5",
893 "name": "GPT-5",
894 "cost_per_1m_in": 1.25,
895 "cost_per_1m_out": 10,
896 "cost_per_1m_in_cached": 0.13,
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-mini",
912 "name": "GPT-5 mini",
913 "cost_per_1m_in": 0.25,
914 "cost_per_1m_out": 2,
915 "cost_per_1m_in_cached": 0.03,
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-nano",
931 "name": "GPT-5 nano",
932 "cost_per_1m_in": 0.049999999999999996,
933 "cost_per_1m_out": 0.39999999999999997,
934 "cost_per_1m_in_cached": 0.01,
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-pro",
950 "name": "GPT-5 pro",
951 "cost_per_1m_in": 15,
952 "cost_per_1m_out": 120,
953 "cost_per_1m_in_cached": 0,
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-codex",
969 "name": "GPT-5-Codex",
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": 400000,
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-instant",
988 "name": "GPT-5.1 Instant",
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": 128000,
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.1-codex",
1007 "name": "GPT-5.1-Codex",
1008 "cost_per_1m_in": 1.25,
1009 "cost_per_1m_out": 10,
1010 "cost_per_1m_in_cached": 0.13,
1011 "cost_per_1m_out_cached": 0,
1012 "context_window": 400000,
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": "openai/gpt-5.3-chat",
1026 "name": "GPT-5.3 Chat",
1027 "cost_per_1m_in": 1.75,
1028 "cost_per_1m_out": 14,
1029 "cost_per_1m_in_cached": 0.175,
1030 "cost_per_1m_out_cached": 0,
1031 "context_window": 128000,
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": true,
1041 "options": {}
1042 },
1043 {
1044 "id": "google/gemini-2.5-flash",
1045 "name": "Gemini 2.5 Flash",
1046 "cost_per_1m_in": 0.3,
1047 "cost_per_1m_out": 2.5,
1048 "cost_per_1m_in_cached": 0,
1049 "cost_per_1m_out_cached": 0,
1050 "context_window": 1000000,
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": false,
1060 "options": {}
1061 },
1062 {
1063 "id": "google/gemini-2.5-flash-lite",
1064 "name": "Gemini 2.5 Flash Lite",
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-lite-preview-09-2025",
1083 "name": "Gemini 2.5 Flash Lite Preview 09-2025",
1084 "cost_per_1m_in": 0.09999999999999999,
1085 "cost_per_1m_out": 0.39999999999999997,
1086 "cost_per_1m_in_cached": 0.01,
1087 "cost_per_1m_out_cached": 0,
1088 "context_window": 1048576,
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-flash-preview-09-2025",
1102 "name": "Gemini 2.5 Flash Preview 09-2025",
1103 "cost_per_1m_in": 0.3,
1104 "cost_per_1m_out": 2.5,
1105 "cost_per_1m_in_cached": 0.03,
1106 "cost_per_1m_out_cached": 0,
1107 "context_window": 1000000,
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": true,
1117 "options": {}
1118 },
1119 {
1120 "id": "google/gemini-2.5-pro",
1121 "name": "Gemini 2.5 Pro",
1122 "cost_per_1m_in": 1.25,
1123 "cost_per_1m_out": 10,
1124 "cost_per_1m_in_cached": 0,
1125 "cost_per_1m_out_cached": 0,
1126 "context_window": 1048576,
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": false,
1136 "options": {}
1137 },
1138 {
1139 "id": "google/gemini-3-flash",
1140 "name": "Gemini 3 Flash",
1141 "cost_per_1m_in": 0.5,
1142 "cost_per_1m_out": 3,
1143 "cost_per_1m_in_cached": 0.049999999999999996,
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-pro-preview",
1159 "name": "Gemini 3 Pro Preview",
1160 "cost_per_1m_in": 2,
1161 "cost_per_1m_out": 12,
1162 "cost_per_1m_in_cached": 0.19999999999999998,
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-flash-lite-preview",
1178 "name": "Gemini 3.1 Flash Lite Preview",
1179 "cost_per_1m_in": 0.25,
1180 "cost_per_1m_out": 1.5,
1181 "cost_per_1m_in_cached": 0,
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": "google/gemini-3.1-pro-preview",
1197 "name": "Gemini 3.1 Pro Preview",
1198 "cost_per_1m_in": 2,
1199 "cost_per_1m_out": 12,
1200 "cost_per_1m_in_cached": 0.19999999999999998,
1201 "cost_per_1m_out_cached": 0,
1202 "context_window": 1000000,
1203 "default_max_tokens": 8000,
1204 "can_reason": true,
1205 "reasoning_levels": [
1206 "low",
1207 "medium",
1208 "high"
1209 ],
1210 "default_reasoning_effort": "medium",
1211 "supports_attachments": true,
1212 "options": {}
1213 },
1214 {
1215 "id": "xai/grok-2-vision",
1216 "name": "Grok 2 Vision",
1217 "cost_per_1m_in": 2,
1218 "cost_per_1m_out": 10,
1219 "cost_per_1m_in_cached": 0,
1220 "cost_per_1m_out_cached": 0,
1221 "context_window": 32768,
1222 "default_max_tokens": 8000,
1223 "can_reason": false,
1224 "supports_attachments": true,
1225 "options": {}
1226 },
1227 {
1228 "id": "xai/grok-3",
1229 "name": "Grok 3 Beta",
1230 "cost_per_1m_in": 3,
1231 "cost_per_1m_out": 15,
1232 "cost_per_1m_in_cached": 0,
1233 "cost_per_1m_out_cached": 0,
1234 "context_window": 131072,
1235 "default_max_tokens": 8000,
1236 "can_reason": false,
1237 "supports_attachments": false,
1238 "options": {}
1239 },
1240 {
1241 "id": "xai/grok-3-fast",
1242 "name": "Grok 3 Fast Beta",
1243 "cost_per_1m_in": 5,
1244 "cost_per_1m_out": 25,
1245 "cost_per_1m_in_cached": 0,
1246 "cost_per_1m_out_cached": 0,
1247 "context_window": 131072,
1248 "default_max_tokens": 8000,
1249 "can_reason": false,
1250 "supports_attachments": false,
1251 "options": {}
1252 },
1253 {
1254 "id": "xai/grok-3-mini",
1255 "name": "Grok 3 Mini Beta",
1256 "cost_per_1m_in": 0.3,
1257 "cost_per_1m_out": 0.5,
1258 "cost_per_1m_in_cached": 0,
1259 "cost_per_1m_out_cached": 0,
1260 "context_window": 131072,
1261 "default_max_tokens": 8000,
1262 "can_reason": false,
1263 "supports_attachments": false,
1264 "options": {}
1265 },
1266 {
1267 "id": "xai/grok-3-mini-fast",
1268 "name": "Grok 3 Mini Fast Beta",
1269 "cost_per_1m_in": 0.6,
1270 "cost_per_1m_out": 4,
1271 "cost_per_1m_in_cached": 0,
1272 "cost_per_1m_out_cached": 0,
1273 "context_window": 131072,
1274 "default_max_tokens": 8000,
1275 "can_reason": false,
1276 "supports_attachments": false,
1277 "options": {}
1278 },
1279 {
1280 "id": "xai/grok-4",
1281 "name": "Grok 4",
1282 "cost_per_1m_in": 3,
1283 "cost_per_1m_out": 15,
1284 "cost_per_1m_in_cached": 0,
1285 "cost_per_1m_out_cached": 0,
1286 "context_window": 256000,
1287 "default_max_tokens": 8000,
1288 "can_reason": true,
1289 "reasoning_levels": [
1290 "low",
1291 "medium",
1292 "high"
1293 ],
1294 "default_reasoning_effort": "medium",
1295 "supports_attachments": true,
1296 "options": {}
1297 },
1298 {
1299 "id": "xai/grok-4-fast-non-reasoning",
1300 "name": "Grok 4 Fast Non-Reasoning",
1301 "cost_per_1m_in": 0.19999999999999998,
1302 "cost_per_1m_out": 0.5,
1303 "cost_per_1m_in_cached": 0.049999999999999996,
1304 "cost_per_1m_out_cached": 0,
1305 "context_window": 2000000,
1306 "default_max_tokens": 8000,
1307 "can_reason": false,
1308 "supports_attachments": false,
1309 "options": {}
1310 },
1311 {
1312 "id": "xai/grok-4-fast-reasoning",
1313 "name": "Grok 4 Fast 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": true,
1321 "reasoning_levels": [
1322 "low",
1323 "medium",
1324 "high"
1325 ],
1326 "default_reasoning_effort": "medium",
1327 "supports_attachments": false,
1328 "options": {}
1329 },
1330 {
1331 "id": "xai/grok-4.1-fast-non-reasoning",
1332 "name": "Grok 4.1 Fast Non-Reasoning",
1333 "cost_per_1m_in": 0.19999999999999998,
1334 "cost_per_1m_out": 0.5,
1335 "cost_per_1m_in_cached": 0.049999999999999996,
1336 "cost_per_1m_out_cached": 0,
1337 "context_window": 2000000,
1338 "default_max_tokens": 8000,
1339 "can_reason": false,
1340 "supports_attachments": false,
1341 "options": {}
1342 },
1343 {
1344 "id": "xai/grok-4.1-fast-reasoning",
1345 "name": "Grok 4.1 Fast Reasoning",
1346 "cost_per_1m_in": 0.19999999999999998,
1347 "cost_per_1m_out": 0.5,
1348 "cost_per_1m_in_cached": 0.049999999999999996,
1349 "cost_per_1m_out_cached": 0,
1350 "context_window": 2000000,
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": "xai/grok-code-fast-1",
1364 "name": "Grok Code Fast 1",
1365 "cost_per_1m_in": 0.19999999999999998,
1366 "cost_per_1m_out": 1.5,
1367 "cost_per_1m_in_cached": 0.02,
1368 "cost_per_1m_out_cached": 0,
1369 "context_window": 256000,
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": "prime-intellect/intellect-3",
1383 "name": "INTELLECT 3",
1384 "cost_per_1m_in": 0.19999999999999998,
1385 "cost_per_1m_out": 1.1,
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": true,
1391 "reasoning_levels": [
1392 "low",
1393 "medium",
1394 "high"
1395 ],
1396 "default_reasoning_effort": "medium",
1397 "supports_attachments": false,
1398 "options": {}
1399 },
1400 {
1401 "id": "moonshotai/kimi-k2",
1402 "name": "Kimi K2",
1403 "cost_per_1m_in": 0.5,
1404 "cost_per_1m_out": 2,
1405 "cost_per_1m_in_cached": 0,
1406 "cost_per_1m_out_cached": 0,
1407 "context_window": 131072,
1408 "default_max_tokens": 8000,
1409 "can_reason": false,
1410 "supports_attachments": false,
1411 "options": {}
1412 },
1413 {
1414 "id": "moonshotai/kimi-k2-thinking",
1415 "name": "Kimi K2 Thinking",
1416 "cost_per_1m_in": 0.47,
1417 "cost_per_1m_out": 2,
1418 "cost_per_1m_in_cached": 0.14100000000000001,
1419 "cost_per_1m_out_cached": 0,
1420 "context_window": 216144,
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-thinking-turbo",
1434 "name": "Kimi K2 Thinking Turbo",
1435 "cost_per_1m_in": 1.15,
1436 "cost_per_1m_out": 8,
1437 "cost_per_1m_in_cached": 0.15,
1438 "cost_per_1m_out_cached": 0,
1439 "context_window": 262114,
1440 "default_max_tokens": 8000,
1441 "can_reason": true,
1442 "reasoning_levels": [
1443 "low",
1444 "medium",
1445 "high"
1446 ],
1447 "default_reasoning_effort": "medium",
1448 "supports_attachments": false,
1449 "options": {}
1450 },
1451 {
1452 "id": "moonshotai/kimi-k2-turbo",
1453 "name": "Kimi K2 Turbo",
1454 "cost_per_1m_in": 2.4,
1455 "cost_per_1m_out": 10,
1456 "cost_per_1m_in_cached": 0,
1457 "cost_per_1m_out_cached": 0,
1458 "context_window": 256000,
1459 "default_max_tokens": 8000,
1460 "can_reason": false,
1461 "supports_attachments": false,
1462 "options": {}
1463 },
1464 {
1465 "id": "moonshotai/kimi-k2.5",
1466 "name": "Kimi K2.5",
1467 "cost_per_1m_in": 0.5,
1468 "cost_per_1m_out": 2.8,
1469 "cost_per_1m_in_cached": 0,
1470 "cost_per_1m_out_cached": 0,
1471 "context_window": 256000,
1472 "default_max_tokens": 8000,
1473 "can_reason": true,
1474 "reasoning_levels": [
1475 "low",
1476 "medium",
1477 "high"
1478 ],
1479 "default_reasoning_effort": "medium",
1480 "supports_attachments": true,
1481 "options": {}
1482 },
1483 {
1484 "id": "meta/llama-3.1-70b",
1485 "name": "Llama 3.1 70B Instruct",
1486 "cost_per_1m_in": 0.39999999999999997,
1487 "cost_per_1m_out": 0.39999999999999997,
1488 "cost_per_1m_in_cached": 0,
1489 "cost_per_1m_out_cached": 0,
1490 "context_window": 131072,
1491 "default_max_tokens": 8000,
1492 "can_reason": false,
1493 "supports_attachments": false,
1494 "options": {}
1495 },
1496 {
1497 "id": "meta/llama-3.1-8b",
1498 "name": "Llama 3.1 8B Instruct",
1499 "cost_per_1m_in": 0.03,
1500 "cost_per_1m_out": 0.049999999999999996,
1501 "cost_per_1m_in_cached": 0,
1502 "cost_per_1m_out_cached": 0,
1503 "context_window": 131072,
1504 "default_max_tokens": 8000,
1505 "can_reason": false,
1506 "supports_attachments": false,
1507 "options": {}
1508 },
1509 {
1510 "id": "meta/llama-3.2-11b",
1511 "name": "Llama 3.2 11B Vision Instruct",
1512 "cost_per_1m_in": 0.16,
1513 "cost_per_1m_out": 0.16,
1514 "cost_per_1m_in_cached": 0,
1515 "cost_per_1m_out_cached": 0,
1516 "context_window": 128000,
1517 "default_max_tokens": 8000,
1518 "can_reason": false,
1519 "supports_attachments": true,
1520 "options": {}
1521 },
1522 {
1523 "id": "meta/llama-3.2-90b",
1524 "name": "Llama 3.2 90B Vision Instruct",
1525 "cost_per_1m_in": 0.72,
1526 "cost_per_1m_out": 0.72,
1527 "cost_per_1m_in_cached": 0,
1528 "cost_per_1m_out_cached": 0,
1529 "context_window": 128000,
1530 "default_max_tokens": 8000,
1531 "can_reason": false,
1532 "supports_attachments": true,
1533 "options": {}
1534 },
1535 {
1536 "id": "meta/llama-3.3-70b",
1537 "name": "Llama 3.3 70B Instruct",
1538 "cost_per_1m_in": 0.72,
1539 "cost_per_1m_out": 0.72,
1540 "cost_per_1m_in_cached": 0,
1541 "cost_per_1m_out_cached": 0,
1542 "context_window": 128000,
1543 "default_max_tokens": 8000,
1544 "can_reason": false,
1545 "supports_attachments": false,
1546 "options": {}
1547 },
1548 {
1549 "id": "meta/llama-4-maverick",
1550 "name": "Llama 4 Maverick 17B Instruct",
1551 "cost_per_1m_in": 0.15,
1552 "cost_per_1m_out": 0.6,
1553 "cost_per_1m_in_cached": 0,
1554 "cost_per_1m_out_cached": 0,
1555 "context_window": 131072,
1556 "default_max_tokens": 8000,
1557 "can_reason": false,
1558 "supports_attachments": true,
1559 "options": {}
1560 },
1561 {
1562 "id": "meta/llama-4-scout",
1563 "name": "Llama 4 Scout 17B Instruct",
1564 "cost_per_1m_in": 0.08,
1565 "cost_per_1m_out": 0.3,
1566 "cost_per_1m_in_cached": 0,
1567 "cost_per_1m_out_cached": 0,
1568 "context_window": 131072,
1569 "default_max_tokens": 8000,
1570 "can_reason": false,
1571 "supports_attachments": true,
1572 "options": {}
1573 },
1574 {
1575 "id": "meituan/longcat-flash-chat",
1576 "name": "LongCat Flash Chat",
1577 "cost_per_1m_in": 0,
1578 "cost_per_1m_out": 0,
1579 "cost_per_1m_in_cached": 0,
1580 "cost_per_1m_out_cached": 0,
1581 "context_window": 128000,
1582 "default_max_tokens": 8000,
1583 "can_reason": false,
1584 "supports_attachments": false,
1585 "options": {}
1586 },
1587 {
1588 "id": "meituan/longcat-flash-thinking",
1589 "name": "LongCat Flash Thinking",
1590 "cost_per_1m_in": 0.15,
1591 "cost_per_1m_out": 1.5,
1592 "cost_per_1m_in_cached": 0,
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-2",
1608 "name": "Mercury 2",
1609 "cost_per_1m_in": 0.25,
1610 "cost_per_1m_out": 0.75,
1611 "cost_per_1m_in_cached": 0.024999999999999998,
1612 "cost_per_1m_out_cached": 0,
1613 "context_window": 128000,
1614 "default_max_tokens": 8000,
1615 "can_reason": true,
1616 "reasoning_levels": [
1617 "low",
1618 "medium",
1619 "high"
1620 ],
1621 "default_reasoning_effort": "medium",
1622 "supports_attachments": false,
1623 "options": {}
1624 },
1625 {
1626 "id": "inception/mercury-coder-small",
1627 "name": "Mercury Coder Small Beta",
1628 "cost_per_1m_in": 0.25,
1629 "cost_per_1m_out": 1,
1630 "cost_per_1m_in_cached": 0,
1631 "cost_per_1m_out_cached": 0,
1632 "context_window": 32000,
1633 "default_max_tokens": 8000,
1634 "can_reason": false,
1635 "supports_attachments": false,
1636 "options": {}
1637 },
1638 {
1639 "id": "xiaomi/mimo-v2-flash",
1640 "name": "MiMo V2 Flash",
1641 "cost_per_1m_in": 0.09,
1642 "cost_per_1m_out": 0.29,
1643 "cost_per_1m_in_cached": 0,
1644 "cost_per_1m_out_cached": 0,
1645 "context_window": 262144,
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",
1659 "name": "MiniMax M2",
1660 "cost_per_1m_in": 0.3,
1661 "cost_per_1m_out": 1.2,
1662 "cost_per_1m_in_cached": 0.03,
1663 "cost_per_1m_out_cached": 0.375,
1664 "context_window": 205000,
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",
1678 "name": "MiniMax M2.1",
1679 "cost_per_1m_in": 0.3,
1680 "cost_per_1m_out": 1.2,
1681 "cost_per_1m_in_cached": 0.15,
1682 "cost_per_1m_out_cached": 0,
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.1-lightning",
1697 "name": "MiniMax M2.1 Lightning",
1698 "cost_per_1m_in": 0.3,
1699 "cost_per_1m_out": 2.4,
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": "minimax/minimax-m2.5",
1716 "name": "MiniMax M2.5",
1717 "cost_per_1m_in": 0.3,
1718 "cost_per_1m_out": 1.2,
1719 "cost_per_1m_in_cached": 0.03,
1720 "cost_per_1m_out_cached": 0.375,
1721 "context_window": 204800,
1722 "default_max_tokens": 8000,
1723 "can_reason": true,
1724 "reasoning_levels": [
1725 "low",
1726 "medium",
1727 "high"
1728 ],
1729 "default_reasoning_effort": "medium",
1730 "supports_attachments": false,
1731 "options": {}
1732 },
1733 {
1734 "id": "minimax/minimax-m2.5-highspeed",
1735 "name": "MiniMax M2.5 High Speed",
1736 "cost_per_1m_in": 0.6,
1737 "cost_per_1m_out": 2.4,
1738 "cost_per_1m_in_cached": 0.03,
1739 "cost_per_1m_out_cached": 0.375,
1740 "context_window": 0,
1741 "default_max_tokens": 0,
1742 "can_reason": true,
1743 "reasoning_levels": [
1744 "low",
1745 "medium",
1746 "high"
1747 ],
1748 "default_reasoning_effort": "medium",
1749 "supports_attachments": false,
1750 "options": {}
1751 },
1752 {
1753 "id": "mistral/ministral-3b",
1754 "name": "Ministral 3B",
1755 "cost_per_1m_in": 0.04,
1756 "cost_per_1m_out": 0.04,
1757 "cost_per_1m_in_cached": 0,
1758 "cost_per_1m_out_cached": 0,
1759 "context_window": 128000,
1760 "default_max_tokens": 4000,
1761 "can_reason": false,
1762 "supports_attachments": false,
1763 "options": {}
1764 },
1765 {
1766 "id": "mistral/ministral-8b",
1767 "name": "Ministral 8B",
1768 "cost_per_1m_in": 0.09999999999999999,
1769 "cost_per_1m_out": 0.09999999999999999,
1770 "cost_per_1m_in_cached": 0,
1771 "cost_per_1m_out_cached": 0,
1772 "context_window": 128000,
1773 "default_max_tokens": 4000,
1774 "can_reason": false,
1775 "supports_attachments": false,
1776 "options": {}
1777 },
1778 {
1779 "id": "mistral/codestral",
1780 "name": "Mistral Codestral",
1781 "cost_per_1m_in": 0.3,
1782 "cost_per_1m_out": 0.8999999999999999,
1783 "cost_per_1m_in_cached": 0,
1784 "cost_per_1m_out_cached": 0,
1785 "context_window": 128000,
1786 "default_max_tokens": 4000,
1787 "can_reason": false,
1788 "supports_attachments": false,
1789 "options": {}
1790 },
1791 {
1792 "id": "mistral/mistral-medium",
1793 "name": "Mistral Medium 3.1",
1794 "cost_per_1m_in": 0.39999999999999997,
1795 "cost_per_1m_out": 2,
1796 "cost_per_1m_in_cached": 0,
1797 "cost_per_1m_out_cached": 0,
1798 "context_window": 128000,
1799 "default_max_tokens": 8000,
1800 "can_reason": false,
1801 "supports_attachments": true,
1802 "options": {}
1803 },
1804 {
1805 "id": "mistral/mistral-small",
1806 "name": "Mistral Small",
1807 "cost_per_1m_in": 0.09999999999999999,
1808 "cost_per_1m_out": 0.3,
1809 "cost_per_1m_in_cached": 0,
1810 "cost_per_1m_out_cached": 0,
1811 "context_window": 32000,
1812 "default_max_tokens": 4000,
1813 "can_reason": false,
1814 "supports_attachments": true,
1815 "options": {}
1816 },
1817 {
1818 "id": "nvidia/nemotron-nano-12b-v2-vl",
1819 "name": "Nvidia Nemotron Nano 12B V2 VL",
1820 "cost_per_1m_in": 0.19999999999999998,
1821 "cost_per_1m_out": 0.6,
1822 "cost_per_1m_in_cached": 0,
1823 "cost_per_1m_out_cached": 0,
1824 "context_window": 131072,
1825 "default_max_tokens": 8000,
1826 "can_reason": true,
1827 "reasoning_levels": [
1828 "low",
1829 "medium",
1830 "high"
1831 ],
1832 "default_reasoning_effort": "medium",
1833 "supports_attachments": true,
1834 "options": {}
1835 },
1836 {
1837 "id": "nvidia/nemotron-nano-9b-v2",
1838 "name": "Nvidia Nemotron Nano 9B V2",
1839 "cost_per_1m_in": 0.04,
1840 "cost_per_1m_out": 0.16,
1841 "cost_per_1m_in_cached": 0,
1842 "cost_per_1m_out_cached": 0,
1843 "context_window": 131072,
1844 "default_max_tokens": 8000,
1845 "can_reason": true,
1846 "reasoning_levels": [
1847 "low",
1848 "medium",
1849 "high"
1850 ],
1851 "default_reasoning_effort": "medium",
1852 "supports_attachments": false,
1853 "options": {}
1854 },
1855 {
1856 "id": "mistral/pixtral-12b",
1857 "name": "Pixtral 12B 2409",
1858 "cost_per_1m_in": 0.15,
1859 "cost_per_1m_out": 0.15,
1860 "cost_per_1m_in_cached": 0,
1861 "cost_per_1m_out_cached": 0,
1862 "context_window": 128000,
1863 "default_max_tokens": 4000,
1864 "can_reason": false,
1865 "supports_attachments": true,
1866 "options": {}
1867 },
1868 {
1869 "id": "mistral/pixtral-large",
1870 "name": "Pixtral Large",
1871 "cost_per_1m_in": 2,
1872 "cost_per_1m_out": 6,
1873 "cost_per_1m_in_cached": 0,
1874 "cost_per_1m_out_cached": 0,
1875 "context_window": 128000,
1876 "default_max_tokens": 4000,
1877 "can_reason": false,
1878 "supports_attachments": true,
1879 "options": {}
1880 },
1881 {
1882 "id": "alibaba/qwen-3-32b",
1883 "name": "Qwen 3 32B",
1884 "cost_per_1m_in": 0.09999999999999999,
1885 "cost_per_1m_out": 0.3,
1886 "cost_per_1m_in_cached": 0,
1887 "cost_per_1m_out_cached": 0,
1888 "context_window": 40960,
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-coder-30b-a3b",
1902 "name": "Qwen 3 Coder 30B A3B Instruct",
1903 "cost_per_1m_in": 0.07,
1904 "cost_per_1m_out": 0.27,
1905 "cost_per_1m_in_cached": 0,
1906 "cost_per_1m_out_cached": 0,
1907 "context_window": 160000,
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": false,
1917 "options": {}
1918 },
1919 {
1920 "id": "alibaba/qwen3-max-thinking",
1921 "name": "Qwen 3 Max Thinking",
1922 "cost_per_1m_in": 1.2,
1923 "cost_per_1m_out": 6,
1924 "cost_per_1m_in_cached": 0.24,
1925 "cost_per_1m_out_cached": 0,
1926 "context_window": 256000,
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": false,
1936 "options": {}
1937 },
1938 {
1939 "id": "alibaba/qwen3.5-flash",
1940 "name": "Qwen 3.5 Flash",
1941 "cost_per_1m_in": 0.09999999999999999,
1942 "cost_per_1m_out": 0.39999999999999997,
1943 "cost_per_1m_in_cached": 0.001,
1944 "cost_per_1m_out_cached": 0.125,
1945 "context_window": 1000000,
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.5-plus",
1959 "name": "Qwen 3.5 Plus",
1960 "cost_per_1m_in": 0.39999999999999997,
1961 "cost_per_1m_out": 2.4,
1962 "cost_per_1m_in_cached": 0.04,
1963 "cost_per_1m_out_cached": 0.5,
1964 "context_window": 1000000,
1965 "default_max_tokens": 8000,
1966 "can_reason": true,
1967 "reasoning_levels": [
1968 "low",
1969 "medium",
1970 "high"
1971 ],
1972 "default_reasoning_effort": "medium",
1973 "supports_attachments": true,
1974 "options": {}
1975 },
1976 {
1977 "id": "alibaba/qwen3-235b-a22b-thinking",
1978 "name": "Qwen3 235B A22B Thinking 2507",
1979 "cost_per_1m_in": 0.3,
1980 "cost_per_1m_out": 2.9000000000000004,
1981 "cost_per_1m_in_cached": 0,
1982 "cost_per_1m_out_cached": 0,
1983 "context_window": 262114,
1984 "default_max_tokens": 8000,
1985 "can_reason": true,
1986 "reasoning_levels": [
1987 "low",
1988 "medium",
1989 "high"
1990 ],
1991 "default_reasoning_effort": "medium",
1992 "supports_attachments": true,
1993 "options": {}
1994 },
1995 {
1996 "id": "alibaba/qwen3-coder",
1997 "name": "Qwen3 Coder 480B A35B Instruct",
1998 "cost_per_1m_in": 0.39999999999999997,
1999 "cost_per_1m_out": 1.5999999999999999,
2000 "cost_per_1m_in_cached": 0,
2001 "cost_per_1m_out_cached": 0,
2002 "context_window": 262144,
2003 "default_max_tokens": 8000,
2004 "can_reason": false,
2005 "supports_attachments": false,
2006 "options": {}
2007 },
2008 {
2009 "id": "alibaba/qwen3-coder-next",
2010 "name": "Qwen3 Coder Next",
2011 "cost_per_1m_in": 0.5,
2012 "cost_per_1m_out": 1.2,
2013 "cost_per_1m_in_cached": 0,
2014 "cost_per_1m_out_cached": 0,
2015 "context_window": 256000,
2016 "default_max_tokens": 8000,
2017 "can_reason": false,
2018 "supports_attachments": false,
2019 "options": {}
2020 },
2021 {
2022 "id": "alibaba/qwen3-coder-plus",
2023 "name": "Qwen3 Coder Plus",
2024 "cost_per_1m_in": 1,
2025 "cost_per_1m_out": 5,
2026 "cost_per_1m_in_cached": 0.19999999999999998,
2027 "cost_per_1m_out_cached": 0,
2028 "context_window": 1000000,
2029 "default_max_tokens": 8000,
2030 "can_reason": false,
2031 "supports_attachments": false,
2032 "options": {}
2033 },
2034 {
2035 "id": "alibaba/qwen3-max-preview",
2036 "name": "Qwen3 Max Preview",
2037 "cost_per_1m_in": 1.2,
2038 "cost_per_1m_out": 6,
2039 "cost_per_1m_in_cached": 0.24,
2040 "cost_per_1m_out_cached": 0,
2041 "context_window": 262144,
2042 "default_max_tokens": 8000,
2043 "can_reason": false,
2044 "supports_attachments": false,
2045 "options": {}
2046 },
2047 {
2048 "id": "alibaba/qwen3-vl-thinking",
2049 "name": "Qwen3 VL 235B A22B Thinking",
2050 "cost_per_1m_in": 0.22,
2051 "cost_per_1m_out": 0.88,
2052 "cost_per_1m_in_cached": 0,
2053 "cost_per_1m_out_cached": 0,
2054 "context_window": 256000,
2055 "default_max_tokens": 8000,
2056 "can_reason": true,
2057 "reasoning_levels": [
2058 "low",
2059 "medium",
2060 "high"
2061 ],
2062 "default_reasoning_effort": "medium",
2063 "supports_attachments": true,
2064 "options": {}
2065 },
2066 {
2067 "id": "alibaba/qwen-3-14b",
2068 "name": "Qwen3-14B",
2069 "cost_per_1m_in": 0.06,
2070 "cost_per_1m_out": 0.24,
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": "alibaba/qwen-3-235b",
2087 "name": "Qwen3-235B-A22B",
2088 "cost_per_1m_in": 0.071,
2089 "cost_per_1m_out": 0.463,
2090 "cost_per_1m_in_cached": 0,
2091 "cost_per_1m_out_cached": 0,
2092 "context_window": 40960,
2093 "default_max_tokens": 8000,
2094 "can_reason": false,
2095 "supports_attachments": false,
2096 "options": {}
2097 },
2098 {
2099 "id": "alibaba/qwen-3-30b",
2100 "name": "Qwen3-30B-A3B",
2101 "cost_per_1m_in": 0.08,
2102 "cost_per_1m_out": 0.29,
2103 "cost_per_1m_in_cached": 0,
2104 "cost_per_1m_out_cached": 0,
2105 "context_window": 40960,
2106 "default_max_tokens": 8000,
2107 "can_reason": true,
2108 "reasoning_levels": [
2109 "low",
2110 "medium",
2111 "high"
2112 ],
2113 "default_reasoning_effort": "medium",
2114 "supports_attachments": false,
2115 "options": {}
2116 },
2117 {
2118 "id": "bytedance/seed-1.6",
2119 "name": "Seed 1.6",
2120 "cost_per_1m_in": 0.25,
2121 "cost_per_1m_out": 2,
2122 "cost_per_1m_in_cached": 0.049999999999999996,
2123 "cost_per_1m_out_cached": 0,
2124 "context_window": 256000,
2125 "default_max_tokens": 8000,
2126 "can_reason": true,
2127 "reasoning_levels": [
2128 "low",
2129 "medium",
2130 "high"
2131 ],
2132 "default_reasoning_effort": "medium",
2133 "supports_attachments": false,
2134 "options": {}
2135 },
2136 {
2137 "id": "perplexity/sonar",
2138 "name": "Sonar",
2139 "cost_per_1m_in": 1,
2140 "cost_per_1m_out": 1,
2141 "cost_per_1m_in_cached": 0,
2142 "cost_per_1m_out_cached": 0,
2143 "context_window": 127000,
2144 "default_max_tokens": 8000,
2145 "can_reason": false,
2146 "supports_attachments": true,
2147 "options": {}
2148 },
2149 {
2150 "id": "perplexity/sonar-pro",
2151 "name": "Sonar Pro",
2152 "cost_per_1m_in": 3,
2153 "cost_per_1m_out": 15,
2154 "cost_per_1m_in_cached": 0,
2155 "cost_per_1m_out_cached": 0,
2156 "context_window": 200000,
2157 "default_max_tokens": 8000,
2158 "can_reason": false,
2159 "supports_attachments": true,
2160 "options": {}
2161 },
2162 {
2163 "id": "arcee-ai/trinity-large-preview",
2164 "name": "Trinity Large Preview",
2165 "cost_per_1m_in": 0.25,
2166 "cost_per_1m_out": 1,
2167 "cost_per_1m_in_cached": 0,
2168 "cost_per_1m_out_cached": 0,
2169 "context_window": 131000,
2170 "default_max_tokens": 8000,
2171 "can_reason": false,
2172 "supports_attachments": false,
2173 "options": {}
2174 },
2175 {
2176 "id": "openai/gpt-oss-120b",
2177 "name": "gpt-oss-120b",
2178 "cost_per_1m_in": 0.09999999999999999,
2179 "cost_per_1m_out": 0.5,
2180 "cost_per_1m_in_cached": 0,
2181 "cost_per_1m_out_cached": 0,
2182 "context_window": 131072,
2183 "default_max_tokens": 8000,
2184 "can_reason": true,
2185 "reasoning_levels": [
2186 "low",
2187 "medium",
2188 "high"
2189 ],
2190 "default_reasoning_effort": "medium",
2191 "supports_attachments": false,
2192 "options": {}
2193 },
2194 {
2195 "id": "openai/gpt-oss-20b",
2196 "name": "gpt-oss-20b",
2197 "cost_per_1m_in": 0.07,
2198 "cost_per_1m_out": 0.3,
2199 "cost_per_1m_in_cached": 0,
2200 "cost_per_1m_out_cached": 0,
2201 "context_window": 128000,
2202 "default_max_tokens": 8000,
2203 "can_reason": true,
2204 "reasoning_levels": [
2205 "low",
2206 "medium",
2207 "high"
2208 ],
2209 "default_reasoning_effort": "medium",
2210 "supports_attachments": false,
2211 "options": {}
2212 },
2213 {
2214 "id": "openai/gpt-oss-safeguard-20b",
2215 "name": "gpt-oss-safeguard-20b",
2216 "cost_per_1m_in": 0.075,
2217 "cost_per_1m_out": 0.3,
2218 "cost_per_1m_in_cached": 0.037,
2219 "cost_per_1m_out_cached": 0,
2220 "context_window": 131072,
2221 "default_max_tokens": 8000,
2222 "can_reason": true,
2223 "reasoning_levels": [
2224 "low",
2225 "medium",
2226 "high"
2227 ],
2228 "default_reasoning_effort": "medium",
2229 "supports_attachments": false,
2230 "options": {}
2231 },
2232 {
2233 "id": "openai/o1",
2234 "name": "o1",
2235 "cost_per_1m_in": 15,
2236 "cost_per_1m_out": 60,
2237 "cost_per_1m_in_cached": 7.5,
2238 "cost_per_1m_out_cached": 0,
2239 "context_window": 200000,
2240 "default_max_tokens": 8000,
2241 "can_reason": true,
2242 "reasoning_levels": [
2243 "low",
2244 "medium",
2245 "high"
2246 ],
2247 "default_reasoning_effort": "medium",
2248 "supports_attachments": true,
2249 "options": {}
2250 },
2251 {
2252 "id": "openai/o3",
2253 "name": "o3",
2254 "cost_per_1m_in": 2,
2255 "cost_per_1m_out": 8,
2256 "cost_per_1m_in_cached": 0.5,
2257 "cost_per_1m_out_cached": 0,
2258 "context_window": 200000,
2259 "default_max_tokens": 8000,
2260 "can_reason": true,
2261 "reasoning_levels": [
2262 "low",
2263 "medium",
2264 "high"
2265 ],
2266 "default_reasoning_effort": "medium",
2267 "supports_attachments": true,
2268 "options": {}
2269 },
2270 {
2271 "id": "openai/o3-pro",
2272 "name": "o3 Pro",
2273 "cost_per_1m_in": 20,
2274 "cost_per_1m_out": 80,
2275 "cost_per_1m_in_cached": 0,
2276 "cost_per_1m_out_cached": 0,
2277 "context_window": 200000,
2278 "default_max_tokens": 8000,
2279 "can_reason": true,
2280 "reasoning_levels": [
2281 "low",
2282 "medium",
2283 "high"
2284 ],
2285 "default_reasoning_effort": "medium",
2286 "supports_attachments": true,
2287 "options": {}
2288 },
2289 {
2290 "id": "openai/o3-deep-research",
2291 "name": "o3-deep-research",
2292 "cost_per_1m_in": 10,
2293 "cost_per_1m_out": 40,
2294 "cost_per_1m_in_cached": 2.5,
2295 "cost_per_1m_out_cached": 0,
2296 "context_window": 200000,
2297 "default_max_tokens": 8000,
2298 "can_reason": true,
2299 "reasoning_levels": [
2300 "low",
2301 "medium",
2302 "high"
2303 ],
2304 "default_reasoning_effort": "medium",
2305 "supports_attachments": true,
2306 "options": {}
2307 },
2308 {
2309 "id": "openai/o3-mini",
2310 "name": "o3-mini",
2311 "cost_per_1m_in": 1.1,
2312 "cost_per_1m_out": 4.4,
2313 "cost_per_1m_in_cached": 0.55,
2314 "cost_per_1m_out_cached": 0,
2315 "context_window": 200000,
2316 "default_max_tokens": 8000,
2317 "can_reason": true,
2318 "reasoning_levels": [
2319 "low",
2320 "medium",
2321 "high"
2322 ],
2323 "default_reasoning_effort": "medium",
2324 "supports_attachments": false,
2325 "options": {}
2326 },
2327 {
2328 "id": "openai/o4-mini",
2329 "name": "o4-mini",
2330 "cost_per_1m_in": 1.1,
2331 "cost_per_1m_out": 4.4,
2332 "cost_per_1m_in_cached": 0.275,
2333 "cost_per_1m_out_cached": 0,
2334 "context_window": 200000,
2335 "default_max_tokens": 8000,
2336 "can_reason": true,
2337 "reasoning_levels": [
2338 "low",
2339 "medium",
2340 "high"
2341 ],
2342 "default_reasoning_effort": "medium",
2343 "supports_attachments": true,
2344 "options": {}
2345 },
2346 {
2347 "id": "vercel/v0-1.0-md",
2348 "name": "v0-1.0-md",
2349 "cost_per_1m_in": 3,
2350 "cost_per_1m_out": 15,
2351 "cost_per_1m_in_cached": 0,
2352 "cost_per_1m_out_cached": 0,
2353 "context_window": 128000,
2354 "default_max_tokens": 8000,
2355 "can_reason": false,
2356 "supports_attachments": true,
2357 "options": {}
2358 },
2359 {
2360 "id": "vercel/v0-1.5-md",
2361 "name": "v0-1.5-md",
2362 "cost_per_1m_in": 3,
2363 "cost_per_1m_out": 15,
2364 "cost_per_1m_in_cached": 0,
2365 "cost_per_1m_out_cached": 0,
2366 "context_window": 128000,
2367 "default_max_tokens": 8000,
2368 "can_reason": false,
2369 "supports_attachments": true,
2370 "options": {}
2371 }
2372 ],
2373 "default_headers": {
2374 "HTTP-Referer": "https://charm.land",
2375 "X-Title": "Crush"
2376 }
2377}