1{
2 "name": "AIHubMix",
3 "id": "aihubmix",
4 "api_key": "$AIHUBMIX_API_KEY",
5 "api_endpoint": "https://aihubmix.com/v1",
6 "type": "openai-compat",
7 "default_large_model_id": "gpt-5",
8 "default_small_model_id": "gpt-5-nano",
9 "models": [
10 {
11 "id": "AiHubmix-Phi-4-mini-reasoning",
12 "name": "Aihubmix Phi 4 Mini (reasoning)",
13 "cost_per_1m_in": 0.12,
14 "cost_per_1m_out": 0.12,
15 "cost_per_1m_in_cached": 0,
16 "cost_per_1m_out_cached": 0,
17 "context_window": 128000,
18 "default_max_tokens": 4000,
19 "can_reason": false,
20 "supports_attachments": false
21 },
22 {
23 "id": "AiHubmix-Phi-4-reasoning",
24 "name": "Aihubmix Phi 4 (reasoning)",
25 "cost_per_1m_in": 0.2,
26 "cost_per_1m_out": 0.2,
27 "cost_per_1m_in_cached": 0,
28 "cost_per_1m_out_cached": 0,
29 "context_window": 128000,
30 "default_max_tokens": 4000,
31 "can_reason": true,
32 "reasoning_levels": [
33 "low",
34 "medium",
35 "high"
36 ],
37 "default_reasoning_effort": "medium",
38 "supports_attachments": false
39 },
40 {
41 "id": "ByteDance-Seed/Seed-OSS-36B-Instruct",
42 "name": "Seed Oss 36B Instruct",
43 "cost_per_1m_in": 0.2,
44 "cost_per_1m_out": 0.534,
45 "cost_per_1m_in_cached": 0,
46 "cost_per_1m_out_cached": 0,
47 "context_window": 256000,
48 "default_max_tokens": 32000,
49 "can_reason": false,
50 "supports_attachments": true
51 },
52 {
53 "id": "DeepSeek-R1",
54 "name": "DeepSeek R1",
55 "cost_per_1m_in": 0.4,
56 "cost_per_1m_out": 2,
57 "cost_per_1m_in_cached": 0,
58 "cost_per_1m_out_cached": 0,
59 "context_window": 1638000,
60 "default_max_tokens": 163800,
61 "can_reason": false,
62 "supports_attachments": false
63 },
64 {
65 "id": "DeepSeek-V3",
66 "name": "DeepSeek V3",
67 "cost_per_1m_in": 0.272,
68 "cost_per_1m_out": 1.088,
69 "cost_per_1m_in_cached": 0,
70 "cost_per_1m_out_cached": 0,
71 "context_window": 1638000,
72 "default_max_tokens": 163800,
73 "can_reason": false,
74 "supports_attachments": false
75 },
76 {
77 "id": "DeepSeek-V3-Fast",
78 "name": "DeepSeek V3 Fast",
79 "cost_per_1m_in": 0.56,
80 "cost_per_1m_out": 2.24,
81 "cost_per_1m_in_cached": 0,
82 "cost_per_1m_out_cached": 0,
83 "context_window": 32000,
84 "default_max_tokens": 3200,
85 "can_reason": false,
86 "supports_attachments": false
87 },
88 {
89 "id": "DeepSeek-V3.1-Fast",
90 "name": "DeepSeek V3.1 Fast",
91 "cost_per_1m_in": 1.096,
92 "cost_per_1m_out": 3.288,
93 "cost_per_1m_in_cached": 0,
94 "cost_per_1m_out_cached": 0,
95 "context_window": 163000,
96 "default_max_tokens": 16300,
97 "can_reason": false,
98 "supports_attachments": false
99 },
100 {
101 "id": "DeepSeek-V3.1-Terminus",
102 "name": "DeepSeek V3.1 Terminus",
103 "cost_per_1m_in": 0.56,
104 "cost_per_1m_out": 1.68,
105 "cost_per_1m_in_cached": 0,
106 "cost_per_1m_out_cached": 0,
107 "context_window": 160000,
108 "default_max_tokens": 32000,
109 "can_reason": false,
110 "supports_attachments": false
111 },
112 {
113 "id": "DeepSeek-V3.1-Think",
114 "name": "DeepSeek V3.1 Thinking",
115 "cost_per_1m_in": 0.56,
116 "cost_per_1m_out": 1.68,
117 "cost_per_1m_in_cached": 0,
118 "cost_per_1m_out_cached": 0,
119 "context_window": 128000,
120 "default_max_tokens": 32000,
121 "can_reason": true,
122 "reasoning_levels": [
123 "low",
124 "medium",
125 "high"
126 ],
127 "default_reasoning_effort": "medium",
128 "supports_attachments": false
129 },
130 {
131 "id": "DeepSeek-V3.2-Exp",
132 "name": "DeepSeek V3.2 Exp",
133 "cost_per_1m_in": 0.274,
134 "cost_per_1m_out": 0.411,
135 "cost_per_1m_in_cached": 0,
136 "cost_per_1m_out_cached": 0.0274,
137 "context_window": 163000,
138 "default_max_tokens": 16300,
139 "can_reason": false,
140 "supports_attachments": false
141 },
142 {
143 "id": "DeepSeek-V3.2-Exp-Think",
144 "name": "DeepSeek V3.2 Exp Thinking",
145 "cost_per_1m_in": 0.274,
146 "cost_per_1m_out": 0.411,
147 "cost_per_1m_in_cached": 0,
148 "cost_per_1m_out_cached": 0.0274,
149 "context_window": 131000,
150 "default_max_tokens": 64000,
151 "can_reason": true,
152 "reasoning_levels": [
153 "low",
154 "medium",
155 "high"
156 ],
157 "default_reasoning_effort": "medium",
158 "supports_attachments": false
159 },
160 {
161 "id": "ERNIE-X1.1-Preview",
162 "name": "ERNIE X1.1 Preview",
163 "cost_per_1m_in": 0.136,
164 "cost_per_1m_out": 0.544,
165 "cost_per_1m_in_cached": 0,
166 "cost_per_1m_out_cached": 0,
167 "context_window": 119000,
168 "default_max_tokens": 11900,
169 "can_reason": true,
170 "reasoning_levels": [
171 "low",
172 "medium",
173 "high"
174 ],
175 "default_reasoning_effort": "medium",
176 "supports_attachments": false
177 },
178 {
179 "id": "Kimi-K2-0905",
180 "name": "Kimi K2 0905",
181 "cost_per_1m_in": 0.548,
182 "cost_per_1m_out": 2.192,
183 "cost_per_1m_in_cached": 0,
184 "cost_per_1m_out_cached": 0,
185 "context_window": 262144,
186 "default_max_tokens": 26214,
187 "can_reason": false,
188 "supports_attachments": false
189 },
190 {
191 "id": "aihub-Phi-4-mini-instruct",
192 "name": "Aihub Phi 4 Mini Instruct",
193 "cost_per_1m_in": 0.12,
194 "cost_per_1m_out": 0.48,
195 "cost_per_1m_in_cached": 0,
196 "cost_per_1m_out_cached": 0,
197 "context_window": 128000,
198 "default_max_tokens": 4000,
199 "can_reason": false,
200 "supports_attachments": false
201 },
202 {
203 "id": "aihub-Phi-4-multimodal-instruct",
204 "name": "Aihub Phi 4 Multimodal Instruct",
205 "cost_per_1m_in": 0.12,
206 "cost_per_1m_out": 0.48,
207 "cost_per_1m_in_cached": 0,
208 "cost_per_1m_out_cached": 0,
209 "context_window": 128000,
210 "default_max_tokens": 4000,
211 "can_reason": false,
212 "supports_attachments": true
213 },
214 {
215 "id": "anthropic-opus-4-6",
216 "name": "Anthropic Opus 4.6",
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": "claude-3-5-haiku",
234 "name": "Claude 3.5 Haiku",
235 "cost_per_1m_in": 1.1,
236 "cost_per_1m_out": 5.5,
237 "cost_per_1m_in_cached": 0,
238 "cost_per_1m_out_cached": 0,
239 "context_window": 200000,
240 "default_max_tokens": 8192,
241 "can_reason": false,
242 "supports_attachments": true
243 },
244 {
245 "id": "claude-3-5-sonnet",
246 "name": "Claude 3.5 Sonnet",
247 "cost_per_1m_in": 3.3,
248 "cost_per_1m_out": 16.5,
249 "cost_per_1m_in_cached": 0,
250 "cost_per_1m_out_cached": 0,
251 "context_window": 200000,
252 "default_max_tokens": 8192,
253 "can_reason": false,
254 "supports_attachments": true
255 },
256 {
257 "id": "claude-3-5-sonnet-20240620",
258 "name": "Claude 3.5 Sonnet 20240620",
259 "cost_per_1m_in": 3.3,
260 "cost_per_1m_out": 16.5,
261 "cost_per_1m_in_cached": 0,
262 "cost_per_1m_out_cached": 0,
263 "context_window": 200000,
264 "default_max_tokens": 8192,
265 "can_reason": false,
266 "supports_attachments": true
267 },
268 {
269 "id": "claude-3-7-sonnet",
270 "name": "Claude 3.7 Sonnet",
271 "cost_per_1m_in": 3.3,
272 "cost_per_1m_out": 16.5,
273 "cost_per_1m_in_cached": 0,
274 "cost_per_1m_out_cached": 0,
275 "context_window": 200000,
276 "default_max_tokens": 20000,
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": "claude-haiku-4-5",
288 "name": "Claude Haiku 4.5",
289 "cost_per_1m_in": 1.1,
290 "cost_per_1m_out": 5.5,
291 "cost_per_1m_in_cached": 1.375,
292 "cost_per_1m_out_cached": 0.11,
293 "context_window": 204800,
294 "default_max_tokens": 20480,
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": "claude-opus-4-0",
306 "name": "Claude Opus 4.0",
307 "cost_per_1m_in": 16.5,
308 "cost_per_1m_out": 82.5,
309 "cost_per_1m_in_cached": 0,
310 "cost_per_1m_out_cached": 0,
311 "context_window": 200000,
312 "default_max_tokens": 32000,
313 "can_reason": false,
314 "supports_attachments": true
315 },
316 {
317 "id": "claude-opus-4-1",
318 "name": "Claude Opus 4.1",
319 "cost_per_1m_in": 16.5,
320 "cost_per_1m_out": 82.5,
321 "cost_per_1m_in_cached": 0,
322 "cost_per_1m_out_cached": 0,
323 "context_window": 200000,
324 "default_max_tokens": 32000,
325 "can_reason": true,
326 "reasoning_levels": [
327 "low",
328 "medium",
329 "high"
330 ],
331 "default_reasoning_effort": "medium",
332 "supports_attachments": true
333 },
334 {
335 "id": "claude-opus-4-5",
336 "name": "Claude Opus 4.5",
337 "cost_per_1m_in": 5,
338 "cost_per_1m_out": 25,
339 "cost_per_1m_in_cached": 6.25,
340 "cost_per_1m_out_cached": 0.5,
341 "context_window": 200000,
342 "default_max_tokens": 32000,
343 "can_reason": true,
344 "reasoning_levels": [
345 "low",
346 "medium",
347 "high"
348 ],
349 "default_reasoning_effort": "medium",
350 "supports_attachments": true
351 },
352 {
353 "id": "claude-opus-4-5-think",
354 "name": "Claude Opus 4.5 Thinking",
355 "cost_per_1m_in": 5,
356 "cost_per_1m_out": 25,
357 "cost_per_1m_in_cached": 6.25,
358 "cost_per_1m_out_cached": 0.5,
359 "context_window": 200000,
360 "default_max_tokens": 32000,
361 "can_reason": true,
362 "reasoning_levels": [
363 "low",
364 "medium",
365 "high"
366 ],
367 "default_reasoning_effort": "medium",
368 "supports_attachments": true
369 },
370 {
371 "id": "claude-opus-4-6",
372 "name": "Claude Opus 4.6",
373 "cost_per_1m_in": 5,
374 "cost_per_1m_out": 25,
375 "cost_per_1m_in_cached": 6.25,
376 "cost_per_1m_out_cached": 0.5,
377 "context_window": 200000,
378 "default_max_tokens": 32000,
379 "can_reason": true,
380 "reasoning_levels": [
381 "low",
382 "medium",
383 "high"
384 ],
385 "default_reasoning_effort": "medium",
386 "supports_attachments": true
387 },
388 {
389 "id": "claude-opus-4-6-think",
390 "name": "Claude Opus 4.6 Thinking",
391 "cost_per_1m_in": 5,
392 "cost_per_1m_out": 25,
393 "cost_per_1m_in_cached": 6.25,
394 "cost_per_1m_out_cached": 0.5,
395 "context_window": 200000,
396 "default_max_tokens": 32000,
397 "can_reason": true,
398 "reasoning_levels": [
399 "low",
400 "medium",
401 "high"
402 ],
403 "default_reasoning_effort": "medium",
404 "supports_attachments": true
405 },
406 {
407 "id": "claude-sonnet-4-0",
408 "name": "Claude Sonnet 4.0",
409 "cost_per_1m_in": 3.3,
410 "cost_per_1m_out": 16.5,
411 "cost_per_1m_in_cached": 4.125,
412 "cost_per_1m_out_cached": 0.33,
413 "context_window": 1000000,
414 "default_max_tokens": 64000,
415 "can_reason": true,
416 "reasoning_levels": [
417 "low",
418 "medium",
419 "high"
420 ],
421 "default_reasoning_effort": "medium",
422 "supports_attachments": true
423 },
424 {
425 "id": "claude-sonnet-4-5",
426 "name": "Claude Sonnet 4.5",
427 "cost_per_1m_in": 3.3,
428 "cost_per_1m_out": 16.5,
429 "cost_per_1m_in_cached": 4.125,
430 "cost_per_1m_out_cached": 0.33,
431 "context_window": 1000000,
432 "default_max_tokens": 64000,
433 "can_reason": true,
434 "reasoning_levels": [
435 "low",
436 "medium",
437 "high"
438 ],
439 "default_reasoning_effort": "medium",
440 "supports_attachments": true
441 },
442 {
443 "id": "claude-sonnet-4-5-think",
444 "name": "Claude Sonnet 4.5 Thinking",
445 "cost_per_1m_in": 3.3,
446 "cost_per_1m_out": 16.5,
447 "cost_per_1m_in_cached": 4.125,
448 "cost_per_1m_out_cached": 0.33,
449 "context_window": 1000000,
450 "default_max_tokens": 64000,
451 "can_reason": true,
452 "reasoning_levels": [
453 "low",
454 "medium",
455 "high"
456 ],
457 "default_reasoning_effort": "medium",
458 "supports_attachments": true
459 },
460 {
461 "id": "claude-sonnet-4-6",
462 "name": "Claude Sonnet 4.6",
463 "cost_per_1m_in": 3,
464 "cost_per_1m_out": 15,
465 "cost_per_1m_in_cached": 3.75,
466 "cost_per_1m_out_cached": 0.3,
467 "context_window": 1000000,
468 "default_max_tokens": 64000,
469 "can_reason": true,
470 "reasoning_levels": [
471 "low",
472 "medium",
473 "high"
474 ],
475 "default_reasoning_effort": "medium",
476 "supports_attachments": true
477 },
478 {
479 "id": "claude-sonnet-4-6-think",
480 "name": "Claude Sonnet 4.6 Thinking",
481 "cost_per_1m_in": 3,
482 "cost_per_1m_out": 15,
483 "cost_per_1m_in_cached": 3.75,
484 "cost_per_1m_out_cached": 0.3,
485 "context_window": 200000,
486 "default_max_tokens": 32000,
487 "can_reason": true,
488 "reasoning_levels": [
489 "low",
490 "medium",
491 "high"
492 ],
493 "default_reasoning_effort": "medium",
494 "supports_attachments": true
495 },
496 {
497 "id": "coding-glm-4.6-free",
498 "name": "Coding GLM 4.6 (free)",
499 "cost_per_1m_in": 0,
500 "cost_per_1m_out": 0,
501 "cost_per_1m_in_cached": 0,
502 "cost_per_1m_out_cached": 0,
503 "context_window": 200000,
504 "default_max_tokens": 20000,
505 "can_reason": true,
506 "reasoning_levels": [
507 "low",
508 "medium",
509 "high"
510 ],
511 "default_reasoning_effort": "medium",
512 "supports_attachments": false
513 },
514 {
515 "id": "coding-minimax-m2",
516 "name": "Coding MiniMax M2",
517 "cost_per_1m_in": 0.2,
518 "cost_per_1m_out": 0.2,
519 "cost_per_1m_in_cached": 0,
520 "cost_per_1m_out_cached": 0,
521 "context_window": 204800,
522 "default_max_tokens": 13100,
523 "can_reason": true,
524 "reasoning_levels": [
525 "low",
526 "medium",
527 "high"
528 ],
529 "default_reasoning_effort": "medium",
530 "supports_attachments": false
531 },
532 {
533 "id": "coding-minimax-m2-free",
534 "name": "Coding MiniMax M2 (free)",
535 "cost_per_1m_in": 0,
536 "cost_per_1m_out": 0,
537 "cost_per_1m_in_cached": 0,
538 "cost_per_1m_out_cached": 0,
539 "context_window": 204800,
540 "default_max_tokens": 13100,
541 "can_reason": true,
542 "reasoning_levels": [
543 "low",
544 "medium",
545 "high"
546 ],
547 "default_reasoning_effort": "medium",
548 "supports_attachments": false
549 },
550 {
551 "id": "coding-minimax-m2.1",
552 "name": "Coding MiniMax M2.1",
553 "cost_per_1m_in": 0.2,
554 "cost_per_1m_out": 0.2,
555 "cost_per_1m_in_cached": 0,
556 "cost_per_1m_out_cached": 0,
557 "context_window": 204800,
558 "default_max_tokens": 13100,
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": "coding-minimax-m2.1-free",
570 "name": "Coding MiniMax M2.1 (free)",
571 "cost_per_1m_in": 0,
572 "cost_per_1m_out": 0,
573 "cost_per_1m_in_cached": 0,
574 "cost_per_1m_out_cached": 0,
575 "context_window": 204800,
576 "default_max_tokens": 13100,
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": "coding-minimax-m2.5",
588 "name": "Coding MiniMax M2.5",
589 "cost_per_1m_in": 0.2,
590 "cost_per_1m_out": 0.2,
591 "cost_per_1m_in_cached": 0,
592 "cost_per_1m_out_cached": 0,
593 "context_window": 204800,
594 "default_max_tokens": 13100,
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": "coding-minimax-m2.5-free",
606 "name": "Coding MiniMax M2.5 (free)",
607 "cost_per_1m_in": 0,
608 "cost_per_1m_out": 0,
609 "cost_per_1m_in_cached": 0,
610 "cost_per_1m_out_cached": 0,
611 "context_window": 204800,
612 "default_max_tokens": 13100,
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": "coding-minimax-m2.5-highspeed",
624 "name": "Coding MiniMax M2.5 Highspeed",
625 "cost_per_1m_in": 0.2,
626 "cost_per_1m_out": 0.2,
627 "cost_per_1m_in_cached": 0,
628 "cost_per_1m_out_cached": 0,
629 "context_window": 204800,
630 "default_max_tokens": 13100,
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": "coding-minimax-m2.7",
642 "name": "Coding MiniMax M2.7",
643 "cost_per_1m_in": 0.2,
644 "cost_per_1m_out": 0.2,
645 "cost_per_1m_in_cached": 0,
646 "cost_per_1m_out_cached": 0,
647 "context_window": 204800,
648 "default_max_tokens": 13100,
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": "coding-minimax-m2.7-free",
660 "name": "Coding MiniMax M2.7 (free)",
661 "cost_per_1m_in": 0,
662 "cost_per_1m_out": 0,
663 "cost_per_1m_in_cached": 0,
664 "cost_per_1m_out_cached": 0,
665 "context_window": 204800,
666 "default_max_tokens": 13100,
667 "can_reason": true,
668 "reasoning_levels": [
669 "low",
670 "medium",
671 "high"
672 ],
673 "default_reasoning_effort": "medium",
674 "supports_attachments": false
675 },
676 {
677 "id": "coding-minimax-m2.7-highspeed",
678 "name": "Coding MiniMax M2.7 Highspeed",
679 "cost_per_1m_in": 0.2,
680 "cost_per_1m_out": 0.2,
681 "cost_per_1m_in_cached": 0,
682 "cost_per_1m_out_cached": 0,
683 "context_window": 204800,
684 "default_max_tokens": 13100,
685 "can_reason": true,
686 "reasoning_levels": [
687 "low",
688 "medium",
689 "high"
690 ],
691 "default_reasoning_effort": "medium",
692 "supports_attachments": false
693 },
694 {
695 "id": "deepseek-math-v2",
696 "name": "DeepSeek Math V2",
697 "cost_per_1m_in": 0.492,
698 "cost_per_1m_out": 1.968,
699 "cost_per_1m_in_cached": 0,
700 "cost_per_1m_out_cached": 0.0984,
701 "context_window": 163000,
702 "default_max_tokens": 16300,
703 "can_reason": true,
704 "reasoning_levels": [
705 "low",
706 "medium",
707 "high"
708 ],
709 "default_reasoning_effort": "medium",
710 "supports_attachments": false
711 },
712 {
713 "id": "deepseek-v3.2",
714 "name": "DeepSeek V3.2",
715 "cost_per_1m_in": 0.302,
716 "cost_per_1m_out": 0.453,
717 "cost_per_1m_in_cached": 0,
718 "cost_per_1m_out_cached": 0.0302,
719 "context_window": 128000,
720 "default_max_tokens": 64000,
721 "can_reason": true,
722 "reasoning_levels": [
723 "low",
724 "medium",
725 "high"
726 ],
727 "default_reasoning_effort": "medium",
728 "supports_attachments": false
729 },
730 {
731 "id": "deepseek-v3.2-fast",
732 "name": "DeepSeek V3.2 Fast",
733 "cost_per_1m_in": 1.096,
734 "cost_per_1m_out": 3.288,
735 "cost_per_1m_in_cached": 0,
736 "cost_per_1m_out_cached": 1.096,
737 "context_window": 128000,
738 "default_max_tokens": 12800,
739 "can_reason": true,
740 "reasoning_levels": [
741 "low",
742 "medium",
743 "high"
744 ],
745 "default_reasoning_effort": "medium",
746 "supports_attachments": false
747 },
748 {
749 "id": "deepseek-v3.2-speciale",
750 "name": "DeepSeek V3.2 Speciale",
751 "cost_per_1m_in": 0.58,
752 "cost_per_1m_out": 1.68003,
753 "cost_per_1m_in_cached": 0,
754 "cost_per_1m_out_cached": 0,
755 "context_window": 128000,
756 "default_max_tokens": 12800,
757 "can_reason": true,
758 "reasoning_levels": [
759 "low",
760 "medium",
761 "high"
762 ],
763 "default_reasoning_effort": "medium",
764 "supports_attachments": false
765 },
766 {
767 "id": "deepseek-v3.2-think",
768 "name": "DeepSeek V3.2 Thinking",
769 "cost_per_1m_in": 0.302,
770 "cost_per_1m_out": 0.453,
771 "cost_per_1m_in_cached": 0,
772 "cost_per_1m_out_cached": 0.0302,
773 "context_window": 128000,
774 "default_max_tokens": 64000,
775 "can_reason": true,
776 "reasoning_levels": [
777 "low",
778 "medium",
779 "high"
780 ],
781 "default_reasoning_effort": "medium",
782 "supports_attachments": false
783 },
784 {
785 "id": "doubao-seed-1-6",
786 "name": "Doubao Seed 1.6",
787 "cost_per_1m_in": 0.18,
788 "cost_per_1m_out": 1.8,
789 "cost_per_1m_in_cached": 0,
790 "cost_per_1m_out_cached": 0.036,
791 "context_window": 256000,
792 "default_max_tokens": 32000,
793 "can_reason": false,
794 "supports_attachments": true
795 },
796 {
797 "id": "doubao-seed-1-6-flash",
798 "name": "Doubao Seed 1.6 Flash",
799 "cost_per_1m_in": 0.044,
800 "cost_per_1m_out": 0.44,
801 "cost_per_1m_in_cached": 0,
802 "cost_per_1m_out_cached": 0.0088,
803 "context_window": 256000,
804 "default_max_tokens": 33000,
805 "can_reason": false,
806 "supports_attachments": true
807 },
808 {
809 "id": "doubao-seed-1-6-lite",
810 "name": "Doubao Seed 1.6 Lite",
811 "cost_per_1m_in": 0.082,
812 "cost_per_1m_out": 0.656,
813 "cost_per_1m_in_cached": 0,
814 "cost_per_1m_out_cached": 0.0164,
815 "context_window": 256000,
816 "default_max_tokens": 32000,
817 "can_reason": false,
818 "supports_attachments": true
819 },
820 {
821 "id": "doubao-seed-1-6-thinking",
822 "name": "Doubao Seed 1.6 Thinking",
823 "cost_per_1m_in": 0.18,
824 "cost_per_1m_out": 1.8,
825 "cost_per_1m_in_cached": 0,
826 "cost_per_1m_out_cached": 0.036,
827 "context_window": 256000,
828 "default_max_tokens": 32000,
829 "can_reason": false,
830 "supports_attachments": true
831 },
832 {
833 "id": "doubao-seed-1-8",
834 "name": "Doubao Seed 1.8",
835 "cost_per_1m_in": 0.10959,
836 "cost_per_1m_out": 0.27398,
837 "cost_per_1m_in_cached": 0,
838 "cost_per_1m_out_cached": 0.02192,
839 "context_window": 256000,
840 "default_max_tokens": 64000,
841 "can_reason": true,
842 "reasoning_levels": [
843 "low",
844 "medium",
845 "high"
846 ],
847 "default_reasoning_effort": "medium",
848 "supports_attachments": true
849 },
850 {
851 "id": "doubao-seed-2-0-code-preview",
852 "name": "Doubao Seed 2.0 Code Preview",
853 "cost_per_1m_in": 0.4822,
854 "cost_per_1m_out": 2.411,
855 "cost_per_1m_in_cached": 0,
856 "cost_per_1m_out_cached": 0.09644,
857 "context_window": 256000,
858 "default_max_tokens": 128000,
859 "can_reason": true,
860 "reasoning_levels": [
861 "low",
862 "medium",
863 "high"
864 ],
865 "default_reasoning_effort": "medium",
866 "supports_attachments": true
867 },
868 {
869 "id": "doubao-seed-2-0-lite",
870 "name": "Doubao Seed 2.0 Lite",
871 "cost_per_1m_in": 0.09041,
872 "cost_per_1m_out": 0.54246,
873 "cost_per_1m_in_cached": 0,
874 "cost_per_1m_out_cached": 0.01808,
875 "context_window": 256000,
876 "default_max_tokens": 32000,
877 "can_reason": true,
878 "reasoning_levels": [
879 "low",
880 "medium",
881 "high"
882 ],
883 "default_reasoning_effort": "medium",
884 "supports_attachments": true
885 },
886 {
887 "id": "doubao-seed-2-0-mini",
888 "name": "Doubao Seed 2.0 Mini",
889 "cost_per_1m_in": 0.03014,
890 "cost_per_1m_out": 0.30136,
891 "cost_per_1m_in_cached": 0,
892 "cost_per_1m_out_cached": 0.00603,
893 "context_window": 256000,
894 "default_max_tokens": 32000,
895 "can_reason": true,
896 "reasoning_levels": [
897 "low",
898 "medium",
899 "high"
900 ],
901 "default_reasoning_effort": "medium",
902 "supports_attachments": true
903 },
904 {
905 "id": "doubao-seed-2-0-pro",
906 "name": "Doubao Seed 2.0 Pro",
907 "cost_per_1m_in": 0.4822,
908 "cost_per_1m_out": 2.411,
909 "cost_per_1m_in_cached": 0,
910 "cost_per_1m_out_cached": 0.09644,
911 "context_window": 256000,
912 "default_max_tokens": 128000,
913 "can_reason": true,
914 "reasoning_levels": [
915 "low",
916 "medium",
917 "high"
918 ],
919 "default_reasoning_effort": "medium",
920 "supports_attachments": true
921 },
922 {
923 "id": "ernie-4.5",
924 "name": "ERNIE 4.5",
925 "cost_per_1m_in": 0.068,
926 "cost_per_1m_out": 0.272,
927 "cost_per_1m_in_cached": 0,
928 "cost_per_1m_out_cached": 0,
929 "context_window": 160000,
930 "default_max_tokens": 64000,
931 "can_reason": false,
932 "supports_attachments": true
933 },
934 {
935 "id": "ernie-4.5-turbo-latest",
936 "name": "ERNIE 4.5 Turbo",
937 "cost_per_1m_in": 0.11,
938 "cost_per_1m_out": 0.44,
939 "cost_per_1m_in_cached": 0,
940 "cost_per_1m_out_cached": 0,
941 "context_window": 135000,
942 "default_max_tokens": 12000,
943 "can_reason": false,
944 "supports_attachments": true
945 },
946 {
947 "id": "ernie-4.5-turbo-vl",
948 "name": "ERNIE 4.5 Turbo VL",
949 "cost_per_1m_in": 0.4,
950 "cost_per_1m_out": 1.2,
951 "cost_per_1m_in_cached": 0,
952 "cost_per_1m_out_cached": 0,
953 "context_window": 139000,
954 "default_max_tokens": 16000,
955 "can_reason": false,
956 "supports_attachments": true
957 },
958 {
959 "id": "ernie-5.0-thinking-exp",
960 "name": "ERNIE 5.0 Thinking Exp",
961 "cost_per_1m_in": 0.82192,
962 "cost_per_1m_out": 3.28768,
963 "cost_per_1m_in_cached": 0,
964 "cost_per_1m_out_cached": 0.82192,
965 "context_window": 119000,
966 "default_max_tokens": 11900,
967 "can_reason": true,
968 "reasoning_levels": [
969 "low",
970 "medium",
971 "high"
972 ],
973 "default_reasoning_effort": "medium",
974 "supports_attachments": true
975 },
976 {
977 "id": "ernie-5.0-thinking-preview",
978 "name": "ERNIE 5.0 Thinking Preview",
979 "cost_per_1m_in": 0.822,
980 "cost_per_1m_out": 3.288,
981 "cost_per_1m_in_cached": 0,
982 "cost_per_1m_out_cached": 0.822,
983 "context_window": 183000,
984 "default_max_tokens": 64000,
985 "can_reason": true,
986 "reasoning_levels": [
987 "low",
988 "medium",
989 "high"
990 ],
991 "default_reasoning_effort": "medium",
992 "supports_attachments": false
993 },
994 {
995 "id": "ernie-x1-turbo",
996 "name": "ERNIE X1 Turbo",
997 "cost_per_1m_in": 0.136,
998 "cost_per_1m_out": 0.544,
999 "cost_per_1m_in_cached": 0,
1000 "cost_per_1m_out_cached": 0,
1001 "context_window": 50500,
1002 "default_max_tokens": 5050,
1003 "can_reason": true,
1004 "reasoning_levels": [
1005 "low",
1006 "medium",
1007 "high"
1008 ],
1009 "default_reasoning_effort": "medium",
1010 "supports_attachments": false
1011 },
1012 {
1013 "id": "gemini-2.0-flash",
1014 "name": "Gemini 2.0 Flash",
1015 "cost_per_1m_in": 0.1,
1016 "cost_per_1m_out": 0.4,
1017 "cost_per_1m_in_cached": 0,
1018 "cost_per_1m_out_cached": 0.025,
1019 "context_window": 1048576,
1020 "default_max_tokens": 8192,
1021 "can_reason": false,
1022 "supports_attachments": true
1023 },
1024 {
1025 "id": "gemini-2.5-flash",
1026 "name": "Gemini 2.5 Flash",
1027 "cost_per_1m_in": 0.3,
1028 "cost_per_1m_out": 2.499,
1029 "cost_per_1m_in_cached": 0,
1030 "cost_per_1m_out_cached": 0.03,
1031 "context_window": 1048576,
1032 "default_max_tokens": 65536,
1033 "can_reason": false,
1034 "supports_attachments": true
1035 },
1036 {
1037 "id": "gemini-2.5-flash-image",
1038 "name": "Gemini 2.5 Flash Image",
1039 "cost_per_1m_in": 0.3,
1040 "cost_per_1m_out": 2.499,
1041 "cost_per_1m_in_cached": 0,
1042 "cost_per_1m_out_cached": 0.3,
1043 "context_window": 32800,
1044 "default_max_tokens": 8000,
1045 "can_reason": false,
1046 "supports_attachments": true
1047 },
1048 {
1049 "id": "gemini-2.5-flash-lite",
1050 "name": "Gemini 2.5 Flash Lite",
1051 "cost_per_1m_in": 0.1,
1052 "cost_per_1m_out": 0.4,
1053 "cost_per_1m_in_cached": 0,
1054 "cost_per_1m_out_cached": 0.01,
1055 "context_window": 1048576,
1056 "default_max_tokens": 65536,
1057 "can_reason": false,
1058 "supports_attachments": true
1059 },
1060 {
1061 "id": "gemini-2.5-flash-lite-nothink",
1062 "name": "Gemini 2.5 Flash Lite (no think)",
1063 "cost_per_1m_in": 0.1,
1064 "cost_per_1m_out": 0.4,
1065 "cost_per_1m_in_cached": 0,
1066 "cost_per_1m_out_cached": 0.01,
1067 "context_window": 1048576,
1068 "default_max_tokens": 65536,
1069 "can_reason": false,
1070 "supports_attachments": true
1071 },
1072 {
1073 "id": "gemini-2.5-flash-lite-preview-09-2025",
1074 "name": "Gemini 2.5 Flash Lite Preview 09 2025",
1075 "cost_per_1m_in": 0.1,
1076 "cost_per_1m_out": 0.4,
1077 "cost_per_1m_in_cached": 0,
1078 "cost_per_1m_out_cached": 0.01,
1079 "context_window": 1048576,
1080 "default_max_tokens": 65536,
1081 "can_reason": false,
1082 "supports_attachments": true
1083 },
1084 {
1085 "id": "gemini-2.5-flash-lite-preview-09-2025-nothink",
1086 "name": "Gemini 2.5 Flash Lite Preview 09 2025 (no think)",
1087 "cost_per_1m_in": 0.1,
1088 "cost_per_1m_out": 0.4,
1089 "cost_per_1m_in_cached": 0,
1090 "cost_per_1m_out_cached": 0.01,
1091 "context_window": 1048576,
1092 "default_max_tokens": 65536,
1093 "can_reason": false,
1094 "supports_attachments": true
1095 },
1096 {
1097 "id": "gemini-2.5-flash-nothink",
1098 "name": "Gemini 2.5 Flash (no think)",
1099 "cost_per_1m_in": 0.3,
1100 "cost_per_1m_out": 2.499,
1101 "cost_per_1m_in_cached": 0,
1102 "cost_per_1m_out_cached": 0.03,
1103 "context_window": 1047576,
1104 "default_max_tokens": 65536,
1105 "can_reason": false,
1106 "supports_attachments": true
1107 },
1108 {
1109 "id": "gemini-2.5-flash-preview-05-20-nothink",
1110 "name": "Gemini 2.5 Flash Preview 05-20 (no think)",
1111 "cost_per_1m_in": 0.3,
1112 "cost_per_1m_out": 2.499,
1113 "cost_per_1m_in_cached": 0,
1114 "cost_per_1m_out_cached": 0.03,
1115 "context_window": 1048576,
1116 "default_max_tokens": 65536,
1117 "can_reason": false,
1118 "supports_attachments": true
1119 },
1120 {
1121 "id": "gemini-2.5-flash-preview-05-20-search",
1122 "name": "Gemini 2.5 Flash Preview 05-20 Search",
1123 "cost_per_1m_in": 0.3,
1124 "cost_per_1m_out": 2.499,
1125 "cost_per_1m_in_cached": 0,
1126 "cost_per_1m_out_cached": 0.03,
1127 "context_window": 1048576,
1128 "default_max_tokens": 65536,
1129 "can_reason": false,
1130 "supports_attachments": true
1131 },
1132 {
1133 "id": "gemini-2.5-flash-preview-09-2025",
1134 "name": "Gemini 2.5 Flash Preview 09 2025",
1135 "cost_per_1m_in": 0.3,
1136 "cost_per_1m_out": 2.499,
1137 "cost_per_1m_in_cached": 0,
1138 "cost_per_1m_out_cached": 0.03,
1139 "context_window": 1048576,
1140 "default_max_tokens": 65536,
1141 "can_reason": false,
1142 "supports_attachments": true
1143 },
1144 {
1145 "id": "gemini-2.5-flash-search",
1146 "name": "Gemini 2.5 Flash Search",
1147 "cost_per_1m_in": 0.3,
1148 "cost_per_1m_out": 2.499,
1149 "cost_per_1m_in_cached": 0,
1150 "cost_per_1m_out_cached": 0.03,
1151 "context_window": 1048576,
1152 "default_max_tokens": 65536,
1153 "can_reason": false,
1154 "supports_attachments": true
1155 },
1156 {
1157 "id": "gemini-2.5-pro",
1158 "name": "Gemini 2.5 Pro",
1159 "cost_per_1m_in": 1.25,
1160 "cost_per_1m_out": 10,
1161 "cost_per_1m_in_cached": 0,
1162 "cost_per_1m_out_cached": 0.125,
1163 "context_window": 1048576,
1164 "default_max_tokens": 65536,
1165 "can_reason": true,
1166 "reasoning_levels": [
1167 "low",
1168 "medium",
1169 "high"
1170 ],
1171 "default_reasoning_effort": "medium",
1172 "supports_attachments": true
1173 },
1174 {
1175 "id": "gemini-2.5-pro-preview-05-06",
1176 "name": "Gemini 2.5 Pro Preview 05-06",
1177 "cost_per_1m_in": 1.25,
1178 "cost_per_1m_out": 10,
1179 "cost_per_1m_in_cached": 0,
1180 "cost_per_1m_out_cached": 0.125,
1181 "context_window": 1048576,
1182 "default_max_tokens": 65536,
1183 "can_reason": true,
1184 "reasoning_levels": [
1185 "low",
1186 "medium",
1187 "high"
1188 ],
1189 "default_reasoning_effort": "medium",
1190 "supports_attachments": true
1191 },
1192 {
1193 "id": "gemini-2.5-pro-preview-06-05",
1194 "name": "Gemini 2.5 Pro Preview 06-05",
1195 "cost_per_1m_in": 1.25,
1196 "cost_per_1m_out": 10,
1197 "cost_per_1m_in_cached": 0,
1198 "cost_per_1m_out_cached": 0.125,
1199 "context_window": 1048576,
1200 "default_max_tokens": 65536,
1201 "can_reason": true,
1202 "reasoning_levels": [
1203 "low",
1204 "medium",
1205 "high"
1206 ],
1207 "default_reasoning_effort": "medium",
1208 "supports_attachments": true
1209 },
1210 {
1211 "id": "gemini-2.5-pro-search",
1212 "name": "Gemini 2.5 Pro Search",
1213 "cost_per_1m_in": 1.25,
1214 "cost_per_1m_out": 10,
1215 "cost_per_1m_in_cached": 0,
1216 "cost_per_1m_out_cached": 0.125,
1217 "context_window": 1048576,
1218 "default_max_tokens": 65536,
1219 "can_reason": true,
1220 "reasoning_levels": [
1221 "low",
1222 "medium",
1223 "high"
1224 ],
1225 "default_reasoning_effort": "medium",
1226 "supports_attachments": true
1227 },
1228 {
1229 "id": "gemini-3-flash-preview",
1230 "name": "Gemini 3 Flash Preview",
1231 "cost_per_1m_in": 0.5,
1232 "cost_per_1m_out": 3,
1233 "cost_per_1m_in_cached": 0,
1234 "cost_per_1m_out_cached": 0.05,
1235 "context_window": 1048576,
1236 "default_max_tokens": 104857,
1237 "can_reason": true,
1238 "reasoning_levels": [
1239 "low",
1240 "medium",
1241 "high"
1242 ],
1243 "default_reasoning_effort": "medium",
1244 "supports_attachments": true
1245 },
1246 {
1247 "id": "gemini-3-flash-preview-free",
1248 "name": "Gemini 3 Flash Preview (free)",
1249 "cost_per_1m_in": 0,
1250 "cost_per_1m_out": 0,
1251 "cost_per_1m_in_cached": 0,
1252 "cost_per_1m_out_cached": 0,
1253 "context_window": 1048576,
1254 "default_max_tokens": 65536,
1255 "can_reason": true,
1256 "reasoning_levels": [
1257 "low",
1258 "medium",
1259 "high"
1260 ],
1261 "default_reasoning_effort": "medium",
1262 "supports_attachments": true
1263 },
1264 {
1265 "id": "gemini-3-flash-preview-search",
1266 "name": "Gemini 3 Flash Preview Search",
1267 "cost_per_1m_in": 0.5,
1268 "cost_per_1m_out": 3,
1269 "cost_per_1m_in_cached": 0,
1270 "cost_per_1m_out_cached": 0.05,
1271 "context_window": 1048576,
1272 "default_max_tokens": 104857,
1273 "can_reason": true,
1274 "reasoning_levels": [
1275 "low",
1276 "medium",
1277 "high"
1278 ],
1279 "default_reasoning_effort": "medium",
1280 "supports_attachments": true
1281 },
1282 {
1283 "id": "gemini-3.1-flash-lite-preview",
1284 "name": "Gemini 3.1 Flash Lite Preview",
1285 "cost_per_1m_in": 0.25,
1286 "cost_per_1m_out": 1.5,
1287 "cost_per_1m_in_cached": 0,
1288 "cost_per_1m_out_cached": 0.25,
1289 "context_window": 1000000,
1290 "default_max_tokens": 64000,
1291 "can_reason": true,
1292 "reasoning_levels": [
1293 "low",
1294 "medium",
1295 "high"
1296 ],
1297 "default_reasoning_effort": "medium",
1298 "supports_attachments": true
1299 },
1300 {
1301 "id": "gemini-3.1-flash-lite-preview-nothink",
1302 "name": "Gemini 3.1 Flash Lite Preview (no think)",
1303 "cost_per_1m_in": 0.25,
1304 "cost_per_1m_out": 1.5,
1305 "cost_per_1m_in_cached": 0,
1306 "cost_per_1m_out_cached": 0.25,
1307 "context_window": 1000000,
1308 "default_max_tokens": 64000,
1309 "can_reason": true,
1310 "reasoning_levels": [
1311 "low",
1312 "medium",
1313 "high"
1314 ],
1315 "default_reasoning_effort": "medium",
1316 "supports_attachments": true
1317 },
1318 {
1319 "id": "gemini-3.1-pro-preview",
1320 "name": "Gemini 3.1 Pro Preview",
1321 "cost_per_1m_in": 2,
1322 "cost_per_1m_out": 12,
1323 "cost_per_1m_in_cached": 0,
1324 "cost_per_1m_out_cached": 0.2,
1325 "context_window": 1000000,
1326 "default_max_tokens": 64000,
1327 "can_reason": true,
1328 "reasoning_levels": [
1329 "low",
1330 "medium",
1331 "high"
1332 ],
1333 "default_reasoning_effort": "medium",
1334 "supports_attachments": true
1335 },
1336 {
1337 "id": "gemini-3.1-pro-preview-customtools",
1338 "name": "Gemini 3.1 Pro Preview Customtools",
1339 "cost_per_1m_in": 2,
1340 "cost_per_1m_out": 12,
1341 "cost_per_1m_in_cached": 0,
1342 "cost_per_1m_out_cached": 0.2,
1343 "context_window": 1000000,
1344 "default_max_tokens": 64000,
1345 "can_reason": true,
1346 "reasoning_levels": [
1347 "low",
1348 "medium",
1349 "high"
1350 ],
1351 "default_reasoning_effort": "medium",
1352 "supports_attachments": true
1353 },
1354 {
1355 "id": "glm-4.5v",
1356 "name": "GLM 4.5 Vision",
1357 "cost_per_1m_in": 0.274,
1358 "cost_per_1m_out": 0.822,
1359 "cost_per_1m_in_cached": 0,
1360 "cost_per_1m_out_cached": 0.274,
1361 "context_window": 64000,
1362 "default_max_tokens": 16384,
1363 "can_reason": false,
1364 "supports_attachments": true
1365 },
1366 {
1367 "id": "glm-4.6",
1368 "name": "GLM 4.6",
1369 "cost_per_1m_in": 0,
1370 "cost_per_1m_out": 0,
1371 "cost_per_1m_in_cached": 0,
1372 "cost_per_1m_out_cached": 0,
1373 "context_window": 204800,
1374 "default_max_tokens": 20480,
1375 "can_reason": true,
1376 "reasoning_levels": [
1377 "low",
1378 "medium",
1379 "high"
1380 ],
1381 "default_reasoning_effort": "medium",
1382 "supports_attachments": false
1383 },
1384 {
1385 "id": "glm-4.6v",
1386 "name": "GLM 4.6 Vision",
1387 "cost_per_1m_in": 0.137,
1388 "cost_per_1m_out": 0.411,
1389 "cost_per_1m_in_cached": 0,
1390 "cost_per_1m_out_cached": 0.0274,
1391 "context_window": 128000,
1392 "default_max_tokens": 12800,
1393 "can_reason": false,
1394 "supports_attachments": true
1395 },
1396 {
1397 "id": "glm-4.7",
1398 "name": "GLM 4.7",
1399 "cost_per_1m_in": 0.27397,
1400 "cost_per_1m_out": 1.0959,
1401 "cost_per_1m_in_cached": 0,
1402 "cost_per_1m_out_cached": 0.0548,
1403 "context_window": 200000,
1404 "default_max_tokens": 20000,
1405 "can_reason": true,
1406 "reasoning_levels": [
1407 "low",
1408 "medium",
1409 "high"
1410 ],
1411 "default_reasoning_effort": "medium",
1412 "supports_attachments": false
1413 },
1414 {
1415 "id": "glm-5",
1416 "name": "GLM 5",
1417 "cost_per_1m_in": 0.88,
1418 "cost_per_1m_out": 2.816,
1419 "cost_per_1m_in_cached": 0,
1420 "cost_per_1m_out_cached": 0.176,
1421 "context_window": 202752,
1422 "default_max_tokens": 20275,
1423 "can_reason": true,
1424 "reasoning_levels": [
1425 "low",
1426 "medium",
1427 "high"
1428 ],
1429 "default_reasoning_effort": "medium",
1430 "supports_attachments": false
1431 },
1432 {
1433 "id": "glm-5-turbo",
1434 "name": "GLM 5 Turbo",
1435 "cost_per_1m_in": 1.2,
1436 "cost_per_1m_out": 3.9996,
1437 "cost_per_1m_in_cached": 0,
1438 "cost_per_1m_out_cached": 0.24,
1439 "context_window": 202752,
1440 "default_max_tokens": 20275,
1441 "can_reason": true,
1442 "reasoning_levels": [
1443 "low",
1444 "medium",
1445 "high"
1446 ],
1447 "default_reasoning_effort": "medium",
1448 "supports_attachments": false
1449 },
1450 {
1451 "id": "glm-5.1",
1452 "name": "GLM 5.1",
1453 "cost_per_1m_in": 0.845,
1454 "cost_per_1m_out": 3.38,
1455 "cost_per_1m_in_cached": 0,
1456 "cost_per_1m_out_cached": 0.18311,
1457 "context_window": 200000,
1458 "default_max_tokens": 20000,
1459 "can_reason": true,
1460 "reasoning_levels": [
1461 "low",
1462 "medium",
1463 "high"
1464 ],
1465 "default_reasoning_effort": "medium",
1466 "supports_attachments": false
1467 },
1468 {
1469 "id": "glm-5v-turbo",
1470 "name": "GLM 5 Vision Turbo",
1471 "cost_per_1m_in": 0.7042,
1472 "cost_per_1m_out": 3.09848,
1473 "cost_per_1m_in_cached": 0,
1474 "cost_per_1m_out_cached": 0.16901,
1475 "context_window": 200000,
1476 "default_max_tokens": 20000,
1477 "can_reason": false,
1478 "supports_attachments": true
1479 },
1480 {
1481 "id": "gpt-4.1",
1482 "name": "GPT 4.1",
1483 "cost_per_1m_in": 2,
1484 "cost_per_1m_out": 8,
1485 "cost_per_1m_in_cached": 0,
1486 "cost_per_1m_out_cached": 0.5,
1487 "context_window": 1047576,
1488 "default_max_tokens": 32768,
1489 "can_reason": false,
1490 "supports_attachments": true
1491 },
1492 {
1493 "id": "gpt-4.1-free",
1494 "name": "GPT 4.1 (free)",
1495 "cost_per_1m_in": 0,
1496 "cost_per_1m_out": 0,
1497 "cost_per_1m_in_cached": 0,
1498 "cost_per_1m_out_cached": 0,
1499 "context_window": 1047576,
1500 "default_max_tokens": 32768,
1501 "can_reason": false,
1502 "supports_attachments": true
1503 },
1504 {
1505 "id": "gpt-4.1-mini",
1506 "name": "GPT 4.1 Mini",
1507 "cost_per_1m_in": 0.4,
1508 "cost_per_1m_out": 1.6,
1509 "cost_per_1m_in_cached": 0,
1510 "cost_per_1m_out_cached": 0.1,
1511 "context_window": 1047576,
1512 "default_max_tokens": 32768,
1513 "can_reason": false,
1514 "supports_attachments": true
1515 },
1516 {
1517 "id": "gpt-4.1-mini-free",
1518 "name": "GPT 4.1 Mini (free)",
1519 "cost_per_1m_in": 0,
1520 "cost_per_1m_out": 0,
1521 "cost_per_1m_in_cached": 0,
1522 "cost_per_1m_out_cached": 0,
1523 "context_window": 1047576,
1524 "default_max_tokens": 32768,
1525 "can_reason": false,
1526 "supports_attachments": true
1527 },
1528 {
1529 "id": "gpt-4.1-nano",
1530 "name": "GPT 4.1 Nano",
1531 "cost_per_1m_in": 0.1,
1532 "cost_per_1m_out": 0.4,
1533 "cost_per_1m_in_cached": 0,
1534 "cost_per_1m_out_cached": 0.025,
1535 "context_window": 1047576,
1536 "default_max_tokens": 32768,
1537 "can_reason": false,
1538 "supports_attachments": true
1539 },
1540 {
1541 "id": "gpt-4.1-nano-free",
1542 "name": "GPT 4.1 Nano (free)",
1543 "cost_per_1m_in": 0,
1544 "cost_per_1m_out": 0,
1545 "cost_per_1m_in_cached": 0,
1546 "cost_per_1m_out_cached": 0,
1547 "context_window": 1047576,
1548 "default_max_tokens": 32768,
1549 "can_reason": false,
1550 "supports_attachments": true
1551 },
1552 {
1553 "id": "gpt-4o",
1554 "name": "GPT 4o",
1555 "cost_per_1m_in": 2.5,
1556 "cost_per_1m_out": 10,
1557 "cost_per_1m_in_cached": 0,
1558 "cost_per_1m_out_cached": 1.25,
1559 "context_window": 128000,
1560 "default_max_tokens": 16384,
1561 "can_reason": false,
1562 "supports_attachments": true
1563 },
1564 {
1565 "id": "gpt-4o-2024-11-20",
1566 "name": "GPT 4o 2024 11-20",
1567 "cost_per_1m_in": 2.5,
1568 "cost_per_1m_out": 10,
1569 "cost_per_1m_in_cached": 0,
1570 "cost_per_1m_out_cached": 1.25,
1571 "context_window": 128000,
1572 "default_max_tokens": 16384,
1573 "can_reason": false,
1574 "supports_attachments": true
1575 },
1576 {
1577 "id": "gpt-4o-audio-preview",
1578 "name": "GPT 4o Audio Preview",
1579 "cost_per_1m_in": 2.5,
1580 "cost_per_1m_out": 10,
1581 "cost_per_1m_in_cached": 0,
1582 "cost_per_1m_out_cached": 0,
1583 "context_window": 128000,
1584 "default_max_tokens": 16384,
1585 "can_reason": false,
1586 "supports_attachments": false
1587 },
1588 {
1589 "id": "gpt-4o-free",
1590 "name": "GPT 4o (free)",
1591 "cost_per_1m_in": 0,
1592 "cost_per_1m_out": 0,
1593 "cost_per_1m_in_cached": 0,
1594 "cost_per_1m_out_cached": 0,
1595 "context_window": 1047576,
1596 "default_max_tokens": 32768,
1597 "can_reason": false,
1598 "supports_attachments": true
1599 },
1600 {
1601 "id": "gpt-4o-mini",
1602 "name": "GPT 4o Mini",
1603 "cost_per_1m_in": 0.15,
1604 "cost_per_1m_out": 0.6,
1605 "cost_per_1m_in_cached": 0,
1606 "cost_per_1m_out_cached": 0.075,
1607 "context_window": 128000,
1608 "default_max_tokens": 16384,
1609 "can_reason": false,
1610 "supports_attachments": true
1611 },
1612 {
1613 "id": "gpt-4o-mini-search-preview",
1614 "name": "GPT 4o Mini Search Preview",
1615 "cost_per_1m_in": 0.15,
1616 "cost_per_1m_out": 0.6,
1617 "cost_per_1m_in_cached": 0,
1618 "cost_per_1m_out_cached": 0.075,
1619 "context_window": 128000,
1620 "default_max_tokens": 16384,
1621 "can_reason": false,
1622 "supports_attachments": true
1623 },
1624 {
1625 "id": "gpt-4o-search-preview",
1626 "name": "GPT 4o Search Preview",
1627 "cost_per_1m_in": 2.5,
1628 "cost_per_1m_out": 10,
1629 "cost_per_1m_in_cached": 0,
1630 "cost_per_1m_out_cached": 1.25,
1631 "context_window": 128000,
1632 "default_max_tokens": 16384,
1633 "can_reason": false,
1634 "supports_attachments": true
1635 },
1636 {
1637 "id": "gpt-5",
1638 "name": "GPT 5",
1639 "cost_per_1m_in": 1.25,
1640 "cost_per_1m_out": 10,
1641 "cost_per_1m_in_cached": 0,
1642 "cost_per_1m_out_cached": 0.125,
1643 "context_window": 400000,
1644 "default_max_tokens": 128000,
1645 "can_reason": true,
1646 "reasoning_levels": [
1647 "low",
1648 "medium",
1649 "high"
1650 ],
1651 "default_reasoning_effort": "medium",
1652 "supports_attachments": true
1653 },
1654 {
1655 "id": "gpt-5-chat-latest",
1656 "name": "GPT 5 Chat",
1657 "cost_per_1m_in": 1.25,
1658 "cost_per_1m_out": 10,
1659 "cost_per_1m_in_cached": 0,
1660 "cost_per_1m_out_cached": 0.125,
1661 "context_window": 400000,
1662 "default_max_tokens": 128000,
1663 "can_reason": false,
1664 "supports_attachments": true
1665 },
1666 {
1667 "id": "gpt-5-codex",
1668 "name": "GPT-5-Codex",
1669 "cost_per_1m_in": 1.25,
1670 "cost_per_1m_out": 10,
1671 "cost_per_1m_in_cached": 0,
1672 "cost_per_1m_out_cached": 0.125,
1673 "context_window": 400000,
1674 "default_max_tokens": 128000,
1675 "can_reason": true,
1676 "reasoning_levels": [
1677 "low",
1678 "medium",
1679 "high"
1680 ],
1681 "default_reasoning_effort": "medium",
1682 "supports_attachments": true
1683 },
1684 {
1685 "id": "gpt-5-mini",
1686 "name": "GPT 5 Mini",
1687 "cost_per_1m_in": 0.25,
1688 "cost_per_1m_out": 2,
1689 "cost_per_1m_in_cached": 0,
1690 "cost_per_1m_out_cached": 0.025,
1691 "context_window": 400000,
1692 "default_max_tokens": 128000,
1693 "can_reason": true,
1694 "reasoning_levels": [
1695 "low",
1696 "medium",
1697 "high"
1698 ],
1699 "default_reasoning_effort": "medium",
1700 "supports_attachments": true
1701 },
1702 {
1703 "id": "gpt-5-nano",
1704 "name": "GPT 5 Nano",
1705 "cost_per_1m_in": 0.05,
1706 "cost_per_1m_out": 0.4,
1707 "cost_per_1m_in_cached": 0,
1708 "cost_per_1m_out_cached": 0.005,
1709 "context_window": 400000,
1710 "default_max_tokens": 128000,
1711 "can_reason": true,
1712 "reasoning_levels": [
1713 "low",
1714 "medium",
1715 "high"
1716 ],
1717 "default_reasoning_effort": "medium",
1718 "supports_attachments": true
1719 },
1720 {
1721 "id": "gpt-5-pro",
1722 "name": "GPT 5 Pro",
1723 "cost_per_1m_in": 15,
1724 "cost_per_1m_out": 120,
1725 "cost_per_1m_in_cached": 0,
1726 "cost_per_1m_out_cached": 0,
1727 "context_window": 400000,
1728 "default_max_tokens": 128000,
1729 "can_reason": true,
1730 "reasoning_levels": [
1731 "low",
1732 "medium",
1733 "high"
1734 ],
1735 "default_reasoning_effort": "medium",
1736 "supports_attachments": true
1737 },
1738 {
1739 "id": "gpt-5.1",
1740 "name": "GPT 5.1",
1741 "cost_per_1m_in": 1.25,
1742 "cost_per_1m_out": 10,
1743 "cost_per_1m_in_cached": 0,
1744 "cost_per_1m_out_cached": 0.125,
1745 "context_window": 400000,
1746 "default_max_tokens": 128000,
1747 "can_reason": true,
1748 "reasoning_levels": [
1749 "low",
1750 "medium",
1751 "high"
1752 ],
1753 "default_reasoning_effort": "medium",
1754 "supports_attachments": true
1755 },
1756 {
1757 "id": "gpt-5.1-chat-latest",
1758 "name": "GPT 5.1 Chat",
1759 "cost_per_1m_in": 1.25,
1760 "cost_per_1m_out": 10,
1761 "cost_per_1m_in_cached": 0,
1762 "cost_per_1m_out_cached": 0.125,
1763 "context_window": 128000,
1764 "default_max_tokens": 16384,
1765 "can_reason": false,
1766 "supports_attachments": true
1767 },
1768 {
1769 "id": "gpt-5.1-codex",
1770 "name": "GPT-5.1-Codex",
1771 "cost_per_1m_in": 1.25,
1772 "cost_per_1m_out": 10,
1773 "cost_per_1m_in_cached": 0,
1774 "cost_per_1m_out_cached": 0.125,
1775 "context_window": 400000,
1776 "default_max_tokens": 128000,
1777 "can_reason": true,
1778 "reasoning_levels": [
1779 "low",
1780 "medium",
1781 "high"
1782 ],
1783 "default_reasoning_effort": "medium",
1784 "supports_attachments": true
1785 },
1786 {
1787 "id": "gpt-5.1-codex-max",
1788 "name": "GPT-5.1-Codex Max",
1789 "cost_per_1m_in": 1.25,
1790 "cost_per_1m_out": 10,
1791 "cost_per_1m_in_cached": 0,
1792 "cost_per_1m_out_cached": 0.125,
1793 "context_window": 400000,
1794 "default_max_tokens": 128000,
1795 "can_reason": true,
1796 "reasoning_levels": [
1797 "low",
1798 "medium",
1799 "high"
1800 ],
1801 "default_reasoning_effort": "medium",
1802 "supports_attachments": true
1803 },
1804 {
1805 "id": "gpt-5.1-codex-mini",
1806 "name": "GPT-5.1-Codex Mini",
1807 "cost_per_1m_in": 0.25,
1808 "cost_per_1m_out": 2,
1809 "cost_per_1m_in_cached": 0,
1810 "cost_per_1m_out_cached": 0.025,
1811 "context_window": 400000,
1812 "default_max_tokens": 128000,
1813 "can_reason": true,
1814 "reasoning_levels": [
1815 "low",
1816 "medium",
1817 "high"
1818 ],
1819 "default_reasoning_effort": "medium",
1820 "supports_attachments": true
1821 },
1822 {
1823 "id": "gpt-5.2",
1824 "name": "GPT 5.2",
1825 "cost_per_1m_in": 1.75,
1826 "cost_per_1m_out": 14,
1827 "cost_per_1m_in_cached": 0,
1828 "cost_per_1m_out_cached": 0.175,
1829 "context_window": 400000,
1830 "default_max_tokens": 128000,
1831 "can_reason": true,
1832 "reasoning_levels": [
1833 "low",
1834 "medium",
1835 "high"
1836 ],
1837 "default_reasoning_effort": "medium",
1838 "supports_attachments": true
1839 },
1840 {
1841 "id": "gpt-5.2-chat-latest",
1842 "name": "GPT 5.2 Chat",
1843 "cost_per_1m_in": 1.75,
1844 "cost_per_1m_out": 14,
1845 "cost_per_1m_in_cached": 0,
1846 "cost_per_1m_out_cached": 0.175,
1847 "context_window": 128000,
1848 "default_max_tokens": 16384,
1849 "can_reason": false,
1850 "supports_attachments": true
1851 },
1852 {
1853 "id": "gpt-5.2-codex",
1854 "name": "GPT-5.2-Codex",
1855 "cost_per_1m_in": 1.75,
1856 "cost_per_1m_out": 14,
1857 "cost_per_1m_in_cached": 0,
1858 "cost_per_1m_out_cached": 0.175,
1859 "context_window": 400000,
1860 "default_max_tokens": 128000,
1861 "can_reason": true,
1862 "reasoning_levels": [
1863 "low",
1864 "medium",
1865 "high"
1866 ],
1867 "default_reasoning_effort": "medium",
1868 "supports_attachments": true
1869 },
1870 {
1871 "id": "gpt-5.2-high",
1872 "name": "GPT 5.2 High",
1873 "cost_per_1m_in": 1.75,
1874 "cost_per_1m_out": 14,
1875 "cost_per_1m_in_cached": 0,
1876 "cost_per_1m_out_cached": 0.175,
1877 "context_window": 400000,
1878 "default_max_tokens": 128000,
1879 "can_reason": true,
1880 "reasoning_levels": [
1881 "low",
1882 "medium",
1883 "high"
1884 ],
1885 "default_reasoning_effort": "medium",
1886 "supports_attachments": true
1887 },
1888 {
1889 "id": "gpt-5.2-low",
1890 "name": "GPT 5.2 Low",
1891 "cost_per_1m_in": 1.75,
1892 "cost_per_1m_out": 14,
1893 "cost_per_1m_in_cached": 0,
1894 "cost_per_1m_out_cached": 0.175,
1895 "context_window": 400000,
1896 "default_max_tokens": 128000,
1897 "can_reason": true,
1898 "reasoning_levels": [
1899 "low",
1900 "medium",
1901 "high"
1902 ],
1903 "default_reasoning_effort": "medium",
1904 "supports_attachments": true
1905 },
1906 {
1907 "id": "gpt-5.2-pro",
1908 "name": "GPT 5.2 Pro",
1909 "cost_per_1m_in": 21,
1910 "cost_per_1m_out": 168,
1911 "cost_per_1m_in_cached": 0,
1912 "cost_per_1m_out_cached": 2.1,
1913 "context_window": 400000,
1914 "default_max_tokens": 128000,
1915 "can_reason": true,
1916 "reasoning_levels": [
1917 "low",
1918 "medium",
1919 "high"
1920 ],
1921 "default_reasoning_effort": "medium",
1922 "supports_attachments": true
1923 },
1924 {
1925 "id": "gpt-5.3-chat-latest",
1926 "name": "GPT 5.3 Chat",
1927 "cost_per_1m_in": 1.75,
1928 "cost_per_1m_out": 14,
1929 "cost_per_1m_in_cached": 0,
1930 "cost_per_1m_out_cached": 0.175,
1931 "context_window": 128000,
1932 "default_max_tokens": 16384,
1933 "can_reason": false,
1934 "supports_attachments": true
1935 },
1936 {
1937 "id": "gpt-5.3-codex",
1938 "name": "GPT-5.3-Codex",
1939 "cost_per_1m_in": 1.75,
1940 "cost_per_1m_out": 14,
1941 "cost_per_1m_in_cached": 0,
1942 "cost_per_1m_out_cached": 0.175,
1943 "context_window": 400000,
1944 "default_max_tokens": 128000,
1945 "can_reason": true,
1946 "reasoning_levels": [
1947 "low",
1948 "medium",
1949 "high"
1950 ],
1951 "default_reasoning_effort": "medium",
1952 "supports_attachments": true
1953 },
1954 {
1955 "id": "gpt-5.4",
1956 "name": "GPT 5.4",
1957 "cost_per_1m_in": 2.5,
1958 "cost_per_1m_out": 15,
1959 "cost_per_1m_in_cached": 0,
1960 "cost_per_1m_out_cached": 0.25,
1961 "context_window": 400000,
1962 "default_max_tokens": 128000,
1963 "can_reason": true,
1964 "reasoning_levels": [
1965 "low",
1966 "medium",
1967 "high"
1968 ],
1969 "default_reasoning_effort": "medium",
1970 "supports_attachments": true
1971 },
1972 {
1973 "id": "gpt-5.4-high",
1974 "name": "GPT 5.4 High",
1975 "cost_per_1m_in": 2.5,
1976 "cost_per_1m_out": 15,
1977 "cost_per_1m_in_cached": 0,
1978 "cost_per_1m_out_cached": 0.25,
1979 "context_window": 400000,
1980 "default_max_tokens": 128000,
1981 "can_reason": true,
1982 "reasoning_levels": [
1983 "low",
1984 "medium",
1985 "high"
1986 ],
1987 "default_reasoning_effort": "medium",
1988 "supports_attachments": true
1989 },
1990 {
1991 "id": "gpt-5.4-low",
1992 "name": "GPT 5.4 Low",
1993 "cost_per_1m_in": 2.5,
1994 "cost_per_1m_out": 15,
1995 "cost_per_1m_in_cached": 0,
1996 "cost_per_1m_out_cached": 0.25,
1997 "context_window": 400000,
1998 "default_max_tokens": 128000,
1999 "can_reason": true,
2000 "reasoning_levels": [
2001 "low",
2002 "medium",
2003 "high"
2004 ],
2005 "default_reasoning_effort": "medium",
2006 "supports_attachments": true
2007 },
2008 {
2009 "id": "gpt-5.4-mini",
2010 "name": "GPT 5.4 Mini",
2011 "cost_per_1m_in": 0.75,
2012 "cost_per_1m_out": 4.5,
2013 "cost_per_1m_in_cached": 0,
2014 "cost_per_1m_out_cached": 0.075,
2015 "context_window": 400000,
2016 "default_max_tokens": 128000,
2017 "can_reason": false,
2018 "supports_attachments": true
2019 },
2020 {
2021 "id": "gpt-5.4-nano",
2022 "name": "GPT 5.4 Nano",
2023 "cost_per_1m_in": 0.2,
2024 "cost_per_1m_out": 1.25,
2025 "cost_per_1m_in_cached": 0,
2026 "cost_per_1m_out_cached": 0.02,
2027 "context_window": 400000,
2028 "default_max_tokens": 128000,
2029 "can_reason": true,
2030 "reasoning_levels": [
2031 "low",
2032 "medium",
2033 "high"
2034 ],
2035 "default_reasoning_effort": "medium",
2036 "supports_attachments": true
2037 },
2038 {
2039 "id": "gpt-5.4-pro",
2040 "name": "GPT 5.4 Pro",
2041 "cost_per_1m_in": 30,
2042 "cost_per_1m_out": 180,
2043 "cost_per_1m_in_cached": 0,
2044 "cost_per_1m_out_cached": 30,
2045 "context_window": 1050000,
2046 "default_max_tokens": 128000,
2047 "can_reason": true,
2048 "reasoning_levels": [
2049 "low",
2050 "medium",
2051 "high"
2052 ],
2053 "default_reasoning_effort": "medium",
2054 "supports_attachments": true
2055 },
2056 {
2057 "id": "gpt-oss-120b",
2058 "name": "gpt-oss-120b",
2059 "cost_per_1m_in": 0.18,
2060 "cost_per_1m_out": 0.9,
2061 "cost_per_1m_in_cached": 0,
2062 "cost_per_1m_out_cached": 0,
2063 "context_window": 131072,
2064 "default_max_tokens": 32768,
2065 "can_reason": true,
2066 "reasoning_levels": [
2067 "low",
2068 "medium",
2069 "high"
2070 ],
2071 "default_reasoning_effort": "medium",
2072 "supports_attachments": false
2073 },
2074 {
2075 "id": "gpt-oss-20b",
2076 "name": "gpt-oss-20b",
2077 "cost_per_1m_in": 0.11,
2078 "cost_per_1m_out": 0.55,
2079 "cost_per_1m_in_cached": 0,
2080 "cost_per_1m_out_cached": 0,
2081 "context_window": 128000,
2082 "default_max_tokens": 12800,
2083 "can_reason": true,
2084 "reasoning_levels": [
2085 "low",
2086 "medium",
2087 "high"
2088 ],
2089 "default_reasoning_effort": "medium",
2090 "supports_attachments": false
2091 },
2092 {
2093 "id": "grok-4",
2094 "name": "Grok 4",
2095 "cost_per_1m_in": 3.3,
2096 "cost_per_1m_out": 16.5,
2097 "cost_per_1m_in_cached": 0,
2098 "cost_per_1m_out_cached": 0.825,
2099 "context_window": 256000,
2100 "default_max_tokens": 64000,
2101 "can_reason": true,
2102 "reasoning_levels": [
2103 "low",
2104 "medium",
2105 "high"
2106 ],
2107 "default_reasoning_effort": "medium",
2108 "supports_attachments": true
2109 },
2110 {
2111 "id": "grok-4-1-fast-non-reasoning",
2112 "name": "Grok 4.1 Fast",
2113 "cost_per_1m_in": 0.2,
2114 "cost_per_1m_out": 0.5,
2115 "cost_per_1m_in_cached": 0,
2116 "cost_per_1m_out_cached": 0.05,
2117 "context_window": 2000000,
2118 "default_max_tokens": 200000,
2119 "can_reason": false,
2120 "supports_attachments": true
2121 },
2122 {
2123 "id": "grok-4-1-fast-reasoning",
2124 "name": "Grok 4.1 Fast (reasoning)",
2125 "cost_per_1m_in": 0.2,
2126 "cost_per_1m_out": 0.5,
2127 "cost_per_1m_in_cached": 0,
2128 "cost_per_1m_out_cached": 0.05,
2129 "context_window": 2000000,
2130 "default_max_tokens": 200000,
2131 "can_reason": true,
2132 "reasoning_levels": [
2133 "low",
2134 "medium",
2135 "high"
2136 ],
2137 "default_reasoning_effort": "medium",
2138 "supports_attachments": true
2139 },
2140 {
2141 "id": "grok-4-20-non-reasoning",
2142 "name": "Grok 4 20",
2143 "cost_per_1m_in": 2,
2144 "cost_per_1m_out": 6,
2145 "cost_per_1m_in_cached": 0,
2146 "cost_per_1m_out_cached": 0.2,
2147 "context_window": 2000000,
2148 "default_max_tokens": 200000,
2149 "can_reason": true,
2150 "reasoning_levels": [
2151 "low",
2152 "medium",
2153 "high"
2154 ],
2155 "default_reasoning_effort": "medium",
2156 "supports_attachments": true
2157 },
2158 {
2159 "id": "grok-4-20-reasoning",
2160 "name": "Grok 4 20 (reasoning)",
2161 "cost_per_1m_in": 2,
2162 "cost_per_1m_out": 6,
2163 "cost_per_1m_in_cached": 0,
2164 "cost_per_1m_out_cached": 0.2,
2165 "context_window": 2000000,
2166 "default_max_tokens": 200000,
2167 "can_reason": true,
2168 "reasoning_levels": [
2169 "low",
2170 "medium",
2171 "high"
2172 ],
2173 "default_reasoning_effort": "medium",
2174 "supports_attachments": true
2175 },
2176 {
2177 "id": "grok-4-fast-non-reasoning",
2178 "name": "Grok 4 Fast",
2179 "cost_per_1m_in": 0.2,
2180 "cost_per_1m_out": 0.5,
2181 "cost_per_1m_in_cached": 0,
2182 "cost_per_1m_out_cached": 0.05,
2183 "context_window": 2000000,
2184 "default_max_tokens": 30000,
2185 "can_reason": false,
2186 "supports_attachments": true
2187 },
2188 {
2189 "id": "grok-4-fast-reasoning",
2190 "name": "Grok 4 Fast (reasoning)",
2191 "cost_per_1m_in": 0.2,
2192 "cost_per_1m_out": 0.5,
2193 "cost_per_1m_in_cached": 0,
2194 "cost_per_1m_out_cached": 0.05,
2195 "context_window": 2000000,
2196 "default_max_tokens": 30000,
2197 "can_reason": true,
2198 "reasoning_levels": [
2199 "low",
2200 "medium",
2201 "high"
2202 ],
2203 "default_reasoning_effort": "medium",
2204 "supports_attachments": true
2205 },
2206 {
2207 "id": "grok-4.20-beta-0309-non-reasoning",
2208 "name": "Grok 4.20 Beta 0309",
2209 "cost_per_1m_in": 2,
2210 "cost_per_1m_out": 6,
2211 "cost_per_1m_in_cached": 0,
2212 "cost_per_1m_out_cached": 0.2,
2213 "context_window": 2000000,
2214 "default_max_tokens": 200000,
2215 "can_reason": true,
2216 "reasoning_levels": [
2217 "low",
2218 "medium",
2219 "high"
2220 ],
2221 "default_reasoning_effort": "medium",
2222 "supports_attachments": true
2223 },
2224 {
2225 "id": "grok-4.20-beta-0309-reasoning",
2226 "name": "Grok 4.20 Beta 0309 (reasoning)",
2227 "cost_per_1m_in": 2,
2228 "cost_per_1m_out": 6,
2229 "cost_per_1m_in_cached": 0,
2230 "cost_per_1m_out_cached": 0.2,
2231 "context_window": 2000000,
2232 "default_max_tokens": 200000,
2233 "can_reason": true,
2234 "reasoning_levels": [
2235 "low",
2236 "medium",
2237 "high"
2238 ],
2239 "default_reasoning_effort": "medium",
2240 "supports_attachments": true
2241 },
2242 {
2243 "id": "grok-4.20-multi-agent-0309",
2244 "name": "Grok 4.20 Multi Agent 0309",
2245 "cost_per_1m_in": 2,
2246 "cost_per_1m_out": 6,
2247 "cost_per_1m_in_cached": 0,
2248 "cost_per_1m_out_cached": 0.2,
2249 "context_window": 2000000,
2250 "default_max_tokens": 200000,
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": "grok-4.20-multi-agent-beta-0309",
2262 "name": "Grok 4.20 Multi Agent Beta 0309",
2263 "cost_per_1m_in": 2,
2264 "cost_per_1m_out": 6,
2265 "cost_per_1m_in_cached": 0,
2266 "cost_per_1m_out_cached": 0.2,
2267 "context_window": 2000000,
2268 "default_max_tokens": 200000,
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": "grok-code-fast-1",
2280 "name": "Grok Code Fast 1",
2281 "cost_per_1m_in": 0.2,
2282 "cost_per_1m_out": 0.5,
2283 "cost_per_1m_in_cached": 0,
2284 "cost_per_1m_out_cached": 0.05,
2285 "context_window": 256000,
2286 "default_max_tokens": 10000,
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": "jina-deepsearch-v1",
2298 "name": "Jina Deepsearch V1",
2299 "cost_per_1m_in": 0.05,
2300 "cost_per_1m_out": 0.05,
2301 "cost_per_1m_in_cached": 0,
2302 "cost_per_1m_out_cached": 0,
2303 "context_window": 1000000,
2304 "default_max_tokens": 100000,
2305 "can_reason": true,
2306 "reasoning_levels": [
2307 "low",
2308 "medium",
2309 "high"
2310 ],
2311 "default_reasoning_effort": "medium",
2312 "supports_attachments": true
2313 },
2314 {
2315 "id": "k2.6-code-preview-free",
2316 "name": "K2.6 Code Preview (free)",
2317 "cost_per_1m_in": 0,
2318 "cost_per_1m_out": 0,
2319 "cost_per_1m_in_cached": 0,
2320 "cost_per_1m_out_cached": 0,
2321 "context_window": 256000,
2322 "default_max_tokens": 25600,
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": "kat-dev",
2334 "name": "Kat Dev",
2335 "cost_per_1m_in": 0.137,
2336 "cost_per_1m_out": 0.548,
2337 "cost_per_1m_in_cached": 0,
2338 "cost_per_1m_out_cached": 0,
2339 "context_window": 128000,
2340 "default_max_tokens": 12800,
2341 "can_reason": false,
2342 "supports_attachments": false
2343 },
2344 {
2345 "id": "kimi-for-coding-free",
2346 "name": "Kimi For Coding (free)",
2347 "cost_per_1m_in": 0,
2348 "cost_per_1m_out": 0,
2349 "cost_per_1m_in_cached": 0,
2350 "cost_per_1m_out_cached": 0,
2351 "context_window": 256000,
2352 "default_max_tokens": 25600,
2353 "can_reason": true,
2354 "reasoning_levels": [
2355 "low",
2356 "medium",
2357 "high"
2358 ],
2359 "default_reasoning_effort": "medium",
2360 "supports_attachments": false
2361 },
2362 {
2363 "id": "kimi-k2-0711",
2364 "name": "Kimi K2 0711",
2365 "cost_per_1m_in": 0.54,
2366 "cost_per_1m_out": 2.16,
2367 "cost_per_1m_in_cached": 0,
2368 "cost_per_1m_out_cached": 0,
2369 "context_window": 131000,
2370 "default_max_tokens": 13100,
2371 "can_reason": false,
2372 "supports_attachments": false
2373 },
2374 {
2375 "id": "kimi-k2-thinking",
2376 "name": "Kimi K2 Thinking",
2377 "cost_per_1m_in": 0.548,
2378 "cost_per_1m_out": 2.192,
2379 "cost_per_1m_in_cached": 0,
2380 "cost_per_1m_out_cached": 0.137,
2381 "context_window": 262144,
2382 "default_max_tokens": 26214,
2383 "can_reason": true,
2384 "reasoning_levels": [
2385 "low",
2386 "medium",
2387 "high"
2388 ],
2389 "default_reasoning_effort": "medium",
2390 "supports_attachments": false
2391 },
2392 {
2393 "id": "kimi-k2-turbo-preview",
2394 "name": "Kimi K2 Turbo Preview",
2395 "cost_per_1m_in": 1.2,
2396 "cost_per_1m_out": 4.8,
2397 "cost_per_1m_in_cached": 0,
2398 "cost_per_1m_out_cached": 0.3,
2399 "context_window": 262144,
2400 "default_max_tokens": 26214,
2401 "can_reason": false,
2402 "supports_attachments": false
2403 },
2404 {
2405 "id": "kimi-k2.5",
2406 "name": "Kimi K2.5",
2407 "cost_per_1m_in": 0.6,
2408 "cost_per_1m_out": 3,
2409 "cost_per_1m_in_cached": 0,
2410 "cost_per_1m_out_cached": 0.105,
2411 "context_window": 256000,
2412 "default_max_tokens": 25600,
2413 "can_reason": true,
2414 "reasoning_levels": [
2415 "low",
2416 "medium",
2417 "high"
2418 ],
2419 "default_reasoning_effort": "medium",
2420 "supports_attachments": true
2421 },
2422 {
2423 "id": "llama-4-maverick",
2424 "name": "Llama 4 Maverick",
2425 "cost_per_1m_in": 0.2,
2426 "cost_per_1m_out": 0.2,
2427 "cost_per_1m_in_cached": 0,
2428 "cost_per_1m_out_cached": 0,
2429 "context_window": 1048576,
2430 "default_max_tokens": 32000,
2431 "can_reason": false,
2432 "supports_attachments": true
2433 },
2434 {
2435 "id": "llama-4-scout",
2436 "name": "Llama 4 Scout",
2437 "cost_per_1m_in": 0.2,
2438 "cost_per_1m_out": 0.2,
2439 "cost_per_1m_in_cached": 0,
2440 "cost_per_1m_out_cached": 0,
2441 "context_window": 131000,
2442 "default_max_tokens": 13100,
2443 "can_reason": false,
2444 "supports_attachments": true
2445 },
2446 {
2447 "id": "mimo-v2-flash-free",
2448 "name": "MiMo V2 Flash (free)",
2449 "cost_per_1m_in": 0,
2450 "cost_per_1m_out": 0,
2451 "cost_per_1m_in_cached": 0,
2452 "cost_per_1m_out_cached": 0,
2453 "context_window": 256000,
2454 "default_max_tokens": 25600,
2455 "can_reason": false,
2456 "supports_attachments": false
2457 },
2458 {
2459 "id": "mimo-v2-omni",
2460 "name": "MiMo V2 Omni",
2461 "cost_per_1m_in": 0.44,
2462 "cost_per_1m_out": 2.2,
2463 "cost_per_1m_in_cached": 0,
2464 "cost_per_1m_out_cached": 0.088,
2465 "context_window": 256000,
2466 "default_max_tokens": 25600,
2467 "can_reason": false,
2468 "supports_attachments": true
2469 },
2470 {
2471 "id": "mimo-v2-pro",
2472 "name": "MiMo V2 Pro",
2473 "cost_per_1m_in": 1.1,
2474 "cost_per_1m_out": 3.3,
2475 "cost_per_1m_in_cached": 0,
2476 "cost_per_1m_out_cached": 0.22,
2477 "context_window": 1000000,
2478 "default_max_tokens": 100000,
2479 "can_reason": false,
2480 "supports_attachments": true
2481 },
2482 {
2483 "id": "minimax-m2",
2484 "name": "MiniMax M2",
2485 "cost_per_1m_in": 0.288,
2486 "cost_per_1m_out": 1.152,
2487 "cost_per_1m_in_cached": 0,
2488 "cost_per_1m_out_cached": 0,
2489 "context_window": 204800,
2490 "default_max_tokens": 20480,
2491 "can_reason": true,
2492 "reasoning_levels": [
2493 "low",
2494 "medium",
2495 "high"
2496 ],
2497 "default_reasoning_effort": "medium",
2498 "supports_attachments": false
2499 },
2500 {
2501 "id": "minimax-m2.1",
2502 "name": "MiniMax M2.1",
2503 "cost_per_1m_in": 0.288,
2504 "cost_per_1m_out": 1.152,
2505 "cost_per_1m_in_cached": 0,
2506 "cost_per_1m_out_cached": 0,
2507 "context_window": 204800,
2508 "default_max_tokens": 20480,
2509 "can_reason": true,
2510 "reasoning_levels": [
2511 "low",
2512 "medium",
2513 "high"
2514 ],
2515 "default_reasoning_effort": "medium",
2516 "supports_attachments": false
2517 },
2518 {
2519 "id": "minimax-m2.5",
2520 "name": "MiniMax M2.5",
2521 "cost_per_1m_in": 0.288,
2522 "cost_per_1m_out": 1.152,
2523 "cost_per_1m_in_cached": 0,
2524 "cost_per_1m_out_cached": 0,
2525 "context_window": 204800,
2526 "default_max_tokens": 20480,
2527 "can_reason": true,
2528 "reasoning_levels": [
2529 "low",
2530 "medium",
2531 "high"
2532 ],
2533 "default_reasoning_effort": "medium",
2534 "supports_attachments": false
2535 },
2536 {
2537 "id": "minimax-m2.5-highspeed",
2538 "name": "MiniMax M2.5 Highspeed",
2539 "cost_per_1m_in": 0.288,
2540 "cost_per_1m_out": 1.152,
2541 "cost_per_1m_in_cached": 0,
2542 "cost_per_1m_out_cached": 0,
2543 "context_window": 204800,
2544 "default_max_tokens": 20480,
2545 "can_reason": true,
2546 "reasoning_levels": [
2547 "low",
2548 "medium",
2549 "high"
2550 ],
2551 "default_reasoning_effort": "medium",
2552 "supports_attachments": false
2553 },
2554 {
2555 "id": "minimax-m2.7",
2556 "name": "MiniMax M2.7",
2557 "cost_per_1m_in": 0.2958,
2558 "cost_per_1m_out": 1.1832,
2559 "cost_per_1m_in_cached": 0,
2560 "cost_per_1m_out_cached": 0.05916,
2561 "context_window": 200000,
2562 "default_max_tokens": 20000,
2563 "can_reason": true,
2564 "reasoning_levels": [
2565 "low",
2566 "medium",
2567 "high"
2568 ],
2569 "default_reasoning_effort": "medium",
2570 "supports_attachments": false
2571 },
2572 {
2573 "id": "mistral-large-3",
2574 "name": "Mistral Large 3",
2575 "cost_per_1m_in": 0.5,
2576 "cost_per_1m_out": 1.5,
2577 "cost_per_1m_in_cached": 0,
2578 "cost_per_1m_out_cached": 0,
2579 "context_window": 256000,
2580 "default_max_tokens": 25600,
2581 "can_reason": false,
2582 "supports_attachments": true
2583 },
2584 {
2585 "id": "nvidia-nemotron-3-super-120b-a12b",
2586 "name": "Nvidia Nemotron 3 Super 120B A12B",
2587 "cost_per_1m_in": 0.11,
2588 "cost_per_1m_out": 0.55,
2589 "cost_per_1m_in_cached": 0,
2590 "cost_per_1m_out_cached": 0.0275,
2591 "context_window": 1000000,
2592 "default_max_tokens": 100000,
2593 "can_reason": true,
2594 "reasoning_levels": [
2595 "low",
2596 "medium",
2597 "high"
2598 ],
2599 "default_reasoning_effort": "medium",
2600 "supports_attachments": false
2601 },
2602 {
2603 "id": "o3",
2604 "name": "O3",
2605 "cost_per_1m_in": 2,
2606 "cost_per_1m_out": 8,
2607 "cost_per_1m_in_cached": 0,
2608 "cost_per_1m_out_cached": 0.5,
2609 "context_window": 200000,
2610 "default_max_tokens": 100000,
2611 "can_reason": true,
2612 "reasoning_levels": [
2613 "low",
2614 "medium",
2615 "high"
2616 ],
2617 "default_reasoning_effort": "medium",
2618 "supports_attachments": true
2619 },
2620 {
2621 "id": "o3-mini",
2622 "name": "O3 Mini",
2623 "cost_per_1m_in": 1.1,
2624 "cost_per_1m_out": 4.4,
2625 "cost_per_1m_in_cached": 0,
2626 "cost_per_1m_out_cached": 0.55,
2627 "context_window": 200000,
2628 "default_max_tokens": 100000,
2629 "can_reason": true,
2630 "reasoning_levels": [
2631 "low",
2632 "medium",
2633 "high"
2634 ],
2635 "default_reasoning_effort": "medium",
2636 "supports_attachments": true
2637 },
2638 {
2639 "id": "o3-pro",
2640 "name": "O3 Pro",
2641 "cost_per_1m_in": 20,
2642 "cost_per_1m_out": 80,
2643 "cost_per_1m_in_cached": 0,
2644 "cost_per_1m_out_cached": 20,
2645 "context_window": 200000,
2646 "default_max_tokens": 100000,
2647 "can_reason": true,
2648 "reasoning_levels": [
2649 "low",
2650 "medium",
2651 "high"
2652 ],
2653 "default_reasoning_effort": "medium",
2654 "supports_attachments": true
2655 },
2656 {
2657 "id": "o4-mini",
2658 "name": "O4 Mini",
2659 "cost_per_1m_in": 1.1,
2660 "cost_per_1m_out": 4.4,
2661 "cost_per_1m_in_cached": 0,
2662 "cost_per_1m_out_cached": 0.275,
2663 "context_window": 200000,
2664 "default_max_tokens": 100000,
2665 "can_reason": true,
2666 "reasoning_levels": [
2667 "low",
2668 "medium",
2669 "high"
2670 ],
2671 "default_reasoning_effort": "medium",
2672 "supports_attachments": true
2673 },
2674 {
2675 "id": "qwen3-235b-a22b",
2676 "name": "Qwen3 235B A22B",
2677 "cost_per_1m_in": 0.28,
2678 "cost_per_1m_out": 1.12,
2679 "cost_per_1m_in_cached": 0,
2680 "cost_per_1m_out_cached": 0,
2681 "context_window": 131100,
2682 "default_max_tokens": 13110,
2683 "can_reason": false,
2684 "supports_attachments": true
2685 },
2686 {
2687 "id": "qwen3-235b-a22b-instruct-2507",
2688 "name": "Qwen3 235B A22B Instruct 2507",
2689 "cost_per_1m_in": 0.28,
2690 "cost_per_1m_out": 1.12,
2691 "cost_per_1m_in_cached": 0,
2692 "cost_per_1m_out_cached": 0,
2693 "context_window": 262144,
2694 "default_max_tokens": 26214,
2695 "can_reason": false,
2696 "supports_attachments": true
2697 },
2698 {
2699 "id": "qwen3-235b-a22b-thinking-2507",
2700 "name": "Qwen3 235B A22B Thinking 2507",
2701 "cost_per_1m_in": 0.28,
2702 "cost_per_1m_out": 2.8,
2703 "cost_per_1m_in_cached": 0,
2704 "cost_per_1m_out_cached": 0,
2705 "context_window": 262144,
2706 "default_max_tokens": 26214,
2707 "can_reason": true,
2708 "reasoning_levels": [
2709 "low",
2710 "medium",
2711 "high"
2712 ],
2713 "default_reasoning_effort": "medium",
2714 "supports_attachments": true
2715 },
2716 {
2717 "id": "qwen3-coder-30b-a3b-instruct",
2718 "name": "Qwen3 Coder 30B A3B Instruct",
2719 "cost_per_1m_in": 0.2,
2720 "cost_per_1m_out": 0.8,
2721 "cost_per_1m_in_cached": 0,
2722 "cost_per_1m_out_cached": 0.2,
2723 "context_window": 2000000,
2724 "default_max_tokens": 262000,
2725 "can_reason": false,
2726 "supports_attachments": false
2727 },
2728 {
2729 "id": "qwen3-coder-480b-a35b-instruct",
2730 "name": "Qwen3 Coder 480B A35B Instruct",
2731 "cost_per_1m_in": 0.82,
2732 "cost_per_1m_out": 3.28,
2733 "cost_per_1m_in_cached": 0,
2734 "cost_per_1m_out_cached": 0.82,
2735 "context_window": 262000,
2736 "default_max_tokens": 26200,
2737 "can_reason": false,
2738 "supports_attachments": false
2739 },
2740 {
2741 "id": "qwen3-coder-flash",
2742 "name": "Qwen3 Coder Flash",
2743 "cost_per_1m_in": 0.136,
2744 "cost_per_1m_out": 0.544,
2745 "cost_per_1m_in_cached": 0,
2746 "cost_per_1m_out_cached": 0.136,
2747 "context_window": 256000,
2748 "default_max_tokens": 65536,
2749 "can_reason": false,
2750 "supports_attachments": false
2751 },
2752 {
2753 "id": "qwen3-coder-next",
2754 "name": "Qwen3 Coder Next",
2755 "cost_per_1m_in": 0.137,
2756 "cost_per_1m_out": 0.548,
2757 "cost_per_1m_in_cached": 0,
2758 "cost_per_1m_out_cached": 0.137,
2759 "context_window": 2000000,
2760 "default_max_tokens": 64000,
2761 "can_reason": false,
2762 "supports_attachments": false
2763 },
2764 {
2765 "id": "qwen3-coder-plus",
2766 "name": "Qwen3 Coder Plus",
2767 "cost_per_1m_in": 0.54,
2768 "cost_per_1m_out": 2.16,
2769 "cost_per_1m_in_cached": 0,
2770 "cost_per_1m_out_cached": 0.108,
2771 "context_window": 1048576,
2772 "default_max_tokens": 65536,
2773 "can_reason": false,
2774 "supports_attachments": false
2775 },
2776 {
2777 "id": "qwen3-coder-plus-2025-07-22",
2778 "name": "Qwen3 Coder Plus 2025 07-22",
2779 "cost_per_1m_in": 0.54,
2780 "cost_per_1m_out": 2.16,
2781 "cost_per_1m_in_cached": 0,
2782 "cost_per_1m_out_cached": 0.54,
2783 "context_window": 128000,
2784 "default_max_tokens": 12800,
2785 "can_reason": false,
2786 "supports_attachments": false
2787 },
2788 {
2789 "id": "qwen3-max",
2790 "name": "Qwen3 Max",
2791 "cost_per_1m_in": 0.34246,
2792 "cost_per_1m_out": 1.36984,
2793 "cost_per_1m_in_cached": 0,
2794 "cost_per_1m_out_cached": 0.34246,
2795 "context_window": 262144,
2796 "default_max_tokens": 65536,
2797 "can_reason": false,
2798 "supports_attachments": true
2799 },
2800 {
2801 "id": "qwen3-max-2026-01-23",
2802 "name": "Qwen3 Max 2026 01-23",
2803 "cost_per_1m_in": 0.34246,
2804 "cost_per_1m_out": 1.36984,
2805 "cost_per_1m_in_cached": 0,
2806 "cost_per_1m_out_cached": 0.34246,
2807 "context_window": 252000,
2808 "default_max_tokens": 32000,
2809 "can_reason": true,
2810 "reasoning_levels": [
2811 "low",
2812 "medium",
2813 "high"
2814 ],
2815 "default_reasoning_effort": "medium",
2816 "supports_attachments": false
2817 },
2818 {
2819 "id": "qwen3-next-80b-a3b-instruct",
2820 "name": "Qwen3 Next 80B A3B Instruct",
2821 "cost_per_1m_in": 0.138,
2822 "cost_per_1m_out": 0.552,
2823 "cost_per_1m_in_cached": 0,
2824 "cost_per_1m_out_cached": 0,
2825 "context_window": 256000,
2826 "default_max_tokens": 25600,
2827 "can_reason": false,
2828 "supports_attachments": true
2829 },
2830 {
2831 "id": "qwen3-next-80b-a3b-thinking",
2832 "name": "Qwen3 Next 80B A3B Thinking",
2833 "cost_per_1m_in": 0.138,
2834 "cost_per_1m_out": 1.38,
2835 "cost_per_1m_in_cached": 0,
2836 "cost_per_1m_out_cached": 0,
2837 "context_window": 256000,
2838 "default_max_tokens": 25600,
2839 "can_reason": true,
2840 "reasoning_levels": [
2841 "low",
2842 "medium",
2843 "high"
2844 ],
2845 "default_reasoning_effort": "medium",
2846 "supports_attachments": true
2847 },
2848 {
2849 "id": "qwen3-vl-235b-a22b-instruct",
2850 "name": "Qwen3 VL 235B A22B Instruct",
2851 "cost_per_1m_in": 0.274,
2852 "cost_per_1m_out": 1.096,
2853 "cost_per_1m_in_cached": 0,
2854 "cost_per_1m_out_cached": 0,
2855 "context_window": 131000,
2856 "default_max_tokens": 33000,
2857 "can_reason": false,
2858 "supports_attachments": true
2859 },
2860 {
2861 "id": "qwen3-vl-235b-a22b-thinking",
2862 "name": "Qwen3 VL 235B A22B Thinking",
2863 "cost_per_1m_in": 0.274,
2864 "cost_per_1m_out": 2.74,
2865 "cost_per_1m_in_cached": 0,
2866 "cost_per_1m_out_cached": 0,
2867 "context_window": 131000,
2868 "default_max_tokens": 33000,
2869 "can_reason": true,
2870 "reasoning_levels": [
2871 "low",
2872 "medium",
2873 "high"
2874 ],
2875 "default_reasoning_effort": "medium",
2876 "supports_attachments": true
2877 },
2878 {
2879 "id": "qwen3-vl-30b-a3b-instruct",
2880 "name": "Qwen3 VL 30B A3B Instruct",
2881 "cost_per_1m_in": 0.1028,
2882 "cost_per_1m_out": 0.4112,
2883 "cost_per_1m_in_cached": 0,
2884 "cost_per_1m_out_cached": 0,
2885 "context_window": 128000,
2886 "default_max_tokens": 32000,
2887 "can_reason": false,
2888 "supports_attachments": true
2889 },
2890 {
2891 "id": "qwen3-vl-30b-a3b-thinking",
2892 "name": "Qwen3 VL 30B A3B Thinking",
2893 "cost_per_1m_in": 0.1028,
2894 "cost_per_1m_out": 1.028,
2895 "cost_per_1m_in_cached": 0,
2896 "cost_per_1m_out_cached": 0,
2897 "context_window": 128000,
2898 "default_max_tokens": 32000,
2899 "can_reason": true,
2900 "reasoning_levels": [
2901 "low",
2902 "medium",
2903 "high"
2904 ],
2905 "default_reasoning_effort": "medium",
2906 "supports_attachments": true
2907 },
2908 {
2909 "id": "qwen3-vl-flash",
2910 "name": "Qwen3 VL Flash",
2911 "cost_per_1m_in": 0.0206,
2912 "cost_per_1m_out": 0.206,
2913 "cost_per_1m_in_cached": 0,
2914 "cost_per_1m_out_cached": 0.00412,
2915 "context_window": 254000,
2916 "default_max_tokens": 32000,
2917 "can_reason": false,
2918 "supports_attachments": true
2919 },
2920 {
2921 "id": "qwen3-vl-flash-2026-01-22",
2922 "name": "Qwen3 VL Flash 2026 01-22",
2923 "cost_per_1m_in": 0.0206,
2924 "cost_per_1m_out": 0.206,
2925 "cost_per_1m_in_cached": 0,
2926 "cost_per_1m_out_cached": 0.0206,
2927 "context_window": 254000,
2928 "default_max_tokens": 32000,
2929 "can_reason": false,
2930 "supports_attachments": true
2931 },
2932 {
2933 "id": "qwen3-vl-plus",
2934 "name": "Qwen3 VL Plus",
2935 "cost_per_1m_in": 0.137,
2936 "cost_per_1m_out": 1.37,
2937 "cost_per_1m_in_cached": 0,
2938 "cost_per_1m_out_cached": 0.0274,
2939 "context_window": 256000,
2940 "default_max_tokens": 32000,
2941 "can_reason": false,
2942 "supports_attachments": true
2943 },
2944 {
2945 "id": "qwen3.5-122b-a10b",
2946 "name": "Qwen3.5 122B A10B",
2947 "cost_per_1m_in": 0.1126,
2948 "cost_per_1m_out": 0.9008,
2949 "cost_per_1m_in_cached": 0,
2950 "cost_per_1m_out_cached": 0.1126,
2951 "context_window": 991000,
2952 "default_max_tokens": 64000,
2953 "can_reason": true,
2954 "reasoning_levels": [
2955 "low",
2956 "medium",
2957 "high"
2958 ],
2959 "default_reasoning_effort": "medium",
2960 "supports_attachments": true
2961 },
2962 {
2963 "id": "qwen3.5-27b",
2964 "name": "Qwen3.5 27B",
2965 "cost_per_1m_in": 0.0846,
2966 "cost_per_1m_out": 0.6768,
2967 "cost_per_1m_in_cached": 0,
2968 "cost_per_1m_out_cached": 0.0846,
2969 "context_window": 991000,
2970 "default_max_tokens": 64000,
2971 "can_reason": true,
2972 "reasoning_levels": [
2973 "low",
2974 "medium",
2975 "high"
2976 ],
2977 "default_reasoning_effort": "medium",
2978 "supports_attachments": true
2979 },
2980 {
2981 "id": "qwen3.5-35b-a3b",
2982 "name": "Qwen3.5 35B A3B",
2983 "cost_per_1m_in": 0.0564,
2984 "cost_per_1m_out": 0.4512,
2985 "cost_per_1m_in_cached": 0,
2986 "cost_per_1m_out_cached": 0.0564,
2987 "context_window": 991000,
2988 "default_max_tokens": 64000,
2989 "can_reason": true,
2990 "reasoning_levels": [
2991 "low",
2992 "medium",
2993 "high"
2994 ],
2995 "default_reasoning_effort": "medium",
2996 "supports_attachments": true
2997 },
2998 {
2999 "id": "qwen3.5-397b-a17b",
3000 "name": "Qwen3.5 397B A17B",
3001 "cost_per_1m_in": 0.1644,
3002 "cost_per_1m_out": 0.9864,
3003 "cost_per_1m_in_cached": 0,
3004 "cost_per_1m_out_cached": 0.1644,
3005 "context_window": 991000,
3006 "default_max_tokens": 64000,
3007 "can_reason": true,
3008 "reasoning_levels": [
3009 "low",
3010 "medium",
3011 "high"
3012 ],
3013 "default_reasoning_effort": "medium",
3014 "supports_attachments": true
3015 },
3016 {
3017 "id": "qwen3.5-flash",
3018 "name": "Qwen3.5 Flash",
3019 "cost_per_1m_in": 0.0282,
3020 "cost_per_1m_out": 0.282,
3021 "cost_per_1m_in_cached": 0.03525,
3022 "cost_per_1m_out_cached": 0.00282,
3023 "context_window": 991000,
3024 "default_max_tokens": 64000,
3025 "can_reason": true,
3026 "reasoning_levels": [
3027 "low",
3028 "medium",
3029 "high"
3030 ],
3031 "default_reasoning_effort": "medium",
3032 "supports_attachments": true
3033 },
3034 {
3035 "id": "qwen3.5-plus",
3036 "name": "Qwen3.5 Plus",
3037 "cost_per_1m_in": 0.1096,
3038 "cost_per_1m_out": 0.6576,
3039 "cost_per_1m_in_cached": 0.137,
3040 "cost_per_1m_out_cached": 0.01096,
3041 "context_window": 991000,
3042 "default_max_tokens": 64000,
3043 "can_reason": true,
3044 "reasoning_levels": [
3045 "low",
3046 "medium",
3047 "high"
3048 ],
3049 "default_reasoning_effort": "medium",
3050 "supports_attachments": true
3051 },
3052 {
3053 "id": "qwen3.6-plus",
3054 "name": "Qwen3.6 Plus",
3055 "cost_per_1m_in": 0.282,
3056 "cost_per_1m_out": 1.692,
3057 "cost_per_1m_in_cached": 0.3525,
3058 "cost_per_1m_out_cached": 0.0282,
3059 "context_window": 991000,
3060 "default_max_tokens": 64000,
3061 "can_reason": true,
3062 "reasoning_levels": [
3063 "low",
3064 "medium",
3065 "high"
3066 ],
3067 "default_reasoning_effort": "medium",
3068 "supports_attachments": true
3069 },
3070 {
3071 "id": "qwen3.6-plus-preview-free",
3072 "name": "Qwen3.6 Plus Preview (free)",
3073 "cost_per_1m_in": 0,
3074 "cost_per_1m_out": 0,
3075 "cost_per_1m_in_cached": 0,
3076 "cost_per_1m_out_cached": 0,
3077 "context_window": 1000000,
3078 "default_max_tokens": 65535,
3079 "can_reason": true,
3080 "reasoning_levels": [
3081 "low",
3082 "medium",
3083 "high"
3084 ],
3085 "default_reasoning_effort": "medium",
3086 "supports_attachments": false
3087 },
3088 {
3089 "id": "step-3.5-flash",
3090 "name": "Step 3.5 Flash",
3091 "cost_per_1m_in": 0.1,
3092 "cost_per_1m_out": 0.3,
3093 "cost_per_1m_in_cached": 0,
3094 "cost_per_1m_out_cached": 0,
3095 "context_window": 256000,
3096 "default_max_tokens": 25600,
3097 "can_reason": false,
3098 "supports_attachments": true
3099 },
3100 {
3101 "id": "step-3.5-flash-free",
3102 "name": "Step 3.5 Flash (free)",
3103 "cost_per_1m_in": 0,
3104 "cost_per_1m_out": 0,
3105 "cost_per_1m_in_cached": 0,
3106 "cost_per_1m_out_cached": 0,
3107 "context_window": 256000,
3108 "default_max_tokens": 25600,
3109 "can_reason": false,
3110 "supports_attachments": true
3111 }
3112 ],
3113 "default_headers": {
3114 "APP-Code": "IUFF7106"
3115 }
3116}