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