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": "doubao-seed-1-6",
822 "name": "Doubao Seed 1.6",
823 "cost_per_1m_in": 0.18,
824 "cost_per_1m_out": 1.8,
825 "cost_per_1m_in_cached": 0,
826 "cost_per_1m_out_cached": 0.036,
827 "context_window": 256000,
828 "default_max_tokens": 32000,
829 "can_reason": false,
830 "supports_attachments": true
831 },
832 {
833 "id": "doubao-seed-1-6-flash",
834 "name": "Doubao Seed 1.6 Flash",
835 "cost_per_1m_in": 0.044,
836 "cost_per_1m_out": 0.44,
837 "cost_per_1m_in_cached": 0,
838 "cost_per_1m_out_cached": 0.0088,
839 "context_window": 256000,
840 "default_max_tokens": 33000,
841 "can_reason": false,
842 "supports_attachments": true
843 },
844 {
845 "id": "doubao-seed-1-6-lite",
846 "name": "Doubao Seed 1.6 Lite",
847 "cost_per_1m_in": 0.082,
848 "cost_per_1m_out": 0.656,
849 "cost_per_1m_in_cached": 0,
850 "cost_per_1m_out_cached": 0.0164,
851 "context_window": 256000,
852 "default_max_tokens": 32000,
853 "can_reason": false,
854 "supports_attachments": true
855 },
856 {
857 "id": "doubao-seed-1-6-thinking",
858 "name": "Doubao Seed 1.6 Thinking",
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-8",
870 "name": "Doubao Seed 1.8",
871 "cost_per_1m_in": 0.10959,
872 "cost_per_1m_out": 0.27398,
873 "cost_per_1m_in_cached": 0,
874 "cost_per_1m_out_cached": 0.02192,
875 "context_window": 256000,
876 "default_max_tokens": 64000,
877 "can_reason": true,
878 "reasoning_levels": [
879 "low",
880 "medium",
881 "high"
882 ],
883 "default_reasoning_effort": "medium",
884 "supports_attachments": true
885 },
886 {
887 "id": "doubao-seed-2-0-code-preview",
888 "name": "Doubao Seed 2.0 Code Preview",
889 "cost_per_1m_in": 0.4822,
890 "cost_per_1m_out": 2.411,
891 "cost_per_1m_in_cached": 0,
892 "cost_per_1m_out_cached": 0.09644,
893 "context_window": 256000,
894 "default_max_tokens": 128000,
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-lite",
906 "name": "Doubao Seed 2.0 Lite",
907 "cost_per_1m_in": 0.09041,
908 "cost_per_1m_out": 0.54246,
909 "cost_per_1m_in_cached": 0,
910 "cost_per_1m_out_cached": 0.01808,
911 "context_window": 256000,
912 "default_max_tokens": 32000,
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-mini",
924 "name": "Doubao Seed 2.0 Mini",
925 "cost_per_1m_in": 0.03014,
926 "cost_per_1m_out": 0.30136,
927 "cost_per_1m_in_cached": 0,
928 "cost_per_1m_out_cached": 0.00603,
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-pro",
942 "name": "Doubao Seed 2.0 Pro",
943 "cost_per_1m_in": 0.4822,
944 "cost_per_1m_out": 2.411,
945 "cost_per_1m_in_cached": 0,
946 "cost_per_1m_out_cached": 0.09644,
947 "context_window": 256000,
948 "default_max_tokens": 128000,
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": "ernie-4.5",
960 "name": "ERNIE 4.5",
961 "cost_per_1m_in": 0.068,
962 "cost_per_1m_out": 0.272,
963 "cost_per_1m_in_cached": 0,
964 "cost_per_1m_out_cached": 0,
965 "context_window": 160000,
966 "default_max_tokens": 64000,
967 "can_reason": false,
968 "supports_attachments": true
969 },
970 {
971 "id": "ernie-4.5-turbo-latest",
972 "name": "ERNIE 4.5 Turbo",
973 "cost_per_1m_in": 0.11,
974 "cost_per_1m_out": 0.44,
975 "cost_per_1m_in_cached": 0,
976 "cost_per_1m_out_cached": 0,
977 "context_window": 135000,
978 "default_max_tokens": 12000,
979 "can_reason": false,
980 "supports_attachments": true
981 },
982 {
983 "id": "ernie-4.5-turbo-vl",
984 "name": "ERNIE 4.5 Turbo VL",
985 "cost_per_1m_in": 0.4,
986 "cost_per_1m_out": 1.2,
987 "cost_per_1m_in_cached": 0,
988 "cost_per_1m_out_cached": 0,
989 "context_window": 139000,
990 "default_max_tokens": 16000,
991 "can_reason": false,
992 "supports_attachments": true
993 },
994 {
995 "id": "ernie-5.0-thinking-exp",
996 "name": "ERNIE 5.0 Thinking Exp",
997 "cost_per_1m_in": 0.82192,
998 "cost_per_1m_out": 3.28768,
999 "cost_per_1m_in_cached": 0,
1000 "cost_per_1m_out_cached": 0.82192,
1001 "context_window": 119000,
1002 "default_max_tokens": 11900,
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-5.0-thinking-preview",
1014 "name": "ERNIE 5.0 Thinking Preview",
1015 "cost_per_1m_in": 0.822,
1016 "cost_per_1m_out": 3.288,
1017 "cost_per_1m_in_cached": 0,
1018 "cost_per_1m_out_cached": 0.822,
1019 "context_window": 183000,
1020 "default_max_tokens": 64000,
1021 "can_reason": true,
1022 "reasoning_levels": [
1023 "low",
1024 "medium",
1025 "high"
1026 ],
1027 "default_reasoning_effort": "medium",
1028 "supports_attachments": false
1029 },
1030 {
1031 "id": "ernie-x1-turbo",
1032 "name": "ERNIE X1 Turbo",
1033 "cost_per_1m_in": 0.136,
1034 "cost_per_1m_out": 0.544,
1035 "cost_per_1m_in_cached": 0,
1036 "cost_per_1m_out_cached": 0,
1037 "context_window": 50500,
1038 "default_max_tokens": 5050,
1039 "can_reason": true,
1040 "reasoning_levels": [
1041 "low",
1042 "medium",
1043 "high"
1044 ],
1045 "default_reasoning_effort": "medium",
1046 "supports_attachments": false
1047 },
1048 {
1049 "id": "gemini-2.0-flash",
1050 "name": "Gemini 2.0 Flash",
1051 "cost_per_1m_in": 0.1,
1052 "cost_per_1m_out": 0.4,
1053 "cost_per_1m_in_cached": 0,
1054 "cost_per_1m_out_cached": 0.025,
1055 "context_window": 1048576,
1056 "default_max_tokens": 8192,
1057 "can_reason": false,
1058 "supports_attachments": true
1059 },
1060 {
1061 "id": "gemini-2.5-flash",
1062 "name": "Gemini 2.5 Flash",
1063 "cost_per_1m_in": 0.3,
1064 "cost_per_1m_out": 2.499,
1065 "cost_per_1m_in_cached": 0,
1066 "cost_per_1m_out_cached": 0.03,
1067 "context_window": 1048576,
1068 "default_max_tokens": 65536,
1069 "can_reason": false,
1070 "supports_attachments": true
1071 },
1072 {
1073 "id": "gemini-2.5-flash-image",
1074 "name": "Gemini 2.5 Flash Image",
1075 "cost_per_1m_in": 0.3,
1076 "cost_per_1m_out": 2.499,
1077 "cost_per_1m_in_cached": 0,
1078 "cost_per_1m_out_cached": 0.3,
1079 "context_window": 32800,
1080 "default_max_tokens": 8000,
1081 "can_reason": false,
1082 "supports_attachments": true
1083 },
1084 {
1085 "id": "gemini-2.5-flash-lite",
1086 "name": "Gemini 2.5 Flash Lite",
1087 "cost_per_1m_in": 0.1,
1088 "cost_per_1m_out": 0.4,
1089 "cost_per_1m_in_cached": 0,
1090 "cost_per_1m_out_cached": 0.01,
1091 "context_window": 1048576,
1092 "default_max_tokens": 65536,
1093 "can_reason": false,
1094 "supports_attachments": true
1095 },
1096 {
1097 "id": "gemini-2.5-flash-lite-nothink",
1098 "name": "Gemini 2.5 Flash Lite (no think)",
1099 "cost_per_1m_in": 0.1,
1100 "cost_per_1m_out": 0.4,
1101 "cost_per_1m_in_cached": 0,
1102 "cost_per_1m_out_cached": 0.01,
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-lite-preview-09-2025",
1110 "name": "Gemini 2.5 Flash Lite Preview 09 2025",
1111 "cost_per_1m_in": 0.1,
1112 "cost_per_1m_out": 0.4,
1113 "cost_per_1m_in_cached": 0,
1114 "cost_per_1m_out_cached": 0.01,
1115 "context_window": 1048576,
1116 "default_max_tokens": 65536,
1117 "can_reason": false,
1118 "supports_attachments": true
1119 },
1120 {
1121 "id": "gemini-2.5-flash-lite-preview-09-2025-nothink",
1122 "name": "Gemini 2.5 Flash Lite Preview 09 2025 (no think)",
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-nothink",
1134 "name": "Gemini 2.5 Flash (no think)",
1135 "cost_per_1m_in": 0.3,
1136 "cost_per_1m_out": 2.499,
1137 "cost_per_1m_in_cached": 0,
1138 "cost_per_1m_out_cached": 0.03,
1139 "context_window": 1047576,
1140 "default_max_tokens": 65536,
1141 "can_reason": false,
1142 "supports_attachments": true
1143 },
1144 {
1145 "id": "gemini-2.5-flash-preview-05-20-nothink",
1146 "name": "Gemini 2.5 Flash Preview 05-20 (no think)",
1147 "cost_per_1m_in": 0.3,
1148 "cost_per_1m_out": 2.499,
1149 "cost_per_1m_in_cached": 0,
1150 "cost_per_1m_out_cached": 0.03,
1151 "context_window": 1048576,
1152 "default_max_tokens": 65536,
1153 "can_reason": false,
1154 "supports_attachments": true
1155 },
1156 {
1157 "id": "gemini-2.5-flash-preview-05-20-search",
1158 "name": "Gemini 2.5 Flash Preview 05-20 Search",
1159 "cost_per_1m_in": 0.3,
1160 "cost_per_1m_out": 2.499,
1161 "cost_per_1m_in_cached": 0,
1162 "cost_per_1m_out_cached": 0.03,
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-preview-09-2025",
1170 "name": "Gemini 2.5 Flash Preview 09 2025",
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": 1048576,
1176 "default_max_tokens": 65536,
1177 "can_reason": false,
1178 "supports_attachments": true
1179 },
1180 {
1181 "id": "gemini-2.5-flash-search",
1182 "name": "Gemini 2.5 Flash Search",
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-pro",
1194 "name": "Gemini 2.5 Pro",
1195 "cost_per_1m_in": 1.25,
1196 "cost_per_1m_out": 10,
1197 "cost_per_1m_in_cached": 0,
1198 "cost_per_1m_out_cached": 0.125,
1199 "context_window": 1048576,
1200 "default_max_tokens": 65536,
1201 "can_reason": true,
1202 "reasoning_levels": [
1203 "low",
1204 "medium",
1205 "high"
1206 ],
1207 "default_reasoning_effort": "medium",
1208 "supports_attachments": true
1209 },
1210 {
1211 "id": "gemini-2.5-pro-preview-05-06",
1212 "name": "Gemini 2.5 Pro Preview 05-06",
1213 "cost_per_1m_in": 1.25,
1214 "cost_per_1m_out": 10,
1215 "cost_per_1m_in_cached": 0,
1216 "cost_per_1m_out_cached": 0.125,
1217 "context_window": 1048576,
1218 "default_max_tokens": 65536,
1219 "can_reason": true,
1220 "reasoning_levels": [
1221 "low",
1222 "medium",
1223 "high"
1224 ],
1225 "default_reasoning_effort": "medium",
1226 "supports_attachments": true
1227 },
1228 {
1229 "id": "gemini-2.5-pro-preview-06-05",
1230 "name": "Gemini 2.5 Pro Preview 06-05",
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-search",
1248 "name": "Gemini 2.5 Pro Search",
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-3-flash-preview",
1266 "name": "Gemini 3 Flash Preview",
1267 "cost_per_1m_in": 0.5,
1268 "cost_per_1m_out": 3,
1269 "cost_per_1m_in_cached": 0,
1270 "cost_per_1m_out_cached": 0.05,
1271 "context_window": 1048576,
1272 "default_max_tokens": 104857,
1273 "can_reason": true,
1274 "reasoning_levels": [
1275 "low",
1276 "medium",
1277 "high"
1278 ],
1279 "default_reasoning_effort": "medium",
1280 "supports_attachments": true
1281 },
1282 {
1283 "id": "gemini-3-flash-preview-free",
1284 "name": "Gemini 3 Flash Preview (free)",
1285 "cost_per_1m_in": 0,
1286 "cost_per_1m_out": 0,
1287 "cost_per_1m_in_cached": 0,
1288 "cost_per_1m_out_cached": 0,
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-search",
1302 "name": "Gemini 3 Flash Preview Search",
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.1-flash-lite-preview",
1320 "name": "Gemini 3.1 Flash Lite Preview",
1321 "cost_per_1m_in": 0.25,
1322 "cost_per_1m_out": 1.5,
1323 "cost_per_1m_in_cached": 0,
1324 "cost_per_1m_out_cached": 0.25,
1325 "context_window": 1000000,
1326 "default_max_tokens": 64000,
1327 "can_reason": true,
1328 "reasoning_levels": [
1329 "low",
1330 "medium",
1331 "high"
1332 ],
1333 "default_reasoning_effort": "medium",
1334 "supports_attachments": true
1335 },
1336 {
1337 "id": "gemini-3.1-flash-lite-preview-nothink",
1338 "name": "Gemini 3.1 Flash Lite Preview (no think)",
1339 "cost_per_1m_in": 0.25,
1340 "cost_per_1m_out": 1.5,
1341 "cost_per_1m_in_cached": 0,
1342 "cost_per_1m_out_cached": 0.25,
1343 "context_window": 1000000,
1344 "default_max_tokens": 64000,
1345 "can_reason": true,
1346 "reasoning_levels": [
1347 "low",
1348 "medium",
1349 "high"
1350 ],
1351 "default_reasoning_effort": "medium",
1352 "supports_attachments": true
1353 },
1354 {
1355 "id": "gemini-3.1-pro-preview",
1356 "name": "Gemini 3.1 Pro Preview",
1357 "cost_per_1m_in": 2,
1358 "cost_per_1m_out": 12,
1359 "cost_per_1m_in_cached": 0,
1360 "cost_per_1m_out_cached": 0.2,
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-pro-preview-customtools",
1374 "name": "Gemini 3.1 Pro Preview Customtools",
1375 "cost_per_1m_in": 2,
1376 "cost_per_1m_out": 12,
1377 "cost_per_1m_in_cached": 0,
1378 "cost_per_1m_out_cached": 0.2,
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": "glm-4.5v",
1392 "name": "GLM 4.5 Vision",
1393 "cost_per_1m_in": 0.274,
1394 "cost_per_1m_out": 0.822,
1395 "cost_per_1m_in_cached": 0,
1396 "cost_per_1m_out_cached": 0.274,
1397 "context_window": 64000,
1398 "default_max_tokens": 16384,
1399 "can_reason": false,
1400 "supports_attachments": true
1401 },
1402 {
1403 "id": "glm-4.6",
1404 "name": "GLM 4.6",
1405 "cost_per_1m_in": 0,
1406 "cost_per_1m_out": 0,
1407 "cost_per_1m_in_cached": 0,
1408 "cost_per_1m_out_cached": 0,
1409 "context_window": 204800,
1410 "default_max_tokens": 20480,
1411 "can_reason": true,
1412 "reasoning_levels": [
1413 "low",
1414 "medium",
1415 "high"
1416 ],
1417 "default_reasoning_effort": "medium",
1418 "supports_attachments": false
1419 },
1420 {
1421 "id": "glm-4.6v",
1422 "name": "GLM 4.6 Vision",
1423 "cost_per_1m_in": 0.137,
1424 "cost_per_1m_out": 0.411,
1425 "cost_per_1m_in_cached": 0,
1426 "cost_per_1m_out_cached": 0.0274,
1427 "context_window": 128000,
1428 "default_max_tokens": 12800,
1429 "can_reason": false,
1430 "supports_attachments": true
1431 },
1432 {
1433 "id": "glm-4.7",
1434 "name": "GLM 4.7",
1435 "cost_per_1m_in": 0.27397,
1436 "cost_per_1m_out": 1.0959,
1437 "cost_per_1m_in_cached": 0,
1438 "cost_per_1m_out_cached": 0.0548,
1439 "context_window": 200000,
1440 "default_max_tokens": 20000,
1441 "can_reason": true,
1442 "reasoning_levels": [
1443 "low",
1444 "medium",
1445 "high"
1446 ],
1447 "default_reasoning_effort": "medium",
1448 "supports_attachments": false
1449 },
1450 {
1451 "id": "glm-5",
1452 "name": "GLM 5",
1453 "cost_per_1m_in": 0.88,
1454 "cost_per_1m_out": 2.816,
1455 "cost_per_1m_in_cached": 0,
1456 "cost_per_1m_out_cached": 0.176,
1457 "context_window": 202752,
1458 "default_max_tokens": 20275,
1459 "can_reason": true,
1460 "reasoning_levels": [
1461 "low",
1462 "medium",
1463 "high"
1464 ],
1465 "default_reasoning_effort": "medium",
1466 "supports_attachments": false
1467 },
1468 {
1469 "id": "glm-5-turbo",
1470 "name": "GLM 5 Turbo",
1471 "cost_per_1m_in": 1.2,
1472 "cost_per_1m_out": 3.9996,
1473 "cost_per_1m_in_cached": 0,
1474 "cost_per_1m_out_cached": 0.24,
1475 "context_window": 202752,
1476 "default_max_tokens": 20275,
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.1",
1488 "name": "GLM 5.1",
1489 "cost_per_1m_in": 0.845,
1490 "cost_per_1m_out": 3.38,
1491 "cost_per_1m_in_cached": 0,
1492 "cost_per_1m_out_cached": 0.18311,
1493 "context_window": 200000,
1494 "default_max_tokens": 20000,
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-5v-turbo",
1506 "name": "GLM 5 Vision Turbo",
1507 "cost_per_1m_in": 0.7042,
1508 "cost_per_1m_out": 3.09848,
1509 "cost_per_1m_in_cached": 0,
1510 "cost_per_1m_out_cached": 0.16901,
1511 "context_window": 200000,
1512 "default_max_tokens": 20000,
1513 "can_reason": false,
1514 "supports_attachments": true
1515 },
1516 {
1517 "id": "gpt-4.1",
1518 "name": "GPT 4.1",
1519 "cost_per_1m_in": 2,
1520 "cost_per_1m_out": 8,
1521 "cost_per_1m_in_cached": 0,
1522 "cost_per_1m_out_cached": 0.5,
1523 "context_window": 1047576,
1524 "default_max_tokens": 32768,
1525 "can_reason": false,
1526 "supports_attachments": true
1527 },
1528 {
1529 "id": "gpt-4.1-free",
1530 "name": "GPT 4.1 (free)",
1531 "cost_per_1m_in": 0,
1532 "cost_per_1m_out": 0,
1533 "cost_per_1m_in_cached": 0,
1534 "cost_per_1m_out_cached": 0,
1535 "context_window": 1047576,
1536 "default_max_tokens": 32768,
1537 "can_reason": false,
1538 "supports_attachments": true
1539 },
1540 {
1541 "id": "gpt-4.1-mini",
1542 "name": "GPT 4.1 Mini",
1543 "cost_per_1m_in": 0.4,
1544 "cost_per_1m_out": 1.6,
1545 "cost_per_1m_in_cached": 0,
1546 "cost_per_1m_out_cached": 0.1,
1547 "context_window": 1047576,
1548 "default_max_tokens": 32768,
1549 "can_reason": false,
1550 "supports_attachments": true
1551 },
1552 {
1553 "id": "gpt-4.1-mini-free",
1554 "name": "GPT 4.1 Mini (free)",
1555 "cost_per_1m_in": 0,
1556 "cost_per_1m_out": 0,
1557 "cost_per_1m_in_cached": 0,
1558 "cost_per_1m_out_cached": 0,
1559 "context_window": 1047576,
1560 "default_max_tokens": 32768,
1561 "can_reason": false,
1562 "supports_attachments": true
1563 },
1564 {
1565 "id": "gpt-4.1-nano",
1566 "name": "GPT 4.1 Nano",
1567 "cost_per_1m_in": 0.1,
1568 "cost_per_1m_out": 0.4,
1569 "cost_per_1m_in_cached": 0,
1570 "cost_per_1m_out_cached": 0.025,
1571 "context_window": 1047576,
1572 "default_max_tokens": 32768,
1573 "can_reason": false,
1574 "supports_attachments": true
1575 },
1576 {
1577 "id": "gpt-4.1-nano-free",
1578 "name": "GPT 4.1 Nano (free)",
1579 "cost_per_1m_in": 0,
1580 "cost_per_1m_out": 0,
1581 "cost_per_1m_in_cached": 0,
1582 "cost_per_1m_out_cached": 0,
1583 "context_window": 1047576,
1584 "default_max_tokens": 32768,
1585 "can_reason": false,
1586 "supports_attachments": true
1587 },
1588 {
1589 "id": "gpt-4o",
1590 "name": "GPT 4o",
1591 "cost_per_1m_in": 2.5,
1592 "cost_per_1m_out": 10,
1593 "cost_per_1m_in_cached": 0,
1594 "cost_per_1m_out_cached": 1.25,
1595 "context_window": 128000,
1596 "default_max_tokens": 16384,
1597 "can_reason": false,
1598 "supports_attachments": true
1599 },
1600 {
1601 "id": "gpt-4o-2024-11-20",
1602 "name": "GPT 4o 2024 11-20",
1603 "cost_per_1m_in": 2.5,
1604 "cost_per_1m_out": 10,
1605 "cost_per_1m_in_cached": 0,
1606 "cost_per_1m_out_cached": 1.25,
1607 "context_window": 128000,
1608 "default_max_tokens": 16384,
1609 "can_reason": false,
1610 "supports_attachments": true
1611 },
1612 {
1613 "id": "gpt-4o-audio-preview",
1614 "name": "GPT 4o Audio Preview",
1615 "cost_per_1m_in": 2.5,
1616 "cost_per_1m_out": 10,
1617 "cost_per_1m_in_cached": 0,
1618 "cost_per_1m_out_cached": 0,
1619 "context_window": 128000,
1620 "default_max_tokens": 16384,
1621 "can_reason": false,
1622 "supports_attachments": false
1623 },
1624 {
1625 "id": "gpt-4o-free",
1626 "name": "GPT 4o (free)",
1627 "cost_per_1m_in": 0,
1628 "cost_per_1m_out": 0,
1629 "cost_per_1m_in_cached": 0,
1630 "cost_per_1m_out_cached": 0,
1631 "context_window": 1047576,
1632 "default_max_tokens": 32768,
1633 "can_reason": false,
1634 "supports_attachments": true
1635 },
1636 {
1637 "id": "gpt-4o-mini",
1638 "name": "GPT 4o Mini",
1639 "cost_per_1m_in": 0.15,
1640 "cost_per_1m_out": 0.6,
1641 "cost_per_1m_in_cached": 0,
1642 "cost_per_1m_out_cached": 0.075,
1643 "context_window": 128000,
1644 "default_max_tokens": 16384,
1645 "can_reason": false,
1646 "supports_attachments": true
1647 },
1648 {
1649 "id": "gpt-4o-mini-search-preview",
1650 "name": "GPT 4o Mini Search Preview",
1651 "cost_per_1m_in": 0.15,
1652 "cost_per_1m_out": 0.6,
1653 "cost_per_1m_in_cached": 0,
1654 "cost_per_1m_out_cached": 0.075,
1655 "context_window": 128000,
1656 "default_max_tokens": 16384,
1657 "can_reason": false,
1658 "supports_attachments": true
1659 },
1660 {
1661 "id": "gpt-4o-search-preview",
1662 "name": "GPT 4o Search Preview",
1663 "cost_per_1m_in": 2.5,
1664 "cost_per_1m_out": 10,
1665 "cost_per_1m_in_cached": 0,
1666 "cost_per_1m_out_cached": 1.25,
1667 "context_window": 128000,
1668 "default_max_tokens": 16384,
1669 "can_reason": false,
1670 "supports_attachments": true
1671 },
1672 {
1673 "id": "gpt-5",
1674 "name": "GPT 5",
1675 "cost_per_1m_in": 1.25,
1676 "cost_per_1m_out": 10,
1677 "cost_per_1m_in_cached": 0,
1678 "cost_per_1m_out_cached": 0.125,
1679 "context_window": 400000,
1680 "default_max_tokens": 128000,
1681 "can_reason": true,
1682 "reasoning_levels": [
1683 "low",
1684 "medium",
1685 "high"
1686 ],
1687 "default_reasoning_effort": "medium",
1688 "supports_attachments": true
1689 },
1690 {
1691 "id": "gpt-5-chat-latest",
1692 "name": "GPT 5 Chat",
1693 "cost_per_1m_in": 1.25,
1694 "cost_per_1m_out": 10,
1695 "cost_per_1m_in_cached": 0,
1696 "cost_per_1m_out_cached": 0.125,
1697 "context_window": 400000,
1698 "default_max_tokens": 128000,
1699 "can_reason": false,
1700 "supports_attachments": true
1701 },
1702 {
1703 "id": "gpt-5-codex",
1704 "name": "GPT-5-Codex",
1705 "cost_per_1m_in": 1.25,
1706 "cost_per_1m_out": 10,
1707 "cost_per_1m_in_cached": 0,
1708 "cost_per_1m_out_cached": 0.125,
1709 "context_window": 400000,
1710 "default_max_tokens": 128000,
1711 "can_reason": true,
1712 "reasoning_levels": [
1713 "low",
1714 "medium",
1715 "high"
1716 ],
1717 "default_reasoning_effort": "medium",
1718 "supports_attachments": true
1719 },
1720 {
1721 "id": "gpt-5-mini",
1722 "name": "GPT 5 Mini",
1723 "cost_per_1m_in": 0.25,
1724 "cost_per_1m_out": 2,
1725 "cost_per_1m_in_cached": 0,
1726 "cost_per_1m_out_cached": 0.025,
1727 "context_window": 400000,
1728 "default_max_tokens": 128000,
1729 "can_reason": true,
1730 "reasoning_levels": [
1731 "low",
1732 "medium",
1733 "high"
1734 ],
1735 "default_reasoning_effort": "medium",
1736 "supports_attachments": true
1737 },
1738 {
1739 "id": "gpt-5-nano",
1740 "name": "GPT 5 Nano",
1741 "cost_per_1m_in": 0.05,
1742 "cost_per_1m_out": 0.4,
1743 "cost_per_1m_in_cached": 0,
1744 "cost_per_1m_out_cached": 0.005,
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-pro",
1758 "name": "GPT 5 Pro",
1759 "cost_per_1m_in": 15,
1760 "cost_per_1m_out": 120,
1761 "cost_per_1m_in_cached": 0,
1762 "cost_per_1m_out_cached": 0,
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.1",
1776 "name": "GPT 5.1",
1777 "cost_per_1m_in": 1.25,
1778 "cost_per_1m_out": 10,
1779 "cost_per_1m_in_cached": 0,
1780 "cost_per_1m_out_cached": 0.125,
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.1-chat-latest",
1794 "name": "GPT 5.1 Chat",
1795 "cost_per_1m_in": 1.25,
1796 "cost_per_1m_out": 10,
1797 "cost_per_1m_in_cached": 0,
1798 "cost_per_1m_out_cached": 0.125,
1799 "context_window": 128000,
1800 "default_max_tokens": 16384,
1801 "can_reason": false,
1802 "supports_attachments": true
1803 },
1804 {
1805 "id": "gpt-5.1-codex",
1806 "name": "GPT-5.1-Codex",
1807 "cost_per_1m_in": 1.25,
1808 "cost_per_1m_out": 10,
1809 "cost_per_1m_in_cached": 0,
1810 "cost_per_1m_out_cached": 0.125,
1811 "context_window": 400000,
1812 "default_max_tokens": 128000,
1813 "can_reason": true,
1814 "reasoning_levels": [
1815 "low",
1816 "medium",
1817 "high"
1818 ],
1819 "default_reasoning_effort": "medium",
1820 "supports_attachments": true
1821 },
1822 {
1823 "id": "gpt-5.1-codex-max",
1824 "name": "GPT-5.1-Codex Max",
1825 "cost_per_1m_in": 1.25,
1826 "cost_per_1m_out": 10,
1827 "cost_per_1m_in_cached": 0,
1828 "cost_per_1m_out_cached": 0.125,
1829 "context_window": 400000,
1830 "default_max_tokens": 128000,
1831 "can_reason": true,
1832 "reasoning_levels": [
1833 "low",
1834 "medium",
1835 "high"
1836 ],
1837 "default_reasoning_effort": "medium",
1838 "supports_attachments": true
1839 },
1840 {
1841 "id": "gpt-5.1-codex-mini",
1842 "name": "GPT-5.1-Codex Mini",
1843 "cost_per_1m_in": 0.25,
1844 "cost_per_1m_out": 2,
1845 "cost_per_1m_in_cached": 0,
1846 "cost_per_1m_out_cached": 0.025,
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.2",
1860 "name": "GPT 5.2",
1861 "cost_per_1m_in": 1.75,
1862 "cost_per_1m_out": 14,
1863 "cost_per_1m_in_cached": 0,
1864 "cost_per_1m_out_cached": 0.175,
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.2-chat-latest",
1878 "name": "GPT 5.2 Chat",
1879 "cost_per_1m_in": 1.75,
1880 "cost_per_1m_out": 14,
1881 "cost_per_1m_in_cached": 0,
1882 "cost_per_1m_out_cached": 0.175,
1883 "context_window": 128000,
1884 "default_max_tokens": 16384,
1885 "can_reason": false,
1886 "supports_attachments": true
1887 },
1888 {
1889 "id": "gpt-5.2-codex",
1890 "name": "GPT-5.2-Codex",
1891 "cost_per_1m_in": 1.75,
1892 "cost_per_1m_out": 14,
1893 "cost_per_1m_in_cached": 0,
1894 "cost_per_1m_out_cached": 0.175,
1895 "context_window": 400000,
1896 "default_max_tokens": 128000,
1897 "can_reason": true,
1898 "reasoning_levels": [
1899 "low",
1900 "medium",
1901 "high"
1902 ],
1903 "default_reasoning_effort": "medium",
1904 "supports_attachments": true
1905 },
1906 {
1907 "id": "gpt-5.2-high",
1908 "name": "GPT 5.2 High",
1909 "cost_per_1m_in": 1.75,
1910 "cost_per_1m_out": 14,
1911 "cost_per_1m_in_cached": 0,
1912 "cost_per_1m_out_cached": 0.175,
1913 "context_window": 400000,
1914 "default_max_tokens": 128000,
1915 "can_reason": true,
1916 "reasoning_levels": [
1917 "low",
1918 "medium",
1919 "high"
1920 ],
1921 "default_reasoning_effort": "medium",
1922 "supports_attachments": true
1923 },
1924 {
1925 "id": "gpt-5.2-low",
1926 "name": "GPT 5.2 Low",
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-pro",
1944 "name": "GPT 5.2 Pro",
1945 "cost_per_1m_in": 21,
1946 "cost_per_1m_out": 168,
1947 "cost_per_1m_in_cached": 0,
1948 "cost_per_1m_out_cached": 2.1,
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.3-chat-latest",
1962 "name": "GPT 5.3 Chat",
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": 128000,
1968 "default_max_tokens": 16384,
1969 "can_reason": false,
1970 "supports_attachments": true
1971 },
1972 {
1973 "id": "gpt-5.3-codex",
1974 "name": "GPT-5.3-Codex",
1975 "cost_per_1m_in": 1.75,
1976 "cost_per_1m_out": 14,
1977 "cost_per_1m_in_cached": 0,
1978 "cost_per_1m_out_cached": 0.175,
1979 "context_window": 400000,
1980 "default_max_tokens": 128000,
1981 "can_reason": true,
1982 "reasoning_levels": [
1983 "low",
1984 "medium",
1985 "high"
1986 ],
1987 "default_reasoning_effort": "medium",
1988 "supports_attachments": true
1989 },
1990 {
1991 "id": "gpt-5.4",
1992 "name": "GPT 5.4",
1993 "cost_per_1m_in": 2.5,
1994 "cost_per_1m_out": 15,
1995 "cost_per_1m_in_cached": 0,
1996 "cost_per_1m_out_cached": 0.25,
1997 "context_window": 400000,
1998 "default_max_tokens": 128000,
1999 "can_reason": true,
2000 "reasoning_levels": [
2001 "low",
2002 "medium",
2003 "high"
2004 ],
2005 "default_reasoning_effort": "medium",
2006 "supports_attachments": true
2007 },
2008 {
2009 "id": "gpt-5.4-high",
2010 "name": "GPT 5.4 High",
2011 "cost_per_1m_in": 2.5,
2012 "cost_per_1m_out": 15,
2013 "cost_per_1m_in_cached": 0,
2014 "cost_per_1m_out_cached": 0.25,
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-low",
2028 "name": "GPT 5.4 Low",
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-mini",
2046 "name": "GPT 5.4 Mini",
2047 "cost_per_1m_in": 0.75,
2048 "cost_per_1m_out": 4.5,
2049 "cost_per_1m_in_cached": 0,
2050 "cost_per_1m_out_cached": 0.075,
2051 "context_window": 400000,
2052 "default_max_tokens": 128000,
2053 "can_reason": false,
2054 "supports_attachments": true
2055 },
2056 {
2057 "id": "gpt-5.4-nano",
2058 "name": "GPT 5.4 Nano",
2059 "cost_per_1m_in": 0.2,
2060 "cost_per_1m_out": 1.25,
2061 "cost_per_1m_in_cached": 0,
2062 "cost_per_1m_out_cached": 0.02,
2063 "context_window": 400000,
2064 "default_max_tokens": 128000,
2065 "can_reason": true,
2066 "reasoning_levels": [
2067 "low",
2068 "medium",
2069 "high"
2070 ],
2071 "default_reasoning_effort": "medium",
2072 "supports_attachments": true
2073 },
2074 {
2075 "id": "gpt-5.4-pro",
2076 "name": "GPT 5.4 Pro",
2077 "cost_per_1m_in": 30,
2078 "cost_per_1m_out": 180,
2079 "cost_per_1m_in_cached": 0,
2080 "cost_per_1m_out_cached": 30,
2081 "context_window": 1050000,
2082 "default_max_tokens": 128000,
2083 "can_reason": true,
2084 "reasoning_levels": [
2085 "low",
2086 "medium",
2087 "high"
2088 ],
2089 "default_reasoning_effort": "medium",
2090 "supports_attachments": true
2091 },
2092 {
2093 "id": "gpt-oss-120b",
2094 "name": "gpt-oss-120b",
2095 "cost_per_1m_in": 0.18,
2096 "cost_per_1m_out": 0.9,
2097 "cost_per_1m_in_cached": 0,
2098 "cost_per_1m_out_cached": 0,
2099 "context_window": 131072,
2100 "default_max_tokens": 32768,
2101 "can_reason": true,
2102 "reasoning_levels": [
2103 "low",
2104 "medium",
2105 "high"
2106 ],
2107 "default_reasoning_effort": "medium",
2108 "supports_attachments": false
2109 },
2110 {
2111 "id": "gpt-oss-20b",
2112 "name": "gpt-oss-20b",
2113 "cost_per_1m_in": 0.11,
2114 "cost_per_1m_out": 0.55,
2115 "cost_per_1m_in_cached": 0,
2116 "cost_per_1m_out_cached": 0,
2117 "context_window": 128000,
2118 "default_max_tokens": 12800,
2119 "can_reason": true,
2120 "reasoning_levels": [
2121 "low",
2122 "medium",
2123 "high"
2124 ],
2125 "default_reasoning_effort": "medium",
2126 "supports_attachments": false
2127 },
2128 {
2129 "id": "grok-4",
2130 "name": "Grok 4",
2131 "cost_per_1m_in": 3.3,
2132 "cost_per_1m_out": 16.5,
2133 "cost_per_1m_in_cached": 0,
2134 "cost_per_1m_out_cached": 0.825,
2135 "context_window": 256000,
2136 "default_max_tokens": 64000,
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": "grok-4-1-fast-non-reasoning",
2148 "name": "Grok 4.1 Fast",
2149 "cost_per_1m_in": 0.2,
2150 "cost_per_1m_out": 0.5,
2151 "cost_per_1m_in_cached": 0,
2152 "cost_per_1m_out_cached": 0.05,
2153 "context_window": 2000000,
2154 "default_max_tokens": 200000,
2155 "can_reason": false,
2156 "supports_attachments": true
2157 },
2158 {
2159 "id": "grok-4-1-fast-reasoning",
2160 "name": "Grok 4.1 Fast (reasoning)",
2161 "cost_per_1m_in": 0.2,
2162 "cost_per_1m_out": 0.5,
2163 "cost_per_1m_in_cached": 0,
2164 "cost_per_1m_out_cached": 0.05,
2165 "context_window": 2000000,
2166 "default_max_tokens": 200000,
2167 "can_reason": true,
2168 "reasoning_levels": [
2169 "low",
2170 "medium",
2171 "high"
2172 ],
2173 "default_reasoning_effort": "medium",
2174 "supports_attachments": true
2175 },
2176 {
2177 "id": "grok-4-20-non-reasoning",
2178 "name": "Grok 4 20",
2179 "cost_per_1m_in": 2,
2180 "cost_per_1m_out": 6,
2181 "cost_per_1m_in_cached": 0,
2182 "cost_per_1m_out_cached": 0.2,
2183 "context_window": 2000000,
2184 "default_max_tokens": 200000,
2185 "can_reason": true,
2186 "reasoning_levels": [
2187 "low",
2188 "medium",
2189 "high"
2190 ],
2191 "default_reasoning_effort": "medium",
2192 "supports_attachments": true
2193 },
2194 {
2195 "id": "grok-4-20-reasoning",
2196 "name": "Grok 4 20 (reasoning)",
2197 "cost_per_1m_in": 2,
2198 "cost_per_1m_out": 6,
2199 "cost_per_1m_in_cached": 0,
2200 "cost_per_1m_out_cached": 0.2,
2201 "context_window": 2000000,
2202 "default_max_tokens": 200000,
2203 "can_reason": true,
2204 "reasoning_levels": [
2205 "low",
2206 "medium",
2207 "high"
2208 ],
2209 "default_reasoning_effort": "medium",
2210 "supports_attachments": true
2211 },
2212 {
2213 "id": "grok-4-fast-non-reasoning",
2214 "name": "Grok 4 Fast",
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": 30000,
2221 "can_reason": false,
2222 "supports_attachments": true
2223 },
2224 {
2225 "id": "grok-4-fast-reasoning",
2226 "name": "Grok 4 Fast (reasoning)",
2227 "cost_per_1m_in": 0.2,
2228 "cost_per_1m_out": 0.5,
2229 "cost_per_1m_in_cached": 0,
2230 "cost_per_1m_out_cached": 0.05,
2231 "context_window": 2000000,
2232 "default_max_tokens": 30000,
2233 "can_reason": true,
2234 "reasoning_levels": [
2235 "low",
2236 "medium",
2237 "high"
2238 ],
2239 "default_reasoning_effort": "medium",
2240 "supports_attachments": true
2241 },
2242 {
2243 "id": "grok-4.20-beta-0309-non-reasoning",
2244 "name": "Grok 4.20 Beta 0309",
2245 "cost_per_1m_in": 2,
2246 "cost_per_1m_out": 6,
2247 "cost_per_1m_in_cached": 0,
2248 "cost_per_1m_out_cached": 0.2,
2249 "context_window": 2000000,
2250 "default_max_tokens": 200000,
2251 "can_reason": true,
2252 "reasoning_levels": [
2253 "low",
2254 "medium",
2255 "high"
2256 ],
2257 "default_reasoning_effort": "medium",
2258 "supports_attachments": true
2259 },
2260 {
2261 "id": "grok-4.20-beta-0309-reasoning",
2262 "name": "Grok 4.20 Beta 0309 (reasoning)",
2263 "cost_per_1m_in": 2,
2264 "cost_per_1m_out": 6,
2265 "cost_per_1m_in_cached": 0,
2266 "cost_per_1m_out_cached": 0.2,
2267 "context_window": 2000000,
2268 "default_max_tokens": 200000,
2269 "can_reason": true,
2270 "reasoning_levels": [
2271 "low",
2272 "medium",
2273 "high"
2274 ],
2275 "default_reasoning_effort": "medium",
2276 "supports_attachments": true
2277 },
2278 {
2279 "id": "grok-4.20-multi-agent-0309",
2280 "name": "Grok 4.20 Multi Agent 0309",
2281 "cost_per_1m_in": 2,
2282 "cost_per_1m_out": 6,
2283 "cost_per_1m_in_cached": 0,
2284 "cost_per_1m_out_cached": 0.2,
2285 "context_window": 2000000,
2286 "default_max_tokens": 200000,
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-multi-agent-beta-0309",
2298 "name": "Grok 4.20 Multi Agent 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-code-fast-1",
2316 "name": "Grok Code Fast 1",
2317 "cost_per_1m_in": 0.2,
2318 "cost_per_1m_out": 0.5,
2319 "cost_per_1m_in_cached": 0,
2320 "cost_per_1m_out_cached": 0.05,
2321 "context_window": 256000,
2322 "default_max_tokens": 10000,
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": "jina-deepsearch-v1",
2334 "name": "Jina Deepsearch V1",
2335 "cost_per_1m_in": 0.05,
2336 "cost_per_1m_out": 0.05,
2337 "cost_per_1m_in_cached": 0,
2338 "cost_per_1m_out_cached": 0,
2339 "context_window": 1000000,
2340 "default_max_tokens": 100000,
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": "k2.6-code-preview-free",
2352 "name": "K2.6 Code Preview (free)",
2353 "cost_per_1m_in": 0,
2354 "cost_per_1m_out": 0,
2355 "cost_per_1m_in_cached": 0,
2356 "cost_per_1m_out_cached": 0,
2357 "context_window": 256000,
2358 "default_max_tokens": 25600,
2359 "can_reason": true,
2360 "reasoning_levels": [
2361 "low",
2362 "medium",
2363 "high"
2364 ],
2365 "default_reasoning_effort": "medium",
2366 "supports_attachments": false
2367 },
2368 {
2369 "id": "kat-dev",
2370 "name": "Kat Dev",
2371 "cost_per_1m_in": 0.137,
2372 "cost_per_1m_out": 0.548,
2373 "cost_per_1m_in_cached": 0,
2374 "cost_per_1m_out_cached": 0,
2375 "context_window": 128000,
2376 "default_max_tokens": 12800,
2377 "can_reason": false,
2378 "supports_attachments": false
2379 },
2380 {
2381 "id": "kimi-for-coding-free",
2382 "name": "Kimi For Coding (free)",
2383 "cost_per_1m_in": 0,
2384 "cost_per_1m_out": 0,
2385 "cost_per_1m_in_cached": 0,
2386 "cost_per_1m_out_cached": 0,
2387 "context_window": 256000,
2388 "default_max_tokens": 25600,
2389 "can_reason": true,
2390 "reasoning_levels": [
2391 "low",
2392 "medium",
2393 "high"
2394 ],
2395 "default_reasoning_effort": "medium",
2396 "supports_attachments": false
2397 },
2398 {
2399 "id": "kimi-k2-0711",
2400 "name": "Kimi K2 0711",
2401 "cost_per_1m_in": 0.54,
2402 "cost_per_1m_out": 2.16,
2403 "cost_per_1m_in_cached": 0,
2404 "cost_per_1m_out_cached": 0,
2405 "context_window": 131000,
2406 "default_max_tokens": 13100,
2407 "can_reason": false,
2408 "supports_attachments": false
2409 },
2410 {
2411 "id": "kimi-k2-thinking",
2412 "name": "Kimi K2 Thinking",
2413 "cost_per_1m_in": 0.548,
2414 "cost_per_1m_out": 2.192,
2415 "cost_per_1m_in_cached": 0,
2416 "cost_per_1m_out_cached": 0.137,
2417 "context_window": 262144,
2418 "default_max_tokens": 26214,
2419 "can_reason": true,
2420 "reasoning_levels": [
2421 "low",
2422 "medium",
2423 "high"
2424 ],
2425 "default_reasoning_effort": "medium",
2426 "supports_attachments": false
2427 },
2428 {
2429 "id": "kimi-k2-turbo-preview",
2430 "name": "Kimi K2 Turbo Preview",
2431 "cost_per_1m_in": 1.2,
2432 "cost_per_1m_out": 4.8,
2433 "cost_per_1m_in_cached": 0,
2434 "cost_per_1m_out_cached": 0.3,
2435 "context_window": 262144,
2436 "default_max_tokens": 26214,
2437 "can_reason": false,
2438 "supports_attachments": false
2439 },
2440 {
2441 "id": "kimi-k2.5",
2442 "name": "Kimi K2.5",
2443 "cost_per_1m_in": 0.6,
2444 "cost_per_1m_out": 3,
2445 "cost_per_1m_in_cached": 0,
2446 "cost_per_1m_out_cached": 0.105,
2447 "context_window": 256000,
2448 "default_max_tokens": 25600,
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": "kimi-k2.6",
2460 "name": "Kimi K2.6",
2461 "cost_per_1m_in": 0.95,
2462 "cost_per_1m_out": 3.9995,
2463 "cost_per_1m_in_cached": 0,
2464 "cost_per_1m_out_cached": 0.16084,
2465 "context_window": 256000,
2466 "default_max_tokens": 25600,
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": "ling-2.6-flash-free",
2478 "name": "Ling 2.6 Flash (free)",
2479 "cost_per_1m_in": 0,
2480 "cost_per_1m_out": 0,
2481 "cost_per_1m_in_cached": 0,
2482 "cost_per_1m_out_cached": 0,
2483 "context_window": 262100,
2484 "default_max_tokens": 32000,
2485 "can_reason": false,
2486 "supports_attachments": false
2487 },
2488 {
2489 "id": "llama-4-maverick",
2490 "name": "Llama 4 Maverick",
2491 "cost_per_1m_in": 0.2,
2492 "cost_per_1m_out": 0.2,
2493 "cost_per_1m_in_cached": 0,
2494 "cost_per_1m_out_cached": 0,
2495 "context_window": 1048576,
2496 "default_max_tokens": 32000,
2497 "can_reason": false,
2498 "supports_attachments": true
2499 },
2500 {
2501 "id": "llama-4-scout",
2502 "name": "Llama 4 Scout",
2503 "cost_per_1m_in": 0.2,
2504 "cost_per_1m_out": 0.2,
2505 "cost_per_1m_in_cached": 0,
2506 "cost_per_1m_out_cached": 0,
2507 "context_window": 131000,
2508 "default_max_tokens": 13100,
2509 "can_reason": false,
2510 "supports_attachments": true
2511 },
2512 {
2513 "id": "mimo-v2-flash-free",
2514 "name": "MiMo V2 Flash (free)",
2515 "cost_per_1m_in": 0,
2516 "cost_per_1m_out": 0,
2517 "cost_per_1m_in_cached": 0,
2518 "cost_per_1m_out_cached": 0,
2519 "context_window": 256000,
2520 "default_max_tokens": 25600,
2521 "can_reason": false,
2522 "supports_attachments": false
2523 },
2524 {
2525 "id": "mimo-v2-omni",
2526 "name": "MiMo V2 Omni",
2527 "cost_per_1m_in": 0.44,
2528 "cost_per_1m_out": 2.2,
2529 "cost_per_1m_in_cached": 0,
2530 "cost_per_1m_out_cached": 0.088,
2531 "context_window": 256000,
2532 "default_max_tokens": 25600,
2533 "can_reason": false,
2534 "supports_attachments": true
2535 },
2536 {
2537 "id": "mimo-v2-pro",
2538 "name": "MiMo V2 Pro",
2539 "cost_per_1m_in": 1.1,
2540 "cost_per_1m_out": 3.3,
2541 "cost_per_1m_in_cached": 0,
2542 "cost_per_1m_out_cached": 0.22,
2543 "context_window": 1000000,
2544 "default_max_tokens": 100000,
2545 "can_reason": false,
2546 "supports_attachments": true
2547 },
2548 {
2549 "id": "minimax-m2",
2550 "name": "MiniMax M2",
2551 "cost_per_1m_in": 0.288,
2552 "cost_per_1m_out": 1.152,
2553 "cost_per_1m_in_cached": 0,
2554 "cost_per_1m_out_cached": 0,
2555 "context_window": 204800,
2556 "default_max_tokens": 20480,
2557 "can_reason": true,
2558 "reasoning_levels": [
2559 "low",
2560 "medium",
2561 "high"
2562 ],
2563 "default_reasoning_effort": "medium",
2564 "supports_attachments": false
2565 },
2566 {
2567 "id": "minimax-m2.1",
2568 "name": "MiniMax M2.1",
2569 "cost_per_1m_in": 0.288,
2570 "cost_per_1m_out": 1.152,
2571 "cost_per_1m_in_cached": 0,
2572 "cost_per_1m_out_cached": 0,
2573 "context_window": 204800,
2574 "default_max_tokens": 20480,
2575 "can_reason": true,
2576 "reasoning_levels": [
2577 "low",
2578 "medium",
2579 "high"
2580 ],
2581 "default_reasoning_effort": "medium",
2582 "supports_attachments": false
2583 },
2584 {
2585 "id": "minimax-m2.5",
2586 "name": "MiniMax M2.5",
2587 "cost_per_1m_in": 0.288,
2588 "cost_per_1m_out": 1.152,
2589 "cost_per_1m_in_cached": 0,
2590 "cost_per_1m_out_cached": 0,
2591 "context_window": 204800,
2592 "default_max_tokens": 20480,
2593 "can_reason": true,
2594 "reasoning_levels": [
2595 "low",
2596 "medium",
2597 "high"
2598 ],
2599 "default_reasoning_effort": "medium",
2600 "supports_attachments": false
2601 },
2602 {
2603 "id": "minimax-m2.5-highspeed",
2604 "name": "MiniMax M2.5 Highspeed",
2605 "cost_per_1m_in": 0.288,
2606 "cost_per_1m_out": 1.152,
2607 "cost_per_1m_in_cached": 0,
2608 "cost_per_1m_out_cached": 0,
2609 "context_window": 204800,
2610 "default_max_tokens": 20480,
2611 "can_reason": true,
2612 "reasoning_levels": [
2613 "low",
2614 "medium",
2615 "high"
2616 ],
2617 "default_reasoning_effort": "medium",
2618 "supports_attachments": false
2619 },
2620 {
2621 "id": "minimax-m2.7",
2622 "name": "MiniMax M2.7",
2623 "cost_per_1m_in": 0.2958,
2624 "cost_per_1m_out": 1.1832,
2625 "cost_per_1m_in_cached": 0,
2626 "cost_per_1m_out_cached": 0.05916,
2627 "context_window": 200000,
2628 "default_max_tokens": 20000,
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": "mistral-large-3",
2640 "name": "Mistral Large 3",
2641 "cost_per_1m_in": 0.5,
2642 "cost_per_1m_out": 1.5,
2643 "cost_per_1m_in_cached": 0,
2644 "cost_per_1m_out_cached": 0,
2645 "context_window": 256000,
2646 "default_max_tokens": 25600,
2647 "can_reason": false,
2648 "supports_attachments": true
2649 },
2650 {
2651 "id": "nvidia-nemotron-3-super-120b-a12b",
2652 "name": "Nvidia Nemotron 3 Super 120B A12B",
2653 "cost_per_1m_in": 0.11,
2654 "cost_per_1m_out": 0.55,
2655 "cost_per_1m_in_cached": 0,
2656 "cost_per_1m_out_cached": 0.0275,
2657 "context_window": 1000000,
2658 "default_max_tokens": 100000,
2659 "can_reason": true,
2660 "reasoning_levels": [
2661 "low",
2662 "medium",
2663 "high"
2664 ],
2665 "default_reasoning_effort": "medium",
2666 "supports_attachments": false
2667 },
2668 {
2669 "id": "o3",
2670 "name": "O3",
2671 "cost_per_1m_in": 2,
2672 "cost_per_1m_out": 8,
2673 "cost_per_1m_in_cached": 0,
2674 "cost_per_1m_out_cached": 0.5,
2675 "context_window": 200000,
2676 "default_max_tokens": 100000,
2677 "can_reason": true,
2678 "reasoning_levels": [
2679 "low",
2680 "medium",
2681 "high"
2682 ],
2683 "default_reasoning_effort": "medium",
2684 "supports_attachments": true
2685 },
2686 {
2687 "id": "o3-mini",
2688 "name": "O3 Mini",
2689 "cost_per_1m_in": 1.1,
2690 "cost_per_1m_out": 4.4,
2691 "cost_per_1m_in_cached": 0,
2692 "cost_per_1m_out_cached": 0.55,
2693 "context_window": 200000,
2694 "default_max_tokens": 100000,
2695 "can_reason": true,
2696 "reasoning_levels": [
2697 "low",
2698 "medium",
2699 "high"
2700 ],
2701 "default_reasoning_effort": "medium",
2702 "supports_attachments": true
2703 },
2704 {
2705 "id": "o3-pro",
2706 "name": "O3 Pro",
2707 "cost_per_1m_in": 20,
2708 "cost_per_1m_out": 80,
2709 "cost_per_1m_in_cached": 0,
2710 "cost_per_1m_out_cached": 20,
2711 "context_window": 200000,
2712 "default_max_tokens": 100000,
2713 "can_reason": true,
2714 "reasoning_levels": [
2715 "low",
2716 "medium",
2717 "high"
2718 ],
2719 "default_reasoning_effort": "medium",
2720 "supports_attachments": true
2721 },
2722 {
2723 "id": "o4-mini",
2724 "name": "O4 Mini",
2725 "cost_per_1m_in": 1.1,
2726 "cost_per_1m_out": 4.4,
2727 "cost_per_1m_in_cached": 0,
2728 "cost_per_1m_out_cached": 0.275,
2729 "context_window": 200000,
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": true
2739 },
2740 {
2741 "id": "qwen3-235b-a22b",
2742 "name": "Qwen3 235B A22B",
2743 "cost_per_1m_in": 0.28,
2744 "cost_per_1m_out": 1.12,
2745 "cost_per_1m_in_cached": 0,
2746 "cost_per_1m_out_cached": 0,
2747 "context_window": 131100,
2748 "default_max_tokens": 13110,
2749 "can_reason": false,
2750 "supports_attachments": true
2751 },
2752 {
2753 "id": "qwen3-235b-a22b-instruct-2507",
2754 "name": "Qwen3 235B A22B Instruct 2507",
2755 "cost_per_1m_in": 0.28,
2756 "cost_per_1m_out": 1.12,
2757 "cost_per_1m_in_cached": 0,
2758 "cost_per_1m_out_cached": 0,
2759 "context_window": 262144,
2760 "default_max_tokens": 26214,
2761 "can_reason": false,
2762 "supports_attachments": true
2763 },
2764 {
2765 "id": "qwen3-235b-a22b-thinking-2507",
2766 "name": "Qwen3 235B A22B Thinking 2507",
2767 "cost_per_1m_in": 0.28,
2768 "cost_per_1m_out": 2.8,
2769 "cost_per_1m_in_cached": 0,
2770 "cost_per_1m_out_cached": 0,
2771 "context_window": 262144,
2772 "default_max_tokens": 26214,
2773 "can_reason": true,
2774 "reasoning_levels": [
2775 "low",
2776 "medium",
2777 "high"
2778 ],
2779 "default_reasoning_effort": "medium",
2780 "supports_attachments": true
2781 },
2782 {
2783 "id": "qwen3-coder-30b-a3b-instruct",
2784 "name": "Qwen3 Coder 30B A3B Instruct",
2785 "cost_per_1m_in": 0.2,
2786 "cost_per_1m_out": 0.8,
2787 "cost_per_1m_in_cached": 0,
2788 "cost_per_1m_out_cached": 0.2,
2789 "context_window": 2000000,
2790 "default_max_tokens": 262000,
2791 "can_reason": false,
2792 "supports_attachments": false
2793 },
2794 {
2795 "id": "qwen3-coder-480b-a35b-instruct",
2796 "name": "Qwen3 Coder 480B A35B Instruct",
2797 "cost_per_1m_in": 0.82,
2798 "cost_per_1m_out": 3.28,
2799 "cost_per_1m_in_cached": 0,
2800 "cost_per_1m_out_cached": 0.82,
2801 "context_window": 262000,
2802 "default_max_tokens": 26200,
2803 "can_reason": false,
2804 "supports_attachments": false
2805 },
2806 {
2807 "id": "qwen3-coder-flash",
2808 "name": "Qwen3 Coder Flash",
2809 "cost_per_1m_in": 0.136,
2810 "cost_per_1m_out": 0.544,
2811 "cost_per_1m_in_cached": 0,
2812 "cost_per_1m_out_cached": 0.136,
2813 "context_window": 256000,
2814 "default_max_tokens": 65536,
2815 "can_reason": false,
2816 "supports_attachments": false
2817 },
2818 {
2819 "id": "qwen3-coder-next",
2820 "name": "Qwen3 Coder Next",
2821 "cost_per_1m_in": 0.137,
2822 "cost_per_1m_out": 0.548,
2823 "cost_per_1m_in_cached": 0,
2824 "cost_per_1m_out_cached": 0.137,
2825 "context_window": 2000000,
2826 "default_max_tokens": 64000,
2827 "can_reason": false,
2828 "supports_attachments": false
2829 },
2830 {
2831 "id": "qwen3-coder-plus",
2832 "name": "Qwen3 Coder Plus",
2833 "cost_per_1m_in": 0.54,
2834 "cost_per_1m_out": 2.16,
2835 "cost_per_1m_in_cached": 0,
2836 "cost_per_1m_out_cached": 0.108,
2837 "context_window": 1048576,
2838 "default_max_tokens": 65536,
2839 "can_reason": false,
2840 "supports_attachments": false
2841 },
2842 {
2843 "id": "qwen3-coder-plus-2025-07-22",
2844 "name": "Qwen3 Coder Plus 2025 07-22",
2845 "cost_per_1m_in": 0.54,
2846 "cost_per_1m_out": 2.16,
2847 "cost_per_1m_in_cached": 0,
2848 "cost_per_1m_out_cached": 0.54,
2849 "context_window": 128000,
2850 "default_max_tokens": 12800,
2851 "can_reason": false,
2852 "supports_attachments": false
2853 },
2854 {
2855 "id": "qwen3-max",
2856 "name": "Qwen3 Max",
2857 "cost_per_1m_in": 0.34246,
2858 "cost_per_1m_out": 1.36984,
2859 "cost_per_1m_in_cached": 0,
2860 "cost_per_1m_out_cached": 0.34246,
2861 "context_window": 262144,
2862 "default_max_tokens": 65536,
2863 "can_reason": false,
2864 "supports_attachments": true
2865 },
2866 {
2867 "id": "qwen3-max-2026-01-23",
2868 "name": "Qwen3 Max 2026 01-23",
2869 "cost_per_1m_in": 0.34246,
2870 "cost_per_1m_out": 1.36984,
2871 "cost_per_1m_in_cached": 0,
2872 "cost_per_1m_out_cached": 0.34246,
2873 "context_window": 252000,
2874 "default_max_tokens": 32000,
2875 "can_reason": true,
2876 "reasoning_levels": [
2877 "low",
2878 "medium",
2879 "high"
2880 ],
2881 "default_reasoning_effort": "medium",
2882 "supports_attachments": false
2883 },
2884 {
2885 "id": "qwen3-next-80b-a3b-instruct",
2886 "name": "Qwen3 Next 80B A3B Instruct",
2887 "cost_per_1m_in": 0.138,
2888 "cost_per_1m_out": 0.552,
2889 "cost_per_1m_in_cached": 0,
2890 "cost_per_1m_out_cached": 0,
2891 "context_window": 256000,
2892 "default_max_tokens": 25600,
2893 "can_reason": false,
2894 "supports_attachments": true
2895 },
2896 {
2897 "id": "qwen3-next-80b-a3b-thinking",
2898 "name": "Qwen3 Next 80B A3B Thinking",
2899 "cost_per_1m_in": 0.138,
2900 "cost_per_1m_out": 1.38,
2901 "cost_per_1m_in_cached": 0,
2902 "cost_per_1m_out_cached": 0,
2903 "context_window": 256000,
2904 "default_max_tokens": 25600,
2905 "can_reason": true,
2906 "reasoning_levels": [
2907 "low",
2908 "medium",
2909 "high"
2910 ],
2911 "default_reasoning_effort": "medium",
2912 "supports_attachments": true
2913 },
2914 {
2915 "id": "qwen3-vl-235b-a22b-instruct",
2916 "name": "Qwen3 VL 235B A22B Instruct",
2917 "cost_per_1m_in": 0.274,
2918 "cost_per_1m_out": 1.096,
2919 "cost_per_1m_in_cached": 0,
2920 "cost_per_1m_out_cached": 0,
2921 "context_window": 131000,
2922 "default_max_tokens": 33000,
2923 "can_reason": false,
2924 "supports_attachments": true
2925 },
2926 {
2927 "id": "qwen3-vl-235b-a22b-thinking",
2928 "name": "Qwen3 VL 235B A22B Thinking",
2929 "cost_per_1m_in": 0.274,
2930 "cost_per_1m_out": 2.74,
2931 "cost_per_1m_in_cached": 0,
2932 "cost_per_1m_out_cached": 0,
2933 "context_window": 131000,
2934 "default_max_tokens": 33000,
2935 "can_reason": true,
2936 "reasoning_levels": [
2937 "low",
2938 "medium",
2939 "high"
2940 ],
2941 "default_reasoning_effort": "medium",
2942 "supports_attachments": true
2943 },
2944 {
2945 "id": "qwen3-vl-30b-a3b-instruct",
2946 "name": "Qwen3 VL 30B A3B Instruct",
2947 "cost_per_1m_in": 0.1028,
2948 "cost_per_1m_out": 0.4112,
2949 "cost_per_1m_in_cached": 0,
2950 "cost_per_1m_out_cached": 0,
2951 "context_window": 128000,
2952 "default_max_tokens": 32000,
2953 "can_reason": false,
2954 "supports_attachments": true
2955 },
2956 {
2957 "id": "qwen3-vl-30b-a3b-thinking",
2958 "name": "Qwen3 VL 30B A3B Thinking",
2959 "cost_per_1m_in": 0.1028,
2960 "cost_per_1m_out": 1.028,
2961 "cost_per_1m_in_cached": 0,
2962 "cost_per_1m_out_cached": 0,
2963 "context_window": 128000,
2964 "default_max_tokens": 32000,
2965 "can_reason": true,
2966 "reasoning_levels": [
2967 "low",
2968 "medium",
2969 "high"
2970 ],
2971 "default_reasoning_effort": "medium",
2972 "supports_attachments": true
2973 },
2974 {
2975 "id": "qwen3-vl-flash",
2976 "name": "Qwen3 VL Flash",
2977 "cost_per_1m_in": 0.0206,
2978 "cost_per_1m_out": 0.206,
2979 "cost_per_1m_in_cached": 0,
2980 "cost_per_1m_out_cached": 0.00412,
2981 "context_window": 254000,
2982 "default_max_tokens": 32000,
2983 "can_reason": false,
2984 "supports_attachments": true
2985 },
2986 {
2987 "id": "qwen3-vl-flash-2026-01-22",
2988 "name": "Qwen3 VL Flash 2026 01-22",
2989 "cost_per_1m_in": 0.0206,
2990 "cost_per_1m_out": 0.206,
2991 "cost_per_1m_in_cached": 0,
2992 "cost_per_1m_out_cached": 0.0206,
2993 "context_window": 254000,
2994 "default_max_tokens": 32000,
2995 "can_reason": false,
2996 "supports_attachments": true
2997 },
2998 {
2999 "id": "qwen3-vl-plus",
3000 "name": "Qwen3 VL Plus",
3001 "cost_per_1m_in": 0.137,
3002 "cost_per_1m_out": 1.37,
3003 "cost_per_1m_in_cached": 0,
3004 "cost_per_1m_out_cached": 0.0274,
3005 "context_window": 256000,
3006 "default_max_tokens": 32000,
3007 "can_reason": false,
3008 "supports_attachments": true
3009 },
3010 {
3011 "id": "qwen3.5-122b-a10b",
3012 "name": "Qwen3.5 122B A10B",
3013 "cost_per_1m_in": 0.1126,
3014 "cost_per_1m_out": 0.9008,
3015 "cost_per_1m_in_cached": 0,
3016 "cost_per_1m_out_cached": 0.1126,
3017 "context_window": 991000,
3018 "default_max_tokens": 64000,
3019 "can_reason": true,
3020 "reasoning_levels": [
3021 "low",
3022 "medium",
3023 "high"
3024 ],
3025 "default_reasoning_effort": "medium",
3026 "supports_attachments": true
3027 },
3028 {
3029 "id": "qwen3.5-27b",
3030 "name": "Qwen3.5 27B",
3031 "cost_per_1m_in": 0.0846,
3032 "cost_per_1m_out": 0.6768,
3033 "cost_per_1m_in_cached": 0,
3034 "cost_per_1m_out_cached": 0.0846,
3035 "context_window": 991000,
3036 "default_max_tokens": 64000,
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.5-35b-a3b",
3048 "name": "Qwen3.5 35B A3B",
3049 "cost_per_1m_in": 0.0564,
3050 "cost_per_1m_out": 0.4512,
3051 "cost_per_1m_in_cached": 0,
3052 "cost_per_1m_out_cached": 0.0564,
3053 "context_window": 991000,
3054 "default_max_tokens": 64000,
3055 "can_reason": true,
3056 "reasoning_levels": [
3057 "low",
3058 "medium",
3059 "high"
3060 ],
3061 "default_reasoning_effort": "medium",
3062 "supports_attachments": true
3063 },
3064 {
3065 "id": "qwen3.5-397b-a17b",
3066 "name": "Qwen3.5 397B A17B",
3067 "cost_per_1m_in": 0.1644,
3068 "cost_per_1m_out": 0.9864,
3069 "cost_per_1m_in_cached": 0,
3070 "cost_per_1m_out_cached": 0.1644,
3071 "context_window": 991000,
3072 "default_max_tokens": 64000,
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.5-flash",
3084 "name": "Qwen3.5 Flash",
3085 "cost_per_1m_in": 0.0282,
3086 "cost_per_1m_out": 0.282,
3087 "cost_per_1m_in_cached": 0.03525,
3088 "cost_per_1m_out_cached": 0.00282,
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-plus",
3102 "name": "Qwen3.5 Plus",
3103 "cost_per_1m_in": 0.1096,
3104 "cost_per_1m_out": 0.6576,
3105 "cost_per_1m_in_cached": 0.137,
3106 "cost_per_1m_out_cached": 0.01096,
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.6-27b",
3120 "name": "Qwen3.6 27B",
3121 "cost_per_1m_in": 0.422,
3122 "cost_per_1m_out": 2.532,
3123 "cost_per_1m_in_cached": 0,
3124 "cost_per_1m_out_cached": 0,
3125 "context_window": 254000,
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.6-35b-a3b",
3138 "name": "Qwen3.6 35B A3B",
3139 "cost_per_1m_in": 0.254,
3140 "cost_per_1m_out": 1.524,
3141 "cost_per_1m_in_cached": 0,
3142 "cost_per_1m_out_cached": 0.254,
3143 "context_window": 254000,
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.6-flash",
3156 "name": "Qwen3.6 Flash",
3157 "cost_per_1m_in": 0.169,
3158 "cost_per_1m_out": 1.014,
3159 "cost_per_1m_in_cached": 0.21125,
3160 "cost_per_1m_out_cached": 0.0169,
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.6-max-preview",
3174 "name": "Qwen3.6 Max Preview",
3175 "cost_per_1m_in": 1.268,
3176 "cost_per_1m_out": 7.608,
3177 "cost_per_1m_in_cached": 1.585,
3178 "cost_per_1m_out_cached": 0.1268,
3179 "context_window": 240000,
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-plus",
3192 "name": "Qwen3.6 Plus",
3193 "cost_per_1m_in": 0.282,
3194 "cost_per_1m_out": 1.692,
3195 "cost_per_1m_in_cached": 0.3525,
3196 "cost_per_1m_out_cached": 0.0282,
3197 "context_window": 991000,
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-plus-preview-free",
3210 "name": "Qwen3.6 Plus Preview (free)",
3211 "cost_per_1m_in": 0,
3212 "cost_per_1m_out": 0,
3213 "cost_per_1m_in_cached": 0,
3214 "cost_per_1m_out_cached": 0,
3215 "context_window": 1000000,
3216 "default_max_tokens": 65535,
3217 "can_reason": true,
3218 "reasoning_levels": [
3219 "low",
3220 "medium",
3221 "high"
3222 ],
3223 "default_reasoning_effort": "medium",
3224 "supports_attachments": false
3225 },
3226 {
3227 "id": "sophnet-kimi-k2.6",
3228 "name": "Sophnet Kimi K2.6",
3229 "cost_per_1m_in": 0.9154,
3230 "cost_per_1m_out": 3.80257,
3231 "cost_per_1m_in_cached": 0,
3232 "cost_per_1m_out_cached": 0.15498,
3233 "context_window": 256000,
3234 "default_max_tokens": 25600,
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": "step-3.5-flash",
3246 "name": "Step 3.5 Flash",
3247 "cost_per_1m_in": 0.1,
3248 "cost_per_1m_out": 0.3,
3249 "cost_per_1m_in_cached": 0,
3250 "cost_per_1m_out_cached": 0,
3251 "context_window": 256000,
3252 "default_max_tokens": 25600,
3253 "can_reason": false,
3254 "supports_attachments": true
3255 },
3256 {
3257 "id": "step-3.5-flash-free",
3258 "name": "Step 3.5 Flash (free)",
3259 "cost_per_1m_in": 0,
3260 "cost_per_1m_out": 0,
3261 "cost_per_1m_in_cached": 0,
3262 "cost_per_1m_out_cached": 0,
3263 "context_window": 256000,
3264 "default_max_tokens": 25600,
3265 "can_reason": false,
3266 "supports_attachments": true
3267 },
3268 {
3269 "id": "xiaomi-mimo-v2.5",
3270 "name": "Xiaomi Mimo V2.5",
3271 "cost_per_1m_in": 0.44,
3272 "cost_per_1m_out": 2.2,
3273 "cost_per_1m_in_cached": 0,
3274 "cost_per_1m_out_cached": 0.088,
3275 "context_window": 256000,
3276 "default_max_tokens": 25600,
3277 "can_reason": false,
3278 "supports_attachments": true
3279 },
3280 {
3281 "id": "xiaomi-mimo-v2.5-pro",
3282 "name": "Xiaomi Mimo V2.5 Pro",
3283 "cost_per_1m_in": 1.1,
3284 "cost_per_1m_out": 3.3,
3285 "cost_per_1m_in_cached": 0,
3286 "cost_per_1m_out_cached": 0.22,
3287 "context_window": 1000000,
3288 "default_max_tokens": 100000,
3289 "can_reason": false,
3290 "supports_attachments": false
3291 }
3292 ],
3293 "default_headers": {
3294 "APP-Code": "IUFF7106"
3295 }
3296}