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-opus-4-7",
408 "name": "Claude Opus 4.7",
409 "cost_per_1m_in": 5,
410 "cost_per_1m_out": 25,
411 "cost_per_1m_in_cached": 6.25,
412 "cost_per_1m_out_cached": 0.5,
413 "context_window": 200000,
414 "default_max_tokens": 32000,
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-opus-4-7-think",
426 "name": "Claude Opus 4.7 Thinking",
427 "cost_per_1m_in": 5,
428 "cost_per_1m_out": 25,
429 "cost_per_1m_in_cached": 6.25,
430 "cost_per_1m_out_cached": 0.5,
431 "context_window": 200000,
432 "default_max_tokens": 32000,
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-0",
444 "name": "Claude Sonnet 4.0",
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-5",
462 "name": "Claude Sonnet 4.5",
463 "cost_per_1m_in": 3.3,
464 "cost_per_1m_out": 16.5,
465 "cost_per_1m_in_cached": 4.125,
466 "cost_per_1m_out_cached": 0.33,
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-5-think",
480 "name": "Claude Sonnet 4.5 Thinking",
481 "cost_per_1m_in": 3.3,
482 "cost_per_1m_out": 16.5,
483 "cost_per_1m_in_cached": 4.125,
484 "cost_per_1m_out_cached": 0.33,
485 "context_window": 1000000,
486 "default_max_tokens": 64000,
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": "claude-sonnet-4-6",
498 "name": "Claude Sonnet 4.6",
499 "cost_per_1m_in": 3,
500 "cost_per_1m_out": 15,
501 "cost_per_1m_in_cached": 3.75,
502 "cost_per_1m_out_cached": 0.3,
503 "context_window": 1000000,
504 "default_max_tokens": 64000,
505 "can_reason": true,
506 "reasoning_levels": [
507 "low",
508 "medium",
509 "high"
510 ],
511 "default_reasoning_effort": "medium",
512 "supports_attachments": true
513 },
514 {
515 "id": "claude-sonnet-4-6-think",
516 "name": "Claude Sonnet 4.6 Thinking",
517 "cost_per_1m_in": 3,
518 "cost_per_1m_out": 15,
519 "cost_per_1m_in_cached": 3.75,
520 "cost_per_1m_out_cached": 0.3,
521 "context_window": 200000,
522 "default_max_tokens": 32000,
523 "can_reason": true,
524 "reasoning_levels": [
525 "low",
526 "medium",
527 "high"
528 ],
529 "default_reasoning_effort": "medium",
530 "supports_attachments": true
531 },
532 {
533 "id": "coding-glm-4.6-free",
534 "name": "Coding GLM 4.6 (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": 200000,
540 "default_max_tokens": 20000,
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",
552 "name": "Coding MiniMax M2",
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-free",
570 "name": "Coding MiniMax M2 (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.1",
588 "name": "Coding MiniMax M2.1",
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.1-free",
606 "name": "Coding MiniMax M2.1 (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",
624 "name": "Coding MiniMax M2.5",
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.5-free",
642 "name": "Coding MiniMax M2.5 (free)",
643 "cost_per_1m_in": 0,
644 "cost_per_1m_out": 0,
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.5-highspeed",
660 "name": "Coding MiniMax M2.5 Highspeed",
661 "cost_per_1m_in": 0.2,
662 "cost_per_1m_out": 0.2,
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",
678 "name": "Coding MiniMax M2.7",
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": "coding-minimax-m2.7-free",
696 "name": "Coding MiniMax M2.7 (free)",
697 "cost_per_1m_in": 0,
698 "cost_per_1m_out": 0,
699 "cost_per_1m_in_cached": 0,
700 "cost_per_1m_out_cached": 0,
701 "context_window": 204800,
702 "default_max_tokens": 13100,
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": "coding-minimax-m2.7-highspeed",
714 "name": "Coding MiniMax M2.7 Highspeed",
715 "cost_per_1m_in": 0.2,
716 "cost_per_1m_out": 0.2,
717 "cost_per_1m_in_cached": 0,
718 "cost_per_1m_out_cached": 0,
719 "context_window": 204800,
720 "default_max_tokens": 13100,
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-math-v2",
732 "name": "DeepSeek Math V2",
733 "cost_per_1m_in": 0.492,
734 "cost_per_1m_out": 1.968,
735 "cost_per_1m_in_cached": 0,
736 "cost_per_1m_out_cached": 0.0984,
737 "context_window": 163000,
738 "default_max_tokens": 16300,
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",
750 "name": "DeepSeek V3.2",
751 "cost_per_1m_in": 0.302,
752 "cost_per_1m_out": 0.453,
753 "cost_per_1m_in_cached": 0,
754 "cost_per_1m_out_cached": 0.0302,
755 "context_window": 128000,
756 "default_max_tokens": 64000,
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-fast",
768 "name": "DeepSeek V3.2 Fast",
769 "cost_per_1m_in": 1.096,
770 "cost_per_1m_out": 3.288,
771 "cost_per_1m_in_cached": 0,
772 "cost_per_1m_out_cached": 1.096,
773 "context_window": 128000,
774 "default_max_tokens": 12800,
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": "deepseek-v3.2-speciale",
786 "name": "DeepSeek V3.2 Speciale",
787 "cost_per_1m_in": 0.58,
788 "cost_per_1m_out": 1.68003,
789 "cost_per_1m_in_cached": 0,
790 "cost_per_1m_out_cached": 0,
791 "context_window": 128000,
792 "default_max_tokens": 12800,
793 "can_reason": true,
794 "reasoning_levels": [
795 "low",
796 "medium",
797 "high"
798 ],
799 "default_reasoning_effort": "medium",
800 "supports_attachments": false
801 },
802 {
803 "id": "deepseek-v3.2-think",
804 "name": "DeepSeek V3.2 Thinking",
805 "cost_per_1m_in": 0.302,
806 "cost_per_1m_out": 0.453,
807 "cost_per_1m_in_cached": 0,
808 "cost_per_1m_out_cached": 0.0302,
809 "context_window": 128000,
810 "default_max_tokens": 64000,
811 "can_reason": true,
812 "reasoning_levels": [
813 "low",
814 "medium",
815 "high"
816 ],
817 "default_reasoning_effort": "medium",
818 "supports_attachments": false
819 },
820 {
821 "id": "deepseek-v4-flash",
822 "name": "DeepSeek V4 Flash",
823 "cost_per_1m_in": 0.154,
824 "cost_per_1m_out": 0.308,
825 "cost_per_1m_in_cached": 0,
826 "cost_per_1m_out_cached": 0.00308,
827 "context_window": 1000000,
828 "default_max_tokens": 384000,
829 "can_reason": true,
830 "reasoning_levels": [
831 "low",
832 "medium",
833 "high"
834 ],
835 "default_reasoning_effort": "medium",
836 "supports_attachments": false
837 },
838 {
839 "id": "deepseek-v4-pro",
840 "name": "DeepSeek V4 Pro",
841 "cost_per_1m_in": 0.478,
842 "cost_per_1m_out": 0.956,
843 "cost_per_1m_in_cached": 0,
844 "cost_per_1m_out_cached": 0.0043,
845 "context_window": 1000000,
846 "default_max_tokens": 384000,
847 "can_reason": true,
848 "reasoning_levels": [
849 "low",
850 "medium",
851 "high"
852 ],
853 "default_reasoning_effort": "medium",
854 "supports_attachments": false
855 },
856 {
857 "id": "doubao-seed-1-6",
858 "name": "Doubao Seed 1.6",
859 "cost_per_1m_in": 0.18,
860 "cost_per_1m_out": 1.8,
861 "cost_per_1m_in_cached": 0,
862 "cost_per_1m_out_cached": 0.036,
863 "context_window": 256000,
864 "default_max_tokens": 32000,
865 "can_reason": false,
866 "supports_attachments": true
867 },
868 {
869 "id": "doubao-seed-1-6-flash",
870 "name": "Doubao Seed 1.6 Flash",
871 "cost_per_1m_in": 0.044,
872 "cost_per_1m_out": 0.44,
873 "cost_per_1m_in_cached": 0,
874 "cost_per_1m_out_cached": 0.0088,
875 "context_window": 256000,
876 "default_max_tokens": 33000,
877 "can_reason": false,
878 "supports_attachments": true
879 },
880 {
881 "id": "doubao-seed-1-6-lite",
882 "name": "Doubao Seed 1.6 Lite",
883 "cost_per_1m_in": 0.082,
884 "cost_per_1m_out": 0.656,
885 "cost_per_1m_in_cached": 0,
886 "cost_per_1m_out_cached": 0.0164,
887 "context_window": 256000,
888 "default_max_tokens": 32000,
889 "can_reason": false,
890 "supports_attachments": true
891 },
892 {
893 "id": "doubao-seed-1-6-thinking",
894 "name": "Doubao Seed 1.6 Thinking",
895 "cost_per_1m_in": 0.18,
896 "cost_per_1m_out": 1.8,
897 "cost_per_1m_in_cached": 0,
898 "cost_per_1m_out_cached": 0.036,
899 "context_window": 256000,
900 "default_max_tokens": 32000,
901 "can_reason": false,
902 "supports_attachments": true
903 },
904 {
905 "id": "doubao-seed-1-8",
906 "name": "Doubao Seed 1.8",
907 "cost_per_1m_in": 0.10959,
908 "cost_per_1m_out": 0.27398,
909 "cost_per_1m_in_cached": 0,
910 "cost_per_1m_out_cached": 0.02192,
911 "context_window": 256000,
912 "default_max_tokens": 64000,
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": "doubao-seed-2-0-code-preview",
924 "name": "Doubao Seed 2.0 Code Preview",
925 "cost_per_1m_in": 0.4822,
926 "cost_per_1m_out": 2.411,
927 "cost_per_1m_in_cached": 0,
928 "cost_per_1m_out_cached": 0.09644,
929 "context_window": 256000,
930 "default_max_tokens": 128000,
931 "can_reason": true,
932 "reasoning_levels": [
933 "low",
934 "medium",
935 "high"
936 ],
937 "default_reasoning_effort": "medium",
938 "supports_attachments": true
939 },
940 {
941 "id": "doubao-seed-2-0-lite",
942 "name": "Doubao Seed 2.0 Lite",
943 "cost_per_1m_in": 0.09041,
944 "cost_per_1m_out": 0.54246,
945 "cost_per_1m_in_cached": 0,
946 "cost_per_1m_out_cached": 0.01808,
947 "context_window": 256000,
948 "default_max_tokens": 32000,
949 "can_reason": true,
950 "reasoning_levels": [
951 "low",
952 "medium",
953 "high"
954 ],
955 "default_reasoning_effort": "medium",
956 "supports_attachments": true
957 },
958 {
959 "id": "doubao-seed-2-0-mini",
960 "name": "Doubao Seed 2.0 Mini",
961 "cost_per_1m_in": 0.03014,
962 "cost_per_1m_out": 0.30136,
963 "cost_per_1m_in_cached": 0,
964 "cost_per_1m_out_cached": 0.00603,
965 "context_window": 256000,
966 "default_max_tokens": 32000,
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": "doubao-seed-2-0-pro",
978 "name": "Doubao Seed 2.0 Pro",
979 "cost_per_1m_in": 0.4822,
980 "cost_per_1m_out": 2.411,
981 "cost_per_1m_in_cached": 0,
982 "cost_per_1m_out_cached": 0.09644,
983 "context_window": 256000,
984 "default_max_tokens": 128000,
985 "can_reason": true,
986 "reasoning_levels": [
987 "low",
988 "medium",
989 "high"
990 ],
991 "default_reasoning_effort": "medium",
992 "supports_attachments": true
993 },
994 {
995 "id": "ernie-4.5",
996 "name": "ERNIE 4.5",
997 "cost_per_1m_in": 0.068,
998 "cost_per_1m_out": 0.272,
999 "cost_per_1m_in_cached": 0,
1000 "cost_per_1m_out_cached": 0,
1001 "context_window": 160000,
1002 "default_max_tokens": 64000,
1003 "can_reason": false,
1004 "supports_attachments": true
1005 },
1006 {
1007 "id": "ernie-4.5-turbo-latest",
1008 "name": "ERNIE 4.5 Turbo",
1009 "cost_per_1m_in": 0.11,
1010 "cost_per_1m_out": 0.44,
1011 "cost_per_1m_in_cached": 0,
1012 "cost_per_1m_out_cached": 0,
1013 "context_window": 135000,
1014 "default_max_tokens": 12000,
1015 "can_reason": false,
1016 "supports_attachments": true
1017 },
1018 {
1019 "id": "ernie-4.5-turbo-vl",
1020 "name": "ERNIE 4.5 Turbo VL",
1021 "cost_per_1m_in": 0.4,
1022 "cost_per_1m_out": 1.2,
1023 "cost_per_1m_in_cached": 0,
1024 "cost_per_1m_out_cached": 0,
1025 "context_window": 139000,
1026 "default_max_tokens": 16000,
1027 "can_reason": false,
1028 "supports_attachments": true
1029 },
1030 {
1031 "id": "ernie-5.0-thinking-exp",
1032 "name": "ERNIE 5.0 Thinking Exp",
1033 "cost_per_1m_in": 0.82192,
1034 "cost_per_1m_out": 3.28768,
1035 "cost_per_1m_in_cached": 0,
1036 "cost_per_1m_out_cached": 0.82192,
1037 "context_window": 119000,
1038 "default_max_tokens": 11900,
1039 "can_reason": true,
1040 "reasoning_levels": [
1041 "low",
1042 "medium",
1043 "high"
1044 ],
1045 "default_reasoning_effort": "medium",
1046 "supports_attachments": true
1047 },
1048 {
1049 "id": "ernie-5.0-thinking-preview",
1050 "name": "ERNIE 5.0 Thinking Preview",
1051 "cost_per_1m_in": 0.822,
1052 "cost_per_1m_out": 3.288,
1053 "cost_per_1m_in_cached": 0,
1054 "cost_per_1m_out_cached": 0.822,
1055 "context_window": 183000,
1056 "default_max_tokens": 64000,
1057 "can_reason": true,
1058 "reasoning_levels": [
1059 "low",
1060 "medium",
1061 "high"
1062 ],
1063 "default_reasoning_effort": "medium",
1064 "supports_attachments": false
1065 },
1066 {
1067 "id": "ernie-x1-turbo",
1068 "name": "ERNIE X1 Turbo",
1069 "cost_per_1m_in": 0.136,
1070 "cost_per_1m_out": 0.544,
1071 "cost_per_1m_in_cached": 0,
1072 "cost_per_1m_out_cached": 0,
1073 "context_window": 50500,
1074 "default_max_tokens": 5050,
1075 "can_reason": true,
1076 "reasoning_levels": [
1077 "low",
1078 "medium",
1079 "high"
1080 ],
1081 "default_reasoning_effort": "medium",
1082 "supports_attachments": false
1083 },
1084 {
1085 "id": "gemini-2.0-flash",
1086 "name": "Gemini 2.0 Flash",
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.025,
1091 "context_window": 1048576,
1092 "default_max_tokens": 8192,
1093 "can_reason": false,
1094 "supports_attachments": true
1095 },
1096 {
1097 "id": "gemini-2.5-flash",
1098 "name": "Gemini 2.5 Flash",
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": 1048576,
1104 "default_max_tokens": 65536,
1105 "can_reason": false,
1106 "supports_attachments": true
1107 },
1108 {
1109 "id": "gemini-2.5-flash-image",
1110 "name": "Gemini 2.5 Flash Image",
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.3,
1115 "context_window": 32800,
1116 "default_max_tokens": 8000,
1117 "can_reason": false,
1118 "supports_attachments": true
1119 },
1120 {
1121 "id": "gemini-2.5-flash-lite",
1122 "name": "Gemini 2.5 Flash Lite",
1123 "cost_per_1m_in": 0.1,
1124 "cost_per_1m_out": 0.4,
1125 "cost_per_1m_in_cached": 0,
1126 "cost_per_1m_out_cached": 0.01,
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-lite-nothink",
1134 "name": "Gemini 2.5 Flash Lite (no think)",
1135 "cost_per_1m_in": 0.1,
1136 "cost_per_1m_out": 0.4,
1137 "cost_per_1m_in_cached": 0,
1138 "cost_per_1m_out_cached": 0.01,
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-lite-preview-09-2025",
1146 "name": "Gemini 2.5 Flash Lite Preview 09 2025",
1147 "cost_per_1m_in": 0.1,
1148 "cost_per_1m_out": 0.4,
1149 "cost_per_1m_in_cached": 0,
1150 "cost_per_1m_out_cached": 0.01,
1151 "context_window": 1048576,
1152 "default_max_tokens": 65536,
1153 "can_reason": false,
1154 "supports_attachments": true
1155 },
1156 {
1157 "id": "gemini-2.5-flash-lite-preview-09-2025-nothink",
1158 "name": "Gemini 2.5 Flash Lite Preview 09 2025 (no think)",
1159 "cost_per_1m_in": 0.1,
1160 "cost_per_1m_out": 0.4,
1161 "cost_per_1m_in_cached": 0,
1162 "cost_per_1m_out_cached": 0.01,
1163 "context_window": 1048576,
1164 "default_max_tokens": 65536,
1165 "can_reason": false,
1166 "supports_attachments": true
1167 },
1168 {
1169 "id": "gemini-2.5-flash-nothink",
1170 "name": "Gemini 2.5 Flash (no think)",
1171 "cost_per_1m_in": 0.3,
1172 "cost_per_1m_out": 2.499,
1173 "cost_per_1m_in_cached": 0,
1174 "cost_per_1m_out_cached": 0.03,
1175 "context_window": 1047576,
1176 "default_max_tokens": 65536,
1177 "can_reason": false,
1178 "supports_attachments": true
1179 },
1180 {
1181 "id": "gemini-2.5-flash-preview-05-20-nothink",
1182 "name": "Gemini 2.5 Flash Preview 05-20 (no think)",
1183 "cost_per_1m_in": 0.3,
1184 "cost_per_1m_out": 2.499,
1185 "cost_per_1m_in_cached": 0,
1186 "cost_per_1m_out_cached": 0.03,
1187 "context_window": 1048576,
1188 "default_max_tokens": 65536,
1189 "can_reason": false,
1190 "supports_attachments": true
1191 },
1192 {
1193 "id": "gemini-2.5-flash-preview-05-20-search",
1194 "name": "Gemini 2.5 Flash Preview 05-20 Search",
1195 "cost_per_1m_in": 0.3,
1196 "cost_per_1m_out": 2.499,
1197 "cost_per_1m_in_cached": 0,
1198 "cost_per_1m_out_cached": 0.03,
1199 "context_window": 1048576,
1200 "default_max_tokens": 65536,
1201 "can_reason": false,
1202 "supports_attachments": true
1203 },
1204 {
1205 "id": "gemini-2.5-flash-preview-09-2025",
1206 "name": "Gemini 2.5 Flash Preview 09 2025",
1207 "cost_per_1m_in": 0.3,
1208 "cost_per_1m_out": 2.499,
1209 "cost_per_1m_in_cached": 0,
1210 "cost_per_1m_out_cached": 0.03,
1211 "context_window": 1048576,
1212 "default_max_tokens": 65536,
1213 "can_reason": false,
1214 "supports_attachments": true
1215 },
1216 {
1217 "id": "gemini-2.5-flash-search",
1218 "name": "Gemini 2.5 Flash Search",
1219 "cost_per_1m_in": 0.3,
1220 "cost_per_1m_out": 2.499,
1221 "cost_per_1m_in_cached": 0,
1222 "cost_per_1m_out_cached": 0.03,
1223 "context_window": 1048576,
1224 "default_max_tokens": 65536,
1225 "can_reason": false,
1226 "supports_attachments": true
1227 },
1228 {
1229 "id": "gemini-2.5-pro",
1230 "name": "Gemini 2.5 Pro",
1231 "cost_per_1m_in": 1.25,
1232 "cost_per_1m_out": 10,
1233 "cost_per_1m_in_cached": 0,
1234 "cost_per_1m_out_cached": 0.125,
1235 "context_window": 1048576,
1236 "default_max_tokens": 65536,
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-2.5-pro-preview-05-06",
1248 "name": "Gemini 2.5 Pro Preview 05-06",
1249 "cost_per_1m_in": 1.25,
1250 "cost_per_1m_out": 10,
1251 "cost_per_1m_in_cached": 0,
1252 "cost_per_1m_out_cached": 0.125,
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-2.5-pro-preview-06-05",
1266 "name": "Gemini 2.5 Pro Preview 06-05",
1267 "cost_per_1m_in": 1.25,
1268 "cost_per_1m_out": 10,
1269 "cost_per_1m_in_cached": 0,
1270 "cost_per_1m_out_cached": 0.125,
1271 "context_window": 1048576,
1272 "default_max_tokens": 65536,
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-2.5-pro-search",
1284 "name": "Gemini 2.5 Pro Search",
1285 "cost_per_1m_in": 1.25,
1286 "cost_per_1m_out": 10,
1287 "cost_per_1m_in_cached": 0,
1288 "cost_per_1m_out_cached": 0.125,
1289 "context_window": 1048576,
1290 "default_max_tokens": 65536,
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-flash-preview",
1302 "name": "Gemini 3 Flash Preview",
1303 "cost_per_1m_in": 0.5,
1304 "cost_per_1m_out": 3,
1305 "cost_per_1m_in_cached": 0,
1306 "cost_per_1m_out_cached": 0.05,
1307 "context_window": 1048576,
1308 "default_max_tokens": 104857,
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-flash-preview-free",
1320 "name": "Gemini 3 Flash Preview (free)",
1321 "cost_per_1m_in": 0,
1322 "cost_per_1m_out": 0,
1323 "cost_per_1m_in_cached": 0,
1324 "cost_per_1m_out_cached": 0,
1325 "context_window": 1048576,
1326 "default_max_tokens": 65536,
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-flash-preview-search",
1338 "name": "Gemini 3 Flash Preview Search",
1339 "cost_per_1m_in": 0.5,
1340 "cost_per_1m_out": 3,
1341 "cost_per_1m_in_cached": 0,
1342 "cost_per_1m_out_cached": 0.05,
1343 "context_window": 1048576,
1344 "default_max_tokens": 104857,
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": "gemini-3.1-flash-lite-preview",
1356 "name": "Gemini 3.1 Flash Lite Preview",
1357 "cost_per_1m_in": 0.25,
1358 "cost_per_1m_out": 1.5,
1359 "cost_per_1m_in_cached": 0,
1360 "cost_per_1m_out_cached": 0.25,
1361 "context_window": 1000000,
1362 "default_max_tokens": 64000,
1363 "can_reason": true,
1364 "reasoning_levels": [
1365 "low",
1366 "medium",
1367 "high"
1368 ],
1369 "default_reasoning_effort": "medium",
1370 "supports_attachments": true
1371 },
1372 {
1373 "id": "gemini-3.1-flash-lite-preview-nothink",
1374 "name": "Gemini 3.1 Flash Lite Preview (no think)",
1375 "cost_per_1m_in": 0.25,
1376 "cost_per_1m_out": 1.5,
1377 "cost_per_1m_in_cached": 0,
1378 "cost_per_1m_out_cached": 0.25,
1379 "context_window": 1000000,
1380 "default_max_tokens": 64000,
1381 "can_reason": true,
1382 "reasoning_levels": [
1383 "low",
1384 "medium",
1385 "high"
1386 ],
1387 "default_reasoning_effort": "medium",
1388 "supports_attachments": true
1389 },
1390 {
1391 "id": "gemini-3.1-pro-preview",
1392 "name": "Gemini 3.1 Pro Preview",
1393 "cost_per_1m_in": 2,
1394 "cost_per_1m_out": 12,
1395 "cost_per_1m_in_cached": 0,
1396 "cost_per_1m_out_cached": 0.2,
1397 "context_window": 1000000,
1398 "default_max_tokens": 64000,
1399 "can_reason": true,
1400 "reasoning_levels": [
1401 "low",
1402 "medium",
1403 "high"
1404 ],
1405 "default_reasoning_effort": "medium",
1406 "supports_attachments": true
1407 },
1408 {
1409 "id": "gemini-3.1-pro-preview-customtools",
1410 "name": "Gemini 3.1 Pro Preview Customtools",
1411 "cost_per_1m_in": 2,
1412 "cost_per_1m_out": 12,
1413 "cost_per_1m_in_cached": 0,
1414 "cost_per_1m_out_cached": 0.2,
1415 "context_window": 1000000,
1416 "default_max_tokens": 64000,
1417 "can_reason": true,
1418 "reasoning_levels": [
1419 "low",
1420 "medium",
1421 "high"
1422 ],
1423 "default_reasoning_effort": "medium",
1424 "supports_attachments": true
1425 },
1426 {
1427 "id": "glm-4.5v",
1428 "name": "GLM 4.5 Vision",
1429 "cost_per_1m_in": 0.274,
1430 "cost_per_1m_out": 0.822,
1431 "cost_per_1m_in_cached": 0,
1432 "cost_per_1m_out_cached": 0.274,
1433 "context_window": 64000,
1434 "default_max_tokens": 16384,
1435 "can_reason": false,
1436 "supports_attachments": true
1437 },
1438 {
1439 "id": "glm-4.6",
1440 "name": "GLM 4.6",
1441 "cost_per_1m_in": 0,
1442 "cost_per_1m_out": 0,
1443 "cost_per_1m_in_cached": 0,
1444 "cost_per_1m_out_cached": 0,
1445 "context_window": 204800,
1446 "default_max_tokens": 20480,
1447 "can_reason": true,
1448 "reasoning_levels": [
1449 "low",
1450 "medium",
1451 "high"
1452 ],
1453 "default_reasoning_effort": "medium",
1454 "supports_attachments": false
1455 },
1456 {
1457 "id": "glm-4.6v",
1458 "name": "GLM 4.6 Vision",
1459 "cost_per_1m_in": 0.137,
1460 "cost_per_1m_out": 0.411,
1461 "cost_per_1m_in_cached": 0,
1462 "cost_per_1m_out_cached": 0.0274,
1463 "context_window": 128000,
1464 "default_max_tokens": 12800,
1465 "can_reason": false,
1466 "supports_attachments": true
1467 },
1468 {
1469 "id": "glm-4.7",
1470 "name": "GLM 4.7",
1471 "cost_per_1m_in": 0.27397,
1472 "cost_per_1m_out": 1.0959,
1473 "cost_per_1m_in_cached": 0,
1474 "cost_per_1m_out_cached": 0.0548,
1475 "context_window": 200000,
1476 "default_max_tokens": 20000,
1477 "can_reason": true,
1478 "reasoning_levels": [
1479 "low",
1480 "medium",
1481 "high"
1482 ],
1483 "default_reasoning_effort": "medium",
1484 "supports_attachments": false
1485 },
1486 {
1487 "id": "glm-5",
1488 "name": "GLM 5",
1489 "cost_per_1m_in": 0.88,
1490 "cost_per_1m_out": 2.816,
1491 "cost_per_1m_in_cached": 0,
1492 "cost_per_1m_out_cached": 0.176,
1493 "context_window": 202752,
1494 "default_max_tokens": 20275,
1495 "can_reason": true,
1496 "reasoning_levels": [
1497 "low",
1498 "medium",
1499 "high"
1500 ],
1501 "default_reasoning_effort": "medium",
1502 "supports_attachments": false
1503 },
1504 {
1505 "id": "glm-5-turbo",
1506 "name": "GLM 5 Turbo",
1507 "cost_per_1m_in": 1.2,
1508 "cost_per_1m_out": 3.9996,
1509 "cost_per_1m_in_cached": 0,
1510 "cost_per_1m_out_cached": 0.24,
1511 "context_window": 202752,
1512 "default_max_tokens": 20275,
1513 "can_reason": true,
1514 "reasoning_levels": [
1515 "low",
1516 "medium",
1517 "high"
1518 ],
1519 "default_reasoning_effort": "medium",
1520 "supports_attachments": false
1521 },
1522 {
1523 "id": "glm-5.1",
1524 "name": "GLM 5.1",
1525 "cost_per_1m_in": 0.845,
1526 "cost_per_1m_out": 3.38,
1527 "cost_per_1m_in_cached": 0,
1528 "cost_per_1m_out_cached": 0.18311,
1529 "context_window": 200000,
1530 "default_max_tokens": 20000,
1531 "can_reason": true,
1532 "reasoning_levels": [
1533 "low",
1534 "medium",
1535 "high"
1536 ],
1537 "default_reasoning_effort": "medium",
1538 "supports_attachments": false
1539 },
1540 {
1541 "id": "glm-5v-turbo",
1542 "name": "GLM 5 Vision Turbo",
1543 "cost_per_1m_in": 0.7042,
1544 "cost_per_1m_out": 3.09848,
1545 "cost_per_1m_in_cached": 0,
1546 "cost_per_1m_out_cached": 0.16901,
1547 "context_window": 200000,
1548 "default_max_tokens": 20000,
1549 "can_reason": false,
1550 "supports_attachments": true
1551 },
1552 {
1553 "id": "gpt-4.1",
1554 "name": "GPT 4.1",
1555 "cost_per_1m_in": 2,
1556 "cost_per_1m_out": 8,
1557 "cost_per_1m_in_cached": 0,
1558 "cost_per_1m_out_cached": 0.5,
1559 "context_window": 1047576,
1560 "default_max_tokens": 32768,
1561 "can_reason": false,
1562 "supports_attachments": true
1563 },
1564 {
1565 "id": "gpt-4.1-free",
1566 "name": "GPT 4.1 (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": 1047576,
1572 "default_max_tokens": 32768,
1573 "can_reason": false,
1574 "supports_attachments": true
1575 },
1576 {
1577 "id": "gpt-4.1-mini",
1578 "name": "GPT 4.1 Mini",
1579 "cost_per_1m_in": 0.4,
1580 "cost_per_1m_out": 1.6,
1581 "cost_per_1m_in_cached": 0,
1582 "cost_per_1m_out_cached": 0.1,
1583 "context_window": 1047576,
1584 "default_max_tokens": 32768,
1585 "can_reason": false,
1586 "supports_attachments": true
1587 },
1588 {
1589 "id": "gpt-4.1-mini-free",
1590 "name": "GPT 4.1 Mini (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-4.1-nano",
1602 "name": "GPT 4.1 Nano",
1603 "cost_per_1m_in": 0.1,
1604 "cost_per_1m_out": 0.4,
1605 "cost_per_1m_in_cached": 0,
1606 "cost_per_1m_out_cached": 0.025,
1607 "context_window": 1047576,
1608 "default_max_tokens": 32768,
1609 "can_reason": false,
1610 "supports_attachments": true
1611 },
1612 {
1613 "id": "gpt-4.1-nano-free",
1614 "name": "GPT 4.1 Nano (free)",
1615 "cost_per_1m_in": 0,
1616 "cost_per_1m_out": 0,
1617 "cost_per_1m_in_cached": 0,
1618 "cost_per_1m_out_cached": 0,
1619 "context_window": 1047576,
1620 "default_max_tokens": 32768,
1621 "can_reason": false,
1622 "supports_attachments": true
1623 },
1624 {
1625 "id": "gpt-4o",
1626 "name": "GPT 4o",
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-4o-2024-11-20",
1638 "name": "GPT 4o 2024 11-20",
1639 "cost_per_1m_in": 2.5,
1640 "cost_per_1m_out": 10,
1641 "cost_per_1m_in_cached": 0,
1642 "cost_per_1m_out_cached": 1.25,
1643 "context_window": 128000,
1644 "default_max_tokens": 16384,
1645 "can_reason": false,
1646 "supports_attachments": true
1647 },
1648 {
1649 "id": "gpt-4o-audio-preview",
1650 "name": "GPT 4o Audio Preview",
1651 "cost_per_1m_in": 2.5,
1652 "cost_per_1m_out": 10,
1653 "cost_per_1m_in_cached": 0,
1654 "cost_per_1m_out_cached": 0,
1655 "context_window": 128000,
1656 "default_max_tokens": 16384,
1657 "can_reason": false,
1658 "supports_attachments": false
1659 },
1660 {
1661 "id": "gpt-4o-free",
1662 "name": "GPT 4o (free)",
1663 "cost_per_1m_in": 0,
1664 "cost_per_1m_out": 0,
1665 "cost_per_1m_in_cached": 0,
1666 "cost_per_1m_out_cached": 0,
1667 "context_window": 1047576,
1668 "default_max_tokens": 32768,
1669 "can_reason": false,
1670 "supports_attachments": true
1671 },
1672 {
1673 "id": "gpt-4o-mini",
1674 "name": "GPT 4o Mini",
1675 "cost_per_1m_in": 0.15,
1676 "cost_per_1m_out": 0.6,
1677 "cost_per_1m_in_cached": 0,
1678 "cost_per_1m_out_cached": 0.075,
1679 "context_window": 128000,
1680 "default_max_tokens": 16384,
1681 "can_reason": false,
1682 "supports_attachments": true
1683 },
1684 {
1685 "id": "gpt-4o-mini-search-preview",
1686 "name": "GPT 4o Mini Search Preview",
1687 "cost_per_1m_in": 0.15,
1688 "cost_per_1m_out": 0.6,
1689 "cost_per_1m_in_cached": 0,
1690 "cost_per_1m_out_cached": 0.075,
1691 "context_window": 128000,
1692 "default_max_tokens": 16384,
1693 "can_reason": false,
1694 "supports_attachments": true
1695 },
1696 {
1697 "id": "gpt-4o-search-preview",
1698 "name": "GPT 4o Search Preview",
1699 "cost_per_1m_in": 2.5,
1700 "cost_per_1m_out": 10,
1701 "cost_per_1m_in_cached": 0,
1702 "cost_per_1m_out_cached": 1.25,
1703 "context_window": 128000,
1704 "default_max_tokens": 16384,
1705 "can_reason": false,
1706 "supports_attachments": true
1707 },
1708 {
1709 "id": "gpt-5",
1710 "name": "GPT 5",
1711 "cost_per_1m_in": 1.25,
1712 "cost_per_1m_out": 10,
1713 "cost_per_1m_in_cached": 0,
1714 "cost_per_1m_out_cached": 0.125,
1715 "context_window": 400000,
1716 "default_max_tokens": 128000,
1717 "can_reason": true,
1718 "reasoning_levels": [
1719 "low",
1720 "medium",
1721 "high"
1722 ],
1723 "default_reasoning_effort": "medium",
1724 "supports_attachments": true
1725 },
1726 {
1727 "id": "gpt-5-chat-latest",
1728 "name": "GPT 5 Chat",
1729 "cost_per_1m_in": 1.25,
1730 "cost_per_1m_out": 10,
1731 "cost_per_1m_in_cached": 0,
1732 "cost_per_1m_out_cached": 0.125,
1733 "context_window": 400000,
1734 "default_max_tokens": 128000,
1735 "can_reason": false,
1736 "supports_attachments": true
1737 },
1738 {
1739 "id": "gpt-5-codex",
1740 "name": "GPT-5-Codex",
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-mini",
1758 "name": "GPT 5 Mini",
1759 "cost_per_1m_in": 0.25,
1760 "cost_per_1m_out": 2,
1761 "cost_per_1m_in_cached": 0,
1762 "cost_per_1m_out_cached": 0.025,
1763 "context_window": 400000,
1764 "default_max_tokens": 128000,
1765 "can_reason": true,
1766 "reasoning_levels": [
1767 "low",
1768 "medium",
1769 "high"
1770 ],
1771 "default_reasoning_effort": "medium",
1772 "supports_attachments": true
1773 },
1774 {
1775 "id": "gpt-5-nano",
1776 "name": "GPT 5 Nano",
1777 "cost_per_1m_in": 0.05,
1778 "cost_per_1m_out": 0.4,
1779 "cost_per_1m_in_cached": 0,
1780 "cost_per_1m_out_cached": 0.005,
1781 "context_window": 400000,
1782 "default_max_tokens": 128000,
1783 "can_reason": true,
1784 "reasoning_levels": [
1785 "low",
1786 "medium",
1787 "high"
1788 ],
1789 "default_reasoning_effort": "medium",
1790 "supports_attachments": true
1791 },
1792 {
1793 "id": "gpt-5-pro",
1794 "name": "GPT 5 Pro",
1795 "cost_per_1m_in": 15,
1796 "cost_per_1m_out": 120,
1797 "cost_per_1m_in_cached": 0,
1798 "cost_per_1m_out_cached": 0,
1799 "context_window": 400000,
1800 "default_max_tokens": 128000,
1801 "can_reason": true,
1802 "reasoning_levels": [
1803 "low",
1804 "medium",
1805 "high"
1806 ],
1807 "default_reasoning_effort": "medium",
1808 "supports_attachments": true
1809 },
1810 {
1811 "id": "gpt-5.1",
1812 "name": "GPT 5.1",
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": 128000,
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": "gpt-5.1-chat-latest",
1830 "name": "GPT 5.1 Chat",
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": 128000,
1836 "default_max_tokens": 16384,
1837 "can_reason": false,
1838 "supports_attachments": true
1839 },
1840 {
1841 "id": "gpt-5.1-codex",
1842 "name": "GPT-5.1-Codex",
1843 "cost_per_1m_in": 1.25,
1844 "cost_per_1m_out": 10,
1845 "cost_per_1m_in_cached": 0,
1846 "cost_per_1m_out_cached": 0.125,
1847 "context_window": 400000,
1848 "default_max_tokens": 128000,
1849 "can_reason": true,
1850 "reasoning_levels": [
1851 "low",
1852 "medium",
1853 "high"
1854 ],
1855 "default_reasoning_effort": "medium",
1856 "supports_attachments": true
1857 },
1858 {
1859 "id": "gpt-5.1-codex-max",
1860 "name": "GPT-5.1-Codex Max",
1861 "cost_per_1m_in": 1.25,
1862 "cost_per_1m_out": 10,
1863 "cost_per_1m_in_cached": 0,
1864 "cost_per_1m_out_cached": 0.125,
1865 "context_window": 400000,
1866 "default_max_tokens": 128000,
1867 "can_reason": true,
1868 "reasoning_levels": [
1869 "low",
1870 "medium",
1871 "high"
1872 ],
1873 "default_reasoning_effort": "medium",
1874 "supports_attachments": true
1875 },
1876 {
1877 "id": "gpt-5.1-codex-mini",
1878 "name": "GPT-5.1-Codex Mini",
1879 "cost_per_1m_in": 0.25,
1880 "cost_per_1m_out": 2,
1881 "cost_per_1m_in_cached": 0,
1882 "cost_per_1m_out_cached": 0.025,
1883 "context_window": 400000,
1884 "default_max_tokens": 128000,
1885 "can_reason": true,
1886 "reasoning_levels": [
1887 "low",
1888 "medium",
1889 "high"
1890 ],
1891 "default_reasoning_effort": "medium",
1892 "supports_attachments": true
1893 },
1894 {
1895 "id": "gpt-5.2",
1896 "name": "GPT 5.2",
1897 "cost_per_1m_in": 1.75,
1898 "cost_per_1m_out": 14,
1899 "cost_per_1m_in_cached": 0,
1900 "cost_per_1m_out_cached": 0.175,
1901 "context_window": 400000,
1902 "default_max_tokens": 128000,
1903 "can_reason": true,
1904 "reasoning_levels": [
1905 "low",
1906 "medium",
1907 "high"
1908 ],
1909 "default_reasoning_effort": "medium",
1910 "supports_attachments": true
1911 },
1912 {
1913 "id": "gpt-5.2-chat-latest",
1914 "name": "GPT 5.2 Chat",
1915 "cost_per_1m_in": 1.75,
1916 "cost_per_1m_out": 14,
1917 "cost_per_1m_in_cached": 0,
1918 "cost_per_1m_out_cached": 0.175,
1919 "context_window": 128000,
1920 "default_max_tokens": 16384,
1921 "can_reason": false,
1922 "supports_attachments": true
1923 },
1924 {
1925 "id": "gpt-5.2-codex",
1926 "name": "GPT-5.2-Codex",
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": 400000,
1932 "default_max_tokens": 128000,
1933 "can_reason": true,
1934 "reasoning_levels": [
1935 "low",
1936 "medium",
1937 "high"
1938 ],
1939 "default_reasoning_effort": "medium",
1940 "supports_attachments": true
1941 },
1942 {
1943 "id": "gpt-5.2-high",
1944 "name": "GPT 5.2 High",
1945 "cost_per_1m_in": 1.75,
1946 "cost_per_1m_out": 14,
1947 "cost_per_1m_in_cached": 0,
1948 "cost_per_1m_out_cached": 0.175,
1949 "context_window": 400000,
1950 "default_max_tokens": 128000,
1951 "can_reason": true,
1952 "reasoning_levels": [
1953 "low",
1954 "medium",
1955 "high"
1956 ],
1957 "default_reasoning_effort": "medium",
1958 "supports_attachments": true
1959 },
1960 {
1961 "id": "gpt-5.2-low",
1962 "name": "GPT 5.2 Low",
1963 "cost_per_1m_in": 1.75,
1964 "cost_per_1m_out": 14,
1965 "cost_per_1m_in_cached": 0,
1966 "cost_per_1m_out_cached": 0.175,
1967 "context_window": 400000,
1968 "default_max_tokens": 128000,
1969 "can_reason": true,
1970 "reasoning_levels": [
1971 "low",
1972 "medium",
1973 "high"
1974 ],
1975 "default_reasoning_effort": "medium",
1976 "supports_attachments": true
1977 },
1978 {
1979 "id": "gpt-5.2-pro",
1980 "name": "GPT 5.2 Pro",
1981 "cost_per_1m_in": 21,
1982 "cost_per_1m_out": 168,
1983 "cost_per_1m_in_cached": 0,
1984 "cost_per_1m_out_cached": 2.1,
1985 "context_window": 400000,
1986 "default_max_tokens": 128000,
1987 "can_reason": true,
1988 "reasoning_levels": [
1989 "low",
1990 "medium",
1991 "high"
1992 ],
1993 "default_reasoning_effort": "medium",
1994 "supports_attachments": true
1995 },
1996 {
1997 "id": "gpt-5.3-chat-latest",
1998 "name": "GPT 5.3 Chat",
1999 "cost_per_1m_in": 1.75,
2000 "cost_per_1m_out": 14,
2001 "cost_per_1m_in_cached": 0,
2002 "cost_per_1m_out_cached": 0.175,
2003 "context_window": 128000,
2004 "default_max_tokens": 16384,
2005 "can_reason": false,
2006 "supports_attachments": true
2007 },
2008 {
2009 "id": "gpt-5.3-codex",
2010 "name": "GPT-5.3-Codex",
2011 "cost_per_1m_in": 1.75,
2012 "cost_per_1m_out": 14,
2013 "cost_per_1m_in_cached": 0,
2014 "cost_per_1m_out_cached": 0.175,
2015 "context_window": 400000,
2016 "default_max_tokens": 128000,
2017 "can_reason": true,
2018 "reasoning_levels": [
2019 "low",
2020 "medium",
2021 "high"
2022 ],
2023 "default_reasoning_effort": "medium",
2024 "supports_attachments": true
2025 },
2026 {
2027 "id": "gpt-5.4",
2028 "name": "GPT 5.4",
2029 "cost_per_1m_in": 2.5,
2030 "cost_per_1m_out": 15,
2031 "cost_per_1m_in_cached": 0,
2032 "cost_per_1m_out_cached": 0.25,
2033 "context_window": 400000,
2034 "default_max_tokens": 128000,
2035 "can_reason": true,
2036 "reasoning_levels": [
2037 "low",
2038 "medium",
2039 "high"
2040 ],
2041 "default_reasoning_effort": "medium",
2042 "supports_attachments": true
2043 },
2044 {
2045 "id": "gpt-5.4-high",
2046 "name": "GPT 5.4 High",
2047 "cost_per_1m_in": 2.5,
2048 "cost_per_1m_out": 15,
2049 "cost_per_1m_in_cached": 0,
2050 "cost_per_1m_out_cached": 0.25,
2051 "context_window": 400000,
2052 "default_max_tokens": 128000,
2053 "can_reason": true,
2054 "reasoning_levels": [
2055 "low",
2056 "medium",
2057 "high"
2058 ],
2059 "default_reasoning_effort": "medium",
2060 "supports_attachments": true
2061 },
2062 {
2063 "id": "gpt-5.4-low",
2064 "name": "GPT 5.4 Low",
2065 "cost_per_1m_in": 2.5,
2066 "cost_per_1m_out": 15,
2067 "cost_per_1m_in_cached": 0,
2068 "cost_per_1m_out_cached": 0.25,
2069 "context_window": 400000,
2070 "default_max_tokens": 128000,
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": "gpt-5.4-mini",
2082 "name": "GPT 5.4 Mini",
2083 "cost_per_1m_in": 0.75,
2084 "cost_per_1m_out": 4.5,
2085 "cost_per_1m_in_cached": 0,
2086 "cost_per_1m_out_cached": 0.075,
2087 "context_window": 400000,
2088 "default_max_tokens": 128000,
2089 "can_reason": false,
2090 "supports_attachments": true
2091 },
2092 {
2093 "id": "gpt-5.4-nano",
2094 "name": "GPT 5.4 Nano",
2095 "cost_per_1m_in": 0.2,
2096 "cost_per_1m_out": 1.25,
2097 "cost_per_1m_in_cached": 0,
2098 "cost_per_1m_out_cached": 0.02,
2099 "context_window": 400000,
2100 "default_max_tokens": 128000,
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": "gpt-5.4-pro",
2112 "name": "GPT 5.4 Pro",
2113 "cost_per_1m_in": 30,
2114 "cost_per_1m_out": 180,
2115 "cost_per_1m_in_cached": 0,
2116 "cost_per_1m_out_cached": 30,
2117 "context_window": 1050000,
2118 "default_max_tokens": 128000,
2119 "can_reason": true,
2120 "reasoning_levels": [
2121 "low",
2122 "medium",
2123 "high"
2124 ],
2125 "default_reasoning_effort": "medium",
2126 "supports_attachments": true
2127 },
2128 {
2129 "id": "gpt-5.5",
2130 "name": "GPT 5.5",
2131 "cost_per_1m_in": 5,
2132 "cost_per_1m_out": 30,
2133 "cost_per_1m_in_cached": 0,
2134 "cost_per_1m_out_cached": 0.5,
2135 "context_window": 1050000,
2136 "default_max_tokens": 128000,
2137 "can_reason": true,
2138 "reasoning_levels": [
2139 "low",
2140 "medium",
2141 "high"
2142 ],
2143 "default_reasoning_effort": "medium",
2144 "supports_attachments": true
2145 },
2146 {
2147 "id": "gpt-oss-120b",
2148 "name": "gpt-oss-120b",
2149 "cost_per_1m_in": 0.18,
2150 "cost_per_1m_out": 0.9,
2151 "cost_per_1m_in_cached": 0,
2152 "cost_per_1m_out_cached": 0,
2153 "context_window": 131072,
2154 "default_max_tokens": 32768,
2155 "can_reason": true,
2156 "reasoning_levels": [
2157 "low",
2158 "medium",
2159 "high"
2160 ],
2161 "default_reasoning_effort": "medium",
2162 "supports_attachments": false
2163 },
2164 {
2165 "id": "gpt-oss-20b",
2166 "name": "gpt-oss-20b",
2167 "cost_per_1m_in": 0.11,
2168 "cost_per_1m_out": 0.55,
2169 "cost_per_1m_in_cached": 0,
2170 "cost_per_1m_out_cached": 0,
2171 "context_window": 128000,
2172 "default_max_tokens": 12800,
2173 "can_reason": true,
2174 "reasoning_levels": [
2175 "low",
2176 "medium",
2177 "high"
2178 ],
2179 "default_reasoning_effort": "medium",
2180 "supports_attachments": false
2181 },
2182 {
2183 "id": "grok-4",
2184 "name": "Grok 4",
2185 "cost_per_1m_in": 3.3,
2186 "cost_per_1m_out": 16.5,
2187 "cost_per_1m_in_cached": 0,
2188 "cost_per_1m_out_cached": 0.825,
2189 "context_window": 256000,
2190 "default_max_tokens": 64000,
2191 "can_reason": true,
2192 "reasoning_levels": [
2193 "low",
2194 "medium",
2195 "high"
2196 ],
2197 "default_reasoning_effort": "medium",
2198 "supports_attachments": true
2199 },
2200 {
2201 "id": "grok-4-1-fast-non-reasoning",
2202 "name": "Grok 4.1 Fast",
2203 "cost_per_1m_in": 0.2,
2204 "cost_per_1m_out": 0.5,
2205 "cost_per_1m_in_cached": 0,
2206 "cost_per_1m_out_cached": 0.05,
2207 "context_window": 2000000,
2208 "default_max_tokens": 200000,
2209 "can_reason": false,
2210 "supports_attachments": true
2211 },
2212 {
2213 "id": "grok-4-1-fast-reasoning",
2214 "name": "Grok 4.1 Fast (reasoning)",
2215 "cost_per_1m_in": 0.2,
2216 "cost_per_1m_out": 0.5,
2217 "cost_per_1m_in_cached": 0,
2218 "cost_per_1m_out_cached": 0.05,
2219 "context_window": 2000000,
2220 "default_max_tokens": 200000,
2221 "can_reason": true,
2222 "reasoning_levels": [
2223 "low",
2224 "medium",
2225 "high"
2226 ],
2227 "default_reasoning_effort": "medium",
2228 "supports_attachments": true
2229 },
2230 {
2231 "id": "grok-4-20-non-reasoning",
2232 "name": "Grok 4 20",
2233 "cost_per_1m_in": 2,
2234 "cost_per_1m_out": 6,
2235 "cost_per_1m_in_cached": 0,
2236 "cost_per_1m_out_cached": 0.2,
2237 "context_window": 2000000,
2238 "default_max_tokens": 200000,
2239 "can_reason": true,
2240 "reasoning_levels": [
2241 "low",
2242 "medium",
2243 "high"
2244 ],
2245 "default_reasoning_effort": "medium",
2246 "supports_attachments": true
2247 },
2248 {
2249 "id": "grok-4-20-reasoning",
2250 "name": "Grok 4 20 (reasoning)",
2251 "cost_per_1m_in": 2,
2252 "cost_per_1m_out": 6,
2253 "cost_per_1m_in_cached": 0,
2254 "cost_per_1m_out_cached": 0.2,
2255 "context_window": 2000000,
2256 "default_max_tokens": 200000,
2257 "can_reason": true,
2258 "reasoning_levels": [
2259 "low",
2260 "medium",
2261 "high"
2262 ],
2263 "default_reasoning_effort": "medium",
2264 "supports_attachments": true
2265 },
2266 {
2267 "id": "grok-4-fast-non-reasoning",
2268 "name": "Grok 4 Fast",
2269 "cost_per_1m_in": 0.2,
2270 "cost_per_1m_out": 0.5,
2271 "cost_per_1m_in_cached": 0,
2272 "cost_per_1m_out_cached": 0.05,
2273 "context_window": 2000000,
2274 "default_max_tokens": 30000,
2275 "can_reason": false,
2276 "supports_attachments": true
2277 },
2278 {
2279 "id": "grok-4-fast-reasoning",
2280 "name": "Grok 4 Fast (reasoning)",
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": 2000000,
2286 "default_max_tokens": 30000,
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": "grok-4.20-beta-0309-non-reasoning",
2298 "name": "Grok 4.20 Beta 0309",
2299 "cost_per_1m_in": 2,
2300 "cost_per_1m_out": 6,
2301 "cost_per_1m_in_cached": 0,
2302 "cost_per_1m_out_cached": 0.2,
2303 "context_window": 2000000,
2304 "default_max_tokens": 200000,
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": "grok-4.20-beta-0309-reasoning",
2316 "name": "Grok 4.20 Beta 0309 (reasoning)",
2317 "cost_per_1m_in": 2,
2318 "cost_per_1m_out": 6,
2319 "cost_per_1m_in_cached": 0,
2320 "cost_per_1m_out_cached": 0.2,
2321 "context_window": 2000000,
2322 "default_max_tokens": 200000,
2323 "can_reason": true,
2324 "reasoning_levels": [
2325 "low",
2326 "medium",
2327 "high"
2328 ],
2329 "default_reasoning_effort": "medium",
2330 "supports_attachments": true
2331 },
2332 {
2333 "id": "grok-4.20-multi-agent-0309",
2334 "name": "Grok 4.20 Multi Agent 0309",
2335 "cost_per_1m_in": 2,
2336 "cost_per_1m_out": 6,
2337 "cost_per_1m_in_cached": 0,
2338 "cost_per_1m_out_cached": 0.2,
2339 "context_window": 2000000,
2340 "default_max_tokens": 200000,
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": "grok-4.20-multi-agent-beta-0309",
2352 "name": "Grok 4.20 Multi Agent Beta 0309",
2353 "cost_per_1m_in": 2,
2354 "cost_per_1m_out": 6,
2355 "cost_per_1m_in_cached": 0,
2356 "cost_per_1m_out_cached": 0.2,
2357 "context_window": 2000000,
2358 "default_max_tokens": 200000,
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": "grok-4.3",
2370 "name": "Grok 4.3",
2371 "cost_per_1m_in": 1.25,
2372 "cost_per_1m_out": 2.5,
2373 "cost_per_1m_in_cached": 0,
2374 "cost_per_1m_out_cached": 0.2,
2375 "context_window": 1000000,
2376 "default_max_tokens": 100000,
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": "grok-code-fast-1",
2388 "name": "Grok Code Fast 1",
2389 "cost_per_1m_in": 0.2,
2390 "cost_per_1m_out": 0.5,
2391 "cost_per_1m_in_cached": 0,
2392 "cost_per_1m_out_cached": 0.05,
2393 "context_window": 256000,
2394 "default_max_tokens": 10000,
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": "jina-deepsearch-v1",
2406 "name": "Jina Deepsearch V1",
2407 "cost_per_1m_in": 0.05,
2408 "cost_per_1m_out": 0.05,
2409 "cost_per_1m_in_cached": 0,
2410 "cost_per_1m_out_cached": 0,
2411 "context_window": 1000000,
2412 "default_max_tokens": 100000,
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": "k2.6-code-preview-free",
2424 "name": "K2.6 Code Preview (free)",
2425 "cost_per_1m_in": 0,
2426 "cost_per_1m_out": 0,
2427 "cost_per_1m_in_cached": 0,
2428 "cost_per_1m_out_cached": 0,
2429 "context_window": 256000,
2430 "default_max_tokens": 25600,
2431 "can_reason": true,
2432 "reasoning_levels": [
2433 "low",
2434 "medium",
2435 "high"
2436 ],
2437 "default_reasoning_effort": "medium",
2438 "supports_attachments": false
2439 },
2440 {
2441 "id": "kat-dev",
2442 "name": "Kat Dev",
2443 "cost_per_1m_in": 0.137,
2444 "cost_per_1m_out": 0.548,
2445 "cost_per_1m_in_cached": 0,
2446 "cost_per_1m_out_cached": 0,
2447 "context_window": 128000,
2448 "default_max_tokens": 12800,
2449 "can_reason": false,
2450 "supports_attachments": false
2451 },
2452 {
2453 "id": "kimi-for-coding-free",
2454 "name": "Kimi For Coding (free)",
2455 "cost_per_1m_in": 0,
2456 "cost_per_1m_out": 0,
2457 "cost_per_1m_in_cached": 0,
2458 "cost_per_1m_out_cached": 0,
2459 "context_window": 256000,
2460 "default_max_tokens": 25600,
2461 "can_reason": true,
2462 "reasoning_levels": [
2463 "low",
2464 "medium",
2465 "high"
2466 ],
2467 "default_reasoning_effort": "medium",
2468 "supports_attachments": false
2469 },
2470 {
2471 "id": "kimi-k2-0711",
2472 "name": "Kimi K2 0711",
2473 "cost_per_1m_in": 0.54,
2474 "cost_per_1m_out": 2.16,
2475 "cost_per_1m_in_cached": 0,
2476 "cost_per_1m_out_cached": 0,
2477 "context_window": 131000,
2478 "default_max_tokens": 13100,
2479 "can_reason": false,
2480 "supports_attachments": false
2481 },
2482 {
2483 "id": "kimi-k2-thinking",
2484 "name": "Kimi K2 Thinking",
2485 "cost_per_1m_in": 0.548,
2486 "cost_per_1m_out": 2.192,
2487 "cost_per_1m_in_cached": 0,
2488 "cost_per_1m_out_cached": 0.137,
2489 "context_window": 262144,
2490 "default_max_tokens": 26214,
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": "kimi-k2-turbo-preview",
2502 "name": "Kimi K2 Turbo Preview",
2503 "cost_per_1m_in": 1.2,
2504 "cost_per_1m_out": 4.8,
2505 "cost_per_1m_in_cached": 0,
2506 "cost_per_1m_out_cached": 0.3,
2507 "context_window": 262144,
2508 "default_max_tokens": 26214,
2509 "can_reason": false,
2510 "supports_attachments": false
2511 },
2512 {
2513 "id": "kimi-k2.5",
2514 "name": "Kimi K2.5",
2515 "cost_per_1m_in": 0.6,
2516 "cost_per_1m_out": 3,
2517 "cost_per_1m_in_cached": 0,
2518 "cost_per_1m_out_cached": 0.105,
2519 "context_window": 256000,
2520 "default_max_tokens": 25600,
2521 "can_reason": true,
2522 "reasoning_levels": [
2523 "low",
2524 "medium",
2525 "high"
2526 ],
2527 "default_reasoning_effort": "medium",
2528 "supports_attachments": true
2529 },
2530 {
2531 "id": "kimi-k2.6",
2532 "name": "Kimi K2.6",
2533 "cost_per_1m_in": 0.95,
2534 "cost_per_1m_out": 3.9995,
2535 "cost_per_1m_in_cached": 0,
2536 "cost_per_1m_out_cached": 0.16084,
2537 "context_window": 262144,
2538 "default_max_tokens": 32768,
2539 "can_reason": true,
2540 "reasoning_levels": [
2541 "low",
2542 "medium",
2543 "high"
2544 ],
2545 "default_reasoning_effort": "medium",
2546 "supports_attachments": true
2547 },
2548 {
2549 "id": "ling-2.6-flash-free",
2550 "name": "Ling 2.6 Flash (free)",
2551 "cost_per_1m_in": 0,
2552 "cost_per_1m_out": 0,
2553 "cost_per_1m_in_cached": 0,
2554 "cost_per_1m_out_cached": 0,
2555 "context_window": 262100,
2556 "default_max_tokens": 32000,
2557 "can_reason": false,
2558 "supports_attachments": false
2559 },
2560 {
2561 "id": "llama-4-maverick",
2562 "name": "Llama 4 Maverick",
2563 "cost_per_1m_in": 0.2,
2564 "cost_per_1m_out": 0.2,
2565 "cost_per_1m_in_cached": 0,
2566 "cost_per_1m_out_cached": 0,
2567 "context_window": 1048576,
2568 "default_max_tokens": 32000,
2569 "can_reason": false,
2570 "supports_attachments": true
2571 },
2572 {
2573 "id": "llama-4-scout",
2574 "name": "Llama 4 Scout",
2575 "cost_per_1m_in": 0.2,
2576 "cost_per_1m_out": 0.2,
2577 "cost_per_1m_in_cached": 0,
2578 "cost_per_1m_out_cached": 0,
2579 "context_window": 131000,
2580 "default_max_tokens": 13100,
2581 "can_reason": false,
2582 "supports_attachments": true
2583 },
2584 {
2585 "id": "mimo-v2-flash-free",
2586 "name": "MiMo V2 Flash (free)",
2587 "cost_per_1m_in": 0,
2588 "cost_per_1m_out": 0,
2589 "cost_per_1m_in_cached": 0,
2590 "cost_per_1m_out_cached": 0,
2591 "context_window": 256000,
2592 "default_max_tokens": 25600,
2593 "can_reason": false,
2594 "supports_attachments": false
2595 },
2596 {
2597 "id": "mimo-v2-omni",
2598 "name": "MiMo V2 Omni",
2599 "cost_per_1m_in": 0.44,
2600 "cost_per_1m_out": 2.2,
2601 "cost_per_1m_in_cached": 0,
2602 "cost_per_1m_out_cached": 0.088,
2603 "context_window": 256000,
2604 "default_max_tokens": 25600,
2605 "can_reason": false,
2606 "supports_attachments": true
2607 },
2608 {
2609 "id": "mimo-v2-pro",
2610 "name": "MiMo V2 Pro",
2611 "cost_per_1m_in": 1.1,
2612 "cost_per_1m_out": 3.3,
2613 "cost_per_1m_in_cached": 0,
2614 "cost_per_1m_out_cached": 0.22,
2615 "context_window": 1000000,
2616 "default_max_tokens": 100000,
2617 "can_reason": false,
2618 "supports_attachments": true
2619 },
2620 {
2621 "id": "minimax-m2",
2622 "name": "MiniMax M2",
2623 "cost_per_1m_in": 0.288,
2624 "cost_per_1m_out": 1.152,
2625 "cost_per_1m_in_cached": 0,
2626 "cost_per_1m_out_cached": 0,
2627 "context_window": 204800,
2628 "default_max_tokens": 20480,
2629 "can_reason": true,
2630 "reasoning_levels": [
2631 "low",
2632 "medium",
2633 "high"
2634 ],
2635 "default_reasoning_effort": "medium",
2636 "supports_attachments": false
2637 },
2638 {
2639 "id": "minimax-m2.1",
2640 "name": "MiniMax M2.1",
2641 "cost_per_1m_in": 0.288,
2642 "cost_per_1m_out": 1.152,
2643 "cost_per_1m_in_cached": 0,
2644 "cost_per_1m_out_cached": 0,
2645 "context_window": 204800,
2646 "default_max_tokens": 20480,
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": "minimax-m2.5",
2658 "name": "MiniMax M2.5",
2659 "cost_per_1m_in": 0.288,
2660 "cost_per_1m_out": 1.152,
2661 "cost_per_1m_in_cached": 0,
2662 "cost_per_1m_out_cached": 0,
2663 "context_window": 204800,
2664 "default_max_tokens": 20480,
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": "minimax-m2.5-highspeed",
2676 "name": "MiniMax M2.5 Highspeed",
2677 "cost_per_1m_in": 0.288,
2678 "cost_per_1m_out": 1.152,
2679 "cost_per_1m_in_cached": 0,
2680 "cost_per_1m_out_cached": 0,
2681 "context_window": 204800,
2682 "default_max_tokens": 20480,
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": "minimax-m2.7",
2694 "name": "MiniMax M2.7",
2695 "cost_per_1m_in": 0.2958,
2696 "cost_per_1m_out": 1.1832,
2697 "cost_per_1m_in_cached": 0,
2698 "cost_per_1m_out_cached": 0.05916,
2699 "context_window": 200000,
2700 "default_max_tokens": 20000,
2701 "can_reason": true,
2702 "reasoning_levels": [
2703 "low",
2704 "medium",
2705 "high"
2706 ],
2707 "default_reasoning_effort": "medium",
2708 "supports_attachments": false
2709 },
2710 {
2711 "id": "mistral-large-3",
2712 "name": "Mistral Large 3",
2713 "cost_per_1m_in": 0.5,
2714 "cost_per_1m_out": 1.5,
2715 "cost_per_1m_in_cached": 0,
2716 "cost_per_1m_out_cached": 0,
2717 "context_window": 256000,
2718 "default_max_tokens": 25600,
2719 "can_reason": false,
2720 "supports_attachments": true
2721 },
2722 {
2723 "id": "nvidia-nemotron-3-super-120b-a12b",
2724 "name": "Nvidia Nemotron 3 Super 120B A12B",
2725 "cost_per_1m_in": 0.11,
2726 "cost_per_1m_out": 0.55,
2727 "cost_per_1m_in_cached": 0,
2728 "cost_per_1m_out_cached": 0.0275,
2729 "context_window": 1000000,
2730 "default_max_tokens": 100000,
2731 "can_reason": true,
2732 "reasoning_levels": [
2733 "low",
2734 "medium",
2735 "high"
2736 ],
2737 "default_reasoning_effort": "medium",
2738 "supports_attachments": false
2739 },
2740 {
2741 "id": "o3",
2742 "name": "O3",
2743 "cost_per_1m_in": 2,
2744 "cost_per_1m_out": 8,
2745 "cost_per_1m_in_cached": 0,
2746 "cost_per_1m_out_cached": 0.5,
2747 "context_window": 200000,
2748 "default_max_tokens": 100000,
2749 "can_reason": true,
2750 "reasoning_levels": [
2751 "low",
2752 "medium",
2753 "high"
2754 ],
2755 "default_reasoning_effort": "medium",
2756 "supports_attachments": true
2757 },
2758 {
2759 "id": "o3-mini",
2760 "name": "O3 Mini",
2761 "cost_per_1m_in": 1.1,
2762 "cost_per_1m_out": 4.4,
2763 "cost_per_1m_in_cached": 0,
2764 "cost_per_1m_out_cached": 0.55,
2765 "context_window": 200000,
2766 "default_max_tokens": 100000,
2767 "can_reason": true,
2768 "reasoning_levels": [
2769 "low",
2770 "medium",
2771 "high"
2772 ],
2773 "default_reasoning_effort": "medium",
2774 "supports_attachments": true
2775 },
2776 {
2777 "id": "o3-pro",
2778 "name": "O3 Pro",
2779 "cost_per_1m_in": 20,
2780 "cost_per_1m_out": 80,
2781 "cost_per_1m_in_cached": 0,
2782 "cost_per_1m_out_cached": 20,
2783 "context_window": 200000,
2784 "default_max_tokens": 100000,
2785 "can_reason": true,
2786 "reasoning_levels": [
2787 "low",
2788 "medium",
2789 "high"
2790 ],
2791 "default_reasoning_effort": "medium",
2792 "supports_attachments": true
2793 },
2794 {
2795 "id": "o4-mini",
2796 "name": "O4 Mini",
2797 "cost_per_1m_in": 1.1,
2798 "cost_per_1m_out": 4.4,
2799 "cost_per_1m_in_cached": 0,
2800 "cost_per_1m_out_cached": 0.275,
2801 "context_window": 200000,
2802 "default_max_tokens": 100000,
2803 "can_reason": true,
2804 "reasoning_levels": [
2805 "low",
2806 "medium",
2807 "high"
2808 ],
2809 "default_reasoning_effort": "medium",
2810 "supports_attachments": true
2811 },
2812 {
2813 "id": "qwen3-235b-a22b",
2814 "name": "Qwen3 235B A22B",
2815 "cost_per_1m_in": 0.28,
2816 "cost_per_1m_out": 1.12,
2817 "cost_per_1m_in_cached": 0,
2818 "cost_per_1m_out_cached": 0,
2819 "context_window": 131100,
2820 "default_max_tokens": 13110,
2821 "can_reason": false,
2822 "supports_attachments": true
2823 },
2824 {
2825 "id": "qwen3-235b-a22b-instruct-2507",
2826 "name": "Qwen3 235B A22B Instruct 2507",
2827 "cost_per_1m_in": 0.28,
2828 "cost_per_1m_out": 1.12,
2829 "cost_per_1m_in_cached": 0,
2830 "cost_per_1m_out_cached": 0,
2831 "context_window": 262144,
2832 "default_max_tokens": 26214,
2833 "can_reason": false,
2834 "supports_attachments": true
2835 },
2836 {
2837 "id": "qwen3-235b-a22b-thinking-2507",
2838 "name": "Qwen3 235B A22B Thinking 2507",
2839 "cost_per_1m_in": 0.28,
2840 "cost_per_1m_out": 2.8,
2841 "cost_per_1m_in_cached": 0,
2842 "cost_per_1m_out_cached": 0,
2843 "context_window": 262144,
2844 "default_max_tokens": 26214,
2845 "can_reason": true,
2846 "reasoning_levels": [
2847 "low",
2848 "medium",
2849 "high"
2850 ],
2851 "default_reasoning_effort": "medium",
2852 "supports_attachments": true
2853 },
2854 {
2855 "id": "qwen3-coder-30b-a3b-instruct",
2856 "name": "Qwen3 Coder 30B A3B Instruct",
2857 "cost_per_1m_in": 0.2,
2858 "cost_per_1m_out": 0.8,
2859 "cost_per_1m_in_cached": 0,
2860 "cost_per_1m_out_cached": 0.2,
2861 "context_window": 2000000,
2862 "default_max_tokens": 262000,
2863 "can_reason": false,
2864 "supports_attachments": false
2865 },
2866 {
2867 "id": "qwen3-coder-480b-a35b-instruct",
2868 "name": "Qwen3 Coder 480B A35B Instruct",
2869 "cost_per_1m_in": 0.82,
2870 "cost_per_1m_out": 3.28,
2871 "cost_per_1m_in_cached": 0,
2872 "cost_per_1m_out_cached": 0.82,
2873 "context_window": 262000,
2874 "default_max_tokens": 26200,
2875 "can_reason": false,
2876 "supports_attachments": false
2877 },
2878 {
2879 "id": "qwen3-coder-flash",
2880 "name": "Qwen3 Coder Flash",
2881 "cost_per_1m_in": 0.136,
2882 "cost_per_1m_out": 0.544,
2883 "cost_per_1m_in_cached": 0,
2884 "cost_per_1m_out_cached": 0.136,
2885 "context_window": 256000,
2886 "default_max_tokens": 65536,
2887 "can_reason": false,
2888 "supports_attachments": false
2889 },
2890 {
2891 "id": "qwen3-coder-next",
2892 "name": "Qwen3 Coder Next",
2893 "cost_per_1m_in": 0.137,
2894 "cost_per_1m_out": 0.548,
2895 "cost_per_1m_in_cached": 0,
2896 "cost_per_1m_out_cached": 0.137,
2897 "context_window": 2000000,
2898 "default_max_tokens": 64000,
2899 "can_reason": false,
2900 "supports_attachments": false
2901 },
2902 {
2903 "id": "qwen3-coder-plus",
2904 "name": "Qwen3 Coder Plus",
2905 "cost_per_1m_in": 0.54,
2906 "cost_per_1m_out": 2.16,
2907 "cost_per_1m_in_cached": 0,
2908 "cost_per_1m_out_cached": 0.108,
2909 "context_window": 1048576,
2910 "default_max_tokens": 65536,
2911 "can_reason": false,
2912 "supports_attachments": false
2913 },
2914 {
2915 "id": "qwen3-coder-plus-2025-07-22",
2916 "name": "Qwen3 Coder Plus 2025 07-22",
2917 "cost_per_1m_in": 0.54,
2918 "cost_per_1m_out": 2.16,
2919 "cost_per_1m_in_cached": 0,
2920 "cost_per_1m_out_cached": 0.54,
2921 "context_window": 128000,
2922 "default_max_tokens": 12800,
2923 "can_reason": false,
2924 "supports_attachments": false
2925 },
2926 {
2927 "id": "qwen3-max",
2928 "name": "Qwen3 Max",
2929 "cost_per_1m_in": 0.34246,
2930 "cost_per_1m_out": 1.36984,
2931 "cost_per_1m_in_cached": 0,
2932 "cost_per_1m_out_cached": 0.34246,
2933 "context_window": 262144,
2934 "default_max_tokens": 65536,
2935 "can_reason": false,
2936 "supports_attachments": true
2937 },
2938 {
2939 "id": "qwen3-max-2026-01-23",
2940 "name": "Qwen3 Max 2026 01-23",
2941 "cost_per_1m_in": 0.34246,
2942 "cost_per_1m_out": 1.36984,
2943 "cost_per_1m_in_cached": 0,
2944 "cost_per_1m_out_cached": 0.34246,
2945 "context_window": 252000,
2946 "default_max_tokens": 32000,
2947 "can_reason": true,
2948 "reasoning_levels": [
2949 "low",
2950 "medium",
2951 "high"
2952 ],
2953 "default_reasoning_effort": "medium",
2954 "supports_attachments": false
2955 },
2956 {
2957 "id": "qwen3-next-80b-a3b-instruct",
2958 "name": "Qwen3 Next 80B A3B Instruct",
2959 "cost_per_1m_in": 0.138,
2960 "cost_per_1m_out": 0.552,
2961 "cost_per_1m_in_cached": 0,
2962 "cost_per_1m_out_cached": 0,
2963 "context_window": 256000,
2964 "default_max_tokens": 25600,
2965 "can_reason": false,
2966 "supports_attachments": true
2967 },
2968 {
2969 "id": "qwen3-next-80b-a3b-thinking",
2970 "name": "Qwen3 Next 80B A3B Thinking",
2971 "cost_per_1m_in": 0.138,
2972 "cost_per_1m_out": 1.38,
2973 "cost_per_1m_in_cached": 0,
2974 "cost_per_1m_out_cached": 0,
2975 "context_window": 256000,
2976 "default_max_tokens": 25600,
2977 "can_reason": true,
2978 "reasoning_levels": [
2979 "low",
2980 "medium",
2981 "high"
2982 ],
2983 "default_reasoning_effort": "medium",
2984 "supports_attachments": true
2985 },
2986 {
2987 "id": "qwen3-vl-235b-a22b-instruct",
2988 "name": "Qwen3 VL 235B A22B Instruct",
2989 "cost_per_1m_in": 0.274,
2990 "cost_per_1m_out": 1.096,
2991 "cost_per_1m_in_cached": 0,
2992 "cost_per_1m_out_cached": 0,
2993 "context_window": 131000,
2994 "default_max_tokens": 33000,
2995 "can_reason": false,
2996 "supports_attachments": true
2997 },
2998 {
2999 "id": "qwen3-vl-235b-a22b-thinking",
3000 "name": "Qwen3 VL 235B A22B Thinking",
3001 "cost_per_1m_in": 0.274,
3002 "cost_per_1m_out": 2.74,
3003 "cost_per_1m_in_cached": 0,
3004 "cost_per_1m_out_cached": 0,
3005 "context_window": 131000,
3006 "default_max_tokens": 33000,
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-vl-30b-a3b-instruct",
3018 "name": "Qwen3 VL 30B A3B Instruct",
3019 "cost_per_1m_in": 0.1028,
3020 "cost_per_1m_out": 0.4112,
3021 "cost_per_1m_in_cached": 0,
3022 "cost_per_1m_out_cached": 0,
3023 "context_window": 128000,
3024 "default_max_tokens": 32000,
3025 "can_reason": false,
3026 "supports_attachments": true
3027 },
3028 {
3029 "id": "qwen3-vl-30b-a3b-thinking",
3030 "name": "Qwen3 VL 30B A3B Thinking",
3031 "cost_per_1m_in": 0.1028,
3032 "cost_per_1m_out": 1.028,
3033 "cost_per_1m_in_cached": 0,
3034 "cost_per_1m_out_cached": 0,
3035 "context_window": 128000,
3036 "default_max_tokens": 32000,
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": "qwen3-vl-flash",
3048 "name": "Qwen3 VL Flash",
3049 "cost_per_1m_in": 0.0206,
3050 "cost_per_1m_out": 0.206,
3051 "cost_per_1m_in_cached": 0,
3052 "cost_per_1m_out_cached": 0.00412,
3053 "context_window": 254000,
3054 "default_max_tokens": 32000,
3055 "can_reason": false,
3056 "supports_attachments": true
3057 },
3058 {
3059 "id": "qwen3-vl-flash-2026-01-22",
3060 "name": "Qwen3 VL Flash 2026 01-22",
3061 "cost_per_1m_in": 0.0206,
3062 "cost_per_1m_out": 0.206,
3063 "cost_per_1m_in_cached": 0,
3064 "cost_per_1m_out_cached": 0.0206,
3065 "context_window": 254000,
3066 "default_max_tokens": 32000,
3067 "can_reason": false,
3068 "supports_attachments": true
3069 },
3070 {
3071 "id": "qwen3-vl-plus",
3072 "name": "Qwen3 VL Plus",
3073 "cost_per_1m_in": 0.137,
3074 "cost_per_1m_out": 1.37,
3075 "cost_per_1m_in_cached": 0,
3076 "cost_per_1m_out_cached": 0.0274,
3077 "context_window": 256000,
3078 "default_max_tokens": 32000,
3079 "can_reason": false,
3080 "supports_attachments": true
3081 },
3082 {
3083 "id": "qwen3.5-122b-a10b",
3084 "name": "Qwen3.5 122B A10B",
3085 "cost_per_1m_in": 0.1126,
3086 "cost_per_1m_out": 0.9008,
3087 "cost_per_1m_in_cached": 0,
3088 "cost_per_1m_out_cached": 0.1126,
3089 "context_window": 991000,
3090 "default_max_tokens": 64000,
3091 "can_reason": true,
3092 "reasoning_levels": [
3093 "low",
3094 "medium",
3095 "high"
3096 ],
3097 "default_reasoning_effort": "medium",
3098 "supports_attachments": true
3099 },
3100 {
3101 "id": "qwen3.5-27b",
3102 "name": "Qwen3.5 27B",
3103 "cost_per_1m_in": 0.0846,
3104 "cost_per_1m_out": 0.6768,
3105 "cost_per_1m_in_cached": 0,
3106 "cost_per_1m_out_cached": 0.0846,
3107 "context_window": 991000,
3108 "default_max_tokens": 64000,
3109 "can_reason": true,
3110 "reasoning_levels": [
3111 "low",
3112 "medium",
3113 "high"
3114 ],
3115 "default_reasoning_effort": "medium",
3116 "supports_attachments": true
3117 },
3118 {
3119 "id": "qwen3.5-35b-a3b",
3120 "name": "Qwen3.5 35B A3B",
3121 "cost_per_1m_in": 0.0564,
3122 "cost_per_1m_out": 0.4512,
3123 "cost_per_1m_in_cached": 0,
3124 "cost_per_1m_out_cached": 0.0564,
3125 "context_window": 991000,
3126 "default_max_tokens": 64000,
3127 "can_reason": true,
3128 "reasoning_levels": [
3129 "low",
3130 "medium",
3131 "high"
3132 ],
3133 "default_reasoning_effort": "medium",
3134 "supports_attachments": true
3135 },
3136 {
3137 "id": "qwen3.5-397b-a17b",
3138 "name": "Qwen3.5 397B A17B",
3139 "cost_per_1m_in": 0.1644,
3140 "cost_per_1m_out": 0.9864,
3141 "cost_per_1m_in_cached": 0,
3142 "cost_per_1m_out_cached": 0.1644,
3143 "context_window": 991000,
3144 "default_max_tokens": 64000,
3145 "can_reason": true,
3146 "reasoning_levels": [
3147 "low",
3148 "medium",
3149 "high"
3150 ],
3151 "default_reasoning_effort": "medium",
3152 "supports_attachments": true
3153 },
3154 {
3155 "id": "qwen3.5-flash",
3156 "name": "Qwen3.5 Flash",
3157 "cost_per_1m_in": 0.0282,
3158 "cost_per_1m_out": 0.282,
3159 "cost_per_1m_in_cached": 0.03525,
3160 "cost_per_1m_out_cached": 0.00282,
3161 "context_window": 991000,
3162 "default_max_tokens": 64000,
3163 "can_reason": true,
3164 "reasoning_levels": [
3165 "low",
3166 "medium",
3167 "high"
3168 ],
3169 "default_reasoning_effort": "medium",
3170 "supports_attachments": true
3171 },
3172 {
3173 "id": "qwen3.5-plus",
3174 "name": "Qwen3.5 Plus",
3175 "cost_per_1m_in": 0.1096,
3176 "cost_per_1m_out": 0.6576,
3177 "cost_per_1m_in_cached": 0.137,
3178 "cost_per_1m_out_cached": 0.01096,
3179 "context_window": 991000,
3180 "default_max_tokens": 64000,
3181 "can_reason": true,
3182 "reasoning_levels": [
3183 "low",
3184 "medium",
3185 "high"
3186 ],
3187 "default_reasoning_effort": "medium",
3188 "supports_attachments": true
3189 },
3190 {
3191 "id": "qwen3.6-27b",
3192 "name": "Qwen3.6 27B",
3193 "cost_per_1m_in": 0.422,
3194 "cost_per_1m_out": 2.532,
3195 "cost_per_1m_in_cached": 0,
3196 "cost_per_1m_out_cached": 0,
3197 "context_window": 254000,
3198 "default_max_tokens": 64000,
3199 "can_reason": true,
3200 "reasoning_levels": [
3201 "low",
3202 "medium",
3203 "high"
3204 ],
3205 "default_reasoning_effort": "medium",
3206 "supports_attachments": true
3207 },
3208 {
3209 "id": "qwen3.6-35b-a3b",
3210 "name": "Qwen3.6 35B A3B",
3211 "cost_per_1m_in": 0.254,
3212 "cost_per_1m_out": 1.524,
3213 "cost_per_1m_in_cached": 0,
3214 "cost_per_1m_out_cached": 0.254,
3215 "context_window": 254000,
3216 "default_max_tokens": 64000,
3217 "can_reason": true,
3218 "reasoning_levels": [
3219 "low",
3220 "medium",
3221 "high"
3222 ],
3223 "default_reasoning_effort": "medium",
3224 "supports_attachments": true
3225 },
3226 {
3227 "id": "qwen3.6-flash",
3228 "name": "Qwen3.6 Flash",
3229 "cost_per_1m_in": 0.169,
3230 "cost_per_1m_out": 1.014,
3231 "cost_per_1m_in_cached": 0.21125,
3232 "cost_per_1m_out_cached": 0.0169,
3233 "context_window": 991000,
3234 "default_max_tokens": 64000,
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": "qwen3.6-max-preview",
3246 "name": "Qwen3.6 Max Preview",
3247 "cost_per_1m_in": 1.268,
3248 "cost_per_1m_out": 7.608,
3249 "cost_per_1m_in_cached": 1.585,
3250 "cost_per_1m_out_cached": 0.1268,
3251 "context_window": 240000,
3252 "default_max_tokens": 64000,
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": "qwen3.6-plus",
3264 "name": "Qwen3.6 Plus",
3265 "cost_per_1m_in": 0.282,
3266 "cost_per_1m_out": 1.692,
3267 "cost_per_1m_in_cached": 0.3525,
3268 "cost_per_1m_out_cached": 0.0282,
3269 "context_window": 991000,
3270 "default_max_tokens": 64000,
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": "qwen3.6-plus-preview-free",
3282 "name": "Qwen3.6 Plus Preview (free)",
3283 "cost_per_1m_in": 0,
3284 "cost_per_1m_out": 0,
3285 "cost_per_1m_in_cached": 0,
3286 "cost_per_1m_out_cached": 0,
3287 "context_window": 1000000,
3288 "default_max_tokens": 65535,
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": "step-3.5-flash",
3300 "name": "Step 3.5 Flash",
3301 "cost_per_1m_in": 0.1,
3302 "cost_per_1m_out": 0.3,
3303 "cost_per_1m_in_cached": 0,
3304 "cost_per_1m_out_cached": 0,
3305 "context_window": 256000,
3306 "default_max_tokens": 25600,
3307 "can_reason": false,
3308 "supports_attachments": true
3309 },
3310 {
3311 "id": "step-3.5-flash-free",
3312 "name": "Step 3.5 Flash (free)",
3313 "cost_per_1m_in": 0,
3314 "cost_per_1m_out": 0,
3315 "cost_per_1m_in_cached": 0,
3316 "cost_per_1m_out_cached": 0,
3317 "context_window": 256000,
3318 "default_max_tokens": 25600,
3319 "can_reason": false,
3320 "supports_attachments": true
3321 },
3322 {
3323 "id": "xiaomi-mimo-v2-omni-free",
3324 "name": "Xiaomi Mimo V2 Omni (free)",
3325 "cost_per_1m_in": 0,
3326 "cost_per_1m_out": 0,
3327 "cost_per_1m_in_cached": 0,
3328 "cost_per_1m_out_cached": 0,
3329 "context_window": 256000,
3330 "default_max_tokens": 25600,
3331 "can_reason": false,
3332 "supports_attachments": true
3333 },
3334 {
3335 "id": "xiaomi-mimo-v2-pro-free",
3336 "name": "Xiaomi Mimo V2 Pro (free)",
3337 "cost_per_1m_in": 0,
3338 "cost_per_1m_out": 0,
3339 "cost_per_1m_in_cached": 0,
3340 "cost_per_1m_out_cached": 0,
3341 "context_window": 256000,
3342 "default_max_tokens": 25600,
3343 "can_reason": false,
3344 "supports_attachments": true
3345 },
3346 {
3347 "id": "xiaomi-mimo-v2.5",
3348 "name": "Xiaomi Mimo V2.5",
3349 "cost_per_1m_in": 0.44,
3350 "cost_per_1m_out": 2.2,
3351 "cost_per_1m_in_cached": 0,
3352 "cost_per_1m_out_cached": 0.088,
3353 "context_window": 256000,
3354 "default_max_tokens": 25600,
3355 "can_reason": false,
3356 "supports_attachments": true
3357 },
3358 {
3359 "id": "xiaomi-mimo-v2.5-free",
3360 "name": "Xiaomi Mimo V2.5 (free)",
3361 "cost_per_1m_in": 0,
3362 "cost_per_1m_out": 0,
3363 "cost_per_1m_in_cached": 0,
3364 "cost_per_1m_out_cached": 0,
3365 "context_window": 256000,
3366 "default_max_tokens": 25600,
3367 "can_reason": false,
3368 "supports_attachments": true
3369 },
3370 {
3371 "id": "xiaomi-mimo-v2.5-pro",
3372 "name": "Xiaomi Mimo V2.5 Pro",
3373 "cost_per_1m_in": 1.1,
3374 "cost_per_1m_out": 3.3,
3375 "cost_per_1m_in_cached": 0,
3376 "cost_per_1m_out_cached": 0.22,
3377 "context_window": 1000000,
3378 "default_max_tokens": 100000,
3379 "can_reason": false,
3380 "supports_attachments": false
3381 },
3382 {
3383 "id": "xiaomi-mimo-v2.5-pro-free",
3384 "name": "Xiaomi Mimo V2.5 Pro (free)",
3385 "cost_per_1m_in": 0,
3386 "cost_per_1m_out": 0,
3387 "cost_per_1m_in_cached": 0,
3388 "cost_per_1m_out_cached": 0,
3389 "context_window": 256000,
3390 "default_max_tokens": 25600,
3391 "can_reason": false,
3392 "supports_attachments": true
3393 }
3394 ],
3395 "default_headers": {
3396 "APP-Code": "IUFF7106"
3397 }
3398}