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-speciale",
768 "name": "DeepSeek V3.2 Speciale",
769 "cost_per_1m_in": 0.58,
770 "cost_per_1m_out": 1.68003,
771 "cost_per_1m_in_cached": 0,
772 "cost_per_1m_out_cached": 0,
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-think",
786 "name": "DeepSeek V3.2 Thinking",
787 "cost_per_1m_in": 0.302,
788 "cost_per_1m_out": 0.453,
789 "cost_per_1m_in_cached": 0,
790 "cost_per_1m_out_cached": 0.0302,
791 "context_window": 128000,
792 "default_max_tokens": 64000,
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-v4-flash",
804 "name": "DeepSeek V4 Flash",
805 "cost_per_1m_in": 0.154,
806 "cost_per_1m_out": 0.308,
807 "cost_per_1m_in_cached": 0,
808 "cost_per_1m_out_cached": 0.00308,
809 "context_window": 1000000,
810 "default_max_tokens": 384000,
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-pro",
822 "name": "DeepSeek V4 Pro",
823 "cost_per_1m_in": 0.478,
824 "cost_per_1m_out": 0.956,
825 "cost_per_1m_in_cached": 0,
826 "cost_per_1m_out_cached": 0.0043,
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": "doubao-seed-1-6",
840 "name": "Doubao Seed 1.6",
841 "cost_per_1m_in": 0.18,
842 "cost_per_1m_out": 1.8,
843 "cost_per_1m_in_cached": 0,
844 "cost_per_1m_out_cached": 0.036,
845 "context_window": 256000,
846 "default_max_tokens": 32000,
847 "can_reason": false,
848 "supports_attachments": true
849 },
850 {
851 "id": "doubao-seed-1-6-flash",
852 "name": "Doubao Seed 1.6 Flash",
853 "cost_per_1m_in": 0.044,
854 "cost_per_1m_out": 0.44,
855 "cost_per_1m_in_cached": 0,
856 "cost_per_1m_out_cached": 0.0088,
857 "context_window": 256000,
858 "default_max_tokens": 33000,
859 "can_reason": false,
860 "supports_attachments": true
861 },
862 {
863 "id": "doubao-seed-1-6-lite",
864 "name": "Doubao Seed 1.6 Lite",
865 "cost_per_1m_in": 0.082,
866 "cost_per_1m_out": 0.656,
867 "cost_per_1m_in_cached": 0,
868 "cost_per_1m_out_cached": 0.0164,
869 "context_window": 256000,
870 "default_max_tokens": 32000,
871 "can_reason": false,
872 "supports_attachments": true
873 },
874 {
875 "id": "doubao-seed-1-6-thinking",
876 "name": "Doubao Seed 1.6 Thinking",
877 "cost_per_1m_in": 0.18,
878 "cost_per_1m_out": 1.8,
879 "cost_per_1m_in_cached": 0,
880 "cost_per_1m_out_cached": 0.036,
881 "context_window": 256000,
882 "default_max_tokens": 32000,
883 "can_reason": false,
884 "supports_attachments": true
885 },
886 {
887 "id": "doubao-seed-1-8",
888 "name": "Doubao Seed 1.8",
889 "cost_per_1m_in": 0.10959,
890 "cost_per_1m_out": 0.27398,
891 "cost_per_1m_in_cached": 0,
892 "cost_per_1m_out_cached": 0.02192,
893 "context_window": 256000,
894 "default_max_tokens": 64000,
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-code-preview",
906 "name": "Doubao Seed 2.0 Code Preview",
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": "doubao-seed-2-0-lite-260215",
924 "name": "Doubao Seed 2.0 Lite 260215",
925 "cost_per_1m_in": 0.09041,
926 "cost_per_1m_out": 0.54246,
927 "cost_per_1m_in_cached": 0,
928 "cost_per_1m_out_cached": 0.01808,
929 "context_window": 256000,
930 "default_max_tokens": 32000,
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-260428",
942 "name": "Doubao Seed 2.0 Lite 260428",
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-mini-260428",
978 "name": "Doubao Seed 2.0 Mini 260428",
979 "cost_per_1m_in": 0.0282,
980 "cost_per_1m_out": 0.282,
981 "cost_per_1m_in_cached": 0,
982 "cost_per_1m_out_cached": 0.00564,
983 "context_window": 256000,
984 "default_max_tokens": 32000,
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": "doubao-seed-2-0-pro",
996 "name": "Doubao Seed 2.0 Pro",
997 "cost_per_1m_in": 0.4822,
998 "cost_per_1m_out": 2.411,
999 "cost_per_1m_in_cached": 0,
1000 "cost_per_1m_out_cached": 0.09644,
1001 "context_window": 256000,
1002 "default_max_tokens": 128000,
1003 "can_reason": true,
1004 "reasoning_levels": [
1005 "low",
1006 "medium",
1007 "high"
1008 ],
1009 "default_reasoning_effort": "medium",
1010 "supports_attachments": true
1011 },
1012 {
1013 "id": "ernie-4.5",
1014 "name": "ERNIE 4.5",
1015 "cost_per_1m_in": 0.068,
1016 "cost_per_1m_out": 0.272,
1017 "cost_per_1m_in_cached": 0,
1018 "cost_per_1m_out_cached": 0,
1019 "context_window": 160000,
1020 "default_max_tokens": 64000,
1021 "can_reason": false,
1022 "supports_attachments": true
1023 },
1024 {
1025 "id": "ernie-4.5-turbo-latest",
1026 "name": "ERNIE 4.5 Turbo",
1027 "cost_per_1m_in": 0.11,
1028 "cost_per_1m_out": 0.44,
1029 "cost_per_1m_in_cached": 0,
1030 "cost_per_1m_out_cached": 0,
1031 "context_window": 135000,
1032 "default_max_tokens": 12000,
1033 "can_reason": false,
1034 "supports_attachments": true
1035 },
1036 {
1037 "id": "ernie-4.5-turbo-vl",
1038 "name": "ERNIE 4.5 Turbo VL",
1039 "cost_per_1m_in": 0.4,
1040 "cost_per_1m_out": 1.2,
1041 "cost_per_1m_in_cached": 0,
1042 "cost_per_1m_out_cached": 0,
1043 "context_window": 139000,
1044 "default_max_tokens": 16000,
1045 "can_reason": false,
1046 "supports_attachments": true
1047 },
1048 {
1049 "id": "ernie-5.0",
1050 "name": "ERNIE 5.0",
1051 "cost_per_1m_in": 0.82192,
1052 "cost_per_1m_out": 3.28768,
1053 "cost_per_1m_in_cached": 0,
1054 "cost_per_1m_out_cached": 0.82192,
1055 "context_window": 119000,
1056 "default_max_tokens": 11900,
1057 "can_reason": true,
1058 "reasoning_levels": [
1059 "low",
1060 "medium",
1061 "high"
1062 ],
1063 "default_reasoning_effort": "medium",
1064 "supports_attachments": true
1065 },
1066 {
1067 "id": "ernie-5.0-thinking-exp",
1068 "name": "ERNIE 5.0 Thinking Exp",
1069 "cost_per_1m_in": 0.82192,
1070 "cost_per_1m_out": 3.28768,
1071 "cost_per_1m_in_cached": 0,
1072 "cost_per_1m_out_cached": 0.82192,
1073 "context_window": 119000,
1074 "default_max_tokens": 11900,
1075 "can_reason": true,
1076 "reasoning_levels": [
1077 "low",
1078 "medium",
1079 "high"
1080 ],
1081 "default_reasoning_effort": "medium",
1082 "supports_attachments": true
1083 },
1084 {
1085 "id": "ernie-5.0-thinking-preview",
1086 "name": "ERNIE 5.0 Thinking Preview",
1087 "cost_per_1m_in": 0.822,
1088 "cost_per_1m_out": 3.288,
1089 "cost_per_1m_in_cached": 0,
1090 "cost_per_1m_out_cached": 0.822,
1091 "context_window": 183000,
1092 "default_max_tokens": 64000,
1093 "can_reason": true,
1094 "reasoning_levels": [
1095 "low",
1096 "medium",
1097 "high"
1098 ],
1099 "default_reasoning_effort": "medium",
1100 "supports_attachments": false
1101 },
1102 {
1103 "id": "ernie-5.1",
1104 "name": "ERNIE 5.1",
1105 "cost_per_1m_in": 0.5634,
1106 "cost_per_1m_out": 2.5353,
1107 "cost_per_1m_in_cached": 0,
1108 "cost_per_1m_out_cached": 0.5634,
1109 "context_window": 119000,
1110 "default_max_tokens": 11900,
1111 "can_reason": true,
1112 "reasoning_levels": [
1113 "low",
1114 "medium",
1115 "high"
1116 ],
1117 "default_reasoning_effort": "medium",
1118 "supports_attachments": true
1119 },
1120 {
1121 "id": "ernie-x1-turbo",
1122 "name": "ERNIE X1 Turbo",
1123 "cost_per_1m_in": 0.136,
1124 "cost_per_1m_out": 0.544,
1125 "cost_per_1m_in_cached": 0,
1126 "cost_per_1m_out_cached": 0,
1127 "context_window": 50500,
1128 "default_max_tokens": 5050,
1129 "can_reason": true,
1130 "reasoning_levels": [
1131 "low",
1132 "medium",
1133 "high"
1134 ],
1135 "default_reasoning_effort": "medium",
1136 "supports_attachments": false
1137 },
1138 {
1139 "id": "gemini-2.0-flash",
1140 "name": "Gemini 2.0 Flash",
1141 "cost_per_1m_in": 0.1,
1142 "cost_per_1m_out": 0.4,
1143 "cost_per_1m_in_cached": 0,
1144 "cost_per_1m_out_cached": 0.025,
1145 "context_window": 1048576,
1146 "default_max_tokens": 8192,
1147 "can_reason": false,
1148 "supports_attachments": true
1149 },
1150 {
1151 "id": "gemini-2.5-flash",
1152 "name": "Gemini 2.5 Flash",
1153 "cost_per_1m_in": 0.3,
1154 "cost_per_1m_out": 2.499,
1155 "cost_per_1m_in_cached": 0,
1156 "cost_per_1m_out_cached": 0.03,
1157 "context_window": 1048576,
1158 "default_max_tokens": 65536,
1159 "can_reason": false,
1160 "supports_attachments": true
1161 },
1162 {
1163 "id": "gemini-2.5-flash-image",
1164 "name": "Gemini 2.5 Flash Image",
1165 "cost_per_1m_in": 0.3,
1166 "cost_per_1m_out": 2.499,
1167 "cost_per_1m_in_cached": 0,
1168 "cost_per_1m_out_cached": 0.3,
1169 "context_window": 32800,
1170 "default_max_tokens": 8000,
1171 "can_reason": false,
1172 "supports_attachments": true
1173 },
1174 {
1175 "id": "gemini-2.5-flash-lite",
1176 "name": "Gemini 2.5 Flash Lite",
1177 "cost_per_1m_in": 0.1,
1178 "cost_per_1m_out": 0.4,
1179 "cost_per_1m_in_cached": 0,
1180 "cost_per_1m_out_cached": 0.01,
1181 "context_window": 1048576,
1182 "default_max_tokens": 65536,
1183 "can_reason": false,
1184 "supports_attachments": true
1185 },
1186 {
1187 "id": "gemini-2.5-flash-lite-nothink",
1188 "name": "Gemini 2.5 Flash Lite (no think)",
1189 "cost_per_1m_in": 0.1,
1190 "cost_per_1m_out": 0.4,
1191 "cost_per_1m_in_cached": 0,
1192 "cost_per_1m_out_cached": 0.01,
1193 "context_window": 1048576,
1194 "default_max_tokens": 65536,
1195 "can_reason": false,
1196 "supports_attachments": true
1197 },
1198 {
1199 "id": "gemini-2.5-flash-lite-preview-09-2025",
1200 "name": "Gemini 2.5 Flash Lite Preview 09 2025",
1201 "cost_per_1m_in": 0.1,
1202 "cost_per_1m_out": 0.4,
1203 "cost_per_1m_in_cached": 0,
1204 "cost_per_1m_out_cached": 0.01,
1205 "context_window": 1048576,
1206 "default_max_tokens": 65536,
1207 "can_reason": false,
1208 "supports_attachments": true
1209 },
1210 {
1211 "id": "gemini-2.5-flash-lite-preview-09-2025-nothink",
1212 "name": "Gemini 2.5 Flash Lite Preview 09 2025 (no think)",
1213 "cost_per_1m_in": 0.1,
1214 "cost_per_1m_out": 0.4,
1215 "cost_per_1m_in_cached": 0,
1216 "cost_per_1m_out_cached": 0.01,
1217 "context_window": 1048576,
1218 "default_max_tokens": 65536,
1219 "can_reason": false,
1220 "supports_attachments": true
1221 },
1222 {
1223 "id": "gemini-2.5-flash-nothink",
1224 "name": "Gemini 2.5 Flash (no think)",
1225 "cost_per_1m_in": 0.3,
1226 "cost_per_1m_out": 2.499,
1227 "cost_per_1m_in_cached": 0,
1228 "cost_per_1m_out_cached": 0.03,
1229 "context_window": 1047576,
1230 "default_max_tokens": 65536,
1231 "can_reason": false,
1232 "supports_attachments": true
1233 },
1234 {
1235 "id": "gemini-2.5-flash-preview-05-20-nothink",
1236 "name": "Gemini 2.5 Flash Preview 05-20 (no think)",
1237 "cost_per_1m_in": 0.3,
1238 "cost_per_1m_out": 2.499,
1239 "cost_per_1m_in_cached": 0,
1240 "cost_per_1m_out_cached": 0.03,
1241 "context_window": 1048576,
1242 "default_max_tokens": 65536,
1243 "can_reason": false,
1244 "supports_attachments": true
1245 },
1246 {
1247 "id": "gemini-2.5-flash-preview-05-20-search",
1248 "name": "Gemini 2.5 Flash Preview 05-20 Search",
1249 "cost_per_1m_in": 0.3,
1250 "cost_per_1m_out": 2.499,
1251 "cost_per_1m_in_cached": 0,
1252 "cost_per_1m_out_cached": 0.03,
1253 "context_window": 1048576,
1254 "default_max_tokens": 65536,
1255 "can_reason": false,
1256 "supports_attachments": true
1257 },
1258 {
1259 "id": "gemini-2.5-flash-preview-09-2025",
1260 "name": "Gemini 2.5 Flash Preview 09 2025",
1261 "cost_per_1m_in": 0.3,
1262 "cost_per_1m_out": 2.499,
1263 "cost_per_1m_in_cached": 0,
1264 "cost_per_1m_out_cached": 0.03,
1265 "context_window": 1048576,
1266 "default_max_tokens": 65536,
1267 "can_reason": false,
1268 "supports_attachments": true
1269 },
1270 {
1271 "id": "gemini-2.5-flash-search",
1272 "name": "Gemini 2.5 Flash Search",
1273 "cost_per_1m_in": 0.3,
1274 "cost_per_1m_out": 2.499,
1275 "cost_per_1m_in_cached": 0,
1276 "cost_per_1m_out_cached": 0.03,
1277 "context_window": 1048576,
1278 "default_max_tokens": 65536,
1279 "can_reason": false,
1280 "supports_attachments": true
1281 },
1282 {
1283 "id": "gemini-2.5-pro",
1284 "name": "Gemini 2.5 Pro",
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-2.5-pro-preview-05-06",
1302 "name": "Gemini 2.5 Pro Preview 05-06",
1303 "cost_per_1m_in": 1.25,
1304 "cost_per_1m_out": 10,
1305 "cost_per_1m_in_cached": 0,
1306 "cost_per_1m_out_cached": 0.125,
1307 "context_window": 1048576,
1308 "default_max_tokens": 65536,
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-2.5-pro-preview-06-05",
1320 "name": "Gemini 2.5 Pro Preview 06-05",
1321 "cost_per_1m_in": 1.25,
1322 "cost_per_1m_out": 10,
1323 "cost_per_1m_in_cached": 0,
1324 "cost_per_1m_out_cached": 0.125,
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-2.5-pro-search",
1338 "name": "Gemini 2.5 Pro Search",
1339 "cost_per_1m_in": 1.25,
1340 "cost_per_1m_out": 10,
1341 "cost_per_1m_in_cached": 0,
1342 "cost_per_1m_out_cached": 0.125,
1343 "context_window": 1048576,
1344 "default_max_tokens": 65536,
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-flash-preview",
1356 "name": "Gemini 3 Flash Preview",
1357 "cost_per_1m_in": 0.5,
1358 "cost_per_1m_out": 3,
1359 "cost_per_1m_in_cached": 0,
1360 "cost_per_1m_out_cached": 0.05,
1361 "context_window": 1048576,
1362 "default_max_tokens": 104857,
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-flash-preview-free",
1374 "name": "Gemini 3 Flash Preview (free)",
1375 "cost_per_1m_in": 0,
1376 "cost_per_1m_out": 0,
1377 "cost_per_1m_in_cached": 0,
1378 "cost_per_1m_out_cached": 0,
1379 "context_window": 1048576,
1380 "default_max_tokens": 65536,
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-flash-preview-search",
1392 "name": "Gemini 3 Flash Preview Search",
1393 "cost_per_1m_in": 0.5,
1394 "cost_per_1m_out": 3,
1395 "cost_per_1m_in_cached": 0,
1396 "cost_per_1m_out_cached": 0.05,
1397 "context_window": 1048576,
1398 "default_max_tokens": 104857,
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-flash-lite",
1410 "name": "Gemini 3.1 Flash Lite",
1411 "cost_per_1m_in": 0.25,
1412 "cost_per_1m_out": 1.5,
1413 "cost_per_1m_in_cached": 0,
1414 "cost_per_1m_out_cached": 0.25,
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": "gemini-3.1-flash-lite-preview",
1428 "name": "Gemini 3.1 Flash Lite Preview",
1429 "cost_per_1m_in": 0.25,
1430 "cost_per_1m_out": 1.5,
1431 "cost_per_1m_in_cached": 0,
1432 "cost_per_1m_out_cached": 0.25,
1433 "context_window": 1000000,
1434 "default_max_tokens": 64000,
1435 "can_reason": true,
1436 "reasoning_levels": [
1437 "low",
1438 "medium",
1439 "high"
1440 ],
1441 "default_reasoning_effort": "medium",
1442 "supports_attachments": true
1443 },
1444 {
1445 "id": "gemini-3.1-flash-lite-preview-nothink",
1446 "name": "Gemini 3.1 Flash Lite Preview (no think)",
1447 "cost_per_1m_in": 0.25,
1448 "cost_per_1m_out": 1.5,
1449 "cost_per_1m_in_cached": 0,
1450 "cost_per_1m_out_cached": 0.25,
1451 "context_window": 1000000,
1452 "default_max_tokens": 64000,
1453 "can_reason": true,
1454 "reasoning_levels": [
1455 "low",
1456 "medium",
1457 "high"
1458 ],
1459 "default_reasoning_effort": "medium",
1460 "supports_attachments": true
1461 },
1462 {
1463 "id": "gemini-3.1-pro-preview",
1464 "name": "Gemini 3.1 Pro Preview",
1465 "cost_per_1m_in": 2,
1466 "cost_per_1m_out": 12,
1467 "cost_per_1m_in_cached": 0,
1468 "cost_per_1m_out_cached": 0.2,
1469 "context_window": 1000000,
1470 "default_max_tokens": 64000,
1471 "can_reason": true,
1472 "reasoning_levels": [
1473 "low",
1474 "medium",
1475 "high"
1476 ],
1477 "default_reasoning_effort": "medium",
1478 "supports_attachments": true
1479 },
1480 {
1481 "id": "gemini-3.1-pro-preview-customtools",
1482 "name": "Gemini 3.1 Pro Preview Customtools",
1483 "cost_per_1m_in": 2,
1484 "cost_per_1m_out": 12,
1485 "cost_per_1m_in_cached": 0,
1486 "cost_per_1m_out_cached": 0.2,
1487 "context_window": 1000000,
1488 "default_max_tokens": 64000,
1489 "can_reason": true,
1490 "reasoning_levels": [
1491 "low",
1492 "medium",
1493 "high"
1494 ],
1495 "default_reasoning_effort": "medium",
1496 "supports_attachments": true
1497 },
1498 {
1499 "id": "glm-4.5v",
1500 "name": "GLM 4.5 Vision",
1501 "cost_per_1m_in": 0.274,
1502 "cost_per_1m_out": 0.822,
1503 "cost_per_1m_in_cached": 0,
1504 "cost_per_1m_out_cached": 0.274,
1505 "context_window": 64000,
1506 "default_max_tokens": 16384,
1507 "can_reason": false,
1508 "supports_attachments": true
1509 },
1510 {
1511 "id": "glm-4.6",
1512 "name": "GLM 4.6",
1513 "cost_per_1m_in": 0.27397,
1514 "cost_per_1m_out": 1.0959,
1515 "cost_per_1m_in_cached": 0,
1516 "cost_per_1m_out_cached": 0.0548,
1517 "context_window": 204800,
1518 "default_max_tokens": 20480,
1519 "can_reason": true,
1520 "reasoning_levels": [
1521 "low",
1522 "medium",
1523 "high"
1524 ],
1525 "default_reasoning_effort": "medium",
1526 "supports_attachments": false
1527 },
1528 {
1529 "id": "glm-4.6v",
1530 "name": "GLM 4.6 Vision",
1531 "cost_per_1m_in": 0.137,
1532 "cost_per_1m_out": 0.411,
1533 "cost_per_1m_in_cached": 0,
1534 "cost_per_1m_out_cached": 0.0274,
1535 "context_window": 128000,
1536 "default_max_tokens": 12800,
1537 "can_reason": false,
1538 "supports_attachments": true
1539 },
1540 {
1541 "id": "glm-4.7",
1542 "name": "GLM 4.7",
1543 "cost_per_1m_in": 0.27397,
1544 "cost_per_1m_out": 1.0959,
1545 "cost_per_1m_in_cached": 0,
1546 "cost_per_1m_out_cached": 0.0548,
1547 "context_window": 200000,
1548 "default_max_tokens": 20000,
1549 "can_reason": true,
1550 "reasoning_levels": [
1551 "low",
1552 "medium",
1553 "high"
1554 ],
1555 "default_reasoning_effort": "medium",
1556 "supports_attachments": false
1557 },
1558 {
1559 "id": "glm-5",
1560 "name": "GLM 5",
1561 "cost_per_1m_in": 0.88,
1562 "cost_per_1m_out": 2.816,
1563 "cost_per_1m_in_cached": 0,
1564 "cost_per_1m_out_cached": 0.176,
1565 "context_window": 202752,
1566 "default_max_tokens": 20275,
1567 "can_reason": true,
1568 "reasoning_levels": [
1569 "low",
1570 "medium",
1571 "high"
1572 ],
1573 "default_reasoning_effort": "medium",
1574 "supports_attachments": false
1575 },
1576 {
1577 "id": "glm-5-turbo",
1578 "name": "GLM 5 Turbo",
1579 "cost_per_1m_in": 1.2,
1580 "cost_per_1m_out": 3.9996,
1581 "cost_per_1m_in_cached": 0,
1582 "cost_per_1m_out_cached": 0.24,
1583 "context_window": 202752,
1584 "default_max_tokens": 20275,
1585 "can_reason": true,
1586 "reasoning_levels": [
1587 "low",
1588 "medium",
1589 "high"
1590 ],
1591 "default_reasoning_effort": "medium",
1592 "supports_attachments": false
1593 },
1594 {
1595 "id": "glm-5.1",
1596 "name": "GLM 5.1",
1597 "cost_per_1m_in": 0.845,
1598 "cost_per_1m_out": 3.38,
1599 "cost_per_1m_in_cached": 0,
1600 "cost_per_1m_out_cached": 0.18311,
1601 "context_window": 200000,
1602 "default_max_tokens": 20000,
1603 "can_reason": true,
1604 "reasoning_levels": [
1605 "low",
1606 "medium",
1607 "high"
1608 ],
1609 "default_reasoning_effort": "medium",
1610 "supports_attachments": false
1611 },
1612 {
1613 "id": "glm-5v-turbo",
1614 "name": "GLM 5 Vision Turbo",
1615 "cost_per_1m_in": 0.7042,
1616 "cost_per_1m_out": 3.09848,
1617 "cost_per_1m_in_cached": 0,
1618 "cost_per_1m_out_cached": 0.16901,
1619 "context_window": 200000,
1620 "default_max_tokens": 20000,
1621 "can_reason": false,
1622 "supports_attachments": true
1623 },
1624 {
1625 "id": "gpt-4.1",
1626 "name": "GPT 4.1",
1627 "cost_per_1m_in": 2,
1628 "cost_per_1m_out": 8,
1629 "cost_per_1m_in_cached": 0,
1630 "cost_per_1m_out_cached": 0.5,
1631 "context_window": 1047576,
1632 "default_max_tokens": 32768,
1633 "can_reason": false,
1634 "supports_attachments": true
1635 },
1636 {
1637 "id": "gpt-4.1-free",
1638 "name": "GPT 4.1 (free)",
1639 "cost_per_1m_in": 0,
1640 "cost_per_1m_out": 0,
1641 "cost_per_1m_in_cached": 0,
1642 "cost_per_1m_out_cached": 0,
1643 "context_window": 1047576,
1644 "default_max_tokens": 32768,
1645 "can_reason": false,
1646 "supports_attachments": true
1647 },
1648 {
1649 "id": "gpt-4.1-mini",
1650 "name": "GPT 4.1 Mini",
1651 "cost_per_1m_in": 0.4,
1652 "cost_per_1m_out": 1.6,
1653 "cost_per_1m_in_cached": 0,
1654 "cost_per_1m_out_cached": 0.1,
1655 "context_window": 1047576,
1656 "default_max_tokens": 32768,
1657 "can_reason": false,
1658 "supports_attachments": true
1659 },
1660 {
1661 "id": "gpt-4.1-mini-free",
1662 "name": "GPT 4.1 Mini (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-4.1-nano",
1674 "name": "GPT 4.1 Nano",
1675 "cost_per_1m_in": 0.1,
1676 "cost_per_1m_out": 0.4,
1677 "cost_per_1m_in_cached": 0,
1678 "cost_per_1m_out_cached": 0.025,
1679 "context_window": 1047576,
1680 "default_max_tokens": 32768,
1681 "can_reason": false,
1682 "supports_attachments": true
1683 },
1684 {
1685 "id": "gpt-4.1-nano-free",
1686 "name": "GPT 4.1 Nano (free)",
1687 "cost_per_1m_in": 0,
1688 "cost_per_1m_out": 0,
1689 "cost_per_1m_in_cached": 0,
1690 "cost_per_1m_out_cached": 0,
1691 "context_window": 1047576,
1692 "default_max_tokens": 32768,
1693 "can_reason": false,
1694 "supports_attachments": true
1695 },
1696 {
1697 "id": "gpt-4o",
1698 "name": "GPT 4o",
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-4o-2024-11-20",
1710 "name": "GPT 4o 2024 11-20",
1711 "cost_per_1m_in": 2.5,
1712 "cost_per_1m_out": 10,
1713 "cost_per_1m_in_cached": 0,
1714 "cost_per_1m_out_cached": 1.25,
1715 "context_window": 128000,
1716 "default_max_tokens": 16384,
1717 "can_reason": false,
1718 "supports_attachments": true
1719 },
1720 {
1721 "id": "gpt-4o-audio-preview",
1722 "name": "GPT 4o Audio Preview",
1723 "cost_per_1m_in": 2.5,
1724 "cost_per_1m_out": 10,
1725 "cost_per_1m_in_cached": 0,
1726 "cost_per_1m_out_cached": 0,
1727 "context_window": 128000,
1728 "default_max_tokens": 16384,
1729 "can_reason": false,
1730 "supports_attachments": false
1731 },
1732 {
1733 "id": "gpt-4o-free",
1734 "name": "GPT 4o (free)",
1735 "cost_per_1m_in": 0,
1736 "cost_per_1m_out": 0,
1737 "cost_per_1m_in_cached": 0,
1738 "cost_per_1m_out_cached": 0,
1739 "context_window": 1047576,
1740 "default_max_tokens": 32768,
1741 "can_reason": false,
1742 "supports_attachments": true
1743 },
1744 {
1745 "id": "gpt-4o-mini",
1746 "name": "GPT 4o Mini",
1747 "cost_per_1m_in": 0.15,
1748 "cost_per_1m_out": 0.6,
1749 "cost_per_1m_in_cached": 0,
1750 "cost_per_1m_out_cached": 0.075,
1751 "context_window": 128000,
1752 "default_max_tokens": 16384,
1753 "can_reason": false,
1754 "supports_attachments": true
1755 },
1756 {
1757 "id": "gpt-4o-mini-search-preview",
1758 "name": "GPT 4o Mini Search Preview",
1759 "cost_per_1m_in": 0.15,
1760 "cost_per_1m_out": 0.6,
1761 "cost_per_1m_in_cached": 0,
1762 "cost_per_1m_out_cached": 0.075,
1763 "context_window": 128000,
1764 "default_max_tokens": 16384,
1765 "can_reason": false,
1766 "supports_attachments": true
1767 },
1768 {
1769 "id": "gpt-4o-search-preview",
1770 "name": "GPT 4o Search Preview",
1771 "cost_per_1m_in": 2.5,
1772 "cost_per_1m_out": 10,
1773 "cost_per_1m_in_cached": 0,
1774 "cost_per_1m_out_cached": 1.25,
1775 "context_window": 128000,
1776 "default_max_tokens": 16384,
1777 "can_reason": false,
1778 "supports_attachments": true
1779 },
1780 {
1781 "id": "gpt-5",
1782 "name": "GPT 5",
1783 "cost_per_1m_in": 1.25,
1784 "cost_per_1m_out": 10,
1785 "cost_per_1m_in_cached": 0,
1786 "cost_per_1m_out_cached": 0.125,
1787 "context_window": 400000,
1788 "default_max_tokens": 128000,
1789 "can_reason": true,
1790 "reasoning_levels": [
1791 "low",
1792 "medium",
1793 "high"
1794 ],
1795 "default_reasoning_effort": "medium",
1796 "supports_attachments": true
1797 },
1798 {
1799 "id": "gpt-5-chat-latest",
1800 "name": "GPT 5 Chat",
1801 "cost_per_1m_in": 1.25,
1802 "cost_per_1m_out": 10,
1803 "cost_per_1m_in_cached": 0,
1804 "cost_per_1m_out_cached": 0.125,
1805 "context_window": 400000,
1806 "default_max_tokens": 128000,
1807 "can_reason": false,
1808 "supports_attachments": true
1809 },
1810 {
1811 "id": "gpt-5-codex",
1812 "name": "GPT-5-Codex",
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-mini",
1830 "name": "GPT 5 Mini",
1831 "cost_per_1m_in": 0.25,
1832 "cost_per_1m_out": 2,
1833 "cost_per_1m_in_cached": 0,
1834 "cost_per_1m_out_cached": 0.025,
1835 "context_window": 400000,
1836 "default_max_tokens": 128000,
1837 "can_reason": true,
1838 "reasoning_levels": [
1839 "low",
1840 "medium",
1841 "high"
1842 ],
1843 "default_reasoning_effort": "medium",
1844 "supports_attachments": true
1845 },
1846 {
1847 "id": "gpt-5-nano",
1848 "name": "GPT 5 Nano",
1849 "cost_per_1m_in": 0.05,
1850 "cost_per_1m_out": 0.4,
1851 "cost_per_1m_in_cached": 0,
1852 "cost_per_1m_out_cached": 0.005,
1853 "context_window": 400000,
1854 "default_max_tokens": 128000,
1855 "can_reason": true,
1856 "reasoning_levels": [
1857 "low",
1858 "medium",
1859 "high"
1860 ],
1861 "default_reasoning_effort": "medium",
1862 "supports_attachments": true
1863 },
1864 {
1865 "id": "gpt-5-pro",
1866 "name": "GPT 5 Pro",
1867 "cost_per_1m_in": 15,
1868 "cost_per_1m_out": 120,
1869 "cost_per_1m_in_cached": 0,
1870 "cost_per_1m_out_cached": 0,
1871 "context_window": 400000,
1872 "default_max_tokens": 128000,
1873 "can_reason": true,
1874 "reasoning_levels": [
1875 "low",
1876 "medium",
1877 "high"
1878 ],
1879 "default_reasoning_effort": "medium",
1880 "supports_attachments": true
1881 },
1882 {
1883 "id": "gpt-5.1",
1884 "name": "GPT 5.1",
1885 "cost_per_1m_in": 1.25,
1886 "cost_per_1m_out": 10,
1887 "cost_per_1m_in_cached": 0,
1888 "cost_per_1m_out_cached": 0.125,
1889 "context_window": 400000,
1890 "default_max_tokens": 128000,
1891 "can_reason": true,
1892 "reasoning_levels": [
1893 "low",
1894 "medium",
1895 "high"
1896 ],
1897 "default_reasoning_effort": "medium",
1898 "supports_attachments": true
1899 },
1900 {
1901 "id": "gpt-5.1-chat-latest",
1902 "name": "GPT 5.1 Chat",
1903 "cost_per_1m_in": 1.25,
1904 "cost_per_1m_out": 10,
1905 "cost_per_1m_in_cached": 0,
1906 "cost_per_1m_out_cached": 0.125,
1907 "context_window": 128000,
1908 "default_max_tokens": 16384,
1909 "can_reason": false,
1910 "supports_attachments": true
1911 },
1912 {
1913 "id": "gpt-5.1-codex",
1914 "name": "GPT-5.1-Codex",
1915 "cost_per_1m_in": 1.25,
1916 "cost_per_1m_out": 10,
1917 "cost_per_1m_in_cached": 0,
1918 "cost_per_1m_out_cached": 0.125,
1919 "context_window": 400000,
1920 "default_max_tokens": 128000,
1921 "can_reason": true,
1922 "reasoning_levels": [
1923 "low",
1924 "medium",
1925 "high"
1926 ],
1927 "default_reasoning_effort": "medium",
1928 "supports_attachments": true
1929 },
1930 {
1931 "id": "gpt-5.1-codex-max",
1932 "name": "GPT-5.1-Codex Max",
1933 "cost_per_1m_in": 1.25,
1934 "cost_per_1m_out": 10,
1935 "cost_per_1m_in_cached": 0,
1936 "cost_per_1m_out_cached": 0.125,
1937 "context_window": 400000,
1938 "default_max_tokens": 128000,
1939 "can_reason": true,
1940 "reasoning_levels": [
1941 "low",
1942 "medium",
1943 "high"
1944 ],
1945 "default_reasoning_effort": "medium",
1946 "supports_attachments": true
1947 },
1948 {
1949 "id": "gpt-5.1-codex-mini",
1950 "name": "GPT-5.1-Codex Mini",
1951 "cost_per_1m_in": 0.25,
1952 "cost_per_1m_out": 2,
1953 "cost_per_1m_in_cached": 0,
1954 "cost_per_1m_out_cached": 0.025,
1955 "context_window": 400000,
1956 "default_max_tokens": 128000,
1957 "can_reason": true,
1958 "reasoning_levels": [
1959 "low",
1960 "medium",
1961 "high"
1962 ],
1963 "default_reasoning_effort": "medium",
1964 "supports_attachments": true
1965 },
1966 {
1967 "id": "gpt-5.2",
1968 "name": "GPT 5.2",
1969 "cost_per_1m_in": 1.75,
1970 "cost_per_1m_out": 14,
1971 "cost_per_1m_in_cached": 0,
1972 "cost_per_1m_out_cached": 0.175,
1973 "context_window": 400000,
1974 "default_max_tokens": 128000,
1975 "can_reason": true,
1976 "reasoning_levels": [
1977 "low",
1978 "medium",
1979 "high"
1980 ],
1981 "default_reasoning_effort": "medium",
1982 "supports_attachments": true
1983 },
1984 {
1985 "id": "gpt-5.2-chat-latest",
1986 "name": "GPT 5.2 Chat",
1987 "cost_per_1m_in": 1.75,
1988 "cost_per_1m_out": 14,
1989 "cost_per_1m_in_cached": 0,
1990 "cost_per_1m_out_cached": 0.175,
1991 "context_window": 128000,
1992 "default_max_tokens": 16384,
1993 "can_reason": false,
1994 "supports_attachments": true
1995 },
1996 {
1997 "id": "gpt-5.2-codex",
1998 "name": "GPT-5.2-Codex",
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": 400000,
2004 "default_max_tokens": 128000,
2005 "can_reason": true,
2006 "reasoning_levels": [
2007 "low",
2008 "medium",
2009 "high"
2010 ],
2011 "default_reasoning_effort": "medium",
2012 "supports_attachments": true
2013 },
2014 {
2015 "id": "gpt-5.2-high",
2016 "name": "GPT 5.2 High",
2017 "cost_per_1m_in": 1.75,
2018 "cost_per_1m_out": 14,
2019 "cost_per_1m_in_cached": 0,
2020 "cost_per_1m_out_cached": 0.175,
2021 "context_window": 400000,
2022 "default_max_tokens": 128000,
2023 "can_reason": true,
2024 "reasoning_levels": [
2025 "low",
2026 "medium",
2027 "high"
2028 ],
2029 "default_reasoning_effort": "medium",
2030 "supports_attachments": true
2031 },
2032 {
2033 "id": "gpt-5.2-low",
2034 "name": "GPT 5.2 Low",
2035 "cost_per_1m_in": 1.75,
2036 "cost_per_1m_out": 14,
2037 "cost_per_1m_in_cached": 0,
2038 "cost_per_1m_out_cached": 0.175,
2039 "context_window": 400000,
2040 "default_max_tokens": 128000,
2041 "can_reason": true,
2042 "reasoning_levels": [
2043 "low",
2044 "medium",
2045 "high"
2046 ],
2047 "default_reasoning_effort": "medium",
2048 "supports_attachments": true
2049 },
2050 {
2051 "id": "gpt-5.2-pro",
2052 "name": "GPT 5.2 Pro",
2053 "cost_per_1m_in": 21,
2054 "cost_per_1m_out": 168,
2055 "cost_per_1m_in_cached": 0,
2056 "cost_per_1m_out_cached": 2.1,
2057 "context_window": 400000,
2058 "default_max_tokens": 128000,
2059 "can_reason": true,
2060 "reasoning_levels": [
2061 "low",
2062 "medium",
2063 "high"
2064 ],
2065 "default_reasoning_effort": "medium",
2066 "supports_attachments": true
2067 },
2068 {
2069 "id": "gpt-5.3-chat-latest",
2070 "name": "GPT 5.3 Chat",
2071 "cost_per_1m_in": 1.75,
2072 "cost_per_1m_out": 14,
2073 "cost_per_1m_in_cached": 0,
2074 "cost_per_1m_out_cached": 0.175,
2075 "context_window": 128000,
2076 "default_max_tokens": 16384,
2077 "can_reason": false,
2078 "supports_attachments": true
2079 },
2080 {
2081 "id": "gpt-5.3-codex",
2082 "name": "GPT-5.3-Codex",
2083 "cost_per_1m_in": 1.75,
2084 "cost_per_1m_out": 14,
2085 "cost_per_1m_in_cached": 0,
2086 "cost_per_1m_out_cached": 0.175,
2087 "context_window": 400000,
2088 "default_max_tokens": 128000,
2089 "can_reason": true,
2090 "reasoning_levels": [
2091 "low",
2092 "medium",
2093 "high"
2094 ],
2095 "default_reasoning_effort": "medium",
2096 "supports_attachments": true
2097 },
2098 {
2099 "id": "gpt-5.4",
2100 "name": "GPT 5.4",
2101 "cost_per_1m_in": 2.5,
2102 "cost_per_1m_out": 15,
2103 "cost_per_1m_in_cached": 0,
2104 "cost_per_1m_out_cached": 0.25,
2105 "context_window": 400000,
2106 "default_max_tokens": 128000,
2107 "can_reason": true,
2108 "reasoning_levels": [
2109 "low",
2110 "medium",
2111 "high"
2112 ],
2113 "default_reasoning_effort": "medium",
2114 "supports_attachments": true
2115 },
2116 {
2117 "id": "gpt-5.4-high",
2118 "name": "GPT 5.4 High",
2119 "cost_per_1m_in": 2.5,
2120 "cost_per_1m_out": 15,
2121 "cost_per_1m_in_cached": 0,
2122 "cost_per_1m_out_cached": 0.25,
2123 "context_window": 400000,
2124 "default_max_tokens": 128000,
2125 "can_reason": true,
2126 "reasoning_levels": [
2127 "low",
2128 "medium",
2129 "high"
2130 ],
2131 "default_reasoning_effort": "medium",
2132 "supports_attachments": true
2133 },
2134 {
2135 "id": "gpt-5.4-low",
2136 "name": "GPT 5.4 Low",
2137 "cost_per_1m_in": 2.5,
2138 "cost_per_1m_out": 15,
2139 "cost_per_1m_in_cached": 0,
2140 "cost_per_1m_out_cached": 0.25,
2141 "context_window": 400000,
2142 "default_max_tokens": 128000,
2143 "can_reason": true,
2144 "reasoning_levels": [
2145 "low",
2146 "medium",
2147 "high"
2148 ],
2149 "default_reasoning_effort": "medium",
2150 "supports_attachments": true
2151 },
2152 {
2153 "id": "gpt-5.4-mini",
2154 "name": "GPT 5.4 Mini",
2155 "cost_per_1m_in": 0.75,
2156 "cost_per_1m_out": 4.5,
2157 "cost_per_1m_in_cached": 0,
2158 "cost_per_1m_out_cached": 0.075,
2159 "context_window": 400000,
2160 "default_max_tokens": 128000,
2161 "can_reason": false,
2162 "supports_attachments": true
2163 },
2164 {
2165 "id": "gpt-5.4-nano",
2166 "name": "GPT 5.4 Nano",
2167 "cost_per_1m_in": 0.2,
2168 "cost_per_1m_out": 1.25,
2169 "cost_per_1m_in_cached": 0,
2170 "cost_per_1m_out_cached": 0.02,
2171 "context_window": 400000,
2172 "default_max_tokens": 128000,
2173 "can_reason": true,
2174 "reasoning_levels": [
2175 "low",
2176 "medium",
2177 "high"
2178 ],
2179 "default_reasoning_effort": "medium",
2180 "supports_attachments": true
2181 },
2182 {
2183 "id": "gpt-5.4-pro",
2184 "name": "GPT 5.4 Pro",
2185 "cost_per_1m_in": 30,
2186 "cost_per_1m_out": 180,
2187 "cost_per_1m_in_cached": 0,
2188 "cost_per_1m_out_cached": 30,
2189 "context_window": 1050000,
2190 "default_max_tokens": 128000,
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": "gpt-5.5",
2202 "name": "GPT 5.5",
2203 "cost_per_1m_in": 5,
2204 "cost_per_1m_out": 30,
2205 "cost_per_1m_in_cached": 0,
2206 "cost_per_1m_out_cached": 0.5,
2207 "context_window": 1050000,
2208 "default_max_tokens": 128000,
2209 "can_reason": true,
2210 "reasoning_levels": [
2211 "low",
2212 "medium",
2213 "high"
2214 ],
2215 "default_reasoning_effort": "medium",
2216 "supports_attachments": true
2217 },
2218 {
2219 "id": "gpt-5.5-free",
2220 "name": "GPT 5.5 (free)",
2221 "cost_per_1m_in": 0,
2222 "cost_per_1m_out": 0,
2223 "cost_per_1m_in_cached": 0,
2224 "cost_per_1m_out_cached": 0,
2225 "context_window": 1050000,
2226 "default_max_tokens": 128000,
2227 "can_reason": true,
2228 "reasoning_levels": [
2229 "low",
2230 "medium",
2231 "high"
2232 ],
2233 "default_reasoning_effort": "medium",
2234 "supports_attachments": true
2235 },
2236 {
2237 "id": "gpt-chat-latest",
2238 "name": "GPT Chat",
2239 "cost_per_1m_in": 5,
2240 "cost_per_1m_out": 30,
2241 "cost_per_1m_in_cached": 0,
2242 "cost_per_1m_out_cached": 0.5,
2243 "context_window": 1050000,
2244 "default_max_tokens": 128000,
2245 "can_reason": true,
2246 "reasoning_levels": [
2247 "low",
2248 "medium",
2249 "high"
2250 ],
2251 "default_reasoning_effort": "medium",
2252 "supports_attachments": true
2253 },
2254 {
2255 "id": "gpt-oss-120b",
2256 "name": "gpt-oss-120b",
2257 "cost_per_1m_in": 0.18,
2258 "cost_per_1m_out": 0.9,
2259 "cost_per_1m_in_cached": 0,
2260 "cost_per_1m_out_cached": 0,
2261 "context_window": 131072,
2262 "default_max_tokens": 32768,
2263 "can_reason": true,
2264 "reasoning_levels": [
2265 "low",
2266 "medium",
2267 "high"
2268 ],
2269 "default_reasoning_effort": "medium",
2270 "supports_attachments": false
2271 },
2272 {
2273 "id": "gpt-oss-20b",
2274 "name": "gpt-oss-20b",
2275 "cost_per_1m_in": 0.11,
2276 "cost_per_1m_out": 0.55,
2277 "cost_per_1m_in_cached": 0,
2278 "cost_per_1m_out_cached": 0,
2279 "context_window": 128000,
2280 "default_max_tokens": 12800,
2281 "can_reason": true,
2282 "reasoning_levels": [
2283 "low",
2284 "medium",
2285 "high"
2286 ],
2287 "default_reasoning_effort": "medium",
2288 "supports_attachments": false
2289 },
2290 {
2291 "id": "grok-4",
2292 "name": "Grok 4",
2293 "cost_per_1m_in": 3.3,
2294 "cost_per_1m_out": 16.5,
2295 "cost_per_1m_in_cached": 0,
2296 "cost_per_1m_out_cached": 0.825,
2297 "context_window": 256000,
2298 "default_max_tokens": 64000,
2299 "can_reason": true,
2300 "reasoning_levels": [
2301 "low",
2302 "medium",
2303 "high"
2304 ],
2305 "default_reasoning_effort": "medium",
2306 "supports_attachments": true
2307 },
2308 {
2309 "id": "grok-4-1-fast-non-reasoning",
2310 "name": "Grok 4.1 Fast",
2311 "cost_per_1m_in": 0.2,
2312 "cost_per_1m_out": 0.5,
2313 "cost_per_1m_in_cached": 0,
2314 "cost_per_1m_out_cached": 0.05,
2315 "context_window": 2000000,
2316 "default_max_tokens": 200000,
2317 "can_reason": false,
2318 "supports_attachments": true
2319 },
2320 {
2321 "id": "grok-4-1-fast-reasoning",
2322 "name": "Grok 4.1 Fast (reasoning)",
2323 "cost_per_1m_in": 0.2,
2324 "cost_per_1m_out": 0.5,
2325 "cost_per_1m_in_cached": 0,
2326 "cost_per_1m_out_cached": 0.05,
2327 "context_window": 2000000,
2328 "default_max_tokens": 200000,
2329 "can_reason": true,
2330 "reasoning_levels": [
2331 "low",
2332 "medium",
2333 "high"
2334 ],
2335 "default_reasoning_effort": "medium",
2336 "supports_attachments": true
2337 },
2338 {
2339 "id": "grok-4-20-non-reasoning",
2340 "name": "Grok 4 20",
2341 "cost_per_1m_in": 2,
2342 "cost_per_1m_out": 6,
2343 "cost_per_1m_in_cached": 0,
2344 "cost_per_1m_out_cached": 0.2,
2345 "context_window": 2000000,
2346 "default_max_tokens": 200000,
2347 "can_reason": true,
2348 "reasoning_levels": [
2349 "low",
2350 "medium",
2351 "high"
2352 ],
2353 "default_reasoning_effort": "medium",
2354 "supports_attachments": true
2355 },
2356 {
2357 "id": "grok-4-20-reasoning",
2358 "name": "Grok 4 20 (reasoning)",
2359 "cost_per_1m_in": 2,
2360 "cost_per_1m_out": 6,
2361 "cost_per_1m_in_cached": 0,
2362 "cost_per_1m_out_cached": 0.2,
2363 "context_window": 2000000,
2364 "default_max_tokens": 200000,
2365 "can_reason": true,
2366 "reasoning_levels": [
2367 "low",
2368 "medium",
2369 "high"
2370 ],
2371 "default_reasoning_effort": "medium",
2372 "supports_attachments": true
2373 },
2374 {
2375 "id": "grok-4-fast-non-reasoning",
2376 "name": "Grok 4 Fast",
2377 "cost_per_1m_in": 0.2,
2378 "cost_per_1m_out": 0.5,
2379 "cost_per_1m_in_cached": 0,
2380 "cost_per_1m_out_cached": 0.05,
2381 "context_window": 2000000,
2382 "default_max_tokens": 30000,
2383 "can_reason": false,
2384 "supports_attachments": true
2385 },
2386 {
2387 "id": "grok-4-fast-reasoning",
2388 "name": "Grok 4 Fast (reasoning)",
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": 2000000,
2394 "default_max_tokens": 30000,
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": "grok-4.20-beta-0309-non-reasoning",
2406 "name": "Grok 4.20 Beta 0309",
2407 "cost_per_1m_in": 2,
2408 "cost_per_1m_out": 6,
2409 "cost_per_1m_in_cached": 0,
2410 "cost_per_1m_out_cached": 0.2,
2411 "context_window": 2000000,
2412 "default_max_tokens": 200000,
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": "grok-4.20-beta-0309-reasoning",
2424 "name": "Grok 4.20 Beta 0309 (reasoning)",
2425 "cost_per_1m_in": 2,
2426 "cost_per_1m_out": 6,
2427 "cost_per_1m_in_cached": 0,
2428 "cost_per_1m_out_cached": 0.2,
2429 "context_window": 2000000,
2430 "default_max_tokens": 200000,
2431 "can_reason": true,
2432 "reasoning_levels": [
2433 "low",
2434 "medium",
2435 "high"
2436 ],
2437 "default_reasoning_effort": "medium",
2438 "supports_attachments": true
2439 },
2440 {
2441 "id": "grok-4.20-multi-agent-0309",
2442 "name": "Grok 4.20 Multi Agent 0309",
2443 "cost_per_1m_in": 2,
2444 "cost_per_1m_out": 6,
2445 "cost_per_1m_in_cached": 0,
2446 "cost_per_1m_out_cached": 0.2,
2447 "context_window": 2000000,
2448 "default_max_tokens": 200000,
2449 "can_reason": true,
2450 "reasoning_levels": [
2451 "low",
2452 "medium",
2453 "high"
2454 ],
2455 "default_reasoning_effort": "medium",
2456 "supports_attachments": true
2457 },
2458 {
2459 "id": "grok-4.20-multi-agent-beta-0309",
2460 "name": "Grok 4.20 Multi Agent Beta 0309",
2461 "cost_per_1m_in": 2,
2462 "cost_per_1m_out": 6,
2463 "cost_per_1m_in_cached": 0,
2464 "cost_per_1m_out_cached": 0.2,
2465 "context_window": 2000000,
2466 "default_max_tokens": 200000,
2467 "can_reason": true,
2468 "reasoning_levels": [
2469 "low",
2470 "medium",
2471 "high"
2472 ],
2473 "default_reasoning_effort": "medium",
2474 "supports_attachments": true
2475 },
2476 {
2477 "id": "grok-4.3",
2478 "name": "Grok 4.3",
2479 "cost_per_1m_in": 1.25,
2480 "cost_per_1m_out": 2.5,
2481 "cost_per_1m_in_cached": 0,
2482 "cost_per_1m_out_cached": 0.2,
2483 "context_window": 1000000,
2484 "default_max_tokens": 100000,
2485 "can_reason": true,
2486 "reasoning_levels": [
2487 "low",
2488 "medium",
2489 "high"
2490 ],
2491 "default_reasoning_effort": "medium",
2492 "supports_attachments": true
2493 },
2494 {
2495 "id": "grok-code-fast-1",
2496 "name": "Grok Code Fast 1",
2497 "cost_per_1m_in": 0.2,
2498 "cost_per_1m_out": 0.5,
2499 "cost_per_1m_in_cached": 0,
2500 "cost_per_1m_out_cached": 0.05,
2501 "context_window": 256000,
2502 "default_max_tokens": 10000,
2503 "can_reason": true,
2504 "reasoning_levels": [
2505 "low",
2506 "medium",
2507 "high"
2508 ],
2509 "default_reasoning_effort": "medium",
2510 "supports_attachments": true
2511 },
2512 {
2513 "id": "jina-deepsearch-v1",
2514 "name": "Jina Deepsearch V1",
2515 "cost_per_1m_in": 0.05,
2516 "cost_per_1m_out": 0.05,
2517 "cost_per_1m_in_cached": 0,
2518 "cost_per_1m_out_cached": 0,
2519 "context_window": 1000000,
2520 "default_max_tokens": 100000,
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": "k2.6-code-preview-free",
2532 "name": "K2.6 Code Preview (free)",
2533 "cost_per_1m_in": 0,
2534 "cost_per_1m_out": 0,
2535 "cost_per_1m_in_cached": 0,
2536 "cost_per_1m_out_cached": 0,
2537 "context_window": 256000,
2538 "default_max_tokens": 25600,
2539 "can_reason": true,
2540 "reasoning_levels": [
2541 "low",
2542 "medium",
2543 "high"
2544 ],
2545 "default_reasoning_effort": "medium",
2546 "supports_attachments": false
2547 },
2548 {
2549 "id": "kat-dev",
2550 "name": "Kat Dev",
2551 "cost_per_1m_in": 0.137,
2552 "cost_per_1m_out": 0.548,
2553 "cost_per_1m_in_cached": 0,
2554 "cost_per_1m_out_cached": 0,
2555 "context_window": 128000,
2556 "default_max_tokens": 12800,
2557 "can_reason": false,
2558 "supports_attachments": false
2559 },
2560 {
2561 "id": "kimi-for-coding-free",
2562 "name": "Kimi For Coding (free)",
2563 "cost_per_1m_in": 0,
2564 "cost_per_1m_out": 0,
2565 "cost_per_1m_in_cached": 0,
2566 "cost_per_1m_out_cached": 0,
2567 "context_window": 256000,
2568 "default_max_tokens": 25600,
2569 "can_reason": true,
2570 "reasoning_levels": [
2571 "low",
2572 "medium",
2573 "high"
2574 ],
2575 "default_reasoning_effort": "medium",
2576 "supports_attachments": false
2577 },
2578 {
2579 "id": "kimi-k2-0711",
2580 "name": "Kimi K2 0711",
2581 "cost_per_1m_in": 0.54,
2582 "cost_per_1m_out": 2.16,
2583 "cost_per_1m_in_cached": 0,
2584 "cost_per_1m_out_cached": 0,
2585 "context_window": 131000,
2586 "default_max_tokens": 13100,
2587 "can_reason": false,
2588 "supports_attachments": false
2589 },
2590 {
2591 "id": "kimi-k2-thinking",
2592 "name": "Kimi K2 Thinking",
2593 "cost_per_1m_in": 0.548,
2594 "cost_per_1m_out": 2.192,
2595 "cost_per_1m_in_cached": 0,
2596 "cost_per_1m_out_cached": 0.137,
2597 "context_window": 262144,
2598 "default_max_tokens": 26214,
2599 "can_reason": true,
2600 "reasoning_levels": [
2601 "low",
2602 "medium",
2603 "high"
2604 ],
2605 "default_reasoning_effort": "medium",
2606 "supports_attachments": false
2607 },
2608 {
2609 "id": "kimi-k2-turbo-preview",
2610 "name": "Kimi K2 Turbo Preview",
2611 "cost_per_1m_in": 1.2,
2612 "cost_per_1m_out": 4.8,
2613 "cost_per_1m_in_cached": 0,
2614 "cost_per_1m_out_cached": 0.3,
2615 "context_window": 262144,
2616 "default_max_tokens": 26214,
2617 "can_reason": false,
2618 "supports_attachments": false
2619 },
2620 {
2621 "id": "kimi-k2.5",
2622 "name": "Kimi K2.5",
2623 "cost_per_1m_in": 0.6,
2624 "cost_per_1m_out": 3,
2625 "cost_per_1m_in_cached": 0,
2626 "cost_per_1m_out_cached": 0.105,
2627 "context_window": 256000,
2628 "default_max_tokens": 25600,
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": "kimi-k2.6",
2640 "name": "Kimi K2.6",
2641 "cost_per_1m_in": 0.95,
2642 "cost_per_1m_out": 3.9995,
2643 "cost_per_1m_in_cached": 0,
2644 "cost_per_1m_out_cached": 0.16084,
2645 "context_window": 262144,
2646 "default_max_tokens": 32768,
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": "llama-4-maverick",
2658 "name": "Llama 4 Maverick",
2659 "cost_per_1m_in": 0.2,
2660 "cost_per_1m_out": 0.2,
2661 "cost_per_1m_in_cached": 0,
2662 "cost_per_1m_out_cached": 0,
2663 "context_window": 1048576,
2664 "default_max_tokens": 32000,
2665 "can_reason": false,
2666 "supports_attachments": true
2667 },
2668 {
2669 "id": "llama-4-scout",
2670 "name": "Llama 4 Scout",
2671 "cost_per_1m_in": 0.2,
2672 "cost_per_1m_out": 0.2,
2673 "cost_per_1m_in_cached": 0,
2674 "cost_per_1m_out_cached": 0,
2675 "context_window": 131000,
2676 "default_max_tokens": 13100,
2677 "can_reason": false,
2678 "supports_attachments": true
2679 },
2680 {
2681 "id": "mimo-v2-flash-free",
2682 "name": "MiMo V2 Flash (free)",
2683 "cost_per_1m_in": 0,
2684 "cost_per_1m_out": 0,
2685 "cost_per_1m_in_cached": 0,
2686 "cost_per_1m_out_cached": 0,
2687 "context_window": 256000,
2688 "default_max_tokens": 25600,
2689 "can_reason": false,
2690 "supports_attachments": false
2691 },
2692 {
2693 "id": "mimo-v2-omni",
2694 "name": "MiMo V2 Omni",
2695 "cost_per_1m_in": 0.44,
2696 "cost_per_1m_out": 2.2,
2697 "cost_per_1m_in_cached": 0,
2698 "cost_per_1m_out_cached": 0.088,
2699 "context_window": 256000,
2700 "default_max_tokens": 25600,
2701 "can_reason": false,
2702 "supports_attachments": true
2703 },
2704 {
2705 "id": "mimo-v2-pro",
2706 "name": "MiMo V2 Pro",
2707 "cost_per_1m_in": 1.1,
2708 "cost_per_1m_out": 3.3,
2709 "cost_per_1m_in_cached": 0,
2710 "cost_per_1m_out_cached": 0.22,
2711 "context_window": 1000000,
2712 "default_max_tokens": 100000,
2713 "can_reason": false,
2714 "supports_attachments": true
2715 },
2716 {
2717 "id": "minimax-m2",
2718 "name": "MiniMax M2",
2719 "cost_per_1m_in": 0.288,
2720 "cost_per_1m_out": 1.152,
2721 "cost_per_1m_in_cached": 0,
2722 "cost_per_1m_out_cached": 0,
2723 "context_window": 204800,
2724 "default_max_tokens": 20480,
2725 "can_reason": true,
2726 "reasoning_levels": [
2727 "low",
2728 "medium",
2729 "high"
2730 ],
2731 "default_reasoning_effort": "medium",
2732 "supports_attachments": false
2733 },
2734 {
2735 "id": "minimax-m2.1",
2736 "name": "MiniMax M2.1",
2737 "cost_per_1m_in": 0.288,
2738 "cost_per_1m_out": 1.152,
2739 "cost_per_1m_in_cached": 0,
2740 "cost_per_1m_out_cached": 0,
2741 "context_window": 204800,
2742 "default_max_tokens": 20480,
2743 "can_reason": true,
2744 "reasoning_levels": [
2745 "low",
2746 "medium",
2747 "high"
2748 ],
2749 "default_reasoning_effort": "medium",
2750 "supports_attachments": false
2751 },
2752 {
2753 "id": "minimax-m2.5",
2754 "name": "MiniMax M2.5",
2755 "cost_per_1m_in": 0.288,
2756 "cost_per_1m_out": 1.152,
2757 "cost_per_1m_in_cached": 0,
2758 "cost_per_1m_out_cached": 0,
2759 "context_window": 204800,
2760 "default_max_tokens": 20480,
2761 "can_reason": true,
2762 "reasoning_levels": [
2763 "low",
2764 "medium",
2765 "high"
2766 ],
2767 "default_reasoning_effort": "medium",
2768 "supports_attachments": false
2769 },
2770 {
2771 "id": "minimax-m2.5-highspeed",
2772 "name": "MiniMax M2.5 Highspeed",
2773 "cost_per_1m_in": 0.288,
2774 "cost_per_1m_out": 1.152,
2775 "cost_per_1m_in_cached": 0,
2776 "cost_per_1m_out_cached": 0,
2777 "context_window": 204800,
2778 "default_max_tokens": 20480,
2779 "can_reason": true,
2780 "reasoning_levels": [
2781 "low",
2782 "medium",
2783 "high"
2784 ],
2785 "default_reasoning_effort": "medium",
2786 "supports_attachments": false
2787 },
2788 {
2789 "id": "minimax-m2.7",
2790 "name": "MiniMax M2.7",
2791 "cost_per_1m_in": 0.2958,
2792 "cost_per_1m_out": 1.1832,
2793 "cost_per_1m_in_cached": 0,
2794 "cost_per_1m_out_cached": 0.05916,
2795 "context_window": 200000,
2796 "default_max_tokens": 20000,
2797 "can_reason": true,
2798 "reasoning_levels": [
2799 "low",
2800 "medium",
2801 "high"
2802 ],
2803 "default_reasoning_effort": "medium",
2804 "supports_attachments": false
2805 },
2806 {
2807 "id": "mistral-large-3",
2808 "name": "Mistral Large 3",
2809 "cost_per_1m_in": 0.5,
2810 "cost_per_1m_out": 1.5,
2811 "cost_per_1m_in_cached": 0,
2812 "cost_per_1m_out_cached": 0,
2813 "context_window": 256000,
2814 "default_max_tokens": 25600,
2815 "can_reason": false,
2816 "supports_attachments": true
2817 },
2818 {
2819 "id": "nvidia-nemotron-3-super-120b-a12b",
2820 "name": "Nvidia Nemotron 3 Super 120B A12B",
2821 "cost_per_1m_in": 0.11,
2822 "cost_per_1m_out": 0.55,
2823 "cost_per_1m_in_cached": 0,
2824 "cost_per_1m_out_cached": 0.0275,
2825 "context_window": 1000000,
2826 "default_max_tokens": 100000,
2827 "can_reason": true,
2828 "reasoning_levels": [
2829 "low",
2830 "medium",
2831 "high"
2832 ],
2833 "default_reasoning_effort": "medium",
2834 "supports_attachments": false
2835 },
2836 {
2837 "id": "o3",
2838 "name": "O3",
2839 "cost_per_1m_in": 2,
2840 "cost_per_1m_out": 8,
2841 "cost_per_1m_in_cached": 0,
2842 "cost_per_1m_out_cached": 0.5,
2843 "context_window": 200000,
2844 "default_max_tokens": 100000,
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": "o3-mini",
2856 "name": "O3 Mini",
2857 "cost_per_1m_in": 1.1,
2858 "cost_per_1m_out": 4.4,
2859 "cost_per_1m_in_cached": 0,
2860 "cost_per_1m_out_cached": 0.55,
2861 "context_window": 200000,
2862 "default_max_tokens": 100000,
2863 "can_reason": true,
2864 "reasoning_levels": [
2865 "low",
2866 "medium",
2867 "high"
2868 ],
2869 "default_reasoning_effort": "medium",
2870 "supports_attachments": true
2871 },
2872 {
2873 "id": "o3-pro",
2874 "name": "O3 Pro",
2875 "cost_per_1m_in": 20,
2876 "cost_per_1m_out": 80,
2877 "cost_per_1m_in_cached": 0,
2878 "cost_per_1m_out_cached": 20,
2879 "context_window": 200000,
2880 "default_max_tokens": 100000,
2881 "can_reason": true,
2882 "reasoning_levels": [
2883 "low",
2884 "medium",
2885 "high"
2886 ],
2887 "default_reasoning_effort": "medium",
2888 "supports_attachments": true
2889 },
2890 {
2891 "id": "o4-mini",
2892 "name": "O4 Mini",
2893 "cost_per_1m_in": 1.1,
2894 "cost_per_1m_out": 4.4,
2895 "cost_per_1m_in_cached": 0,
2896 "cost_per_1m_out_cached": 0.275,
2897 "context_window": 200000,
2898 "default_max_tokens": 100000,
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-235b-a22b",
2910 "name": "Qwen3 235B A22B",
2911 "cost_per_1m_in": 0.28,
2912 "cost_per_1m_out": 1.12,
2913 "cost_per_1m_in_cached": 0,
2914 "cost_per_1m_out_cached": 0,
2915 "context_window": 131100,
2916 "default_max_tokens": 13110,
2917 "can_reason": false,
2918 "supports_attachments": true
2919 },
2920 {
2921 "id": "qwen3-235b-a22b-instruct-2507",
2922 "name": "Qwen3 235B A22B Instruct 2507",
2923 "cost_per_1m_in": 0.28,
2924 "cost_per_1m_out": 1.12,
2925 "cost_per_1m_in_cached": 0,
2926 "cost_per_1m_out_cached": 0,
2927 "context_window": 262144,
2928 "default_max_tokens": 26214,
2929 "can_reason": false,
2930 "supports_attachments": true
2931 },
2932 {
2933 "id": "qwen3-235b-a22b-thinking-2507",
2934 "name": "Qwen3 235B A22B Thinking 2507",
2935 "cost_per_1m_in": 0.28,
2936 "cost_per_1m_out": 2.8,
2937 "cost_per_1m_in_cached": 0,
2938 "cost_per_1m_out_cached": 0,
2939 "context_window": 262144,
2940 "default_max_tokens": 26214,
2941 "can_reason": true,
2942 "reasoning_levels": [
2943 "low",
2944 "medium",
2945 "high"
2946 ],
2947 "default_reasoning_effort": "medium",
2948 "supports_attachments": true
2949 },
2950 {
2951 "id": "qwen3-coder-30b-a3b-instruct",
2952 "name": "Qwen3 Coder 30B A3B Instruct",
2953 "cost_per_1m_in": 0.2,
2954 "cost_per_1m_out": 0.8,
2955 "cost_per_1m_in_cached": 0,
2956 "cost_per_1m_out_cached": 0.2,
2957 "context_window": 2000000,
2958 "default_max_tokens": 262000,
2959 "can_reason": false,
2960 "supports_attachments": false
2961 },
2962 {
2963 "id": "qwen3-coder-480b-a35b-instruct",
2964 "name": "Qwen3 Coder 480B A35B Instruct",
2965 "cost_per_1m_in": 0.82,
2966 "cost_per_1m_out": 3.28,
2967 "cost_per_1m_in_cached": 0,
2968 "cost_per_1m_out_cached": 0.82,
2969 "context_window": 262000,
2970 "default_max_tokens": 26200,
2971 "can_reason": false,
2972 "supports_attachments": false
2973 },
2974 {
2975 "id": "qwen3-coder-flash",
2976 "name": "Qwen3 Coder Flash",
2977 "cost_per_1m_in": 0.136,
2978 "cost_per_1m_out": 0.544,
2979 "cost_per_1m_in_cached": 0,
2980 "cost_per_1m_out_cached": 0.136,
2981 "context_window": 256000,
2982 "default_max_tokens": 65536,
2983 "can_reason": false,
2984 "supports_attachments": false
2985 },
2986 {
2987 "id": "qwen3-coder-next",
2988 "name": "Qwen3 Coder Next",
2989 "cost_per_1m_in": 0.137,
2990 "cost_per_1m_out": 0.548,
2991 "cost_per_1m_in_cached": 0,
2992 "cost_per_1m_out_cached": 0.137,
2993 "context_window": 2000000,
2994 "default_max_tokens": 64000,
2995 "can_reason": false,
2996 "supports_attachments": false
2997 },
2998 {
2999 "id": "qwen3-coder-plus",
3000 "name": "Qwen3 Coder Plus",
3001 "cost_per_1m_in": 0.54,
3002 "cost_per_1m_out": 2.16,
3003 "cost_per_1m_in_cached": 0,
3004 "cost_per_1m_out_cached": 0.108,
3005 "context_window": 1048576,
3006 "default_max_tokens": 65536,
3007 "can_reason": false,
3008 "supports_attachments": false
3009 },
3010 {
3011 "id": "qwen3-coder-plus-2025-07-22",
3012 "name": "Qwen3 Coder Plus 2025 07-22",
3013 "cost_per_1m_in": 0.54,
3014 "cost_per_1m_out": 2.16,
3015 "cost_per_1m_in_cached": 0,
3016 "cost_per_1m_out_cached": 0.54,
3017 "context_window": 128000,
3018 "default_max_tokens": 12800,
3019 "can_reason": false,
3020 "supports_attachments": false
3021 },
3022 {
3023 "id": "qwen3-max",
3024 "name": "Qwen3 Max",
3025 "cost_per_1m_in": 0.4508,
3026 "cost_per_1m_out": 1.8032,
3027 "cost_per_1m_in_cached": 0.5635,
3028 "cost_per_1m_out_cached": 0.09016,
3029 "context_window": 262144,
3030 "default_max_tokens": 65536,
3031 "can_reason": false,
3032 "supports_attachments": true
3033 },
3034 {
3035 "id": "qwen3-max-2026-01-23",
3036 "name": "Qwen3 Max 2026 01-23",
3037 "cost_per_1m_in": 0.4508,
3038 "cost_per_1m_out": 1.8032,
3039 "cost_per_1m_in_cached": 0.5635,
3040 "cost_per_1m_out_cached": 0.09016,
3041 "context_window": 252000,
3042 "default_max_tokens": 32000,
3043 "can_reason": true,
3044 "reasoning_levels": [
3045 "low",
3046 "medium",
3047 "high"
3048 ],
3049 "default_reasoning_effort": "medium",
3050 "supports_attachments": false
3051 },
3052 {
3053 "id": "qwen3-next-80b-a3b-instruct",
3054 "name": "Qwen3 Next 80B A3B Instruct",
3055 "cost_per_1m_in": 0.138,
3056 "cost_per_1m_out": 0.552,
3057 "cost_per_1m_in_cached": 0,
3058 "cost_per_1m_out_cached": 0,
3059 "context_window": 256000,
3060 "default_max_tokens": 25600,
3061 "can_reason": false,
3062 "supports_attachments": true
3063 },
3064 {
3065 "id": "qwen3-next-80b-a3b-thinking",
3066 "name": "Qwen3 Next 80B A3B Thinking",
3067 "cost_per_1m_in": 0.138,
3068 "cost_per_1m_out": 1.38,
3069 "cost_per_1m_in_cached": 0,
3070 "cost_per_1m_out_cached": 0,
3071 "context_window": 256000,
3072 "default_max_tokens": 25600,
3073 "can_reason": true,
3074 "reasoning_levels": [
3075 "low",
3076 "medium",
3077 "high"
3078 ],
3079 "default_reasoning_effort": "medium",
3080 "supports_attachments": true
3081 },
3082 {
3083 "id": "qwen3-vl-235b-a22b-instruct",
3084 "name": "Qwen3 VL 235B A22B Instruct",
3085 "cost_per_1m_in": 0.274,
3086 "cost_per_1m_out": 1.096,
3087 "cost_per_1m_in_cached": 0,
3088 "cost_per_1m_out_cached": 0,
3089 "context_window": 131000,
3090 "default_max_tokens": 33000,
3091 "can_reason": false,
3092 "supports_attachments": true
3093 },
3094 {
3095 "id": "qwen3-vl-235b-a22b-thinking",
3096 "name": "Qwen3 VL 235B A22B Thinking",
3097 "cost_per_1m_in": 0.274,
3098 "cost_per_1m_out": 2.74,
3099 "cost_per_1m_in_cached": 0,
3100 "cost_per_1m_out_cached": 0,
3101 "context_window": 131000,
3102 "default_max_tokens": 33000,
3103 "can_reason": true,
3104 "reasoning_levels": [
3105 "low",
3106 "medium",
3107 "high"
3108 ],
3109 "default_reasoning_effort": "medium",
3110 "supports_attachments": true
3111 },
3112 {
3113 "id": "qwen3-vl-30b-a3b-instruct",
3114 "name": "Qwen3 VL 30B A3B Instruct",
3115 "cost_per_1m_in": 0.1028,
3116 "cost_per_1m_out": 0.4112,
3117 "cost_per_1m_in_cached": 0,
3118 "cost_per_1m_out_cached": 0,
3119 "context_window": 128000,
3120 "default_max_tokens": 32000,
3121 "can_reason": false,
3122 "supports_attachments": true
3123 },
3124 {
3125 "id": "qwen3-vl-30b-a3b-thinking",
3126 "name": "Qwen3 VL 30B A3B Thinking",
3127 "cost_per_1m_in": 0.1028,
3128 "cost_per_1m_out": 1.028,
3129 "cost_per_1m_in_cached": 0,
3130 "cost_per_1m_out_cached": 0,
3131 "context_window": 128000,
3132 "default_max_tokens": 32000,
3133 "can_reason": true,
3134 "reasoning_levels": [
3135 "low",
3136 "medium",
3137 "high"
3138 ],
3139 "default_reasoning_effort": "medium",
3140 "supports_attachments": true
3141 },
3142 {
3143 "id": "qwen3-vl-flash",
3144 "name": "Qwen3 VL Flash",
3145 "cost_per_1m_in": 0.0206,
3146 "cost_per_1m_out": 0.206,
3147 "cost_per_1m_in_cached": 0,
3148 "cost_per_1m_out_cached": 0.00412,
3149 "context_window": 254000,
3150 "default_max_tokens": 32000,
3151 "can_reason": false,
3152 "supports_attachments": true
3153 },
3154 {
3155 "id": "qwen3-vl-flash-2026-01-22",
3156 "name": "Qwen3 VL Flash 2026 01-22",
3157 "cost_per_1m_in": 0.0206,
3158 "cost_per_1m_out": 0.206,
3159 "cost_per_1m_in_cached": 0,
3160 "cost_per_1m_out_cached": 0.0206,
3161 "context_window": 254000,
3162 "default_max_tokens": 32000,
3163 "can_reason": false,
3164 "supports_attachments": true
3165 },
3166 {
3167 "id": "qwen3-vl-plus",
3168 "name": "Qwen3 VL Plus",
3169 "cost_per_1m_in": 0.137,
3170 "cost_per_1m_out": 1.37,
3171 "cost_per_1m_in_cached": 0,
3172 "cost_per_1m_out_cached": 0.0274,
3173 "context_window": 256000,
3174 "default_max_tokens": 32000,
3175 "can_reason": false,
3176 "supports_attachments": true
3177 },
3178 {
3179 "id": "qwen3.5-122b-a10b",
3180 "name": "Qwen3.5 122B A10B",
3181 "cost_per_1m_in": 0.1126,
3182 "cost_per_1m_out": 0.9008,
3183 "cost_per_1m_in_cached": 0,
3184 "cost_per_1m_out_cached": 0.1126,
3185 "context_window": 991000,
3186 "default_max_tokens": 64000,
3187 "can_reason": true,
3188 "reasoning_levels": [
3189 "low",
3190 "medium",
3191 "high"
3192 ],
3193 "default_reasoning_effort": "medium",
3194 "supports_attachments": true
3195 },
3196 {
3197 "id": "qwen3.5-27b",
3198 "name": "Qwen3.5 27B",
3199 "cost_per_1m_in": 0.0846,
3200 "cost_per_1m_out": 0.6768,
3201 "cost_per_1m_in_cached": 0,
3202 "cost_per_1m_out_cached": 0.0846,
3203 "context_window": 991000,
3204 "default_max_tokens": 64000,
3205 "can_reason": true,
3206 "reasoning_levels": [
3207 "low",
3208 "medium",
3209 "high"
3210 ],
3211 "default_reasoning_effort": "medium",
3212 "supports_attachments": true
3213 },
3214 {
3215 "id": "qwen3.5-35b-a3b",
3216 "name": "Qwen3.5 35B A3B",
3217 "cost_per_1m_in": 0.0564,
3218 "cost_per_1m_out": 0.4512,
3219 "cost_per_1m_in_cached": 0,
3220 "cost_per_1m_out_cached": 0.0564,
3221 "context_window": 991000,
3222 "default_max_tokens": 64000,
3223 "can_reason": true,
3224 "reasoning_levels": [
3225 "low",
3226 "medium",
3227 "high"
3228 ],
3229 "default_reasoning_effort": "medium",
3230 "supports_attachments": true
3231 },
3232 {
3233 "id": "qwen3.5-397b-a17b",
3234 "name": "Qwen3.5 397B A17B",
3235 "cost_per_1m_in": 0.1644,
3236 "cost_per_1m_out": 0.9864,
3237 "cost_per_1m_in_cached": 0,
3238 "cost_per_1m_out_cached": 0.1644,
3239 "context_window": 991000,
3240 "default_max_tokens": 64000,
3241 "can_reason": true,
3242 "reasoning_levels": [
3243 "low",
3244 "medium",
3245 "high"
3246 ],
3247 "default_reasoning_effort": "medium",
3248 "supports_attachments": true
3249 },
3250 {
3251 "id": "qwen3.5-flash",
3252 "name": "Qwen3.5 Flash",
3253 "cost_per_1m_in": 0.0282,
3254 "cost_per_1m_out": 0.282,
3255 "cost_per_1m_in_cached": 0.03525,
3256 "cost_per_1m_out_cached": 0.00282,
3257 "context_window": 991000,
3258 "default_max_tokens": 64000,
3259 "can_reason": true,
3260 "reasoning_levels": [
3261 "low",
3262 "medium",
3263 "high"
3264 ],
3265 "default_reasoning_effort": "medium",
3266 "supports_attachments": true
3267 },
3268 {
3269 "id": "qwen3.5-plus",
3270 "name": "Qwen3.5 Plus",
3271 "cost_per_1m_in": 0.1096,
3272 "cost_per_1m_out": 0.6576,
3273 "cost_per_1m_in_cached": 0.137,
3274 "cost_per_1m_out_cached": 0.01096,
3275 "context_window": 991000,
3276 "default_max_tokens": 64000,
3277 "can_reason": true,
3278 "reasoning_levels": [
3279 "low",
3280 "medium",
3281 "high"
3282 ],
3283 "default_reasoning_effort": "medium",
3284 "supports_attachments": true
3285 },
3286 {
3287 "id": "qwen3.6-27b",
3288 "name": "Qwen3.6 27B",
3289 "cost_per_1m_in": 0.422,
3290 "cost_per_1m_out": 2.532,
3291 "cost_per_1m_in_cached": 0,
3292 "cost_per_1m_out_cached": 0,
3293 "context_window": 254000,
3294 "default_max_tokens": 64000,
3295 "can_reason": true,
3296 "reasoning_levels": [
3297 "low",
3298 "medium",
3299 "high"
3300 ],
3301 "default_reasoning_effort": "medium",
3302 "supports_attachments": true
3303 },
3304 {
3305 "id": "qwen3.6-35b-a3b",
3306 "name": "Qwen3.6 35B A3B",
3307 "cost_per_1m_in": 0.254,
3308 "cost_per_1m_out": 1.524,
3309 "cost_per_1m_in_cached": 0,
3310 "cost_per_1m_out_cached": 0.254,
3311 "context_window": 254000,
3312 "default_max_tokens": 64000,
3313 "can_reason": true,
3314 "reasoning_levels": [
3315 "low",
3316 "medium",
3317 "high"
3318 ],
3319 "default_reasoning_effort": "medium",
3320 "supports_attachments": true
3321 },
3322 {
3323 "id": "qwen3.6-flash",
3324 "name": "Qwen3.6 Flash",
3325 "cost_per_1m_in": 0.169,
3326 "cost_per_1m_out": 1.014,
3327 "cost_per_1m_in_cached": 0.21125,
3328 "cost_per_1m_out_cached": 0.0169,
3329 "context_window": 991000,
3330 "default_max_tokens": 64000,
3331 "can_reason": true,
3332 "reasoning_levels": [
3333 "low",
3334 "medium",
3335 "high"
3336 ],
3337 "default_reasoning_effort": "medium",
3338 "supports_attachments": true
3339 },
3340 {
3341 "id": "qwen3.6-max-preview",
3342 "name": "Qwen3.6 Max Preview",
3343 "cost_per_1m_in": 1.268,
3344 "cost_per_1m_out": 7.608,
3345 "cost_per_1m_in_cached": 1.585,
3346 "cost_per_1m_out_cached": 0.1268,
3347 "context_window": 240000,
3348 "default_max_tokens": 64000,
3349 "can_reason": true,
3350 "reasoning_levels": [
3351 "low",
3352 "medium",
3353 "high"
3354 ],
3355 "default_reasoning_effort": "medium",
3356 "supports_attachments": false
3357 },
3358 {
3359 "id": "qwen3.6-plus",
3360 "name": "Qwen3.6 Plus",
3361 "cost_per_1m_in": 0.282,
3362 "cost_per_1m_out": 1.692,
3363 "cost_per_1m_in_cached": 0.3525,
3364 "cost_per_1m_out_cached": 0.0282,
3365 "context_window": 991000,
3366 "default_max_tokens": 64000,
3367 "can_reason": true,
3368 "reasoning_levels": [
3369 "low",
3370 "medium",
3371 "high"
3372 ],
3373 "default_reasoning_effort": "medium",
3374 "supports_attachments": true
3375 },
3376 {
3377 "id": "qwen3.6-plus-preview-free",
3378 "name": "Qwen3.6 Plus Preview (free)",
3379 "cost_per_1m_in": 0,
3380 "cost_per_1m_out": 0,
3381 "cost_per_1m_in_cached": 0,
3382 "cost_per_1m_out_cached": 0,
3383 "context_window": 1000000,
3384 "default_max_tokens": 65535,
3385 "can_reason": true,
3386 "reasoning_levels": [
3387 "low",
3388 "medium",
3389 "high"
3390 ],
3391 "default_reasoning_effort": "medium",
3392 "supports_attachments": false
3393 },
3394 {
3395 "id": "step-3.5-flash",
3396 "name": "Step 3.5 Flash",
3397 "cost_per_1m_in": 0.1,
3398 "cost_per_1m_out": 0.3,
3399 "cost_per_1m_in_cached": 0,
3400 "cost_per_1m_out_cached": 0,
3401 "context_window": 256000,
3402 "default_max_tokens": 25600,
3403 "can_reason": false,
3404 "supports_attachments": true
3405 },
3406 {
3407 "id": "step-3.5-flash-free",
3408 "name": "Step 3.5 Flash (free)",
3409 "cost_per_1m_in": 0,
3410 "cost_per_1m_out": 0,
3411 "cost_per_1m_in_cached": 0,
3412 "cost_per_1m_out_cached": 0,
3413 "context_window": 256000,
3414 "default_max_tokens": 25600,
3415 "can_reason": false,
3416 "supports_attachments": true
3417 },
3418 {
3419 "id": "xiaomi-mimo-v2-omni-free",
3420 "name": "Xiaomi Mimo V2 Omni (free)",
3421 "cost_per_1m_in": 0,
3422 "cost_per_1m_out": 0,
3423 "cost_per_1m_in_cached": 0,
3424 "cost_per_1m_out_cached": 0,
3425 "context_window": 256000,
3426 "default_max_tokens": 25600,
3427 "can_reason": false,
3428 "supports_attachments": true
3429 },
3430 {
3431 "id": "xiaomi-mimo-v2-pro-free",
3432 "name": "Xiaomi Mimo V2 Pro (free)",
3433 "cost_per_1m_in": 0,
3434 "cost_per_1m_out": 0,
3435 "cost_per_1m_in_cached": 0,
3436 "cost_per_1m_out_cached": 0,
3437 "context_window": 256000,
3438 "default_max_tokens": 25600,
3439 "can_reason": false,
3440 "supports_attachments": true
3441 },
3442 {
3443 "id": "xiaomi-mimo-v2.5",
3444 "name": "Xiaomi Mimo V2.5",
3445 "cost_per_1m_in": 0.44,
3446 "cost_per_1m_out": 2.2,
3447 "cost_per_1m_in_cached": 0,
3448 "cost_per_1m_out_cached": 0.088,
3449 "context_window": 256000,
3450 "default_max_tokens": 25600,
3451 "can_reason": false,
3452 "supports_attachments": true
3453 },
3454 {
3455 "id": "xiaomi-mimo-v2.5-free",
3456 "name": "Xiaomi Mimo V2.5 (free)",
3457 "cost_per_1m_in": 0,
3458 "cost_per_1m_out": 0,
3459 "cost_per_1m_in_cached": 0,
3460 "cost_per_1m_out_cached": 0,
3461 "context_window": 256000,
3462 "default_max_tokens": 25600,
3463 "can_reason": false,
3464 "supports_attachments": true
3465 },
3466 {
3467 "id": "xiaomi-mimo-v2.5-pro",
3468 "name": "Xiaomi Mimo V2.5 Pro",
3469 "cost_per_1m_in": 1.1,
3470 "cost_per_1m_out": 3.3,
3471 "cost_per_1m_in_cached": 0,
3472 "cost_per_1m_out_cached": 0.22,
3473 "context_window": 1000000,
3474 "default_max_tokens": 100000,
3475 "can_reason": false,
3476 "supports_attachments": false
3477 },
3478 {
3479 "id": "xiaomi-mimo-v2.5-pro-free",
3480 "name": "Xiaomi Mimo V2.5 Pro (free)",
3481 "cost_per_1m_in": 0,
3482 "cost_per_1m_out": 0,
3483 "cost_per_1m_in_cached": 0,
3484 "cost_per_1m_out_cached": 0,
3485 "context_window": 256000,
3486 "default_max_tokens": 25600,
3487 "can_reason": false,
3488 "supports_attachments": true
3489 }
3490 ],
3491 "default_headers": {
3492 "APP-Code": "IUFF7106"
3493 }
3494}