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