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