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": 6553,
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.27,
542 "cost_per_1m_out": 1.12,
543 "cost_per_1m_in_cached": 0,
544 "cost_per_1m_out_cached": 0.135,
545 "context_window": 163840,
546 "default_max_tokens": 81920,
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": 16384,
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-r1",
624 "name": "DeepSeek: R1",
625 "cost_per_1m_in": 0.7,
626 "cost_per_1m_out": 2.5,
627 "cost_per_1m_in_cached": 0,
628 "cost_per_1m_out_cached": 0,
629 "context_window": 64000,
630 "default_max_tokens": 8000,
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-r1-0528",
642 "name": "DeepSeek: R1 0528",
643 "cost_per_1m_in": 0.5,
644 "cost_per_1m_out": 2.18,
645 "cost_per_1m_in_cached": 0,
646 "cost_per_1m_out_cached": 0,
647 "context_window": 163840,
648 "default_max_tokens": 81920,
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": "essentialai/rnj-1-instruct",
660 "name": "EssentialAI: Rnj 1 Instruct",
661 "cost_per_1m_in": 0.15,
662 "cost_per_1m_out": 0.15,
663 "cost_per_1m_in_cached": 0,
664 "cost_per_1m_out_cached": 0,
665 "context_window": 32768,
666 "default_max_tokens": 3276,
667 "can_reason": false,
668 "supports_attachments": false
669 },
670 {
671 "id": "google/gemini-2.0-flash-001",
672 "name": "Google: Gemini 2.0 Flash",
673 "cost_per_1m_in": 0.1,
674 "cost_per_1m_out": 0.4,
675 "cost_per_1m_in_cached": 0.08333,
676 "cost_per_1m_out_cached": 0.025,
677 "context_window": 1048576,
678 "default_max_tokens": 4096,
679 "can_reason": false,
680 "supports_attachments": true
681 },
682 {
683 "id": "google/gemini-2.0-flash-lite-001",
684 "name": "Google: Gemini 2.0 Flash Lite",
685 "cost_per_1m_in": 0.075,
686 "cost_per_1m_out": 0.3,
687 "cost_per_1m_in_cached": 0,
688 "cost_per_1m_out_cached": 0,
689 "context_window": 1048576,
690 "default_max_tokens": 4096,
691 "can_reason": false,
692 "supports_attachments": true
693 },
694 {
695 "id": "google/gemini-2.5-flash",
696 "name": "Google: Gemini 2.5 Flash",
697 "cost_per_1m_in": 0.3,
698 "cost_per_1m_out": 2.5,
699 "cost_per_1m_in_cached": 0.08333,
700 "cost_per_1m_out_cached": 0.03,
701 "context_window": 1048576,
702 "default_max_tokens": 32767,
703 "can_reason": true,
704 "reasoning_levels": [
705 "low",
706 "medium",
707 "high"
708 ],
709 "default_reasoning_effort": "medium",
710 "supports_attachments": true
711 },
712 {
713 "id": "google/gemini-2.5-flash-lite",
714 "name": "Google: Gemini 2.5 Flash Lite",
715 "cost_per_1m_in": 0.1,
716 "cost_per_1m_out": 0.4,
717 "cost_per_1m_in_cached": 0.08333,
718 "cost_per_1m_out_cached": 0.01,
719 "context_window": 1048576,
720 "default_max_tokens": 32767,
721 "can_reason": true,
722 "reasoning_levels": [
723 "low",
724 "medium",
725 "high"
726 ],
727 "default_reasoning_effort": "medium",
728 "supports_attachments": true
729 },
730 {
731 "id": "google/gemini-2.5-flash-lite-preview-09-2025",
732 "name": "Google: Gemini 2.5 Flash Lite Preview 09-2025",
733 "cost_per_1m_in": 0.1,
734 "cost_per_1m_out": 0.4,
735 "cost_per_1m_in_cached": 0.08333,
736 "cost_per_1m_out_cached": 0.01,
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-pro",
750 "name": "Google: Gemini 2.5 Pro",
751 "cost_per_1m_in": 1.25,
752 "cost_per_1m_out": 10,
753 "cost_per_1m_in_cached": 0.375,
754 "cost_per_1m_out_cached": 0.125,
755 "context_window": 1048576,
756 "default_max_tokens": 32768,
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-pro-preview-05-06",
768 "name": "Google: Gemini 2.5 Pro Preview 05-06",
769 "cost_per_1m_in": 1.25,
770 "cost_per_1m_out": 10,
771 "cost_per_1m_in_cached": 0.375,
772 "cost_per_1m_out_cached": 0.125,
773 "context_window": 1048576,
774 "default_max_tokens": 32768,
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-preview",
786 "name": "Google: Gemini 2.5 Pro Preview 06-05",
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-3-flash-preview",
804 "name": "Google: Gemini 3 Flash Preview",
805 "cost_per_1m_in": 0.5,
806 "cost_per_1m_out": 3,
807 "cost_per_1m_in_cached": 0.08333,
808 "cost_per_1m_out_cached": 0.05,
809 "context_window": 1048576,
810 "default_max_tokens": 32767,
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-3.1-flash-lite-preview",
822 "name": "Google: Gemini 3.1 Flash Lite Preview",
823 "cost_per_1m_in": 0.25,
824 "cost_per_1m_out": 1.5,
825 "cost_per_1m_in_cached": 0.08333,
826 "cost_per_1m_out_cached": 0.025,
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.1-pro-preview",
840 "name": "Google: Gemini 3.1 Pro Preview",
841 "cost_per_1m_in": 2,
842 "cost_per_1m_out": 12,
843 "cost_per_1m_in_cached": 0.375,
844 "cost_per_1m_out_cached": 0.2,
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-pro-preview-customtools",
858 "name": "Google: Gemini 3.1 Pro Preview Custom Tools",
859 "cost_per_1m_in": 2,
860 "cost_per_1m_out": 12,
861 "cost_per_1m_in_cached": 0.375,
862 "cost_per_1m_out_cached": 0.2,
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/gemma-4-26b-a4b-it",
876 "name": "Google: Gemma 4 26B A4B ",
877 "cost_per_1m_in": 0.09,
878 "cost_per_1m_out": 0.4,
879 "cost_per_1m_in_cached": 0,
880 "cost_per_1m_out_cached": 0.06,
881 "context_window": 262144,
882 "default_max_tokens": 131072,
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/gemma-4-26b-a4b-it:free",
894 "name": "Google: Gemma 4 26B A4B (free)",
895 "cost_per_1m_in": 0,
896 "cost_per_1m_out": 0,
897 "cost_per_1m_in_cached": 0,
898 "cost_per_1m_out_cached": 0,
899 "context_window": 262144,
900 "default_max_tokens": 16384,
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-4-31b-it",
912 "name": "Google: Gemma 4 31B",
913 "cost_per_1m_in": 0.13,
914 "cost_per_1m_out": 0.38,
915 "cost_per_1m_in_cached": 0,
916 "cost_per_1m_out_cached": 0,
917 "context_window": 262144,
918 "default_max_tokens": 26214,
919 "can_reason": true,
920 "reasoning_levels": [
921 "low",
922 "medium",
923 "high"
924 ],
925 "default_reasoning_effort": "medium",
926 "supports_attachments": true
927 },
928 {
929 "id": "google/gemma-4-31b-it:free",
930 "name": "Google: Gemma 4 31B (free)",
931 "cost_per_1m_in": 0,
932 "cost_per_1m_out": 0,
933 "cost_per_1m_in_cached": 0,
934 "cost_per_1m_out_cached": 0,
935 "context_window": 262144,
936 "default_max_tokens": 16384,
937 "can_reason": true,
938 "reasoning_levels": [
939 "low",
940 "medium",
941 "high"
942 ],
943 "default_reasoning_effort": "medium",
944 "supports_attachments": true
945 },
946 {
947 "id": "inception/mercury-2",
948 "name": "Inception: Mercury 2",
949 "cost_per_1m_in": 0.25,
950 "cost_per_1m_out": 0.75,
951 "cost_per_1m_in_cached": 0,
952 "cost_per_1m_out_cached": 0.025,
953 "context_window": 128000,
954 "default_max_tokens": 25000,
955 "can_reason": true,
956 "reasoning_levels": [
957 "low",
958 "medium",
959 "high"
960 ],
961 "default_reasoning_effort": "medium",
962 "supports_attachments": false
963 },
964 {
965 "id": "kwaipilot/kat-coder-pro-v2",
966 "name": "Kwaipilot: KAT-Coder-Pro V2",
967 "cost_per_1m_in": 0.3,
968 "cost_per_1m_out": 1.2,
969 "cost_per_1m_in_cached": 0,
970 "cost_per_1m_out_cached": 0.06,
971 "context_window": 256000,
972 "default_max_tokens": 40000,
973 "can_reason": false,
974 "supports_attachments": false
975 },
976 {
977 "id": "meta-llama/llama-3.1-70b-instruct",
978 "name": "Meta: Llama 3.1 70B Instruct",
979 "cost_per_1m_in": 0.4,
980 "cost_per_1m_out": 0.4,
981 "cost_per_1m_in_cached": 0,
982 "cost_per_1m_out_cached": 0,
983 "context_window": 131072,
984 "default_max_tokens": 8192,
985 "can_reason": false,
986 "supports_attachments": false
987 },
988 {
989 "id": "meta-llama/llama-3.3-70b-instruct",
990 "name": "Meta: Llama 3.3 70B Instruct",
991 "cost_per_1m_in": 0.59,
992 "cost_per_1m_out": 0.79,
993 "cost_per_1m_in_cached": 0,
994 "cost_per_1m_out_cached": 0,
995 "context_window": 131072,
996 "default_max_tokens": 16384,
997 "can_reason": false,
998 "supports_attachments": false
999 },
1000 {
1001 "id": "meta-llama/llama-3.3-70b-instruct:free",
1002 "name": "Meta: Llama 3.3 70B Instruct (free)",
1003 "cost_per_1m_in": 0,
1004 "cost_per_1m_out": 0,
1005 "cost_per_1m_in_cached": 0,
1006 "cost_per_1m_out_cached": 0,
1007 "context_window": 65536,
1008 "default_max_tokens": 6553,
1009 "can_reason": false,
1010 "supports_attachments": false
1011 },
1012 {
1013 "id": "meta-llama/llama-4-scout",
1014 "name": "Meta: Llama 4 Scout",
1015 "cost_per_1m_in": 0.25,
1016 "cost_per_1m_out": 0.7,
1017 "cost_per_1m_in_cached": 0,
1018 "cost_per_1m_out_cached": 0,
1019 "context_window": 1310720,
1020 "default_max_tokens": 4096,
1021 "can_reason": false,
1022 "supports_attachments": true
1023 },
1024 {
1025 "id": "minimax/minimax-m2",
1026 "name": "MiniMax: MiniMax M2",
1027 "cost_per_1m_in": 0.255,
1028 "cost_per_1m_out": 1.02,
1029 "cost_per_1m_in_cached": 0,
1030 "cost_per_1m_out_cached": 0,
1031 "context_window": 204800,
1032 "default_max_tokens": 65536,
1033 "can_reason": true,
1034 "reasoning_levels": [
1035 "low",
1036 "medium",
1037 "high"
1038 ],
1039 "default_reasoning_effort": "medium",
1040 "supports_attachments": false
1041 },
1042 {
1043 "id": "minimax/minimax-m2.1",
1044 "name": "MiniMax: MiniMax M2.1",
1045 "cost_per_1m_in": 0.3,
1046 "cost_per_1m_out": 1.2,
1047 "cost_per_1m_in_cached": 0,
1048 "cost_per_1m_out_cached": 0.03,
1049 "context_window": 204800,
1050 "default_max_tokens": 65536,
1051 "can_reason": true,
1052 "reasoning_levels": [
1053 "low",
1054 "medium",
1055 "high"
1056 ],
1057 "default_reasoning_effort": "medium",
1058 "supports_attachments": false
1059 },
1060 {
1061 "id": "minimax/minimax-m2.5",
1062 "name": "MiniMax: MiniMax M2.5",
1063 "cost_per_1m_in": 0.3,
1064 "cost_per_1m_out": 1.2,
1065 "cost_per_1m_in_cached": 0,
1066 "cost_per_1m_out_cached": 0.03,
1067 "context_window": 204800,
1068 "default_max_tokens": 65536,
1069 "can_reason": true,
1070 "reasoning_levels": [
1071 "low",
1072 "medium",
1073 "high"
1074 ],
1075 "default_reasoning_effort": "medium",
1076 "supports_attachments": false
1077 },
1078 {
1079 "id": "minimax/minimax-m2.5:free",
1080 "name": "MiniMax: MiniMax M2.5 (free)",
1081 "cost_per_1m_in": 0,
1082 "cost_per_1m_out": 0,
1083 "cost_per_1m_in_cached": 0,
1084 "cost_per_1m_out_cached": 0,
1085 "context_window": 196608,
1086 "default_max_tokens": 4096,
1087 "can_reason": true,
1088 "reasoning_levels": [
1089 "low",
1090 "medium",
1091 "high"
1092 ],
1093 "default_reasoning_effort": "medium",
1094 "supports_attachments": false
1095 },
1096 {
1097 "id": "minimax/minimax-m2.7",
1098 "name": "MiniMax: MiniMax M2.7",
1099 "cost_per_1m_in": 0.3,
1100 "cost_per_1m_out": 1.2,
1101 "cost_per_1m_in_cached": 0,
1102 "cost_per_1m_out_cached": 0.06,
1103 "context_window": 204800,
1104 "default_max_tokens": 65536,
1105 "can_reason": true,
1106 "reasoning_levels": [
1107 "low",
1108 "medium",
1109 "high"
1110 ],
1111 "default_reasoning_effort": "medium",
1112 "supports_attachments": false
1113 },
1114 {
1115 "id": "mistralai/mistral-large",
1116 "name": "Mistral Large",
1117 "cost_per_1m_in": 2,
1118 "cost_per_1m_out": 6,
1119 "cost_per_1m_in_cached": 0,
1120 "cost_per_1m_out_cached": 0.2,
1121 "context_window": 128000,
1122 "default_max_tokens": 12800,
1123 "can_reason": false,
1124 "supports_attachments": false
1125 },
1126 {
1127 "id": "mistralai/mistral-large-2407",
1128 "name": "Mistral Large 2407",
1129 "cost_per_1m_in": 2,
1130 "cost_per_1m_out": 6,
1131 "cost_per_1m_in_cached": 0,
1132 "cost_per_1m_out_cached": 0.2,
1133 "context_window": 131072,
1134 "default_max_tokens": 13107,
1135 "can_reason": false,
1136 "supports_attachments": false
1137 },
1138 {
1139 "id": "mistralai/mistral-large-2411",
1140 "name": "Mistral Large 2411",
1141 "cost_per_1m_in": 2,
1142 "cost_per_1m_out": 6,
1143 "cost_per_1m_in_cached": 0,
1144 "cost_per_1m_out_cached": 0.2,
1145 "context_window": 131072,
1146 "default_max_tokens": 13107,
1147 "can_reason": false,
1148 "supports_attachments": false
1149 },
1150 {
1151 "id": "mistralai/codestral-2508",
1152 "name": "Mistral: Codestral 2508",
1153 "cost_per_1m_in": 0.3,
1154 "cost_per_1m_out": 0.9,
1155 "cost_per_1m_in_cached": 0,
1156 "cost_per_1m_out_cached": 0.03,
1157 "context_window": 256000,
1158 "default_max_tokens": 25600,
1159 "can_reason": false,
1160 "supports_attachments": false
1161 },
1162 {
1163 "id": "mistralai/devstral-2512",
1164 "name": "Mistral: Devstral 2 2512",
1165 "cost_per_1m_in": 0.4,
1166 "cost_per_1m_out": 2,
1167 "cost_per_1m_in_cached": 0,
1168 "cost_per_1m_out_cached": 0.04,
1169 "context_window": 262144,
1170 "default_max_tokens": 26214,
1171 "can_reason": false,
1172 "supports_attachments": false
1173 },
1174 {
1175 "id": "mistralai/devstral-medium",
1176 "name": "Mistral: Devstral Medium",
1177 "cost_per_1m_in": 0.4,
1178 "cost_per_1m_out": 2,
1179 "cost_per_1m_in_cached": 0,
1180 "cost_per_1m_out_cached": 0.04,
1181 "context_window": 131072,
1182 "default_max_tokens": 13107,
1183 "can_reason": false,
1184 "supports_attachments": false
1185 },
1186 {
1187 "id": "mistralai/devstral-small",
1188 "name": "Mistral: Devstral Small 1.1",
1189 "cost_per_1m_in": 0.1,
1190 "cost_per_1m_out": 0.3,
1191 "cost_per_1m_in_cached": 0,
1192 "cost_per_1m_out_cached": 0.01,
1193 "context_window": 131072,
1194 "default_max_tokens": 13107,
1195 "can_reason": false,
1196 "supports_attachments": false
1197 },
1198 {
1199 "id": "mistralai/ministral-14b-2512",
1200 "name": "Mistral: Ministral 3 14B 2512",
1201 "cost_per_1m_in": 0.2,
1202 "cost_per_1m_out": 0.2,
1203 "cost_per_1m_in_cached": 0,
1204 "cost_per_1m_out_cached": 0.02,
1205 "context_window": 262144,
1206 "default_max_tokens": 26214,
1207 "can_reason": false,
1208 "supports_attachments": true
1209 },
1210 {
1211 "id": "mistralai/ministral-3b-2512",
1212 "name": "Mistral: Ministral 3 3B 2512",
1213 "cost_per_1m_in": 0.15,
1214 "cost_per_1m_out": 0.15,
1215 "cost_per_1m_in_cached": 0,
1216 "cost_per_1m_out_cached": 0,
1217 "context_window": 131072,
1218 "default_max_tokens": 65536,
1219 "can_reason": false,
1220 "supports_attachments": true
1221 },
1222 {
1223 "id": "mistralai/ministral-8b-2512",
1224 "name": "Mistral: Ministral 3 8B 2512",
1225 "cost_per_1m_in": 0.15,
1226 "cost_per_1m_out": 0.15,
1227 "cost_per_1m_in_cached": 0,
1228 "cost_per_1m_out_cached": 0.015,
1229 "context_window": 262144,
1230 "default_max_tokens": 26214,
1231 "can_reason": false,
1232 "supports_attachments": true
1233 },
1234 {
1235 "id": "mistralai/mistral-large-2512",
1236 "name": "Mistral: Mistral Large 3 2512",
1237 "cost_per_1m_in": 0.5,
1238 "cost_per_1m_out": 1.5,
1239 "cost_per_1m_in_cached": 0,
1240 "cost_per_1m_out_cached": 0.05,
1241 "context_window": 262144,
1242 "default_max_tokens": 26214,
1243 "can_reason": false,
1244 "supports_attachments": true
1245 },
1246 {
1247 "id": "mistralai/mistral-medium-3",
1248 "name": "Mistral: Mistral Medium 3",
1249 "cost_per_1m_in": 0.4,
1250 "cost_per_1m_out": 2,
1251 "cost_per_1m_in_cached": 0,
1252 "cost_per_1m_out_cached": 0.04,
1253 "context_window": 131072,
1254 "default_max_tokens": 13107,
1255 "can_reason": false,
1256 "supports_attachments": true
1257 },
1258 {
1259 "id": "mistralai/mistral-medium-3.1",
1260 "name": "Mistral: Mistral Medium 3.1",
1261 "cost_per_1m_in": 0.4,
1262 "cost_per_1m_out": 2,
1263 "cost_per_1m_in_cached": 0,
1264 "cost_per_1m_out_cached": 0.04,
1265 "context_window": 131072,
1266 "default_max_tokens": 13107,
1267 "can_reason": false,
1268 "supports_attachments": true
1269 },
1270 {
1271 "id": "mistralai/mistral-nemo",
1272 "name": "Mistral: Mistral Nemo",
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.015,
1277 "context_window": 131072,
1278 "default_max_tokens": 13107,
1279 "can_reason": false,
1280 "supports_attachments": false
1281 },
1282 {
1283 "id": "mistralai/mistral-small-3.2-24b-instruct",
1284 "name": "Mistral: Mistral Small 3.2 24B",
1285 "cost_per_1m_in": 0.09375,
1286 "cost_per_1m_out": 0.25,
1287 "cost_per_1m_in_cached": 0,
1288 "cost_per_1m_out_cached": 0,
1289 "context_window": 256000,
1290 "default_max_tokens": 8192,
1291 "can_reason": false,
1292 "supports_attachments": true
1293 },
1294 {
1295 "id": "mistralai/mistral-small-2603",
1296 "name": "Mistral: Mistral Small 4",
1297 "cost_per_1m_in": 0.15,
1298 "cost_per_1m_out": 0.6,
1299 "cost_per_1m_in_cached": 0,
1300 "cost_per_1m_out_cached": 0.015,
1301 "context_window": 262144,
1302 "default_max_tokens": 26214,
1303 "can_reason": true,
1304 "reasoning_levels": [
1305 "low",
1306 "medium",
1307 "high"
1308 ],
1309 "default_reasoning_effort": "medium",
1310 "supports_attachments": true
1311 },
1312 {
1313 "id": "mistralai/mistral-small-creative",
1314 "name": "Mistral: Mistral Small Creative",
1315 "cost_per_1m_in": 0.1,
1316 "cost_per_1m_out": 0.3,
1317 "cost_per_1m_in_cached": 0,
1318 "cost_per_1m_out_cached": 0.01,
1319 "context_window": 32768,
1320 "default_max_tokens": 3276,
1321 "can_reason": false,
1322 "supports_attachments": false
1323 },
1324 {
1325 "id": "mistralai/mixtral-8x22b-instruct",
1326 "name": "Mistral: Mixtral 8x22B Instruct",
1327 "cost_per_1m_in": 2,
1328 "cost_per_1m_out": 6,
1329 "cost_per_1m_in_cached": 0,
1330 "cost_per_1m_out_cached": 0.2,
1331 "context_window": 65536,
1332 "default_max_tokens": 6553,
1333 "can_reason": false,
1334 "supports_attachments": false
1335 },
1336 {
1337 "id": "mistralai/mixtral-8x7b-instruct",
1338 "name": "Mistral: Mixtral 8x7B Instruct",
1339 "cost_per_1m_in": 0.54,
1340 "cost_per_1m_out": 0.54,
1341 "cost_per_1m_in_cached": 0,
1342 "cost_per_1m_out_cached": 0,
1343 "context_window": 32768,
1344 "default_max_tokens": 8192,
1345 "can_reason": false,
1346 "supports_attachments": false
1347 },
1348 {
1349 "id": "mistralai/pixtral-large-2411",
1350 "name": "Mistral: Pixtral Large 2411",
1351 "cost_per_1m_in": 2,
1352 "cost_per_1m_out": 6,
1353 "cost_per_1m_in_cached": 0,
1354 "cost_per_1m_out_cached": 0.2,
1355 "context_window": 131072,
1356 "default_max_tokens": 13107,
1357 "can_reason": false,
1358 "supports_attachments": true
1359 },
1360 {
1361 "id": "mistralai/mistral-saba",
1362 "name": "Mistral: Saba",
1363 "cost_per_1m_in": 0.2,
1364 "cost_per_1m_out": 0.6,
1365 "cost_per_1m_in_cached": 0,
1366 "cost_per_1m_out_cached": 0.02,
1367 "context_window": 32768,
1368 "default_max_tokens": 3276,
1369 "can_reason": false,
1370 "supports_attachments": false
1371 },
1372 {
1373 "id": "mistralai/voxtral-small-24b-2507",
1374 "name": "Mistral: Voxtral Small 24B 2507",
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": 32000,
1380 "default_max_tokens": 3200,
1381 "can_reason": false,
1382 "supports_attachments": false
1383 },
1384 {
1385 "id": "moonshotai/kimi-k2",
1386 "name": "MoonshotAI: Kimi K2 0711",
1387 "cost_per_1m_in": 0.57,
1388 "cost_per_1m_out": 2.3,
1389 "cost_per_1m_in_cached": 0,
1390 "cost_per_1m_out_cached": 0,
1391 "context_window": 131072,
1392 "default_max_tokens": 16384,
1393 "can_reason": false,
1394 "supports_attachments": false
1395 },
1396 {
1397 "id": "moonshotai/kimi-k2-0905",
1398 "name": "MoonshotAI: Kimi K2 0905",
1399 "cost_per_1m_in": 0.6,
1400 "cost_per_1m_out": 2.5,
1401 "cost_per_1m_in_cached": 0,
1402 "cost_per_1m_out_cached": 0.6,
1403 "context_window": 262144,
1404 "default_max_tokens": 4096,
1405 "can_reason": false,
1406 "supports_attachments": false
1407 },
1408 {
1409 "id": "moonshotai/kimi-k2-thinking",
1410 "name": "MoonshotAI: Kimi K2 Thinking",
1411 "cost_per_1m_in": 0.6,
1412 "cost_per_1m_out": 2.5,
1413 "cost_per_1m_in_cached": 0,
1414 "cost_per_1m_out_cached": 0.6,
1415 "context_window": 262144,
1416 "default_max_tokens": 131072,
1417 "can_reason": true,
1418 "reasoning_levels": [
1419 "low",
1420 "medium",
1421 "high"
1422 ],
1423 "default_reasoning_effort": "medium",
1424 "supports_attachments": false
1425 },
1426 {
1427 "id": "moonshotai/kimi-k2.5",
1428 "name": "MoonshotAI: Kimi K2.5",
1429 "cost_per_1m_in": 0.45,
1430 "cost_per_1m_out": 2.25,
1431 "cost_per_1m_in_cached": 0,
1432 "cost_per_1m_out_cached": 0.07,
1433 "context_window": 262144,
1434 "default_max_tokens": 131072,
1435 "can_reason": true,
1436 "reasoning_levels": [
1437 "low",
1438 "medium",
1439 "high"
1440 ],
1441 "default_reasoning_effort": "medium",
1442 "supports_attachments": true
1443 },
1444 {
1445 "id": "moonshotai/kimi-k2.6",
1446 "name": "MoonshotAI: Kimi K2.6",
1447 "cost_per_1m_in": 0.95,
1448 "cost_per_1m_out": 4,
1449 "cost_per_1m_in_cached": 0,
1450 "cost_per_1m_out_cached": 0.16,
1451 "context_window": 262144,
1452 "default_max_tokens": 131072,
1453 "can_reason": true,
1454 "reasoning_levels": [
1455 "low",
1456 "medium",
1457 "high"
1458 ],
1459 "default_reasoning_effort": "medium",
1460 "supports_attachments": true
1461 },
1462 {
1463 "id": "nvidia/llama-3.1-nemotron-70b-instruct",
1464 "name": "NVIDIA: Llama 3.1 Nemotron 70B Instruct",
1465 "cost_per_1m_in": 1.2,
1466 "cost_per_1m_out": 1.2,
1467 "cost_per_1m_in_cached": 0,
1468 "cost_per_1m_out_cached": 0,
1469 "context_window": 131072,
1470 "default_max_tokens": 8192,
1471 "can_reason": false,
1472 "supports_attachments": false
1473 },
1474 {
1475 "id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
1476 "name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
1477 "cost_per_1m_in": 0.1,
1478 "cost_per_1m_out": 0.4,
1479 "cost_per_1m_in_cached": 0,
1480 "cost_per_1m_out_cached": 0,
1481 "context_window": 131072,
1482 "default_max_tokens": 13107,
1483 "can_reason": true,
1484 "reasoning_levels": [
1485 "low",
1486 "medium",
1487 "high"
1488 ],
1489 "default_reasoning_effort": "medium",
1490 "supports_attachments": false
1491 },
1492 {
1493 "id": "nvidia/nemotron-3-nano-30b-a3b",
1494 "name": "NVIDIA: Nemotron 3 Nano 30B A3B",
1495 "cost_per_1m_in": 0.05,
1496 "cost_per_1m_out": 0.2,
1497 "cost_per_1m_in_cached": 0,
1498 "cost_per_1m_out_cached": 0,
1499 "context_window": 262144,
1500 "default_max_tokens": 26214,
1501 "can_reason": true,
1502 "reasoning_levels": [
1503 "low",
1504 "medium",
1505 "high"
1506 ],
1507 "default_reasoning_effort": "medium",
1508 "supports_attachments": false
1509 },
1510 {
1511 "id": "nvidia/nemotron-3-nano-30b-a3b:free",
1512 "name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1513 "cost_per_1m_in": 0,
1514 "cost_per_1m_out": 0,
1515 "cost_per_1m_in_cached": 0,
1516 "cost_per_1m_out_cached": 0,
1517 "context_window": 256000,
1518 "default_max_tokens": 25600,
1519 "can_reason": true,
1520 "reasoning_levels": [
1521 "low",
1522 "medium",
1523 "high"
1524 ],
1525 "default_reasoning_effort": "medium",
1526 "supports_attachments": false
1527 },
1528 {
1529 "id": "nvidia/nemotron-3-super-120b-a12b",
1530 "name": "NVIDIA: Nemotron 3 Super",
1531 "cost_per_1m_in": 0.1,
1532 "cost_per_1m_out": 0.5,
1533 "cost_per_1m_in_cached": 0,
1534 "cost_per_1m_out_cached": 0,
1535 "context_window": 262144,
1536 "default_max_tokens": 26214,
1537 "can_reason": true,
1538 "reasoning_levels": [
1539 "low",
1540 "medium",
1541 "high"
1542 ],
1543 "default_reasoning_effort": "medium",
1544 "supports_attachments": false
1545 },
1546 {
1547 "id": "nvidia/nemotron-3-super-120b-a12b:free",
1548 "name": "NVIDIA: Nemotron 3 Super (free)",
1549 "cost_per_1m_in": 0,
1550 "cost_per_1m_out": 0,
1551 "cost_per_1m_in_cached": 0,
1552 "cost_per_1m_out_cached": 0,
1553 "context_window": 262144,
1554 "default_max_tokens": 131072,
1555 "can_reason": true,
1556 "reasoning_levels": [
1557 "low",
1558 "medium",
1559 "high"
1560 ],
1561 "default_reasoning_effort": "medium",
1562 "supports_attachments": false
1563 },
1564 {
1565 "id": "nvidia/nemotron-nano-12b-v2-vl:free",
1566 "name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1567 "cost_per_1m_in": 0,
1568 "cost_per_1m_out": 0,
1569 "cost_per_1m_in_cached": 0,
1570 "cost_per_1m_out_cached": 0,
1571 "context_window": 128000,
1572 "default_max_tokens": 64000,
1573 "can_reason": true,
1574 "reasoning_levels": [
1575 "low",
1576 "medium",
1577 "high"
1578 ],
1579 "default_reasoning_effort": "medium",
1580 "supports_attachments": true
1581 },
1582 {
1583 "id": "nvidia/nemotron-nano-9b-v2",
1584 "name": "NVIDIA: Nemotron Nano 9B V2",
1585 "cost_per_1m_in": 0.04,
1586 "cost_per_1m_out": 0.16,
1587 "cost_per_1m_in_cached": 0,
1588 "cost_per_1m_out_cached": 0,
1589 "context_window": 131072,
1590 "default_max_tokens": 13107,
1591 "can_reason": true,
1592 "reasoning_levels": [
1593 "low",
1594 "medium",
1595 "high"
1596 ],
1597 "default_reasoning_effort": "medium",
1598 "supports_attachments": false
1599 },
1600 {
1601 "id": "nvidia/nemotron-nano-9b-v2:free",
1602 "name": "NVIDIA: Nemotron Nano 9B V2 (free)",
1603 "cost_per_1m_in": 0,
1604 "cost_per_1m_out": 0,
1605 "cost_per_1m_in_cached": 0,
1606 "cost_per_1m_out_cached": 0,
1607 "context_window": 128000,
1608 "default_max_tokens": 12800,
1609 "can_reason": true,
1610 "reasoning_levels": [
1611 "low",
1612 "medium",
1613 "high"
1614 ],
1615 "default_reasoning_effort": "medium",
1616 "supports_attachments": false
1617 },
1618 {
1619 "id": "nex-agi/deepseek-v3.1-nex-n1",
1620 "name": "Nex AGI: DeepSeek V3.1 Nex N1",
1621 "cost_per_1m_in": 0.135,
1622 "cost_per_1m_out": 0.5,
1623 "cost_per_1m_in_cached": 0,
1624 "cost_per_1m_out_cached": 0,
1625 "context_window": 131072,
1626 "default_max_tokens": 81920,
1627 "can_reason": false,
1628 "supports_attachments": false
1629 },
1630 {
1631 "id": "openai/gpt-audio",
1632 "name": "OpenAI: GPT Audio",
1633 "cost_per_1m_in": 2.5,
1634 "cost_per_1m_out": 10,
1635 "cost_per_1m_in_cached": 0,
1636 "cost_per_1m_out_cached": 0,
1637 "context_window": 128000,
1638 "default_max_tokens": 8192,
1639 "can_reason": false,
1640 "supports_attachments": false
1641 },
1642 {
1643 "id": "openai/gpt-audio-mini",
1644 "name": "OpenAI: GPT Audio Mini",
1645 "cost_per_1m_in": 0.6,
1646 "cost_per_1m_out": 2.4,
1647 "cost_per_1m_in_cached": 0,
1648 "cost_per_1m_out_cached": 0,
1649 "context_window": 128000,
1650 "default_max_tokens": 8192,
1651 "can_reason": false,
1652 "supports_attachments": false
1653 },
1654 {
1655 "id": "openai/gpt-4-turbo",
1656 "name": "OpenAI: GPT-4 Turbo",
1657 "cost_per_1m_in": 10,
1658 "cost_per_1m_out": 30,
1659 "cost_per_1m_in_cached": 0,
1660 "cost_per_1m_out_cached": 0,
1661 "context_window": 128000,
1662 "default_max_tokens": 2048,
1663 "can_reason": false,
1664 "supports_attachments": true
1665 },
1666 {
1667 "id": "openai/gpt-4-1106-preview",
1668 "name": "OpenAI: GPT-4 Turbo (older v1106)",
1669 "cost_per_1m_in": 10,
1670 "cost_per_1m_out": 30,
1671 "cost_per_1m_in_cached": 0,
1672 "cost_per_1m_out_cached": 0,
1673 "context_window": 128000,
1674 "default_max_tokens": 2048,
1675 "can_reason": false,
1676 "supports_attachments": false
1677 },
1678 {
1679 "id": "openai/gpt-4-turbo-preview",
1680 "name": "OpenAI: GPT-4 Turbo Preview",
1681 "cost_per_1m_in": 10,
1682 "cost_per_1m_out": 30,
1683 "cost_per_1m_in_cached": 0,
1684 "cost_per_1m_out_cached": 0,
1685 "context_window": 128000,
1686 "default_max_tokens": 2048,
1687 "can_reason": false,
1688 "supports_attachments": false
1689 },
1690 {
1691 "id": "openai/gpt-4.1",
1692 "name": "OpenAI: GPT-4.1",
1693 "cost_per_1m_in": 2,
1694 "cost_per_1m_out": 8,
1695 "cost_per_1m_in_cached": 0,
1696 "cost_per_1m_out_cached": 0.5,
1697 "context_window": 1047576,
1698 "default_max_tokens": 104757,
1699 "can_reason": false,
1700 "supports_attachments": true
1701 },
1702 {
1703 "id": "openai/gpt-4.1-mini",
1704 "name": "OpenAI: GPT-4.1 Mini",
1705 "cost_per_1m_in": 0.4,
1706 "cost_per_1m_out": 1.6,
1707 "cost_per_1m_in_cached": 0,
1708 "cost_per_1m_out_cached": 0.1,
1709 "context_window": 1047576,
1710 "default_max_tokens": 104757,
1711 "can_reason": false,
1712 "supports_attachments": true
1713 },
1714 {
1715 "id": "openai/gpt-4.1-nano",
1716 "name": "OpenAI: GPT-4.1 Nano",
1717 "cost_per_1m_in": 0.1,
1718 "cost_per_1m_out": 0.4,
1719 "cost_per_1m_in_cached": 0,
1720 "cost_per_1m_out_cached": 0.03,
1721 "context_window": 1047576,
1722 "default_max_tokens": 104757,
1723 "can_reason": false,
1724 "supports_attachments": true
1725 },
1726 {
1727 "id": "openai/gpt-4o",
1728 "name": "OpenAI: GPT-4o",
1729 "cost_per_1m_in": 2.5,
1730 "cost_per_1m_out": 10,
1731 "cost_per_1m_in_cached": 0,
1732 "cost_per_1m_out_cached": 0,
1733 "context_window": 128000,
1734 "default_max_tokens": 8192,
1735 "can_reason": false,
1736 "supports_attachments": true
1737 },
1738 {
1739 "id": "openai/gpt-4o-2024-05-13",
1740 "name": "OpenAI: GPT-4o (2024-05-13)",
1741 "cost_per_1m_in": 5,
1742 "cost_per_1m_out": 15,
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": true
1749 },
1750 {
1751 "id": "openai/gpt-4o-2024-08-06",
1752 "name": "OpenAI: GPT-4o (2024-08-06)",
1753 "cost_per_1m_in": 2.5,
1754 "cost_per_1m_out": 10,
1755 "cost_per_1m_in_cached": 0,
1756 "cost_per_1m_out_cached": 1.25,
1757 "context_window": 128000,
1758 "default_max_tokens": 8192,
1759 "can_reason": false,
1760 "supports_attachments": true
1761 },
1762 {
1763 "id": "openai/gpt-4o-2024-11-20",
1764 "name": "OpenAI: GPT-4o (2024-11-20)",
1765 "cost_per_1m_in": 2.5,
1766 "cost_per_1m_out": 10,
1767 "cost_per_1m_in_cached": 0,
1768 "cost_per_1m_out_cached": 1.25,
1769 "context_window": 128000,
1770 "default_max_tokens": 8192,
1771 "can_reason": false,
1772 "supports_attachments": true
1773 },
1774 {
1775 "id": "openai/gpt-4o-audio-preview",
1776 "name": "OpenAI: GPT-4o Audio",
1777 "cost_per_1m_in": 2.5,
1778 "cost_per_1m_out": 10,
1779 "cost_per_1m_in_cached": 0,
1780 "cost_per_1m_out_cached": 0,
1781 "context_window": 128000,
1782 "default_max_tokens": 8192,
1783 "can_reason": false,
1784 "supports_attachments": false
1785 },
1786 {
1787 "id": "openai/gpt-4o-mini",
1788 "name": "OpenAI: GPT-4o-mini",
1789 "cost_per_1m_in": 0.15,
1790 "cost_per_1m_out": 0.6,
1791 "cost_per_1m_in_cached": 0,
1792 "cost_per_1m_out_cached": 0.075,
1793 "context_window": 128000,
1794 "default_max_tokens": 8192,
1795 "can_reason": false,
1796 "supports_attachments": true
1797 },
1798 {
1799 "id": "openai/gpt-4o-mini-2024-07-18",
1800 "name": "OpenAI: GPT-4o-mini (2024-07-18)",
1801 "cost_per_1m_in": 0.15,
1802 "cost_per_1m_out": 0.6,
1803 "cost_per_1m_in_cached": 0,
1804 "cost_per_1m_out_cached": 0.075,
1805 "context_window": 128000,
1806 "default_max_tokens": 8192,
1807 "can_reason": false,
1808 "supports_attachments": true
1809 },
1810 {
1811 "id": "openai/gpt-5",
1812 "name": "OpenAI: GPT-5",
1813 "cost_per_1m_in": 1.25,
1814 "cost_per_1m_out": 10,
1815 "cost_per_1m_in_cached": 0,
1816 "cost_per_1m_out_cached": 0.125,
1817 "context_window": 400000,
1818 "default_max_tokens": 64000,
1819 "can_reason": true,
1820 "reasoning_levels": [
1821 "low",
1822 "medium",
1823 "high"
1824 ],
1825 "default_reasoning_effort": "medium",
1826 "supports_attachments": true
1827 },
1828 {
1829 "id": "openai/gpt-5-codex",
1830 "name": "OpenAI: GPT-5 Codex",
1831 "cost_per_1m_in": 1.25,
1832 "cost_per_1m_out": 10,
1833 "cost_per_1m_in_cached": 0,
1834 "cost_per_1m_out_cached": 0.125,
1835 "context_window": 400000,
1836 "default_max_tokens": 64000,
1837 "can_reason": true,
1838 "reasoning_levels": [
1839 "low",
1840 "medium",
1841 "high"
1842 ],
1843 "default_reasoning_effort": "medium",
1844 "supports_attachments": true
1845 },
1846 {
1847 "id": "openai/gpt-5-mini",
1848 "name": "OpenAI: GPT-5 Mini",
1849 "cost_per_1m_in": 0.25,
1850 "cost_per_1m_out": 2,
1851 "cost_per_1m_in_cached": 0,
1852 "cost_per_1m_out_cached": 0.03,
1853 "context_window": 400000,
1854 "default_max_tokens": 40000,
1855 "can_reason": true,
1856 "reasoning_levels": [
1857 "low",
1858 "medium",
1859 "high"
1860 ],
1861 "default_reasoning_effort": "medium",
1862 "supports_attachments": true
1863 },
1864 {
1865 "id": "openai/gpt-5-nano",
1866 "name": "OpenAI: GPT-5 Nano",
1867 "cost_per_1m_in": 0.05,
1868 "cost_per_1m_out": 0.4,
1869 "cost_per_1m_in_cached": 0,
1870 "cost_per_1m_out_cached": 0.005,
1871 "context_window": 400000,
1872 "default_max_tokens": 64000,
1873 "can_reason": true,
1874 "reasoning_levels": [
1875 "low",
1876 "medium",
1877 "high"
1878 ],
1879 "default_reasoning_effort": "medium",
1880 "supports_attachments": true
1881 },
1882 {
1883 "id": "openai/gpt-5-pro",
1884 "name": "OpenAI: GPT-5 Pro",
1885 "cost_per_1m_in": 15,
1886 "cost_per_1m_out": 120,
1887 "cost_per_1m_in_cached": 0,
1888 "cost_per_1m_out_cached": 0,
1889 "context_window": 400000,
1890 "default_max_tokens": 64000,
1891 "can_reason": true,
1892 "reasoning_levels": [
1893 "low",
1894 "medium",
1895 "high"
1896 ],
1897 "default_reasoning_effort": "medium",
1898 "supports_attachments": true
1899 },
1900 {
1901 "id": "openai/gpt-5.1",
1902 "name": "OpenAI: GPT-5.1",
1903 "cost_per_1m_in": 1.25,
1904 "cost_per_1m_out": 10,
1905 "cost_per_1m_in_cached": 0,
1906 "cost_per_1m_out_cached": 0.13,
1907 "context_window": 400000,
1908 "default_max_tokens": 64000,
1909 "can_reason": true,
1910 "reasoning_levels": [
1911 "low",
1912 "medium",
1913 "high"
1914 ],
1915 "default_reasoning_effort": "medium",
1916 "supports_attachments": true
1917 },
1918 {
1919 "id": "openai/gpt-5.1-chat",
1920 "name": "OpenAI: GPT-5.1 Chat",
1921 "cost_per_1m_in": 1.25,
1922 "cost_per_1m_out": 10,
1923 "cost_per_1m_in_cached": 0,
1924 "cost_per_1m_out_cached": 0.125,
1925 "context_window": 128000,
1926 "default_max_tokens": 8192,
1927 "can_reason": false,
1928 "supports_attachments": true
1929 },
1930 {
1931 "id": "openai/gpt-5.1-codex",
1932 "name": "OpenAI: GPT-5.1-Codex",
1933 "cost_per_1m_in": 1.25,
1934 "cost_per_1m_out": 10,
1935 "cost_per_1m_in_cached": 0,
1936 "cost_per_1m_out_cached": 0.125,
1937 "context_window": 400000,
1938 "default_max_tokens": 64000,
1939 "can_reason": true,
1940 "reasoning_levels": [
1941 "low",
1942 "medium",
1943 "high"
1944 ],
1945 "default_reasoning_effort": "medium",
1946 "supports_attachments": true
1947 },
1948 {
1949 "id": "openai/gpt-5.1-codex-max",
1950 "name": "OpenAI: GPT-5.1-Codex-Max",
1951 "cost_per_1m_in": 1.25,
1952 "cost_per_1m_out": 10,
1953 "cost_per_1m_in_cached": 0,
1954 "cost_per_1m_out_cached": 0.125,
1955 "context_window": 400000,
1956 "default_max_tokens": 64000,
1957 "can_reason": true,
1958 "reasoning_levels": [
1959 "low",
1960 "medium",
1961 "high"
1962 ],
1963 "default_reasoning_effort": "medium",
1964 "supports_attachments": true
1965 },
1966 {
1967 "id": "openai/gpt-5.1-codex-mini",
1968 "name": "OpenAI: GPT-5.1-Codex-Mini",
1969 "cost_per_1m_in": 0.25,
1970 "cost_per_1m_out": 2,
1971 "cost_per_1m_in_cached": 0,
1972 "cost_per_1m_out_cached": 0.025,
1973 "context_window": 400000,
1974 "default_max_tokens": 50000,
1975 "can_reason": true,
1976 "reasoning_levels": [
1977 "low",
1978 "medium",
1979 "high"
1980 ],
1981 "default_reasoning_effort": "medium",
1982 "supports_attachments": true
1983 },
1984 {
1985 "id": "openai/gpt-5.2",
1986 "name": "OpenAI: GPT-5.2",
1987 "cost_per_1m_in": 1.75,
1988 "cost_per_1m_out": 14,
1989 "cost_per_1m_in_cached": 0,
1990 "cost_per_1m_out_cached": 0.175,
1991 "context_window": 400000,
1992 "default_max_tokens": 64000,
1993 "can_reason": true,
1994 "reasoning_levels": [
1995 "low",
1996 "medium",
1997 "high"
1998 ],
1999 "default_reasoning_effort": "medium",
2000 "supports_attachments": true
2001 },
2002 {
2003 "id": "openai/gpt-5.2-chat",
2004 "name": "OpenAI: GPT-5.2 Chat",
2005 "cost_per_1m_in": 1.75,
2006 "cost_per_1m_out": 14,
2007 "cost_per_1m_in_cached": 0,
2008 "cost_per_1m_out_cached": 0.175,
2009 "context_window": 128000,
2010 "default_max_tokens": 8192,
2011 "can_reason": false,
2012 "supports_attachments": true
2013 },
2014 {
2015 "id": "openai/gpt-5.2-pro",
2016 "name": "OpenAI: GPT-5.2 Pro",
2017 "cost_per_1m_in": 21,
2018 "cost_per_1m_out": 168,
2019 "cost_per_1m_in_cached": 0,
2020 "cost_per_1m_out_cached": 0,
2021 "context_window": 400000,
2022 "default_max_tokens": 64000,
2023 "can_reason": true,
2024 "reasoning_levels": [
2025 "low",
2026 "medium",
2027 "high"
2028 ],
2029 "default_reasoning_effort": "medium",
2030 "supports_attachments": true
2031 },
2032 {
2033 "id": "openai/gpt-5.2-codex",
2034 "name": "OpenAI: GPT-5.2-Codex",
2035 "cost_per_1m_in": 1.75,
2036 "cost_per_1m_out": 14,
2037 "cost_per_1m_in_cached": 0,
2038 "cost_per_1m_out_cached": 0.175,
2039 "context_window": 400000,
2040 "default_max_tokens": 64000,
2041 "can_reason": true,
2042 "reasoning_levels": [
2043 "low",
2044 "medium",
2045 "high"
2046 ],
2047 "default_reasoning_effort": "medium",
2048 "supports_attachments": true
2049 },
2050 {
2051 "id": "openai/gpt-5.3-chat",
2052 "name": "OpenAI: GPT-5.3 Chat",
2053 "cost_per_1m_in": 1.75,
2054 "cost_per_1m_out": 14,
2055 "cost_per_1m_in_cached": 0,
2056 "cost_per_1m_out_cached": 0.175,
2057 "context_window": 128000,
2058 "default_max_tokens": 8192,
2059 "can_reason": false,
2060 "supports_attachments": true
2061 },
2062 {
2063 "id": "openai/gpt-5.3-codex",
2064 "name": "OpenAI: GPT-5.3-Codex",
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": 400000,
2070 "default_max_tokens": 64000,
2071 "can_reason": true,
2072 "reasoning_levels": [
2073 "low",
2074 "medium",
2075 "high"
2076 ],
2077 "default_reasoning_effort": "medium",
2078 "supports_attachments": true
2079 },
2080 {
2081 "id": "openai/gpt-5.4",
2082 "name": "OpenAI: GPT-5.4",
2083 "cost_per_1m_in": 2.5,
2084 "cost_per_1m_out": 15,
2085 "cost_per_1m_in_cached": 0,
2086 "cost_per_1m_out_cached": 0.25,
2087 "context_window": 1050000,
2088 "default_max_tokens": 64000,
2089 "can_reason": true,
2090 "reasoning_levels": [
2091 "low",
2092 "medium",
2093 "high"
2094 ],
2095 "default_reasoning_effort": "medium",
2096 "supports_attachments": true
2097 },
2098 {
2099 "id": "openai/gpt-5.4-mini",
2100 "name": "OpenAI: GPT-5.4 Mini",
2101 "cost_per_1m_in": 0.75,
2102 "cost_per_1m_out": 4.5,
2103 "cost_per_1m_in_cached": 0,
2104 "cost_per_1m_out_cached": 0.075,
2105 "context_window": 400000,
2106 "default_max_tokens": 64000,
2107 "can_reason": true,
2108 "reasoning_levels": [
2109 "low",
2110 "medium",
2111 "high"
2112 ],
2113 "default_reasoning_effort": "medium",
2114 "supports_attachments": true
2115 },
2116 {
2117 "id": "openai/gpt-5.4-nano",
2118 "name": "OpenAI: GPT-5.4 Nano",
2119 "cost_per_1m_in": 0.2,
2120 "cost_per_1m_out": 1.25,
2121 "cost_per_1m_in_cached": 0,
2122 "cost_per_1m_out_cached": 0.02,
2123 "context_window": 400000,
2124 "default_max_tokens": 64000,
2125 "can_reason": true,
2126 "reasoning_levels": [
2127 "low",
2128 "medium",
2129 "high"
2130 ],
2131 "default_reasoning_effort": "medium",
2132 "supports_attachments": true
2133 },
2134 {
2135 "id": "openai/gpt-5.4-pro",
2136 "name": "OpenAI: GPT-5.4 Pro",
2137 "cost_per_1m_in": 30,
2138 "cost_per_1m_out": 180,
2139 "cost_per_1m_in_cached": 0,
2140 "cost_per_1m_out_cached": 0,
2141 "context_window": 1050000,
2142 "default_max_tokens": 64000,
2143 "can_reason": true,
2144 "reasoning_levels": [
2145 "low",
2146 "medium",
2147 "high"
2148 ],
2149 "default_reasoning_effort": "medium",
2150 "supports_attachments": true
2151 },
2152 {
2153 "id": "openai/gpt-oss-120b",
2154 "name": "OpenAI: gpt-oss-120b",
2155 "cost_per_1m_in": 0.15,
2156 "cost_per_1m_out": 0.6,
2157 "cost_per_1m_in_cached": 0,
2158 "cost_per_1m_out_cached": 0,
2159 "context_window": 131072,
2160 "default_max_tokens": 13107,
2161 "can_reason": true,
2162 "reasoning_levels": [
2163 "low",
2164 "medium",
2165 "high"
2166 ],
2167 "default_reasoning_effort": "medium",
2168 "supports_attachments": false
2169 },
2170 {
2171 "id": "openai/gpt-oss-120b:free",
2172 "name": "OpenAI: gpt-oss-120b (free)",
2173 "cost_per_1m_in": 0,
2174 "cost_per_1m_out": 0,
2175 "cost_per_1m_in_cached": 0,
2176 "cost_per_1m_out_cached": 0,
2177 "context_window": 131072,
2178 "default_max_tokens": 65536,
2179 "can_reason": true,
2180 "reasoning_levels": [
2181 "low",
2182 "medium",
2183 "high"
2184 ],
2185 "default_reasoning_effort": "medium",
2186 "supports_attachments": false
2187 },
2188 {
2189 "id": "openai/gpt-oss-20b",
2190 "name": "OpenAI: gpt-oss-20b",
2191 "cost_per_1m_in": 0.045,
2192 "cost_per_1m_out": 0.18,
2193 "cost_per_1m_in_cached": 0,
2194 "cost_per_1m_out_cached": 0,
2195 "context_window": 131072,
2196 "default_max_tokens": 16384,
2197 "can_reason": true,
2198 "reasoning_levels": [
2199 "low",
2200 "medium",
2201 "high"
2202 ],
2203 "default_reasoning_effort": "medium",
2204 "supports_attachments": false
2205 },
2206 {
2207 "id": "openai/gpt-oss-20b:free",
2208 "name": "OpenAI: gpt-oss-20b (free)",
2209 "cost_per_1m_in": 0,
2210 "cost_per_1m_out": 0,
2211 "cost_per_1m_in_cached": 0,
2212 "cost_per_1m_out_cached": 0,
2213 "context_window": 131072,
2214 "default_max_tokens": 4096,
2215 "can_reason": true,
2216 "reasoning_levels": [
2217 "low",
2218 "medium",
2219 "high"
2220 ],
2221 "default_reasoning_effort": "medium",
2222 "supports_attachments": false
2223 },
2224 {
2225 "id": "openai/gpt-oss-safeguard-20b",
2226 "name": "OpenAI: gpt-oss-safeguard-20b",
2227 "cost_per_1m_in": 0.075,
2228 "cost_per_1m_out": 0.3,
2229 "cost_per_1m_in_cached": 0,
2230 "cost_per_1m_out_cached": 0.037,
2231 "context_window": 131072,
2232 "default_max_tokens": 32768,
2233 "can_reason": true,
2234 "reasoning_levels": [
2235 "low",
2236 "medium",
2237 "high"
2238 ],
2239 "default_reasoning_effort": "medium",
2240 "supports_attachments": false
2241 },
2242 {
2243 "id": "openai/o1",
2244 "name": "OpenAI: o1",
2245 "cost_per_1m_in": 15,
2246 "cost_per_1m_out": 60,
2247 "cost_per_1m_in_cached": 0,
2248 "cost_per_1m_out_cached": 7.5,
2249 "context_window": 200000,
2250 "default_max_tokens": 50000,
2251 "can_reason": true,
2252 "reasoning_levels": [
2253 "low",
2254 "medium",
2255 "high"
2256 ],
2257 "default_reasoning_effort": "medium",
2258 "supports_attachments": true
2259 },
2260 {
2261 "id": "openai/o3",
2262 "name": "OpenAI: o3",
2263 "cost_per_1m_in": 2,
2264 "cost_per_1m_out": 8,
2265 "cost_per_1m_in_cached": 0,
2266 "cost_per_1m_out_cached": 0.5,
2267 "context_window": 200000,
2268 "default_max_tokens": 50000,
2269 "can_reason": true,
2270 "reasoning_levels": [
2271 "low",
2272 "medium",
2273 "high"
2274 ],
2275 "default_reasoning_effort": "medium",
2276 "supports_attachments": true
2277 },
2278 {
2279 "id": "openai/o3-deep-research",
2280 "name": "OpenAI: o3 Deep Research",
2281 "cost_per_1m_in": 10,
2282 "cost_per_1m_out": 40,
2283 "cost_per_1m_in_cached": 0,
2284 "cost_per_1m_out_cached": 2.5,
2285 "context_window": 200000,
2286 "default_max_tokens": 50000,
2287 "can_reason": true,
2288 "reasoning_levels": [
2289 "low",
2290 "medium",
2291 "high"
2292 ],
2293 "default_reasoning_effort": "medium",
2294 "supports_attachments": true
2295 },
2296 {
2297 "id": "openai/o3-mini",
2298 "name": "OpenAI: o3 Mini",
2299 "cost_per_1m_in": 1.1,
2300 "cost_per_1m_out": 4.4,
2301 "cost_per_1m_in_cached": 0,
2302 "cost_per_1m_out_cached": 0.55,
2303 "context_window": 200000,
2304 "default_max_tokens": 50000,
2305 "can_reason": true,
2306 "reasoning_levels": [
2307 "low",
2308 "medium",
2309 "high"
2310 ],
2311 "default_reasoning_effort": "medium",
2312 "supports_attachments": false
2313 },
2314 {
2315 "id": "openai/o3-mini-high",
2316 "name": "OpenAI: o3 Mini High",
2317 "cost_per_1m_in": 1.1,
2318 "cost_per_1m_out": 4.4,
2319 "cost_per_1m_in_cached": 0,
2320 "cost_per_1m_out_cached": 0.55,
2321 "context_window": 200000,
2322 "default_max_tokens": 50000,
2323 "can_reason": true,
2324 "reasoning_levels": [
2325 "low",
2326 "medium",
2327 "high"
2328 ],
2329 "default_reasoning_effort": "medium",
2330 "supports_attachments": false
2331 },
2332 {
2333 "id": "openai/o3-pro",
2334 "name": "OpenAI: o3 Pro",
2335 "cost_per_1m_in": 20,
2336 "cost_per_1m_out": 80,
2337 "cost_per_1m_in_cached": 0,
2338 "cost_per_1m_out_cached": 0,
2339 "context_window": 200000,
2340 "default_max_tokens": 50000,
2341 "can_reason": true,
2342 "reasoning_levels": [
2343 "low",
2344 "medium",
2345 "high"
2346 ],
2347 "default_reasoning_effort": "medium",
2348 "supports_attachments": true
2349 },
2350 {
2351 "id": "openai/o4-mini",
2352 "name": "OpenAI: o4 Mini",
2353 "cost_per_1m_in": 1.1,
2354 "cost_per_1m_out": 4.4,
2355 "cost_per_1m_in_cached": 0,
2356 "cost_per_1m_out_cached": 0.275,
2357 "context_window": 200000,
2358 "default_max_tokens": 50000,
2359 "can_reason": true,
2360 "reasoning_levels": [
2361 "low",
2362 "medium",
2363 "high"
2364 ],
2365 "default_reasoning_effort": "medium",
2366 "supports_attachments": true
2367 },
2368 {
2369 "id": "openai/o4-mini-deep-research",
2370 "name": "OpenAI: o4 Mini Deep Research",
2371 "cost_per_1m_in": 2,
2372 "cost_per_1m_out": 8,
2373 "cost_per_1m_in_cached": 0,
2374 "cost_per_1m_out_cached": 0.5,
2375 "context_window": 200000,
2376 "default_max_tokens": 50000,
2377 "can_reason": true,
2378 "reasoning_levels": [
2379 "low",
2380 "medium",
2381 "high"
2382 ],
2383 "default_reasoning_effort": "medium",
2384 "supports_attachments": true
2385 },
2386 {
2387 "id": "openai/o4-mini-high",
2388 "name": "OpenAI: o4 Mini High",
2389 "cost_per_1m_in": 1.1,
2390 "cost_per_1m_out": 4.4,
2391 "cost_per_1m_in_cached": 0,
2392 "cost_per_1m_out_cached": 0.275,
2393 "context_window": 200000,
2394 "default_max_tokens": 50000,
2395 "can_reason": true,
2396 "reasoning_levels": [
2397 "low",
2398 "medium",
2399 "high"
2400 ],
2401 "default_reasoning_effort": "medium",
2402 "supports_attachments": true
2403 },
2404 {
2405 "id": "prime-intellect/intellect-3",
2406 "name": "Prime Intellect: INTELLECT-3",
2407 "cost_per_1m_in": 0.2,
2408 "cost_per_1m_out": 1.1,
2409 "cost_per_1m_in_cached": 0,
2410 "cost_per_1m_out_cached": 0,
2411 "context_window": 131072,
2412 "default_max_tokens": 65536,
2413 "can_reason": true,
2414 "reasoning_levels": [
2415 "low",
2416 "medium",
2417 "high"
2418 ],
2419 "default_reasoning_effort": "medium",
2420 "supports_attachments": false
2421 },
2422 {
2423 "id": "qwen/qwen-2.5-72b-instruct",
2424 "name": "Qwen2.5 72B Instruct",
2425 "cost_per_1m_in": 0.12,
2426 "cost_per_1m_out": 0.39,
2427 "cost_per_1m_in_cached": 0,
2428 "cost_per_1m_out_cached": 0,
2429 "context_window": 32768,
2430 "default_max_tokens": 8192,
2431 "can_reason": false,
2432 "supports_attachments": false
2433 },
2434 {
2435 "id": "qwen/qwq-32b",
2436 "name": "Qwen: QwQ 32B",
2437 "cost_per_1m_in": 0.15,
2438 "cost_per_1m_out": 0.58,
2439 "cost_per_1m_in_cached": 0,
2440 "cost_per_1m_out_cached": 0,
2441 "context_window": 131072,
2442 "default_max_tokens": 65536,
2443 "can_reason": true,
2444 "reasoning_levels": [
2445 "low",
2446 "medium",
2447 "high"
2448 ],
2449 "default_reasoning_effort": "medium",
2450 "supports_attachments": false
2451 },
2452 {
2453 "id": "qwen/qwen-plus-2025-07-28",
2454 "name": "Qwen: Qwen Plus 0728",
2455 "cost_per_1m_in": 0.26,
2456 "cost_per_1m_out": 0.78,
2457 "cost_per_1m_in_cached": 0.325,
2458 "cost_per_1m_out_cached": 0,
2459 "context_window": 1000000,
2460 "default_max_tokens": 16384,
2461 "can_reason": false,
2462 "supports_attachments": false
2463 },
2464 {
2465 "id": "qwen/qwen-plus-2025-07-28:thinking",
2466 "name": "Qwen: Qwen Plus 0728 (thinking)",
2467 "cost_per_1m_in": 0.26,
2468 "cost_per_1m_out": 0.78,
2469 "cost_per_1m_in_cached": 0.325,
2470 "cost_per_1m_out_cached": 0,
2471 "context_window": 1000000,
2472 "default_max_tokens": 16384,
2473 "can_reason": true,
2474 "reasoning_levels": [
2475 "low",
2476 "medium",
2477 "high"
2478 ],
2479 "default_reasoning_effort": "medium",
2480 "supports_attachments": false
2481 },
2482 {
2483 "id": "qwen/qwen-vl-max",
2484 "name": "Qwen: Qwen VL Max",
2485 "cost_per_1m_in": 0.52,
2486 "cost_per_1m_out": 2.08,
2487 "cost_per_1m_in_cached": 0,
2488 "cost_per_1m_out_cached": 0,
2489 "context_window": 131072,
2490 "default_max_tokens": 16384,
2491 "can_reason": false,
2492 "supports_attachments": true
2493 },
2494 {
2495 "id": "qwen/qwen-max",
2496 "name": "Qwen: Qwen-Max ",
2497 "cost_per_1m_in": 1.04,
2498 "cost_per_1m_out": 4.16,
2499 "cost_per_1m_in_cached": 0,
2500 "cost_per_1m_out_cached": 0.208,
2501 "context_window": 32768,
2502 "default_max_tokens": 4096,
2503 "can_reason": false,
2504 "supports_attachments": false
2505 },
2506 {
2507 "id": "qwen/qwen-plus",
2508 "name": "Qwen: Qwen-Plus",
2509 "cost_per_1m_in": 0.26,
2510 "cost_per_1m_out": 0.78,
2511 "cost_per_1m_in_cached": 0.325,
2512 "cost_per_1m_out_cached": 0.052,
2513 "context_window": 1000000,
2514 "default_max_tokens": 16384,
2515 "can_reason": false,
2516 "supports_attachments": false
2517 },
2518 {
2519 "id": "qwen/qwen-turbo",
2520 "name": "Qwen: Qwen-Turbo",
2521 "cost_per_1m_in": 0.0325,
2522 "cost_per_1m_out": 0.13,
2523 "cost_per_1m_in_cached": 0,
2524 "cost_per_1m_out_cached": 0.0065,
2525 "context_window": 131072,
2526 "default_max_tokens": 4096,
2527 "can_reason": false,
2528 "supports_attachments": false
2529 },
2530 {
2531 "id": "qwen/qwen-2.5-7b-instruct",
2532 "name": "Qwen: Qwen2.5 7B Instruct",
2533 "cost_per_1m_in": 0.04,
2534 "cost_per_1m_out": 0.1,
2535 "cost_per_1m_in_cached": 0,
2536 "cost_per_1m_out_cached": 0.04,
2537 "context_window": 32768,
2538 "default_max_tokens": 4096,
2539 "can_reason": false,
2540 "supports_attachments": false
2541 },
2542 {
2543 "id": "qwen/qwen3-14b",
2544 "name": "Qwen: Qwen3 14B",
2545 "cost_per_1m_in": 0.12,
2546 "cost_per_1m_out": 0.24,
2547 "cost_per_1m_in_cached": 0,
2548 "cost_per_1m_out_cached": 0,
2549 "context_window": 40960,
2550 "default_max_tokens": 20480,
2551 "can_reason": true,
2552 "reasoning_levels": [
2553 "low",
2554 "medium",
2555 "high"
2556 ],
2557 "default_reasoning_effort": "medium",
2558 "supports_attachments": false
2559 },
2560 {
2561 "id": "qwen/qwen3-235b-a22b",
2562 "name": "Qwen: Qwen3 235B A22B",
2563 "cost_per_1m_in": 0.455,
2564 "cost_per_1m_out": 1.82,
2565 "cost_per_1m_in_cached": 0,
2566 "cost_per_1m_out_cached": 0,
2567 "context_window": 131072,
2568 "default_max_tokens": 4096,
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/qwen3-235b-a22b-2507",
2580 "name": "Qwen: Qwen3 235B A22B Instruct 2507",
2581 "cost_per_1m_in": 0.2,
2582 "cost_per_1m_out": 0.8,
2583 "cost_per_1m_in_cached": 0,
2584 "cost_per_1m_out_cached": 0,
2585 "context_window": 262144,
2586 "default_max_tokens": 131072,
2587 "can_reason": false,
2588 "supports_attachments": false
2589 },
2590 {
2591 "id": "qwen/qwen3-235b-a22b-thinking-2507",
2592 "name": "Qwen: Qwen3 235B A22B Thinking 2507",
2593 "cost_per_1m_in": 0.1495,
2594 "cost_per_1m_out": 1.495,
2595 "cost_per_1m_in_cached": 0,
2596 "cost_per_1m_out_cached": 0,
2597 "context_window": 131072,
2598 "default_max_tokens": 13107,
2599 "can_reason": true,
2600 "reasoning_levels": [
2601 "low",
2602 "medium",
2603 "high"
2604 ],
2605 "default_reasoning_effort": "medium",
2606 "supports_attachments": false
2607 },
2608 {
2609 "id": "qwen/qwen3-30b-a3b",
2610 "name": "Qwen: Qwen3 30B A3B",
2611 "cost_per_1m_in": 0.13,
2612 "cost_per_1m_out": 0.52,
2613 "cost_per_1m_in_cached": 0,
2614 "cost_per_1m_out_cached": 0,
2615 "context_window": 131072,
2616 "default_max_tokens": 4096,
2617 "can_reason": true,
2618 "reasoning_levels": [
2619 "low",
2620 "medium",
2621 "high"
2622 ],
2623 "default_reasoning_effort": "medium",
2624 "supports_attachments": false
2625 },
2626 {
2627 "id": "qwen/qwen3-30b-a3b-instruct-2507",
2628 "name": "Qwen: Qwen3 30B A3B Instruct 2507",
2629 "cost_per_1m_in": 0.1,
2630 "cost_per_1m_out": 0.3,
2631 "cost_per_1m_in_cached": 0,
2632 "cost_per_1m_out_cached": 0.1,
2633 "context_window": 262144,
2634 "default_max_tokens": 131072,
2635 "can_reason": false,
2636 "supports_attachments": false
2637 },
2638 {
2639 "id": "qwen/qwen3-30b-a3b-thinking-2507",
2640 "name": "Qwen: Qwen3 30B A3B Thinking 2507",
2641 "cost_per_1m_in": 0.13,
2642 "cost_per_1m_out": 1.56,
2643 "cost_per_1m_in_cached": 0,
2644 "cost_per_1m_out_cached": 0,
2645 "context_window": 81920,
2646 "default_max_tokens": 16384,
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-32b",
2658 "name": "Qwen: Qwen3 32B",
2659 "cost_per_1m_in": 0.104,
2660 "cost_per_1m_out": 0.416,
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-8b",
2676 "name": "Qwen: Qwen3 8B",
2677 "cost_per_1m_in": 0.117,
2678 "cost_per_1m_out": 0.455,
2679 "cost_per_1m_in_cached": 0,
2680 "cost_per_1m_out_cached": 0,
2681 "context_window": 131072,
2682 "default_max_tokens": 4096,
2683 "can_reason": true,
2684 "reasoning_levels": [
2685 "low",
2686 "medium",
2687 "high"
2688 ],
2689 "default_reasoning_effort": "medium",
2690 "supports_attachments": false
2691 },
2692 {
2693 "id": "qwen/qwen3-coder-30b-a3b-instruct",
2694 "name": "Qwen: Qwen3 Coder 30B A3B Instruct",
2695 "cost_per_1m_in": 0.2925,
2696 "cost_per_1m_out": 1.4625,
2697 "cost_per_1m_in_cached": 0,
2698 "cost_per_1m_out_cached": 0,
2699 "context_window": 262144,
2700 "default_max_tokens": 32768,
2701 "can_reason": false,
2702 "supports_attachments": false
2703 },
2704 {
2705 "id": "qwen/qwen3-coder",
2706 "name": "Qwen: Qwen3 Coder 480B A35B",
2707 "cost_per_1m_in": 0.22,
2708 "cost_per_1m_out": 1.8,
2709 "cost_per_1m_in_cached": 0,
2710 "cost_per_1m_out_cached": 0,
2711 "context_window": 262144,
2712 "default_max_tokens": 32768,
2713 "can_reason": false,
2714 "supports_attachments": false
2715 },
2716 {
2717 "id": "qwen/qwen3-coder:free",
2718 "name": "Qwen: Qwen3 Coder 480B A35B (free)",
2719 "cost_per_1m_in": 0,
2720 "cost_per_1m_out": 0,
2721 "cost_per_1m_in_cached": 0,
2722 "cost_per_1m_out_cached": 0,
2723 "context_window": 262000,
2724 "default_max_tokens": 131000,
2725 "can_reason": false,
2726 "supports_attachments": false
2727 },
2728 {
2729 "id": "qwen/qwen3-coder-flash",
2730 "name": "Qwen: Qwen3 Coder Flash",
2731 "cost_per_1m_in": 0.195,
2732 "cost_per_1m_out": 0.975,
2733 "cost_per_1m_in_cached": 0.24375,
2734 "cost_per_1m_out_cached": 0.039,
2735 "context_window": 1000000,
2736 "default_max_tokens": 32768,
2737 "can_reason": false,
2738 "supports_attachments": false
2739 },
2740 {
2741 "id": "qwen/qwen3-coder-next",
2742 "name": "Qwen: Qwen3 Coder Next",
2743 "cost_per_1m_in": 0.15,
2744 "cost_per_1m_out": 0.8,
2745 "cost_per_1m_in_cached": 0,
2746 "cost_per_1m_out_cached": 0.1,
2747 "context_window": 262144,
2748 "default_max_tokens": 131072,
2749 "can_reason": false,
2750 "supports_attachments": false
2751 },
2752 {
2753 "id": "qwen/qwen3-coder-plus",
2754 "name": "Qwen: Qwen3 Coder Plus",
2755 "cost_per_1m_in": 0.65,
2756 "cost_per_1m_out": 3.25,
2757 "cost_per_1m_in_cached": 0.8125,
2758 "cost_per_1m_out_cached": 0.13,
2759 "context_window": 1000000,
2760 "default_max_tokens": 32768,
2761 "can_reason": false,
2762 "supports_attachments": false
2763 },
2764 {
2765 "id": "qwen/qwen3-max",
2766 "name": "Qwen: Qwen3 Max",
2767 "cost_per_1m_in": 0.78,
2768 "cost_per_1m_out": 3.9,
2769 "cost_per_1m_in_cached": 0.975,
2770 "cost_per_1m_out_cached": 0.156,
2771 "context_window": 262144,
2772 "default_max_tokens": 16384,
2773 "can_reason": false,
2774 "supports_attachments": false
2775 },
2776 {
2777 "id": "qwen/qwen3-max-thinking",
2778 "name": "Qwen: Qwen3 Max Thinking",
2779 "cost_per_1m_in": 0.78,
2780 "cost_per_1m_out": 3.9,
2781 "cost_per_1m_in_cached": 0,
2782 "cost_per_1m_out_cached": 0,
2783 "context_window": 262144,
2784 "default_max_tokens": 16384,
2785 "can_reason": true,
2786 "reasoning_levels": [
2787 "low",
2788 "medium",
2789 "high"
2790 ],
2791 "default_reasoning_effort": "medium",
2792 "supports_attachments": false
2793 },
2794 {
2795 "id": "qwen/qwen3-next-80b-a3b-instruct",
2796 "name": "Qwen: Qwen3 Next 80B A3B Instruct",
2797 "cost_per_1m_in": 0.09,
2798 "cost_per_1m_out": 1.1,
2799 "cost_per_1m_in_cached": 0,
2800 "cost_per_1m_out_cached": 0,
2801 "context_window": 262144,
2802 "default_max_tokens": 26214,
2803 "can_reason": false,
2804 "supports_attachments": false
2805 },
2806 {
2807 "id": "qwen/qwen3-next-80b-a3b-instruct:free",
2808 "name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2809 "cost_per_1m_in": 0,
2810 "cost_per_1m_out": 0,
2811 "cost_per_1m_in_cached": 0,
2812 "cost_per_1m_out_cached": 0,
2813 "context_window": 262144,
2814 "default_max_tokens": 26214,
2815 "can_reason": false,
2816 "supports_attachments": false
2817 },
2818 {
2819 "id": "qwen/qwen3-next-80b-a3b-thinking",
2820 "name": "Qwen: Qwen3 Next 80B A3B Thinking",
2821 "cost_per_1m_in": 0.0975,
2822 "cost_per_1m_out": 0.78,
2823 "cost_per_1m_in_cached": 0,
2824 "cost_per_1m_out_cached": 0,
2825 "context_window": 131072,
2826 "default_max_tokens": 16384,
2827 "can_reason": true,
2828 "reasoning_levels": [
2829 "low",
2830 "medium",
2831 "high"
2832 ],
2833 "default_reasoning_effort": "medium",
2834 "supports_attachments": false
2835 },
2836 {
2837 "id": "qwen/qwen3-vl-235b-a22b-instruct",
2838 "name": "Qwen: Qwen3 VL 235B A22B Instruct",
2839 "cost_per_1m_in": 0.26,
2840 "cost_per_1m_out": 1.04,
2841 "cost_per_1m_in_cached": 0,
2842 "cost_per_1m_out_cached": 0,
2843 "context_window": 131072,
2844 "default_max_tokens": 16384,
2845 "can_reason": false,
2846 "supports_attachments": true
2847 },
2848 {
2849 "id": "qwen/qwen3-vl-235b-a22b-thinking",
2850 "name": "Qwen: Qwen3 VL 235B A22B Thinking",
2851 "cost_per_1m_in": 0.26,
2852 "cost_per_1m_out": 2.6,
2853 "cost_per_1m_in_cached": 0,
2854 "cost_per_1m_out_cached": 0,
2855 "context_window": 131072,
2856 "default_max_tokens": 16384,
2857 "can_reason": true,
2858 "reasoning_levels": [
2859 "low",
2860 "medium",
2861 "high"
2862 ],
2863 "default_reasoning_effort": "medium",
2864 "supports_attachments": true
2865 },
2866 {
2867 "id": "qwen/qwen3-vl-30b-a3b-instruct",
2868 "name": "Qwen: Qwen3 VL 30B A3B Instruct",
2869 "cost_per_1m_in": 0.29,
2870 "cost_per_1m_out": 1,
2871 "cost_per_1m_in_cached": 0,
2872 "cost_per_1m_out_cached": 0,
2873 "context_window": 262144,
2874 "default_max_tokens": 131072,
2875 "can_reason": false,
2876 "supports_attachments": true
2877 },
2878 {
2879 "id": "qwen/qwen3-vl-30b-a3b-thinking",
2880 "name": "Qwen: Qwen3 VL 30B A3B Thinking",
2881 "cost_per_1m_in": 0.13,
2882 "cost_per_1m_out": 1.56,
2883 "cost_per_1m_in_cached": 0,
2884 "cost_per_1m_out_cached": 0,
2885 "context_window": 131072,
2886 "default_max_tokens": 16384,
2887 "can_reason": true,
2888 "reasoning_levels": [
2889 "low",
2890 "medium",
2891 "high"
2892 ],
2893 "default_reasoning_effort": "medium",
2894 "supports_attachments": true
2895 },
2896 {
2897 "id": "qwen/qwen3-vl-32b-instruct",
2898 "name": "Qwen: Qwen3 VL 32B Instruct",
2899 "cost_per_1m_in": 0.104,
2900 "cost_per_1m_out": 0.416,
2901 "cost_per_1m_in_cached": 0,
2902 "cost_per_1m_out_cached": 0,
2903 "context_window": 131072,
2904 "default_max_tokens": 16384,
2905 "can_reason": false,
2906 "supports_attachments": true
2907 },
2908 {
2909 "id": "qwen/qwen3-vl-8b-instruct",
2910 "name": "Qwen: Qwen3 VL 8B Instruct",
2911 "cost_per_1m_in": 0.25,
2912 "cost_per_1m_out": 0.75,
2913 "cost_per_1m_in_cached": 0,
2914 "cost_per_1m_out_cached": 0.12,
2915 "context_window": 262144,
2916 "default_max_tokens": 131072,
2917 "can_reason": false,
2918 "supports_attachments": true
2919 },
2920 {
2921 "id": "qwen/qwen3-vl-8b-thinking",
2922 "name": "Qwen: Qwen3 VL 8B Thinking",
2923 "cost_per_1m_in": 0.117,
2924 "cost_per_1m_out": 1.365,
2925 "cost_per_1m_in_cached": 0,
2926 "cost_per_1m_out_cached": 0,
2927 "context_window": 131072,
2928 "default_max_tokens": 16384,
2929 "can_reason": true,
2930 "reasoning_levels": [
2931 "low",
2932 "medium",
2933 "high"
2934 ],
2935 "default_reasoning_effort": "medium",
2936 "supports_attachments": true
2937 },
2938 {
2939 "id": "qwen/qwen3.5-397b-a17b",
2940 "name": "Qwen: Qwen3.5 397B A17B",
2941 "cost_per_1m_in": 0.6,
2942 "cost_per_1m_out": 3.6,
2943 "cost_per_1m_in_cached": 0,
2944 "cost_per_1m_out_cached": 0.3,
2945 "context_window": 262144,
2946 "default_max_tokens": 131072,
2947 "can_reason": true,
2948 "reasoning_levels": [
2949 "low",
2950 "medium",
2951 "high"
2952 ],
2953 "default_reasoning_effort": "medium",
2954 "supports_attachments": true
2955 },
2956 {
2957 "id": "qwen/qwen3.5-plus-02-15",
2958 "name": "Qwen: Qwen3.5 Plus 2026-02-15",
2959 "cost_per_1m_in": 0.26,
2960 "cost_per_1m_out": 1.56,
2961 "cost_per_1m_in_cached": 0.325,
2962 "cost_per_1m_out_cached": 0,
2963 "context_window": 1000000,
2964 "default_max_tokens": 32768,
2965 "can_reason": true,
2966 "reasoning_levels": [
2967 "low",
2968 "medium",
2969 "high"
2970 ],
2971 "default_reasoning_effort": "medium",
2972 "supports_attachments": true
2973 },
2974 {
2975 "id": "qwen/qwen3.5-122b-a10b",
2976 "name": "Qwen: Qwen3.5-122B-A10B",
2977 "cost_per_1m_in": 0.3,
2978 "cost_per_1m_out": 2.4,
2979 "cost_per_1m_in_cached": 0,
2980 "cost_per_1m_out_cached": 0.3,
2981 "context_window": 262144,
2982 "default_max_tokens": 32768,
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.5-27b",
2994 "name": "Qwen: Qwen3.5-27B",
2995 "cost_per_1m_in": 0.27,
2996 "cost_per_1m_out": 2.16,
2997 "cost_per_1m_in_cached": 0,
2998 "cost_per_1m_out_cached": 0.27,
2999 "context_window": 262144,
3000 "default_max_tokens": 32768,
3001 "can_reason": true,
3002 "reasoning_levels": [
3003 "low",
3004 "medium",
3005 "high"
3006 ],
3007 "default_reasoning_effort": "medium",
3008 "supports_attachments": true
3009 },
3010 {
3011 "id": "qwen/qwen3.5-35b-a3b",
3012 "name": "Qwen: Qwen3.5-35B-A3B",
3013 "cost_per_1m_in": 0.225,
3014 "cost_per_1m_out": 1.8,
3015 "cost_per_1m_in_cached": 0,
3016 "cost_per_1m_out_cached": 0.225,
3017 "context_window": 262144,
3018 "default_max_tokens": 32768,
3019 "can_reason": true,
3020 "reasoning_levels": [
3021 "low",
3022 "medium",
3023 "high"
3024 ],
3025 "default_reasoning_effort": "medium",
3026 "supports_attachments": true
3027 },
3028 {
3029 "id": "qwen/qwen3.5-9b",
3030 "name": "Qwen: Qwen3.5-9B",
3031 "cost_per_1m_in": 0.1,
3032 "cost_per_1m_out": 0.15,
3033 "cost_per_1m_in_cached": 0,
3034 "cost_per_1m_out_cached": 0,
3035 "context_window": 262144,
3036 "default_max_tokens": 26214,
3037 "can_reason": true,
3038 "reasoning_levels": [
3039 "low",
3040 "medium",
3041 "high"
3042 ],
3043 "default_reasoning_effort": "medium",
3044 "supports_attachments": true
3045 },
3046 {
3047 "id": "qwen/qwen3.5-flash-02-23",
3048 "name": "Qwen: Qwen3.5-Flash",
3049 "cost_per_1m_in": 0.065,
3050 "cost_per_1m_out": 0.26,
3051 "cost_per_1m_in_cached": 0.08125,
3052 "cost_per_1m_out_cached": 0,
3053 "context_window": 1000000,
3054 "default_max_tokens": 32768,
3055 "can_reason": true,
3056 "reasoning_levels": [
3057 "low",
3058 "medium",
3059 "high"
3060 ],
3061 "default_reasoning_effort": "medium",
3062 "supports_attachments": true
3063 },
3064 {
3065 "id": "qwen/qwen3.6-plus",
3066 "name": "Qwen: Qwen3.6 Plus",
3067 "cost_per_1m_in": 0.325,
3068 "cost_per_1m_out": 1.95,
3069 "cost_per_1m_in_cached": 0.40625,
3070 "cost_per_1m_out_cached": 0,
3071 "context_window": 1000000,
3072 "default_max_tokens": 32768,
3073 "can_reason": true,
3074 "reasoning_levels": [
3075 "low",
3076 "medium",
3077 "high"
3078 ],
3079 "default_reasoning_effort": "medium",
3080 "supports_attachments": true
3081 },
3082 {
3083 "id": "relace/relace-search",
3084 "name": "Relace: Relace Search",
3085 "cost_per_1m_in": 1,
3086 "cost_per_1m_out": 3,
3087 "cost_per_1m_in_cached": 0,
3088 "cost_per_1m_out_cached": 0,
3089 "context_window": 256000,
3090 "default_max_tokens": 64000,
3091 "can_reason": false,
3092 "supports_attachments": false
3093 },
3094 {
3095 "id": "stepfun/step-3.5-flash",
3096 "name": "StepFun: Step 3.5 Flash",
3097 "cost_per_1m_in": 0.1,
3098 "cost_per_1m_out": 0.3,
3099 "cost_per_1m_in_cached": 0,
3100 "cost_per_1m_out_cached": 0,
3101 "context_window": 262144,
3102 "default_max_tokens": 32768,
3103 "can_reason": true,
3104 "reasoning_levels": [
3105 "low",
3106 "medium",
3107 "high"
3108 ],
3109 "default_reasoning_effort": "medium",
3110 "supports_attachments": false
3111 },
3112 {
3113 "id": "tngtech/deepseek-r1t2-chimera",
3114 "name": "TNG: DeepSeek R1T2 Chimera",
3115 "cost_per_1m_in": 0.3,
3116 "cost_per_1m_out": 1.1,
3117 "cost_per_1m_in_cached": 0,
3118 "cost_per_1m_out_cached": 0.15,
3119 "context_window": 163840,
3120 "default_max_tokens": 81920,
3121 "can_reason": true,
3122 "reasoning_levels": [
3123 "low",
3124 "medium",
3125 "high"
3126 ],
3127 "default_reasoning_effort": "medium",
3128 "supports_attachments": false
3129 },
3130 {
3131 "id": "tencent/hy3-preview:free",
3132 "name": "Tencent: Hy3 preview (free)",
3133 "cost_per_1m_in": 0,
3134 "cost_per_1m_out": 0,
3135 "cost_per_1m_in_cached": 0,
3136 "cost_per_1m_out_cached": 0,
3137 "context_window": 262144,
3138 "default_max_tokens": 131072,
3139 "can_reason": true,
3140 "reasoning_levels": [
3141 "low",
3142 "medium",
3143 "high"
3144 ],
3145 "default_reasoning_effort": "medium",
3146 "supports_attachments": false
3147 },
3148 {
3149 "id": "thedrummer/rocinante-12b",
3150 "name": "TheDrummer: Rocinante 12B",
3151 "cost_per_1m_in": 0.17,
3152 "cost_per_1m_out": 0.43,
3153 "cost_per_1m_in_cached": 0,
3154 "cost_per_1m_out_cached": 0,
3155 "context_window": 32768,
3156 "default_max_tokens": 16384,
3157 "can_reason": false,
3158 "supports_attachments": false
3159 },
3160 {
3161 "id": "thedrummer/unslopnemo-12b",
3162 "name": "TheDrummer: UnslopNemo 12B",
3163 "cost_per_1m_in": 0.4,
3164 "cost_per_1m_out": 0.4,
3165 "cost_per_1m_in_cached": 0,
3166 "cost_per_1m_out_cached": 0,
3167 "context_window": 32768,
3168 "default_max_tokens": 16384,
3169 "can_reason": false,
3170 "supports_attachments": false
3171 },
3172 {
3173 "id": "alibaba/tongyi-deepresearch-30b-a3b",
3174 "name": "Tongyi DeepResearch 30B A3B",
3175 "cost_per_1m_in": 0.09,
3176 "cost_per_1m_out": 0.45,
3177 "cost_per_1m_in_cached": 0,
3178 "cost_per_1m_out_cached": 0.09,
3179 "context_window": 131072,
3180 "default_max_tokens": 65536,
3181 "can_reason": true,
3182 "reasoning_levels": [
3183 "low",
3184 "medium",
3185 "high"
3186 ],
3187 "default_reasoning_effort": "medium",
3188 "supports_attachments": false
3189 },
3190 {
3191 "id": "upstage/solar-pro-3",
3192 "name": "Upstage: Solar Pro 3",
3193 "cost_per_1m_in": 0.15,
3194 "cost_per_1m_out": 0.6,
3195 "cost_per_1m_in_cached": 0,
3196 "cost_per_1m_out_cached": 0.015,
3197 "context_window": 128000,
3198 "default_max_tokens": 12800,
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": "xiaomi/mimo-v2-flash",
3210 "name": "Xiaomi: MiMo-V2-Flash",
3211 "cost_per_1m_in": 0.09,
3212 "cost_per_1m_out": 0.29,
3213 "cost_per_1m_in_cached": 0,
3214 "cost_per_1m_out_cached": 0.045,
3215 "context_window": 262144,
3216 "default_max_tokens": 32768,
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": "xiaomi/mimo-v2-omni",
3228 "name": "Xiaomi: MiMo-V2-Omni",
3229 "cost_per_1m_in": 0.4,
3230 "cost_per_1m_out": 2,
3231 "cost_per_1m_in_cached": 0,
3232 "cost_per_1m_out_cached": 0.08,
3233 "context_window": 262144,
3234 "default_max_tokens": 32768,
3235 "can_reason": true,
3236 "reasoning_levels": [
3237 "low",
3238 "medium",
3239 "high"
3240 ],
3241 "default_reasoning_effort": "medium",
3242 "supports_attachments": true
3243 },
3244 {
3245 "id": "xiaomi/mimo-v2-pro",
3246 "name": "Xiaomi: MiMo-V2-Pro",
3247 "cost_per_1m_in": 1,
3248 "cost_per_1m_out": 3,
3249 "cost_per_1m_in_cached": 0,
3250 "cost_per_1m_out_cached": 0.2,
3251 "context_window": 1048576,
3252 "default_max_tokens": 65536,
3253 "can_reason": true,
3254 "reasoning_levels": [
3255 "low",
3256 "medium",
3257 "high"
3258 ],
3259 "default_reasoning_effort": "medium",
3260 "supports_attachments": false
3261 },
3262 {
3263 "id": "xiaomi/mimo-v2.5",
3264 "name": "Xiaomi: MiMo-V2.5",
3265 "cost_per_1m_in": 0.4,
3266 "cost_per_1m_out": 2,
3267 "cost_per_1m_in_cached": 0,
3268 "cost_per_1m_out_cached": 0.08,
3269 "context_window": 1048576,
3270 "default_max_tokens": 65536,
3271 "can_reason": true,
3272 "reasoning_levels": [
3273 "low",
3274 "medium",
3275 "high"
3276 ],
3277 "default_reasoning_effort": "medium",
3278 "supports_attachments": true
3279 },
3280 {
3281 "id": "xiaomi/mimo-v2.5-pro",
3282 "name": "Xiaomi: MiMo-V2.5-Pro",
3283 "cost_per_1m_in": 1,
3284 "cost_per_1m_out": 3,
3285 "cost_per_1m_in_cached": 0,
3286 "cost_per_1m_out_cached": 0.2,
3287 "context_window": 1048576,
3288 "default_max_tokens": 65536,
3289 "can_reason": true,
3290 "reasoning_levels": [
3291 "low",
3292 "medium",
3293 "high"
3294 ],
3295 "default_reasoning_effort": "medium",
3296 "supports_attachments": false
3297 },
3298 {
3299 "id": "z-ai/glm-4-32b",
3300 "name": "Z.ai: GLM 4 32B ",
3301 "cost_per_1m_in": 0.1,
3302 "cost_per_1m_out": 0.1,
3303 "cost_per_1m_in_cached": 0,
3304 "cost_per_1m_out_cached": 0,
3305 "context_window": 128000,
3306 "default_max_tokens": 12800,
3307 "can_reason": false,
3308 "supports_attachments": false
3309 },
3310 {
3311 "id": "z-ai/glm-4.5",
3312 "name": "Z.ai: GLM 4.5",
3313 "cost_per_1m_in": 0.6,
3314 "cost_per_1m_out": 2.2,
3315 "cost_per_1m_in_cached": 0,
3316 "cost_per_1m_out_cached": 0.11,
3317 "context_window": 131072,
3318 "default_max_tokens": 49152,
3319 "can_reason": true,
3320 "reasoning_levels": [
3321 "low",
3322 "medium",
3323 "high"
3324 ],
3325 "default_reasoning_effort": "medium",
3326 "supports_attachments": false
3327 },
3328 {
3329 "id": "z-ai/glm-4.5-air",
3330 "name": "Z.ai: GLM 4.5 Air",
3331 "cost_per_1m_in": 0.13,
3332 "cost_per_1m_out": 0.85,
3333 "cost_per_1m_in_cached": 0,
3334 "cost_per_1m_out_cached": 0.025,
3335 "context_window": 131072,
3336 "default_max_tokens": 49152,
3337 "can_reason": true,
3338 "reasoning_levels": [
3339 "low",
3340 "medium",
3341 "high"
3342 ],
3343 "default_reasoning_effort": "medium",
3344 "supports_attachments": false
3345 },
3346 {
3347 "id": "z-ai/glm-4.5-air:free",
3348 "name": "Z.ai: GLM 4.5 Air (free)",
3349 "cost_per_1m_in": 0,
3350 "cost_per_1m_out": 0,
3351 "cost_per_1m_in_cached": 0,
3352 "cost_per_1m_out_cached": 0,
3353 "context_window": 131072,
3354 "default_max_tokens": 48000,
3355 "can_reason": true,
3356 "reasoning_levels": [
3357 "low",
3358 "medium",
3359 "high"
3360 ],
3361 "default_reasoning_effort": "medium",
3362 "supports_attachments": false
3363 },
3364 {
3365 "id": "z-ai/glm-4.5v",
3366 "name": "Z.ai: GLM 4.5V",
3367 "cost_per_1m_in": 0.6,
3368 "cost_per_1m_out": 1.8,
3369 "cost_per_1m_in_cached": 0,
3370 "cost_per_1m_out_cached": 0.11,
3371 "context_window": 65536,
3372 "default_max_tokens": 8192,
3373 "can_reason": true,
3374 "reasoning_levels": [
3375 "low",
3376 "medium",
3377 "high"
3378 ],
3379 "default_reasoning_effort": "medium",
3380 "supports_attachments": true
3381 },
3382 {
3383 "id": "z-ai/glm-4.6",
3384 "name": "Z.ai: GLM 4.6",
3385 "cost_per_1m_in": 0.39,
3386 "cost_per_1m_out": 1.9,
3387 "cost_per_1m_in_cached": 0,
3388 "cost_per_1m_out_cached": 0,
3389 "context_window": 204800,
3390 "default_max_tokens": 102400,
3391 "can_reason": true,
3392 "reasoning_levels": [
3393 "low",
3394 "medium",
3395 "high"
3396 ],
3397 "default_reasoning_effort": "medium",
3398 "supports_attachments": false
3399 },
3400 {
3401 "id": "z-ai/glm-4.6v",
3402 "name": "Z.ai: GLM 4.6V",
3403 "cost_per_1m_in": 0.3,
3404 "cost_per_1m_out": 0.9,
3405 "cost_per_1m_in_cached": 0,
3406 "cost_per_1m_out_cached": 0.05,
3407 "context_window": 131072,
3408 "default_max_tokens": 12000,
3409 "can_reason": true,
3410 "reasoning_levels": [
3411 "low",
3412 "medium",
3413 "high"
3414 ],
3415 "default_reasoning_effort": "medium",
3416 "supports_attachments": true
3417 },
3418 {
3419 "id": "z-ai/glm-4.7",
3420 "name": "Z.ai: GLM 4.7",
3421 "cost_per_1m_in": 0.45,
3422 "cost_per_1m_out": 2.2,
3423 "cost_per_1m_in_cached": 0,
3424 "cost_per_1m_out_cached": 0.11,
3425 "context_window": 204800,
3426 "default_max_tokens": 102400,
3427 "can_reason": true,
3428 "reasoning_levels": [
3429 "low",
3430 "medium",
3431 "high"
3432 ],
3433 "default_reasoning_effort": "medium",
3434 "supports_attachments": false
3435 },
3436 {
3437 "id": "z-ai/glm-4.7-flash",
3438 "name": "Z.ai: GLM 4.7 Flash",
3439 "cost_per_1m_in": 0.06,
3440 "cost_per_1m_out": 0.4,
3441 "cost_per_1m_in_cached": 0,
3442 "cost_per_1m_out_cached": 0.01,
3443 "context_window": 202752,
3444 "default_max_tokens": 20275,
3445 "can_reason": true,
3446 "reasoning_levels": [
3447 "low",
3448 "medium",
3449 "high"
3450 ],
3451 "default_reasoning_effort": "medium",
3452 "supports_attachments": false
3453 },
3454 {
3455 "id": "z-ai/glm-5",
3456 "name": "Z.ai: GLM 5",
3457 "cost_per_1m_in": 0.95,
3458 "cost_per_1m_out": 2.55,
3459 "cost_per_1m_in_cached": 0,
3460 "cost_per_1m_out_cached": 0.2,
3461 "context_window": 204800,
3462 "default_max_tokens": 65536,
3463 "can_reason": true,
3464 "reasoning_levels": [
3465 "low",
3466 "medium",
3467 "high"
3468 ],
3469 "default_reasoning_effort": "medium",
3470 "supports_attachments": false
3471 },
3472 {
3473 "id": "z-ai/glm-5-turbo",
3474 "name": "Z.ai: GLM 5 Turbo",
3475 "cost_per_1m_in": 1.2,
3476 "cost_per_1m_out": 4,
3477 "cost_per_1m_in_cached": 0,
3478 "cost_per_1m_out_cached": 0.24,
3479 "context_window": 262144,
3480 "default_max_tokens": 65536,
3481 "can_reason": true,
3482 "reasoning_levels": [
3483 "low",
3484 "medium",
3485 "high"
3486 ],
3487 "default_reasoning_effort": "medium",
3488 "supports_attachments": false
3489 },
3490 {
3491 "id": "z-ai/glm-5.1",
3492 "name": "Z.ai: GLM 5.1",
3493 "cost_per_1m_in": 1.4,
3494 "cost_per_1m_out": 4.4,
3495 "cost_per_1m_in_cached": 0,
3496 "cost_per_1m_out_cached": 0.26,
3497 "context_window": 204800,
3498 "default_max_tokens": 65536,
3499 "can_reason": true,
3500 "reasoning_levels": [
3501 "low",
3502 "medium",
3503 "high"
3504 ],
3505 "default_reasoning_effort": "medium",
3506 "supports_attachments": false
3507 },
3508 {
3509 "id": "z-ai/glm-5v-turbo",
3510 "name": "Z.ai: GLM 5V Turbo",
3511 "cost_per_1m_in": 1.2,
3512 "cost_per_1m_out": 4,
3513 "cost_per_1m_in_cached": 0,
3514 "cost_per_1m_out_cached": 0.24,
3515 "context_window": 202752,
3516 "default_max_tokens": 65536,
3517 "can_reason": true,
3518 "reasoning_levels": [
3519 "low",
3520 "medium",
3521 "high"
3522 ],
3523 "default_reasoning_effort": "medium",
3524 "supports_attachments": true
3525 },
3526 {
3527 "id": "inclusionai/ling-2.6-1t:free",
3528 "name": "inclusionAI: Ling-2.6-1T (free)",
3529 "cost_per_1m_in": 0,
3530 "cost_per_1m_out": 0,
3531 "cost_per_1m_in_cached": 0,
3532 "cost_per_1m_out_cached": 0,
3533 "context_window": 262144,
3534 "default_max_tokens": 16384,
3535 "can_reason": false,
3536 "supports_attachments": false
3537 },
3538 {
3539 "id": "inclusionai/ling-2.6-flash:free",
3540 "name": "inclusionAI: Ling-2.6-flash (free)",
3541 "cost_per_1m_in": 0,
3542 "cost_per_1m_out": 0,
3543 "cost_per_1m_in_cached": 0,
3544 "cost_per_1m_out_cached": 0,
3545 "context_window": 262144,
3546 "default_max_tokens": 16384,
3547 "can_reason": false,
3548 "supports_attachments": false
3549 },
3550 {
3551 "id": "x-ai/grok-3",
3552 "name": "xAI: Grok 3",
3553 "cost_per_1m_in": 3,
3554 "cost_per_1m_out": 15,
3555 "cost_per_1m_in_cached": 0,
3556 "cost_per_1m_out_cached": 0.75,
3557 "context_window": 131072,
3558 "default_max_tokens": 13107,
3559 "can_reason": false,
3560 "supports_attachments": false
3561 },
3562 {
3563 "id": "x-ai/grok-3-beta",
3564 "name": "xAI: Grok 3 Beta",
3565 "cost_per_1m_in": 3,
3566 "cost_per_1m_out": 15,
3567 "cost_per_1m_in_cached": 0,
3568 "cost_per_1m_out_cached": 0.75,
3569 "context_window": 131072,
3570 "default_max_tokens": 13107,
3571 "can_reason": false,
3572 "supports_attachments": false
3573 },
3574 {
3575 "id": "x-ai/grok-3-mini",
3576 "name": "xAI: Grok 3 Mini",
3577 "cost_per_1m_in": 0.6,
3578 "cost_per_1m_out": 4,
3579 "cost_per_1m_in_cached": 0,
3580 "cost_per_1m_out_cached": 0.15,
3581 "context_window": 131072,
3582 "default_max_tokens": 13107,
3583 "can_reason": true,
3584 "reasoning_levels": [
3585 "low",
3586 "medium",
3587 "high"
3588 ],
3589 "default_reasoning_effort": "medium",
3590 "supports_attachments": false
3591 },
3592 {
3593 "id": "x-ai/grok-3-mini-beta",
3594 "name": "xAI: Grok 3 Mini Beta",
3595 "cost_per_1m_in": 0.6,
3596 "cost_per_1m_out": 4,
3597 "cost_per_1m_in_cached": 0,
3598 "cost_per_1m_out_cached": 0.15,
3599 "context_window": 131072,
3600 "default_max_tokens": 13107,
3601 "can_reason": true,
3602 "reasoning_levels": [
3603 "low",
3604 "medium",
3605 "high"
3606 ],
3607 "default_reasoning_effort": "medium",
3608 "supports_attachments": false
3609 },
3610 {
3611 "id": "x-ai/grok-4",
3612 "name": "xAI: Grok 4",
3613 "cost_per_1m_in": 3,
3614 "cost_per_1m_out": 15,
3615 "cost_per_1m_in_cached": 0,
3616 "cost_per_1m_out_cached": 0.75,
3617 "context_window": 256000,
3618 "default_max_tokens": 25600,
3619 "can_reason": true,
3620 "reasoning_levels": [
3621 "low",
3622 "medium",
3623 "high"
3624 ],
3625 "default_reasoning_effort": "medium",
3626 "supports_attachments": true
3627 },
3628 {
3629 "id": "x-ai/grok-4-fast",
3630 "name": "xAI: Grok 4 Fast",
3631 "cost_per_1m_in": 0.2,
3632 "cost_per_1m_out": 0.5,
3633 "cost_per_1m_in_cached": 0,
3634 "cost_per_1m_out_cached": 0.05,
3635 "context_window": 2000000,
3636 "default_max_tokens": 15000,
3637 "can_reason": true,
3638 "reasoning_levels": [
3639 "low",
3640 "medium",
3641 "high"
3642 ],
3643 "default_reasoning_effort": "medium",
3644 "supports_attachments": true
3645 },
3646 {
3647 "id": "x-ai/grok-4.1-fast",
3648 "name": "xAI: Grok 4.1 Fast",
3649 "cost_per_1m_in": 0.2,
3650 "cost_per_1m_out": 0.5,
3651 "cost_per_1m_in_cached": 0,
3652 "cost_per_1m_out_cached": 0.05,
3653 "context_window": 2000000,
3654 "default_max_tokens": 15000,
3655 "can_reason": true,
3656 "reasoning_levels": [
3657 "low",
3658 "medium",
3659 "high"
3660 ],
3661 "default_reasoning_effort": "medium",
3662 "supports_attachments": true
3663 },
3664 {
3665 "id": "x-ai/grok-4.20",
3666 "name": "xAI: Grok 4.20",
3667 "cost_per_1m_in": 2,
3668 "cost_per_1m_out": 6,
3669 "cost_per_1m_in_cached": 0,
3670 "cost_per_1m_out_cached": 0.2,
3671 "context_window": 2000000,
3672 "default_max_tokens": 200000,
3673 "can_reason": true,
3674 "reasoning_levels": [
3675 "low",
3676 "medium",
3677 "high"
3678 ],
3679 "default_reasoning_effort": "medium",
3680 "supports_attachments": true
3681 },
3682 {
3683 "id": "x-ai/grok-code-fast-1",
3684 "name": "xAI: Grok Code Fast 1",
3685 "cost_per_1m_in": 0.2,
3686 "cost_per_1m_out": 1.5,
3687 "cost_per_1m_in_cached": 0,
3688 "cost_per_1m_out_cached": 0.02,
3689 "context_window": 256000,
3690 "default_max_tokens": 5000,
3691 "can_reason": true,
3692 "reasoning_levels": [
3693 "low",
3694 "medium",
3695 "high"
3696 ],
3697 "default_reasoning_effort": "medium",
3698 "supports_attachments": false
3699 }
3700 ],
3701 "default_headers": {
3702 "HTTP-Referer": "https://charm.land",
3703 "X-Title": "Crush"
3704 }
3705}