@draht/ai 2026.7.7 → 2026.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/anthropic-messages.d.ts.map +1 -1
- package/dist/api/anthropic-messages.js +7 -4
- package/dist/api/anthropic-messages.js.map +1 -1
- package/dist/api/azure-openai-responses.d.ts +1 -1
- package/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/dist/api/azure-openai-responses.js +2 -3
- package/dist/api/azure-openai-responses.js.map +1 -1
- package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
- package/dist/api/bedrock-converse-stream.js +1 -1
- package/dist/api/bedrock-converse-stream.js.map +1 -1
- package/dist/api/openai-codex-responses.d.ts +1 -1
- package/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/dist/api/openai-codex-responses.js +2 -3
- package/dist/api/openai-codex-responses.js.map +1 -1
- package/dist/api/openai-completions.d.ts +1 -1
- package/dist/api/openai-completions.d.ts.map +1 -1
- package/dist/api/openai-completions.js +2 -3
- package/dist/api/openai-completions.js.map +1 -1
- package/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/dist/api/openai-responses-shared.js +6 -4
- package/dist/api/openai-responses-shared.js.map +1 -1
- package/dist/api/openai-responses.d.ts +1 -1
- package/dist/api/openai-responses.d.ts.map +1 -1
- package/dist/api/openai-responses.js +2 -3
- package/dist/api/openai-responses.js.map +1 -1
- package/dist/api/simple-options.d.ts +0 -5
- package/dist/api/simple-options.d.ts.map +1 -1
- package/dist/api/simple-options.js +1 -7
- package/dist/api/simple-options.js.map +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +1108 -269
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.js +14 -5
- package/dist/models.js.map +1 -1
- package/dist/providers/amazon-bedrock.models.d.ts +62 -5
- package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.models.js +32 -20
- package/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/dist/providers/anthropic.models.d.ts +11 -1
- package/dist/providers/anthropic.models.d.ts.map +1 -1
- package/dist/providers/anthropic.models.js +6 -4
- package/dist/providers/anthropic.models.js.map +1 -1
- package/dist/providers/azure-openai-responses.models.d.ts +83 -0
- package/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.models.js +71 -0
- package/dist/providers/azure-openai-responses.models.js.map +1 -1
- package/dist/providers/cloudflare-ai-gateway.models.d.ts +11 -1
- package/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
- package/dist/providers/cloudflare-ai-gateway.models.js +6 -4
- package/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
- package/dist/providers/deepseek.models.d.ts +2 -2
- package/dist/providers/deepseek.models.d.ts.map +1 -1
- package/dist/providers/deepseek.models.js +2 -2
- package/dist/providers/deepseek.models.js.map +1 -1
- package/dist/providers/fireworks.models.d.ts +2 -2
- package/dist/providers/fireworks.models.d.ts.map +1 -1
- package/dist/providers/fireworks.models.js +3 -3
- package/dist/providers/fireworks.models.js.map +1 -1
- package/dist/providers/github-copilot.models.d.ts +95 -2
- package/dist/providers/github-copilot.models.d.ts.map +1 -1
- package/dist/providers/github-copilot.models.js +68 -10
- package/dist/providers/github-copilot.models.js.map +1 -1
- package/dist/providers/openai-codex.models.d.ts +101 -0
- package/dist/providers/openai-codex.models.d.ts.map +1 -1
- package/dist/providers/openai-codex.models.js +59 -0
- package/dist/providers/openai-codex.models.js.map +1 -1
- package/dist/providers/openai.models.d.ts +132 -0
- package/dist/providers/openai.models.d.ts.map +1 -1
- package/dist/providers/openai.models.js +78 -0
- package/dist/providers/openai.models.js.map +1 -1
- package/dist/providers/opencode-go.models.d.ts +3 -3
- package/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/dist/providers/opencode-go.models.js +3 -3
- package/dist/providers/opencode-go.models.js.map +1 -1
- package/dist/providers/opencode.models.d.ts +124 -4
- package/dist/providers/opencode.models.d.ts.map +1 -1
- package/dist/providers/opencode.models.js +99 -7
- package/dist/providers/opencode.models.js.map +1 -1
- package/dist/providers/openrouter.models.d.ts +284 -85
- package/dist/providers/openrouter.models.d.ts.map +1 -1
- package/dist/providers/openrouter.models.js +296 -144
- package/dist/providers/openrouter.models.js.map +1 -1
- package/dist/providers/vercel-ai-gateway.models.d.ts +139 -1
- package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/dist/providers/vercel-ai-gateway.models.js +132 -8
- package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/dist/providers/xai.models.d.ts +22 -0
- package/dist/providers/xai.models.d.ts.map +1 -1
- package/dist/providers/xai.models.js +18 -0
- package/dist/providers/xai.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-ams.models.d.ts +0 -42
- package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-ams.models.js +9 -45
- package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-cn.models.d.ts +0 -42
- package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-cn.models.js +9 -45
- package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-sgp.models.d.ts +0 -42
- package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-sgp.models.js +9 -45
- package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
- package/dist/providers/zai-coding-cn.models.d.ts +1 -1
- package/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
- package/dist/providers/zai-coding-cn.models.js +1 -1
- package/dist/providers/zai-coding-cn.models.js.map +1 -1
- package/dist/providers/zai.models.d.ts +1 -1
- package/dist/providers/zai.models.d.ts.map +1 -1
- package/dist/providers/zai.models.js +1 -1
- package/dist/providers/zai.models.js.map +1 -1
- package/dist/types.d.ts +15 -6
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/estimate.d.ts +3 -3
- package/dist/utils/estimate.d.ts.map +1 -1
- package/dist/utils/estimate.js +17 -9
- package/dist/utils/estimate.js.map +1 -1
- package/dist/utils/retry.d.ts.map +1 -1
- package/dist/utils/retry.js +3 -0
- package/dist/utils/retry.js.map +1 -1
- package/package.json +1 -1
|
@@ -78,6 +78,7 @@ export declare const MODELS: {
|
|
|
78
78
|
thinkingLevelMap: {
|
|
79
79
|
off: null;
|
|
80
80
|
xhigh: string;
|
|
81
|
+
max: string;
|
|
81
82
|
};
|
|
82
83
|
input: ("image" | "text")[];
|
|
83
84
|
cost: {
|
|
@@ -148,7 +149,7 @@ export declare const MODELS: {
|
|
|
148
149
|
baseUrl: string;
|
|
149
150
|
reasoning: true;
|
|
150
151
|
thinkingLevelMap: {
|
|
151
|
-
|
|
152
|
+
max: string;
|
|
152
153
|
};
|
|
153
154
|
input: ("image" | "text")[];
|
|
154
155
|
cost: {
|
|
@@ -169,6 +170,7 @@ export declare const MODELS: {
|
|
|
169
170
|
reasoning: true;
|
|
170
171
|
thinkingLevelMap: {
|
|
171
172
|
xhigh: string;
|
|
173
|
+
max: string;
|
|
172
174
|
};
|
|
173
175
|
input: ("image" | "text")[];
|
|
174
176
|
cost: {
|
|
@@ -189,6 +191,7 @@ export declare const MODELS: {
|
|
|
189
191
|
reasoning: true;
|
|
190
192
|
thinkingLevelMap: {
|
|
191
193
|
xhigh: string;
|
|
194
|
+
max: string;
|
|
192
195
|
};
|
|
193
196
|
input: ("image" | "text")[];
|
|
194
197
|
cost: {
|
|
@@ -224,6 +227,9 @@ export declare const MODELS: {
|
|
|
224
227
|
provider: string;
|
|
225
228
|
baseUrl: string;
|
|
226
229
|
reasoning: true;
|
|
230
|
+
thinkingLevelMap: {
|
|
231
|
+
max: string;
|
|
232
|
+
};
|
|
227
233
|
input: ("image" | "text")[];
|
|
228
234
|
cost: {
|
|
229
235
|
input: number;
|
|
@@ -241,6 +247,10 @@ export declare const MODELS: {
|
|
|
241
247
|
provider: string;
|
|
242
248
|
baseUrl: string;
|
|
243
249
|
reasoning: true;
|
|
250
|
+
thinkingLevelMap: {
|
|
251
|
+
xhigh: string;
|
|
252
|
+
max: string;
|
|
253
|
+
};
|
|
244
254
|
input: ("image" | "text")[];
|
|
245
255
|
cost: {
|
|
246
256
|
input: number;
|
|
@@ -276,7 +286,7 @@ export declare const MODELS: {
|
|
|
276
286
|
baseUrl: string;
|
|
277
287
|
reasoning: true;
|
|
278
288
|
thinkingLevelMap: {
|
|
279
|
-
|
|
289
|
+
max: string;
|
|
280
290
|
};
|
|
281
291
|
input: ("image" | "text")[];
|
|
282
292
|
cost: {
|
|
@@ -297,6 +307,7 @@ export declare const MODELS: {
|
|
|
297
307
|
reasoning: true;
|
|
298
308
|
thinkingLevelMap: {
|
|
299
309
|
xhigh: string;
|
|
310
|
+
max: string;
|
|
300
311
|
};
|
|
301
312
|
input: ("image" | "text")[];
|
|
302
313
|
cost: {
|
|
@@ -332,6 +343,9 @@ export declare const MODELS: {
|
|
|
332
343
|
provider: string;
|
|
333
344
|
baseUrl: string;
|
|
334
345
|
reasoning: true;
|
|
346
|
+
thinkingLevelMap: {
|
|
347
|
+
max: string;
|
|
348
|
+
};
|
|
335
349
|
input: ("image" | "text")[];
|
|
336
350
|
cost: {
|
|
337
351
|
input: number;
|
|
@@ -349,6 +363,10 @@ export declare const MODELS: {
|
|
|
349
363
|
provider: string;
|
|
350
364
|
baseUrl: string;
|
|
351
365
|
reasoning: true;
|
|
366
|
+
thinkingLevelMap: {
|
|
367
|
+
xhigh: string;
|
|
368
|
+
max: string;
|
|
369
|
+
};
|
|
352
370
|
input: ("image" | "text")[];
|
|
353
371
|
cost: {
|
|
354
372
|
input: number;
|
|
@@ -420,6 +438,7 @@ export declare const MODELS: {
|
|
|
420
438
|
thinkingLevelMap: {
|
|
421
439
|
off: null;
|
|
422
440
|
xhigh: string;
|
|
441
|
+
max: string;
|
|
423
442
|
};
|
|
424
443
|
input: ("image" | "text")[];
|
|
425
444
|
cost: {
|
|
@@ -473,7 +492,7 @@ export declare const MODELS: {
|
|
|
473
492
|
baseUrl: string;
|
|
474
493
|
reasoning: true;
|
|
475
494
|
thinkingLevelMap: {
|
|
476
|
-
|
|
495
|
+
max: string;
|
|
477
496
|
};
|
|
478
497
|
input: ("image" | "text")[];
|
|
479
498
|
cost: {
|
|
@@ -494,6 +513,7 @@ export declare const MODELS: {
|
|
|
494
513
|
reasoning: true;
|
|
495
514
|
thinkingLevelMap: {
|
|
496
515
|
xhigh: string;
|
|
516
|
+
max: string;
|
|
497
517
|
};
|
|
498
518
|
input: ("image" | "text")[];
|
|
499
519
|
cost: {
|
|
@@ -514,6 +534,7 @@ export declare const MODELS: {
|
|
|
514
534
|
reasoning: true;
|
|
515
535
|
thinkingLevelMap: {
|
|
516
536
|
xhigh: string;
|
|
537
|
+
max: string;
|
|
517
538
|
};
|
|
518
539
|
input: ("image" | "text")[];
|
|
519
540
|
cost: {
|
|
@@ -549,6 +570,9 @@ export declare const MODELS: {
|
|
|
549
570
|
provider: string;
|
|
550
571
|
baseUrl: string;
|
|
551
572
|
reasoning: true;
|
|
573
|
+
thinkingLevelMap: {
|
|
574
|
+
max: string;
|
|
575
|
+
};
|
|
552
576
|
input: ("image" | "text")[];
|
|
553
577
|
cost: {
|
|
554
578
|
input: number;
|
|
@@ -566,6 +590,10 @@ export declare const MODELS: {
|
|
|
566
590
|
provider: string;
|
|
567
591
|
baseUrl: string;
|
|
568
592
|
reasoning: true;
|
|
593
|
+
thinkingLevelMap: {
|
|
594
|
+
xhigh: string;
|
|
595
|
+
max: string;
|
|
596
|
+
};
|
|
569
597
|
input: ("image" | "text")[];
|
|
570
598
|
cost: {
|
|
571
599
|
input: number;
|
|
@@ -586,6 +614,7 @@ export declare const MODELS: {
|
|
|
586
614
|
thinkingLevelMap: {
|
|
587
615
|
off: null;
|
|
588
616
|
xhigh: string;
|
|
617
|
+
max: string;
|
|
589
618
|
};
|
|
590
619
|
input: ("image" | "text")[];
|
|
591
620
|
cost: {
|
|
@@ -639,7 +668,7 @@ export declare const MODELS: {
|
|
|
639
668
|
baseUrl: string;
|
|
640
669
|
reasoning: true;
|
|
641
670
|
thinkingLevelMap: {
|
|
642
|
-
|
|
671
|
+
max: string;
|
|
643
672
|
};
|
|
644
673
|
input: ("image" | "text")[];
|
|
645
674
|
cost: {
|
|
@@ -660,6 +689,7 @@ export declare const MODELS: {
|
|
|
660
689
|
reasoning: true;
|
|
661
690
|
thinkingLevelMap: {
|
|
662
691
|
xhigh: string;
|
|
692
|
+
max: string;
|
|
663
693
|
};
|
|
664
694
|
input: ("image" | "text")[];
|
|
665
695
|
cost: {
|
|
@@ -680,6 +710,7 @@ export declare const MODELS: {
|
|
|
680
710
|
reasoning: true;
|
|
681
711
|
thinkingLevelMap: {
|
|
682
712
|
xhigh: string;
|
|
713
|
+
max: string;
|
|
683
714
|
};
|
|
684
715
|
input: ("image" | "text")[];
|
|
685
716
|
cost: {
|
|
@@ -715,6 +746,9 @@ export declare const MODELS: {
|
|
|
715
746
|
provider: string;
|
|
716
747
|
baseUrl: string;
|
|
717
748
|
reasoning: true;
|
|
749
|
+
thinkingLevelMap: {
|
|
750
|
+
max: string;
|
|
751
|
+
};
|
|
718
752
|
input: ("image" | "text")[];
|
|
719
753
|
cost: {
|
|
720
754
|
input: number;
|
|
@@ -732,6 +766,10 @@ export declare const MODELS: {
|
|
|
732
766
|
provider: string;
|
|
733
767
|
baseUrl: string;
|
|
734
768
|
reasoning: true;
|
|
769
|
+
thinkingLevelMap: {
|
|
770
|
+
xhigh: string;
|
|
771
|
+
max: string;
|
|
772
|
+
};
|
|
735
773
|
input: ("image" | "text")[];
|
|
736
774
|
cost: {
|
|
737
775
|
input: number;
|
|
@@ -802,6 +840,7 @@ export declare const MODELS: {
|
|
|
802
840
|
reasoning: true;
|
|
803
841
|
thinkingLevelMap: {
|
|
804
842
|
xhigh: string;
|
|
843
|
+
max: string;
|
|
805
844
|
};
|
|
806
845
|
input: ("image" | "text")[];
|
|
807
846
|
cost: {
|
|
@@ -822,6 +861,7 @@ export declare const MODELS: {
|
|
|
822
861
|
reasoning: true;
|
|
823
862
|
thinkingLevelMap: {
|
|
824
863
|
xhigh: string;
|
|
864
|
+
max: string;
|
|
825
865
|
};
|
|
826
866
|
input: ("image" | "text")[];
|
|
827
867
|
cost: {
|
|
@@ -857,6 +897,9 @@ export declare const MODELS: {
|
|
|
857
897
|
provider: string;
|
|
858
898
|
baseUrl: string;
|
|
859
899
|
reasoning: true;
|
|
900
|
+
thinkingLevelMap: {
|
|
901
|
+
max: string;
|
|
902
|
+
};
|
|
860
903
|
input: ("image" | "text")[];
|
|
861
904
|
cost: {
|
|
862
905
|
input: number;
|
|
@@ -874,6 +917,10 @@ export declare const MODELS: {
|
|
|
874
917
|
provider: string;
|
|
875
918
|
baseUrl: string;
|
|
876
919
|
reasoning: true;
|
|
920
|
+
thinkingLevelMap: {
|
|
921
|
+
xhigh: string;
|
|
922
|
+
max: string;
|
|
923
|
+
};
|
|
877
924
|
input: ("image" | "text")[];
|
|
878
925
|
cost: {
|
|
879
926
|
input: number;
|
|
@@ -1546,6 +1593,7 @@ export declare const MODELS: {
|
|
|
1546
1593
|
thinkingLevelMap: {
|
|
1547
1594
|
off: null;
|
|
1548
1595
|
xhigh: string;
|
|
1596
|
+
max: string;
|
|
1549
1597
|
};
|
|
1550
1598
|
input: ("image" | "text")[];
|
|
1551
1599
|
cost: {
|
|
@@ -1616,7 +1664,7 @@ export declare const MODELS: {
|
|
|
1616
1664
|
baseUrl: string;
|
|
1617
1665
|
reasoning: true;
|
|
1618
1666
|
thinkingLevelMap: {
|
|
1619
|
-
|
|
1667
|
+
max: string;
|
|
1620
1668
|
};
|
|
1621
1669
|
input: ("image" | "text")[];
|
|
1622
1670
|
cost: {
|
|
@@ -1637,6 +1685,7 @@ export declare const MODELS: {
|
|
|
1637
1685
|
reasoning: true;
|
|
1638
1686
|
thinkingLevelMap: {
|
|
1639
1687
|
xhigh: string;
|
|
1688
|
+
max: string;
|
|
1640
1689
|
};
|
|
1641
1690
|
input: ("image" | "text")[];
|
|
1642
1691
|
cost: {
|
|
@@ -1657,6 +1706,7 @@ export declare const MODELS: {
|
|
|
1657
1706
|
reasoning: true;
|
|
1658
1707
|
thinkingLevelMap: {
|
|
1659
1708
|
xhigh: string;
|
|
1709
|
+
max: string;
|
|
1660
1710
|
};
|
|
1661
1711
|
input: ("image" | "text")[];
|
|
1662
1712
|
cost: {
|
|
@@ -1692,6 +1742,9 @@ export declare const MODELS: {
|
|
|
1692
1742
|
provider: string;
|
|
1693
1743
|
baseUrl: string;
|
|
1694
1744
|
reasoning: true;
|
|
1745
|
+
thinkingLevelMap: {
|
|
1746
|
+
max: string;
|
|
1747
|
+
};
|
|
1695
1748
|
input: ("image" | "text")[];
|
|
1696
1749
|
cost: {
|
|
1697
1750
|
input: number;
|
|
@@ -1709,6 +1762,10 @@ export declare const MODELS: {
|
|
|
1709
1762
|
provider: string;
|
|
1710
1763
|
baseUrl: string;
|
|
1711
1764
|
reasoning: true;
|
|
1765
|
+
thinkingLevelMap: {
|
|
1766
|
+
xhigh: string;
|
|
1767
|
+
max: string;
|
|
1768
|
+
};
|
|
1712
1769
|
input: ("image" | "text")[];
|
|
1713
1770
|
cost: {
|
|
1714
1771
|
input: number;
|
|
@@ -1972,6 +2029,7 @@ export declare const MODELS: {
|
|
|
1972
2029
|
thinkingLevelMap: {
|
|
1973
2030
|
off: null;
|
|
1974
2031
|
xhigh: string;
|
|
2032
|
+
max: string;
|
|
1975
2033
|
};
|
|
1976
2034
|
input: ("image" | "text")[];
|
|
1977
2035
|
cost: {
|
|
@@ -2096,7 +2154,7 @@ export declare const MODELS: {
|
|
|
2096
2154
|
};
|
|
2097
2155
|
reasoning: true;
|
|
2098
2156
|
thinkingLevelMap: {
|
|
2099
|
-
|
|
2157
|
+
max: string;
|
|
2100
2158
|
};
|
|
2101
2159
|
input: ("image" | "text")[];
|
|
2102
2160
|
cost: {
|
|
@@ -2121,6 +2179,7 @@ export declare const MODELS: {
|
|
|
2121
2179
|
reasoning: true;
|
|
2122
2180
|
thinkingLevelMap: {
|
|
2123
2181
|
xhigh: string;
|
|
2182
|
+
max: string;
|
|
2124
2183
|
};
|
|
2125
2184
|
input: ("image" | "text")[];
|
|
2126
2185
|
cost: {
|
|
@@ -2145,6 +2204,7 @@ export declare const MODELS: {
|
|
|
2145
2204
|
reasoning: true;
|
|
2146
2205
|
thinkingLevelMap: {
|
|
2147
2206
|
xhigh: string;
|
|
2207
|
+
max: string;
|
|
2148
2208
|
};
|
|
2149
2209
|
input: ("image" | "text")[];
|
|
2150
2210
|
cost: {
|
|
@@ -2200,6 +2260,9 @@ export declare const MODELS: {
|
|
|
2200
2260
|
forceAdaptiveThinking: true;
|
|
2201
2261
|
};
|
|
2202
2262
|
reasoning: true;
|
|
2263
|
+
thinkingLevelMap: {
|
|
2264
|
+
max: string;
|
|
2265
|
+
};
|
|
2203
2266
|
input: ("image" | "text")[];
|
|
2204
2267
|
cost: {
|
|
2205
2268
|
input: number;
|
|
@@ -2220,6 +2283,10 @@ export declare const MODELS: {
|
|
|
2220
2283
|
forceAdaptiveThinking: true;
|
|
2221
2284
|
};
|
|
2222
2285
|
reasoning: true;
|
|
2286
|
+
thinkingLevelMap: {
|
|
2287
|
+
xhigh: string;
|
|
2288
|
+
max: string;
|
|
2289
|
+
};
|
|
2223
2290
|
input: ("image" | "text")[];
|
|
2224
2291
|
cost: {
|
|
2225
2292
|
input: number;
|
|
@@ -2897,6 +2964,89 @@ export declare const MODELS: {
|
|
|
2897
2964
|
contextWindow: number;
|
|
2898
2965
|
maxTokens: number;
|
|
2899
2966
|
};
|
|
2967
|
+
readonly "gpt-5.6-luna": {
|
|
2968
|
+
id: string;
|
|
2969
|
+
name: string;
|
|
2970
|
+
api: "azure-openai-responses";
|
|
2971
|
+
provider: string;
|
|
2972
|
+
baseUrl: string;
|
|
2973
|
+
reasoning: true;
|
|
2974
|
+
thinkingLevelMap: {
|
|
2975
|
+
off: null;
|
|
2976
|
+
xhigh: string;
|
|
2977
|
+
max: string;
|
|
2978
|
+
};
|
|
2979
|
+
input: ("image" | "text")[];
|
|
2980
|
+
cost: {
|
|
2981
|
+
input: number;
|
|
2982
|
+
output: number;
|
|
2983
|
+
cacheRead: number;
|
|
2984
|
+
cacheWrite: number;
|
|
2985
|
+
};
|
|
2986
|
+
contextWindow: number;
|
|
2987
|
+
maxTokens: number;
|
|
2988
|
+
};
|
|
2989
|
+
readonly "gpt-5.6-sol": {
|
|
2990
|
+
id: string;
|
|
2991
|
+
name: string;
|
|
2992
|
+
api: "azure-openai-responses";
|
|
2993
|
+
provider: string;
|
|
2994
|
+
baseUrl: string;
|
|
2995
|
+
reasoning: true;
|
|
2996
|
+
thinkingLevelMap: {
|
|
2997
|
+
off: null;
|
|
2998
|
+
xhigh: string;
|
|
2999
|
+
max: string;
|
|
3000
|
+
};
|
|
3001
|
+
input: ("image" | "text")[];
|
|
3002
|
+
cost: {
|
|
3003
|
+
input: number;
|
|
3004
|
+
output: number;
|
|
3005
|
+
cacheRead: number;
|
|
3006
|
+
cacheWrite: number;
|
|
3007
|
+
};
|
|
3008
|
+
contextWindow: number;
|
|
3009
|
+
maxTokens: number;
|
|
3010
|
+
};
|
|
3011
|
+
readonly "gpt-5.6-terra": {
|
|
3012
|
+
id: string;
|
|
3013
|
+
name: string;
|
|
3014
|
+
api: "azure-openai-responses";
|
|
3015
|
+
provider: string;
|
|
3016
|
+
baseUrl: string;
|
|
3017
|
+
reasoning: true;
|
|
3018
|
+
thinkingLevelMap: {
|
|
3019
|
+
off: null;
|
|
3020
|
+
xhigh: string;
|
|
3021
|
+
max: string;
|
|
3022
|
+
};
|
|
3023
|
+
input: ("image" | "text")[];
|
|
3024
|
+
cost: {
|
|
3025
|
+
input: number;
|
|
3026
|
+
output: number;
|
|
3027
|
+
cacheRead: number;
|
|
3028
|
+
cacheWrite: number;
|
|
3029
|
+
};
|
|
3030
|
+
contextWindow: number;
|
|
3031
|
+
maxTokens: number;
|
|
3032
|
+
};
|
|
3033
|
+
readonly "gpt-realtime-2.1": {
|
|
3034
|
+
id: string;
|
|
3035
|
+
name: string;
|
|
3036
|
+
api: "azure-openai-responses";
|
|
3037
|
+
provider: string;
|
|
3038
|
+
baseUrl: string;
|
|
3039
|
+
reasoning: true;
|
|
3040
|
+
input: ("image" | "text")[];
|
|
3041
|
+
cost: {
|
|
3042
|
+
input: number;
|
|
3043
|
+
output: number;
|
|
3044
|
+
cacheRead: number;
|
|
3045
|
+
cacheWrite: number;
|
|
3046
|
+
};
|
|
3047
|
+
contextWindow: number;
|
|
3048
|
+
maxTokens: number;
|
|
3049
|
+
};
|
|
2900
3050
|
readonly o1: {
|
|
2901
3051
|
id: string;
|
|
2902
3052
|
name: string;
|
|
@@ -3234,6 +3384,7 @@ export declare const MODELS: {
|
|
|
3234
3384
|
thinkingLevelMap: {
|
|
3235
3385
|
off: null;
|
|
3236
3386
|
xhigh: string;
|
|
3387
|
+
max: string;
|
|
3237
3388
|
};
|
|
3238
3389
|
input: ("image" | "text")[];
|
|
3239
3390
|
cost: {
|
|
@@ -3337,7 +3488,7 @@ export declare const MODELS: {
|
|
|
3337
3488
|
};
|
|
3338
3489
|
reasoning: true;
|
|
3339
3490
|
thinkingLevelMap: {
|
|
3340
|
-
|
|
3491
|
+
max: string;
|
|
3341
3492
|
};
|
|
3342
3493
|
input: ("image" | "text")[];
|
|
3343
3494
|
cost: {
|
|
@@ -3363,6 +3514,7 @@ export declare const MODELS: {
|
|
|
3363
3514
|
reasoning: true;
|
|
3364
3515
|
thinkingLevelMap: {
|
|
3365
3516
|
xhigh: string;
|
|
3517
|
+
max: string;
|
|
3366
3518
|
};
|
|
3367
3519
|
input: ("image" | "text")[];
|
|
3368
3520
|
cost: {
|
|
@@ -3388,6 +3540,7 @@ export declare const MODELS: {
|
|
|
3388
3540
|
reasoning: true;
|
|
3389
3541
|
thinkingLevelMap: {
|
|
3390
3542
|
xhigh: string;
|
|
3543
|
+
max: string;
|
|
3391
3544
|
};
|
|
3392
3545
|
input: ("image" | "text")[];
|
|
3393
3546
|
cost: {
|
|
@@ -3450,6 +3603,9 @@ export declare const MODELS: {
|
|
|
3450
3603
|
forceAdaptiveThinking: true;
|
|
3451
3604
|
};
|
|
3452
3605
|
reasoning: true;
|
|
3606
|
+
thinkingLevelMap: {
|
|
3607
|
+
max: string;
|
|
3608
|
+
};
|
|
3453
3609
|
input: ("image" | "text")[];
|
|
3454
3610
|
cost: {
|
|
3455
3611
|
input: number;
|
|
@@ -3471,6 +3627,10 @@ export declare const MODELS: {
|
|
|
3471
3627
|
forceAdaptiveThinking: true;
|
|
3472
3628
|
};
|
|
3473
3629
|
reasoning: true;
|
|
3630
|
+
thinkingLevelMap: {
|
|
3631
|
+
xhigh: string;
|
|
3632
|
+
max: string;
|
|
3633
|
+
};
|
|
3474
3634
|
input: ("image" | "text")[];
|
|
3475
3635
|
cost: {
|
|
3476
3636
|
input: number;
|
|
@@ -4204,7 +4364,7 @@ export declare const MODELS: {
|
|
|
4204
4364
|
low: null;
|
|
4205
4365
|
medium: null;
|
|
4206
4366
|
high: string;
|
|
4207
|
-
|
|
4367
|
+
max: string;
|
|
4208
4368
|
};
|
|
4209
4369
|
input: "text"[];
|
|
4210
4370
|
cost: {
|
|
@@ -4234,7 +4394,7 @@ export declare const MODELS: {
|
|
|
4234
4394
|
low: null;
|
|
4235
4395
|
medium: null;
|
|
4236
4396
|
high: string;
|
|
4237
|
-
|
|
4397
|
+
max: string;
|
|
4238
4398
|
};
|
|
4239
4399
|
input: "text"[];
|
|
4240
4400
|
cost: {
|
|
@@ -4333,7 +4493,7 @@ export declare const MODELS: {
|
|
|
4333
4493
|
minimal: null;
|
|
4334
4494
|
low: string;
|
|
4335
4495
|
medium: string;
|
|
4336
|
-
|
|
4496
|
+
max: string;
|
|
4337
4497
|
};
|
|
4338
4498
|
input: "text"[];
|
|
4339
4499
|
cost: {
|
|
@@ -4545,7 +4705,7 @@ export declare const MODELS: {
|
|
|
4545
4705
|
minimal: null;
|
|
4546
4706
|
low: string;
|
|
4547
4707
|
medium: string;
|
|
4548
|
-
|
|
4708
|
+
max: string;
|
|
4549
4709
|
};
|
|
4550
4710
|
input: "text"[];
|
|
4551
4711
|
cost: {
|
|
@@ -4722,7 +4882,7 @@ export declare const MODELS: {
|
|
|
4722
4882
|
};
|
|
4723
4883
|
reasoning: true;
|
|
4724
4884
|
thinkingLevelMap: {
|
|
4725
|
-
|
|
4885
|
+
max: string;
|
|
4726
4886
|
};
|
|
4727
4887
|
input: ("image" | "text")[];
|
|
4728
4888
|
cost: {
|
|
@@ -4753,6 +4913,7 @@ export declare const MODELS: {
|
|
|
4753
4913
|
reasoning: true;
|
|
4754
4914
|
thinkingLevelMap: {
|
|
4755
4915
|
xhigh: string;
|
|
4916
|
+
max: string;
|
|
4756
4917
|
minimal: string;
|
|
4757
4918
|
};
|
|
4758
4919
|
input: ("image" | "text")[];
|
|
@@ -4784,6 +4945,7 @@ export declare const MODELS: {
|
|
|
4784
4945
|
reasoning: true;
|
|
4785
4946
|
thinkingLevelMap: {
|
|
4786
4947
|
xhigh: string;
|
|
4948
|
+
max: string;
|
|
4787
4949
|
minimal: string;
|
|
4788
4950
|
};
|
|
4789
4951
|
input: ("image" | "text")[];
|
|
@@ -4865,8 +5027,8 @@ export declare const MODELS: {
|
|
|
4865
5027
|
};
|
|
4866
5028
|
reasoning: true;
|
|
4867
5029
|
thinkingLevelMap: {
|
|
5030
|
+
max: string;
|
|
4868
5031
|
minimal: string;
|
|
4869
|
-
xhigh: string;
|
|
4870
5032
|
};
|
|
4871
5033
|
input: ("image" | "text")[];
|
|
4872
5034
|
cost: {
|
|
@@ -4894,6 +5056,10 @@ export declare const MODELS: {
|
|
|
4894
5056
|
forceAdaptiveThinking: true;
|
|
4895
5057
|
};
|
|
4896
5058
|
reasoning: true;
|
|
5059
|
+
thinkingLevelMap: {
|
|
5060
|
+
xhigh: string;
|
|
5061
|
+
max: string;
|
|
5062
|
+
};
|
|
4897
5063
|
input: ("image" | "text")[];
|
|
4898
5064
|
cost: {
|
|
4899
5065
|
input: number;
|
|
@@ -5267,6 +5433,93 @@ export declare const MODELS: {
|
|
|
5267
5433
|
contextWindow: number;
|
|
5268
5434
|
maxTokens: number;
|
|
5269
5435
|
};
|
|
5436
|
+
readonly "gpt-5.6-luna": {
|
|
5437
|
+
id: string;
|
|
5438
|
+
name: string;
|
|
5439
|
+
api: "openai-responses";
|
|
5440
|
+
provider: string;
|
|
5441
|
+
baseUrl: string;
|
|
5442
|
+
headers: {
|
|
5443
|
+
"User-Agent": string;
|
|
5444
|
+
"Editor-Version": string;
|
|
5445
|
+
"Editor-Plugin-Version": string;
|
|
5446
|
+
"Copilot-Integration-Id": string;
|
|
5447
|
+
};
|
|
5448
|
+
reasoning: true;
|
|
5449
|
+
thinkingLevelMap: {
|
|
5450
|
+
off: null;
|
|
5451
|
+
minimal: string;
|
|
5452
|
+
xhigh: string;
|
|
5453
|
+
max: string;
|
|
5454
|
+
};
|
|
5455
|
+
input: ("image" | "text")[];
|
|
5456
|
+
cost: {
|
|
5457
|
+
input: number;
|
|
5458
|
+
output: number;
|
|
5459
|
+
cacheRead: number;
|
|
5460
|
+
cacheWrite: number;
|
|
5461
|
+
};
|
|
5462
|
+
contextWindow: number;
|
|
5463
|
+
maxTokens: number;
|
|
5464
|
+
};
|
|
5465
|
+
readonly "gpt-5.6-sol": {
|
|
5466
|
+
id: string;
|
|
5467
|
+
name: string;
|
|
5468
|
+
api: "openai-responses";
|
|
5469
|
+
provider: string;
|
|
5470
|
+
baseUrl: string;
|
|
5471
|
+
headers: {
|
|
5472
|
+
"User-Agent": string;
|
|
5473
|
+
"Editor-Version": string;
|
|
5474
|
+
"Editor-Plugin-Version": string;
|
|
5475
|
+
"Copilot-Integration-Id": string;
|
|
5476
|
+
};
|
|
5477
|
+
reasoning: true;
|
|
5478
|
+
thinkingLevelMap: {
|
|
5479
|
+
off: null;
|
|
5480
|
+
minimal: string;
|
|
5481
|
+
xhigh: string;
|
|
5482
|
+
max: string;
|
|
5483
|
+
};
|
|
5484
|
+
input: ("image" | "text")[];
|
|
5485
|
+
cost: {
|
|
5486
|
+
input: number;
|
|
5487
|
+
output: number;
|
|
5488
|
+
cacheRead: number;
|
|
5489
|
+
cacheWrite: number;
|
|
5490
|
+
};
|
|
5491
|
+
contextWindow: number;
|
|
5492
|
+
maxTokens: number;
|
|
5493
|
+
};
|
|
5494
|
+
readonly "gpt-5.6-terra": {
|
|
5495
|
+
id: string;
|
|
5496
|
+
name: string;
|
|
5497
|
+
api: "openai-responses";
|
|
5498
|
+
provider: string;
|
|
5499
|
+
baseUrl: string;
|
|
5500
|
+
headers: {
|
|
5501
|
+
"User-Agent": string;
|
|
5502
|
+
"Editor-Version": string;
|
|
5503
|
+
"Editor-Plugin-Version": string;
|
|
5504
|
+
"Copilot-Integration-Id": string;
|
|
5505
|
+
};
|
|
5506
|
+
reasoning: true;
|
|
5507
|
+
thinkingLevelMap: {
|
|
5508
|
+
off: null;
|
|
5509
|
+
minimal: string;
|
|
5510
|
+
xhigh: string;
|
|
5511
|
+
max: string;
|
|
5512
|
+
};
|
|
5513
|
+
input: ("image" | "text")[];
|
|
5514
|
+
cost: {
|
|
5515
|
+
input: number;
|
|
5516
|
+
output: number;
|
|
5517
|
+
cacheRead: number;
|
|
5518
|
+
cacheWrite: number;
|
|
5519
|
+
};
|
|
5520
|
+
contextWindow: number;
|
|
5521
|
+
maxTokens: number;
|
|
5522
|
+
};
|
|
5270
5523
|
readonly "kimi-k2.7-code": {
|
|
5271
5524
|
id: string;
|
|
5272
5525
|
name: string;
|
|
@@ -9224,6 +9477,13 @@ export declare const MODELS: {
|
|
|
9224
9477
|
output: number;
|
|
9225
9478
|
cacheRead: number;
|
|
9226
9479
|
cacheWrite: number;
|
|
9480
|
+
tiers: {
|
|
9481
|
+
inputTokensAbove: number;
|
|
9482
|
+
input: number;
|
|
9483
|
+
output: number;
|
|
9484
|
+
cacheRead: number;
|
|
9485
|
+
cacheWrite: number;
|
|
9486
|
+
}[];
|
|
9227
9487
|
};
|
|
9228
9488
|
contextWindow: number;
|
|
9229
9489
|
maxTokens: number;
|
|
@@ -9287,6 +9547,13 @@ export declare const MODELS: {
|
|
|
9287
9547
|
output: number;
|
|
9288
9548
|
cacheRead: number;
|
|
9289
9549
|
cacheWrite: number;
|
|
9550
|
+
tiers: {
|
|
9551
|
+
inputTokensAbove: number;
|
|
9552
|
+
input: number;
|
|
9553
|
+
output: number;
|
|
9554
|
+
cacheRead: number;
|
|
9555
|
+
cacheWrite: number;
|
|
9556
|
+
}[];
|
|
9290
9557
|
};
|
|
9291
9558
|
contextWindow: number;
|
|
9292
9559
|
maxTokens: number;
|
|
@@ -9309,6 +9576,13 @@ export declare const MODELS: {
|
|
|
9309
9576
|
output: number;
|
|
9310
9577
|
cacheRead: number;
|
|
9311
9578
|
cacheWrite: number;
|
|
9579
|
+
tiers: {
|
|
9580
|
+
inputTokensAbove: number;
|
|
9581
|
+
input: number;
|
|
9582
|
+
output: number;
|
|
9583
|
+
cacheRead: number;
|
|
9584
|
+
cacheWrite: number;
|
|
9585
|
+
}[];
|
|
9312
9586
|
};
|
|
9313
9587
|
contextWindow: number;
|
|
9314
9588
|
maxTokens: number;
|
|
@@ -9332,62 +9606,105 @@ export declare const MODELS: {
|
|
|
9332
9606
|
output: number;
|
|
9333
9607
|
cacheRead: number;
|
|
9334
9608
|
cacheWrite: number;
|
|
9609
|
+
tiers: {
|
|
9610
|
+
inputTokensAbove: number;
|
|
9611
|
+
input: number;
|
|
9612
|
+
output: number;
|
|
9613
|
+
cacheRead: number;
|
|
9614
|
+
cacheWrite: number;
|
|
9615
|
+
}[];
|
|
9335
9616
|
};
|
|
9336
9617
|
contextWindow: number;
|
|
9337
9618
|
maxTokens: number;
|
|
9338
9619
|
};
|
|
9339
|
-
readonly
|
|
9620
|
+
readonly "gpt-5.6-luna": {
|
|
9340
9621
|
id: string;
|
|
9341
9622
|
name: string;
|
|
9342
9623
|
api: "openai-responses";
|
|
9343
9624
|
provider: string;
|
|
9344
9625
|
baseUrl: string;
|
|
9345
9626
|
reasoning: true;
|
|
9627
|
+
thinkingLevelMap: {
|
|
9628
|
+
off: string;
|
|
9629
|
+
xhigh: string;
|
|
9630
|
+
max: string;
|
|
9631
|
+
};
|
|
9346
9632
|
input: ("image" | "text")[];
|
|
9347
9633
|
cost: {
|
|
9348
9634
|
input: number;
|
|
9349
9635
|
output: number;
|
|
9350
9636
|
cacheRead: number;
|
|
9351
9637
|
cacheWrite: number;
|
|
9638
|
+
tiers: {
|
|
9639
|
+
inputTokensAbove: number;
|
|
9640
|
+
input: number;
|
|
9641
|
+
output: number;
|
|
9642
|
+
cacheRead: number;
|
|
9643
|
+
cacheWrite: number;
|
|
9644
|
+
}[];
|
|
9352
9645
|
};
|
|
9353
9646
|
contextWindow: number;
|
|
9354
9647
|
maxTokens: number;
|
|
9355
9648
|
};
|
|
9356
|
-
readonly "
|
|
9649
|
+
readonly "gpt-5.6-sol": {
|
|
9357
9650
|
id: string;
|
|
9358
9651
|
name: string;
|
|
9359
9652
|
api: "openai-responses";
|
|
9360
9653
|
provider: string;
|
|
9361
9654
|
baseUrl: string;
|
|
9362
9655
|
reasoning: true;
|
|
9656
|
+
thinkingLevelMap: {
|
|
9657
|
+
off: string;
|
|
9658
|
+
xhigh: string;
|
|
9659
|
+
max: string;
|
|
9660
|
+
};
|
|
9363
9661
|
input: ("image" | "text")[];
|
|
9364
9662
|
cost: {
|
|
9365
9663
|
input: number;
|
|
9366
9664
|
output: number;
|
|
9367
9665
|
cacheRead: number;
|
|
9368
9666
|
cacheWrite: number;
|
|
9667
|
+
tiers: {
|
|
9668
|
+
inputTokensAbove: number;
|
|
9669
|
+
input: number;
|
|
9670
|
+
output: number;
|
|
9671
|
+
cacheRead: number;
|
|
9672
|
+
cacheWrite: number;
|
|
9673
|
+
}[];
|
|
9369
9674
|
};
|
|
9370
9675
|
contextWindow: number;
|
|
9371
9676
|
maxTokens: number;
|
|
9372
9677
|
};
|
|
9373
|
-
readonly
|
|
9678
|
+
readonly "gpt-5.6-terra": {
|
|
9374
9679
|
id: string;
|
|
9375
9680
|
name: string;
|
|
9376
9681
|
api: "openai-responses";
|
|
9377
9682
|
provider: string;
|
|
9378
9683
|
baseUrl: string;
|
|
9379
9684
|
reasoning: true;
|
|
9685
|
+
thinkingLevelMap: {
|
|
9686
|
+
off: string;
|
|
9687
|
+
xhigh: string;
|
|
9688
|
+
max: string;
|
|
9689
|
+
};
|
|
9380
9690
|
input: ("image" | "text")[];
|
|
9381
9691
|
cost: {
|
|
9382
9692
|
input: number;
|
|
9383
9693
|
output: number;
|
|
9384
9694
|
cacheRead: number;
|
|
9385
9695
|
cacheWrite: number;
|
|
9696
|
+
tiers: {
|
|
9697
|
+
inputTokensAbove: number;
|
|
9698
|
+
input: number;
|
|
9699
|
+
output: number;
|
|
9700
|
+
cacheRead: number;
|
|
9701
|
+
cacheWrite: number;
|
|
9702
|
+
}[];
|
|
9386
9703
|
};
|
|
9387
9704
|
contextWindow: number;
|
|
9388
9705
|
maxTokens: number;
|
|
9389
9706
|
};
|
|
9390
|
-
readonly "
|
|
9707
|
+
readonly "gpt-realtime-2.1": {
|
|
9391
9708
|
id: string;
|
|
9392
9709
|
name: string;
|
|
9393
9710
|
api: "openai-responses";
|
|
@@ -9404,14 +9721,14 @@ export declare const MODELS: {
|
|
|
9404
9721
|
contextWindow: number;
|
|
9405
9722
|
maxTokens: number;
|
|
9406
9723
|
};
|
|
9407
|
-
readonly
|
|
9724
|
+
readonly o1: {
|
|
9408
9725
|
id: string;
|
|
9409
9726
|
name: string;
|
|
9410
9727
|
api: "openai-responses";
|
|
9411
9728
|
provider: string;
|
|
9412
9729
|
baseUrl: string;
|
|
9413
9730
|
reasoning: true;
|
|
9414
|
-
input: "text"[];
|
|
9731
|
+
input: ("image" | "text")[];
|
|
9415
9732
|
cost: {
|
|
9416
9733
|
input: number;
|
|
9417
9734
|
output: number;
|
|
@@ -9421,7 +9738,7 @@ export declare const MODELS: {
|
|
|
9421
9738
|
contextWindow: number;
|
|
9422
9739
|
maxTokens: number;
|
|
9423
9740
|
};
|
|
9424
|
-
readonly "
|
|
9741
|
+
readonly "o1-pro": {
|
|
9425
9742
|
id: string;
|
|
9426
9743
|
name: string;
|
|
9427
9744
|
api: "openai-responses";
|
|
@@ -9438,7 +9755,7 @@ export declare const MODELS: {
|
|
|
9438
9755
|
contextWindow: number;
|
|
9439
9756
|
maxTokens: number;
|
|
9440
9757
|
};
|
|
9441
|
-
readonly
|
|
9758
|
+
readonly o3: {
|
|
9442
9759
|
id: string;
|
|
9443
9760
|
name: string;
|
|
9444
9761
|
api: "openai-responses";
|
|
@@ -9455,7 +9772,7 @@ export declare const MODELS: {
|
|
|
9455
9772
|
contextWindow: number;
|
|
9456
9773
|
maxTokens: number;
|
|
9457
9774
|
};
|
|
9458
|
-
readonly "
|
|
9775
|
+
readonly "o3-deep-research": {
|
|
9459
9776
|
id: string;
|
|
9460
9777
|
name: string;
|
|
9461
9778
|
api: "openai-responses";
|
|
@@ -9472,19 +9789,13 @@ export declare const MODELS: {
|
|
|
9472
9789
|
contextWindow: number;
|
|
9473
9790
|
maxTokens: number;
|
|
9474
9791
|
};
|
|
9475
|
-
|
|
9476
|
-
readonly "openai-codex": {
|
|
9477
|
-
readonly "gpt-5.3-codex-spark": {
|
|
9792
|
+
readonly "o3-mini": {
|
|
9478
9793
|
id: string;
|
|
9479
9794
|
name: string;
|
|
9480
|
-
api: "openai-
|
|
9795
|
+
api: "openai-responses";
|
|
9481
9796
|
provider: string;
|
|
9482
9797
|
baseUrl: string;
|
|
9483
9798
|
reasoning: true;
|
|
9484
|
-
thinkingLevelMap: {
|
|
9485
|
-
xhigh: string;
|
|
9486
|
-
minimal: string;
|
|
9487
|
-
};
|
|
9488
9799
|
input: "text"[];
|
|
9489
9800
|
cost: {
|
|
9490
9801
|
input: number;
|
|
@@ -9495,17 +9806,47 @@ export declare const MODELS: {
|
|
|
9495
9806
|
contextWindow: number;
|
|
9496
9807
|
maxTokens: number;
|
|
9497
9808
|
};
|
|
9498
|
-
readonly "
|
|
9809
|
+
readonly "o3-pro": {
|
|
9499
9810
|
id: string;
|
|
9500
9811
|
name: string;
|
|
9501
|
-
api: "openai-
|
|
9812
|
+
api: "openai-responses";
|
|
9502
9813
|
provider: string;
|
|
9503
9814
|
baseUrl: string;
|
|
9504
9815
|
reasoning: true;
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9816
|
+
input: ("image" | "text")[];
|
|
9817
|
+
cost: {
|
|
9818
|
+
input: number;
|
|
9819
|
+
output: number;
|
|
9820
|
+
cacheRead: number;
|
|
9821
|
+
cacheWrite: number;
|
|
9822
|
+
};
|
|
9823
|
+
contextWindow: number;
|
|
9824
|
+
maxTokens: number;
|
|
9825
|
+
};
|
|
9826
|
+
readonly "o4-mini": {
|
|
9827
|
+
id: string;
|
|
9828
|
+
name: string;
|
|
9829
|
+
api: "openai-responses";
|
|
9830
|
+
provider: string;
|
|
9831
|
+
baseUrl: string;
|
|
9832
|
+
reasoning: true;
|
|
9833
|
+
input: ("image" | "text")[];
|
|
9834
|
+
cost: {
|
|
9835
|
+
input: number;
|
|
9836
|
+
output: number;
|
|
9837
|
+
cacheRead: number;
|
|
9838
|
+
cacheWrite: number;
|
|
9508
9839
|
};
|
|
9840
|
+
contextWindow: number;
|
|
9841
|
+
maxTokens: number;
|
|
9842
|
+
};
|
|
9843
|
+
readonly "o4-mini-deep-research": {
|
|
9844
|
+
id: string;
|
|
9845
|
+
name: string;
|
|
9846
|
+
api: "openai-responses";
|
|
9847
|
+
provider: string;
|
|
9848
|
+
baseUrl: string;
|
|
9849
|
+
reasoning: true;
|
|
9509
9850
|
input: ("image" | "text")[];
|
|
9510
9851
|
cost: {
|
|
9511
9852
|
input: number;
|
|
@@ -9516,6 +9857,57 @@ export declare const MODELS: {
|
|
|
9516
9857
|
contextWindow: number;
|
|
9517
9858
|
maxTokens: number;
|
|
9518
9859
|
};
|
|
9860
|
+
};
|
|
9861
|
+
readonly "openai-codex": {
|
|
9862
|
+
readonly "gpt-5.3-codex-spark": {
|
|
9863
|
+
id: string;
|
|
9864
|
+
name: string;
|
|
9865
|
+
api: "openai-codex-responses";
|
|
9866
|
+
provider: string;
|
|
9867
|
+
baseUrl: string;
|
|
9868
|
+
reasoning: true;
|
|
9869
|
+
thinkingLevelMap: {
|
|
9870
|
+
xhigh: string;
|
|
9871
|
+
minimal: string;
|
|
9872
|
+
};
|
|
9873
|
+
input: "text"[];
|
|
9874
|
+
cost: {
|
|
9875
|
+
input: number;
|
|
9876
|
+
output: number;
|
|
9877
|
+
cacheRead: number;
|
|
9878
|
+
cacheWrite: number;
|
|
9879
|
+
};
|
|
9880
|
+
contextWindow: number;
|
|
9881
|
+
maxTokens: number;
|
|
9882
|
+
};
|
|
9883
|
+
readonly "gpt-5.4": {
|
|
9884
|
+
id: string;
|
|
9885
|
+
name: string;
|
|
9886
|
+
api: "openai-codex-responses";
|
|
9887
|
+
provider: string;
|
|
9888
|
+
baseUrl: string;
|
|
9889
|
+
reasoning: true;
|
|
9890
|
+
thinkingLevelMap: {
|
|
9891
|
+
xhigh: string;
|
|
9892
|
+
minimal: string;
|
|
9893
|
+
};
|
|
9894
|
+
input: ("image" | "text")[];
|
|
9895
|
+
cost: {
|
|
9896
|
+
input: number;
|
|
9897
|
+
output: number;
|
|
9898
|
+
cacheRead: number;
|
|
9899
|
+
cacheWrite: number;
|
|
9900
|
+
tiers: {
|
|
9901
|
+
inputTokensAbove: number;
|
|
9902
|
+
input: number;
|
|
9903
|
+
output: number;
|
|
9904
|
+
cacheRead: number;
|
|
9905
|
+
cacheWrite: number;
|
|
9906
|
+
}[];
|
|
9907
|
+
};
|
|
9908
|
+
contextWindow: number;
|
|
9909
|
+
maxTokens: number;
|
|
9910
|
+
};
|
|
9519
9911
|
readonly "gpt-5.4-mini": {
|
|
9520
9912
|
id: string;
|
|
9521
9913
|
name: string;
|
|
@@ -9554,6 +9946,100 @@ export declare const MODELS: {
|
|
|
9554
9946
|
output: number;
|
|
9555
9947
|
cacheRead: number;
|
|
9556
9948
|
cacheWrite: number;
|
|
9949
|
+
tiers: {
|
|
9950
|
+
inputTokensAbove: number;
|
|
9951
|
+
input: number;
|
|
9952
|
+
output: number;
|
|
9953
|
+
cacheRead: number;
|
|
9954
|
+
cacheWrite: number;
|
|
9955
|
+
}[];
|
|
9956
|
+
};
|
|
9957
|
+
contextWindow: number;
|
|
9958
|
+
maxTokens: number;
|
|
9959
|
+
};
|
|
9960
|
+
readonly "gpt-5.6-luna": {
|
|
9961
|
+
id: string;
|
|
9962
|
+
name: string;
|
|
9963
|
+
api: "openai-codex-responses";
|
|
9964
|
+
provider: string;
|
|
9965
|
+
baseUrl: string;
|
|
9966
|
+
reasoning: true;
|
|
9967
|
+
thinkingLevelMap: {
|
|
9968
|
+
xhigh: string;
|
|
9969
|
+
max: string;
|
|
9970
|
+
minimal: string;
|
|
9971
|
+
};
|
|
9972
|
+
input: ("image" | "text")[];
|
|
9973
|
+
cost: {
|
|
9974
|
+
input: number;
|
|
9975
|
+
output: number;
|
|
9976
|
+
cacheRead: number;
|
|
9977
|
+
cacheWrite: number;
|
|
9978
|
+
tiers: {
|
|
9979
|
+
inputTokensAbove: number;
|
|
9980
|
+
input: number;
|
|
9981
|
+
output: number;
|
|
9982
|
+
cacheRead: number;
|
|
9983
|
+
cacheWrite: number;
|
|
9984
|
+
}[];
|
|
9985
|
+
};
|
|
9986
|
+
contextWindow: number;
|
|
9987
|
+
maxTokens: number;
|
|
9988
|
+
};
|
|
9989
|
+
readonly "gpt-5.6-sol": {
|
|
9990
|
+
id: string;
|
|
9991
|
+
name: string;
|
|
9992
|
+
api: "openai-codex-responses";
|
|
9993
|
+
provider: string;
|
|
9994
|
+
baseUrl: string;
|
|
9995
|
+
reasoning: true;
|
|
9996
|
+
thinkingLevelMap: {
|
|
9997
|
+
xhigh: string;
|
|
9998
|
+
max: string;
|
|
9999
|
+
minimal: string;
|
|
10000
|
+
};
|
|
10001
|
+
input: ("image" | "text")[];
|
|
10002
|
+
cost: {
|
|
10003
|
+
input: number;
|
|
10004
|
+
output: number;
|
|
10005
|
+
cacheRead: number;
|
|
10006
|
+
cacheWrite: number;
|
|
10007
|
+
tiers: {
|
|
10008
|
+
inputTokensAbove: number;
|
|
10009
|
+
input: number;
|
|
10010
|
+
output: number;
|
|
10011
|
+
cacheRead: number;
|
|
10012
|
+
cacheWrite: number;
|
|
10013
|
+
}[];
|
|
10014
|
+
};
|
|
10015
|
+
contextWindow: number;
|
|
10016
|
+
maxTokens: number;
|
|
10017
|
+
};
|
|
10018
|
+
readonly "gpt-5.6-terra": {
|
|
10019
|
+
id: string;
|
|
10020
|
+
name: string;
|
|
10021
|
+
api: "openai-codex-responses";
|
|
10022
|
+
provider: string;
|
|
10023
|
+
baseUrl: string;
|
|
10024
|
+
reasoning: true;
|
|
10025
|
+
thinkingLevelMap: {
|
|
10026
|
+
xhigh: string;
|
|
10027
|
+
max: string;
|
|
10028
|
+
minimal: string;
|
|
10029
|
+
};
|
|
10030
|
+
input: ("image" | "text")[];
|
|
10031
|
+
cost: {
|
|
10032
|
+
input: number;
|
|
10033
|
+
output: number;
|
|
10034
|
+
cacheRead: number;
|
|
10035
|
+
cacheWrite: number;
|
|
10036
|
+
tiers: {
|
|
10037
|
+
inputTokensAbove: number;
|
|
10038
|
+
input: number;
|
|
10039
|
+
output: number;
|
|
10040
|
+
cacheRead: number;
|
|
10041
|
+
cacheWrite: number;
|
|
10042
|
+
}[];
|
|
9557
10043
|
};
|
|
9558
10044
|
contextWindow: number;
|
|
9559
10045
|
maxTokens: number;
|
|
@@ -9595,6 +10081,7 @@ export declare const MODELS: {
|
|
|
9595
10081
|
thinkingLevelMap: {
|
|
9596
10082
|
off: null;
|
|
9597
10083
|
xhigh: string;
|
|
10084
|
+
max: string;
|
|
9598
10085
|
};
|
|
9599
10086
|
input: ("image" | "text")[];
|
|
9600
10087
|
cost: {
|
|
@@ -9668,7 +10155,7 @@ export declare const MODELS: {
|
|
|
9668
10155
|
};
|
|
9669
10156
|
reasoning: true;
|
|
9670
10157
|
thinkingLevelMap: {
|
|
9671
|
-
|
|
10158
|
+
max: string;
|
|
9672
10159
|
};
|
|
9673
10160
|
input: ("image" | "text")[];
|
|
9674
10161
|
cost: {
|
|
@@ -9693,6 +10180,7 @@ export declare const MODELS: {
|
|
|
9693
10180
|
reasoning: true;
|
|
9694
10181
|
thinkingLevelMap: {
|
|
9695
10182
|
xhigh: string;
|
|
10183
|
+
max: string;
|
|
9696
10184
|
};
|
|
9697
10185
|
input: ("image" | "text")[];
|
|
9698
10186
|
cost: {
|
|
@@ -9717,6 +10205,7 @@ export declare const MODELS: {
|
|
|
9717
10205
|
reasoning: true;
|
|
9718
10206
|
thinkingLevelMap: {
|
|
9719
10207
|
xhigh: string;
|
|
10208
|
+
max: string;
|
|
9720
10209
|
};
|
|
9721
10210
|
input: ("image" | "text")[];
|
|
9722
10211
|
cost: {
|
|
@@ -9772,6 +10261,9 @@ export declare const MODELS: {
|
|
|
9772
10261
|
forceAdaptiveThinking: true;
|
|
9773
10262
|
};
|
|
9774
10263
|
reasoning: true;
|
|
10264
|
+
thinkingLevelMap: {
|
|
10265
|
+
max: string;
|
|
10266
|
+
};
|
|
9775
10267
|
input: ("image" | "text")[];
|
|
9776
10268
|
cost: {
|
|
9777
10269
|
input: number;
|
|
@@ -9792,6 +10284,10 @@ export declare const MODELS: {
|
|
|
9792
10284
|
forceAdaptiveThinking: true;
|
|
9793
10285
|
};
|
|
9794
10286
|
reasoning: true;
|
|
10287
|
+
thinkingLevelMap: {
|
|
10288
|
+
xhigh: string;
|
|
10289
|
+
max: string;
|
|
10290
|
+
};
|
|
9795
10291
|
input: ("image" | "text")[];
|
|
9796
10292
|
cost: {
|
|
9797
10293
|
input: number;
|
|
@@ -9821,7 +10317,7 @@ export declare const MODELS: {
|
|
|
9821
10317
|
low: null;
|
|
9822
10318
|
medium: null;
|
|
9823
10319
|
high: string;
|
|
9824
|
-
|
|
10320
|
+
max: string;
|
|
9825
10321
|
};
|
|
9826
10322
|
input: "text"[];
|
|
9827
10323
|
cost: {
|
|
@@ -9851,7 +10347,7 @@ export declare const MODELS: {
|
|
|
9851
10347
|
low: null;
|
|
9852
10348
|
medium: null;
|
|
9853
10349
|
high: string;
|
|
9854
|
-
|
|
10350
|
+
max: string;
|
|
9855
10351
|
};
|
|
9856
10352
|
input: "text"[];
|
|
9857
10353
|
cost: {
|
|
@@ -9882,7 +10378,7 @@ export declare const MODELS: {
|
|
|
9882
10378
|
low: null;
|
|
9883
10379
|
medium: null;
|
|
9884
10380
|
high: string;
|
|
9885
|
-
|
|
10381
|
+
max: string;
|
|
9886
10382
|
};
|
|
9887
10383
|
input: "text"[];
|
|
9888
10384
|
cost: {
|
|
@@ -10355,6 +10851,94 @@ export declare const MODELS: {
|
|
|
10355
10851
|
contextWindow: number;
|
|
10356
10852
|
maxTokens: number;
|
|
10357
10853
|
};
|
|
10854
|
+
readonly "gpt-5.6-luna": {
|
|
10855
|
+
id: string;
|
|
10856
|
+
name: string;
|
|
10857
|
+
api: "openai-responses";
|
|
10858
|
+
provider: string;
|
|
10859
|
+
baseUrl: string;
|
|
10860
|
+
reasoning: true;
|
|
10861
|
+
thinkingLevelMap: {
|
|
10862
|
+
off: null;
|
|
10863
|
+
xhigh: string;
|
|
10864
|
+
max: string;
|
|
10865
|
+
};
|
|
10866
|
+
input: ("image" | "text")[];
|
|
10867
|
+
cost: {
|
|
10868
|
+
input: number;
|
|
10869
|
+
output: number;
|
|
10870
|
+
cacheRead: number;
|
|
10871
|
+
cacheWrite: number;
|
|
10872
|
+
};
|
|
10873
|
+
contextWindow: number;
|
|
10874
|
+
maxTokens: number;
|
|
10875
|
+
};
|
|
10876
|
+
readonly "gpt-5.6-sol": {
|
|
10877
|
+
id: string;
|
|
10878
|
+
name: string;
|
|
10879
|
+
api: "openai-responses";
|
|
10880
|
+
provider: string;
|
|
10881
|
+
baseUrl: string;
|
|
10882
|
+
reasoning: true;
|
|
10883
|
+
thinkingLevelMap: {
|
|
10884
|
+
off: null;
|
|
10885
|
+
xhigh: string;
|
|
10886
|
+
max: string;
|
|
10887
|
+
};
|
|
10888
|
+
input: ("image" | "text")[];
|
|
10889
|
+
cost: {
|
|
10890
|
+
input: number;
|
|
10891
|
+
output: number;
|
|
10892
|
+
cacheRead: number;
|
|
10893
|
+
cacheWrite: number;
|
|
10894
|
+
};
|
|
10895
|
+
contextWindow: number;
|
|
10896
|
+
maxTokens: number;
|
|
10897
|
+
};
|
|
10898
|
+
readonly "gpt-5.6-terra": {
|
|
10899
|
+
id: string;
|
|
10900
|
+
name: string;
|
|
10901
|
+
api: "openai-responses";
|
|
10902
|
+
provider: string;
|
|
10903
|
+
baseUrl: string;
|
|
10904
|
+
reasoning: true;
|
|
10905
|
+
thinkingLevelMap: {
|
|
10906
|
+
off: null;
|
|
10907
|
+
xhigh: string;
|
|
10908
|
+
max: string;
|
|
10909
|
+
};
|
|
10910
|
+
input: ("image" | "text")[];
|
|
10911
|
+
cost: {
|
|
10912
|
+
input: number;
|
|
10913
|
+
output: number;
|
|
10914
|
+
cacheRead: number;
|
|
10915
|
+
cacheWrite: number;
|
|
10916
|
+
};
|
|
10917
|
+
contextWindow: number;
|
|
10918
|
+
maxTokens: number;
|
|
10919
|
+
};
|
|
10920
|
+
readonly "grok-4.5": {
|
|
10921
|
+
id: string;
|
|
10922
|
+
name: string;
|
|
10923
|
+
api: "openai-completions";
|
|
10924
|
+
provider: string;
|
|
10925
|
+
baseUrl: string;
|
|
10926
|
+
compat: {
|
|
10927
|
+
supportsStore: false;
|
|
10928
|
+
supportsDeveloperRole: false;
|
|
10929
|
+
maxTokensField: "max_tokens";
|
|
10930
|
+
};
|
|
10931
|
+
reasoning: true;
|
|
10932
|
+
input: ("image" | "text")[];
|
|
10933
|
+
cost: {
|
|
10934
|
+
input: number;
|
|
10935
|
+
output: number;
|
|
10936
|
+
cacheRead: number;
|
|
10937
|
+
cacheWrite: number;
|
|
10938
|
+
};
|
|
10939
|
+
contextWindow: number;
|
|
10940
|
+
maxTokens: number;
|
|
10941
|
+
};
|
|
10358
10942
|
readonly "grok-build-0.1": {
|
|
10359
10943
|
id: string;
|
|
10360
10944
|
name: string;
|
|
@@ -10384,6 +10968,28 @@ export declare const MODELS: {
|
|
|
10384
10968
|
contextWindow: number;
|
|
10385
10969
|
maxTokens: number;
|
|
10386
10970
|
};
|
|
10971
|
+
readonly "hy3-free": {
|
|
10972
|
+
id: string;
|
|
10973
|
+
name: string;
|
|
10974
|
+
api: "openai-completions";
|
|
10975
|
+
provider: string;
|
|
10976
|
+
baseUrl: string;
|
|
10977
|
+
compat: {
|
|
10978
|
+
supportsStore: false;
|
|
10979
|
+
supportsDeveloperRole: false;
|
|
10980
|
+
maxTokensField: "max_tokens";
|
|
10981
|
+
};
|
|
10982
|
+
reasoning: true;
|
|
10983
|
+
input: "text"[];
|
|
10984
|
+
cost: {
|
|
10985
|
+
input: number;
|
|
10986
|
+
output: number;
|
|
10987
|
+
cacheRead: number;
|
|
10988
|
+
cacheWrite: number;
|
|
10989
|
+
};
|
|
10990
|
+
contextWindow: number;
|
|
10991
|
+
maxTokens: number;
|
|
10992
|
+
};
|
|
10387
10993
|
readonly "kimi-k2.5": {
|
|
10388
10994
|
id: string;
|
|
10389
10995
|
name: string;
|
|
@@ -10642,7 +11248,7 @@ export declare const MODELS: {
|
|
|
10642
11248
|
low: null;
|
|
10643
11249
|
medium: null;
|
|
10644
11250
|
high: string;
|
|
10645
|
-
|
|
11251
|
+
max: string;
|
|
10646
11252
|
};
|
|
10647
11253
|
input: "text"[];
|
|
10648
11254
|
cost: {
|
|
@@ -10673,7 +11279,7 @@ export declare const MODELS: {
|
|
|
10673
11279
|
low: null;
|
|
10674
11280
|
medium: null;
|
|
10675
11281
|
high: string;
|
|
10676
|
-
|
|
11282
|
+
max: string;
|
|
10677
11283
|
};
|
|
10678
11284
|
input: "text"[];
|
|
10679
11285
|
cost: {
|
|
@@ -10725,7 +11331,7 @@ export declare const MODELS: {
|
|
|
10725
11331
|
low: null;
|
|
10726
11332
|
medium: null;
|
|
10727
11333
|
high: string;
|
|
10728
|
-
|
|
11334
|
+
max: string;
|
|
10729
11335
|
};
|
|
10730
11336
|
input: "text"[];
|
|
10731
11337
|
cost: {
|
|
@@ -10952,6 +11558,69 @@ export declare const MODELS: {
|
|
|
10952
11558
|
contextWindow: number;
|
|
10953
11559
|
maxTokens: number;
|
|
10954
11560
|
};
|
|
11561
|
+
readonly "aion-labs/aion-2.0": {
|
|
11562
|
+
id: string;
|
|
11563
|
+
name: string;
|
|
11564
|
+
api: "openai-completions";
|
|
11565
|
+
provider: string;
|
|
11566
|
+
baseUrl: string;
|
|
11567
|
+
compat: {
|
|
11568
|
+
supportsDeveloperRole: false;
|
|
11569
|
+
thinkingFormat: "openrouter";
|
|
11570
|
+
};
|
|
11571
|
+
reasoning: true;
|
|
11572
|
+
input: "text"[];
|
|
11573
|
+
cost: {
|
|
11574
|
+
input: number;
|
|
11575
|
+
output: number;
|
|
11576
|
+
cacheRead: number;
|
|
11577
|
+
cacheWrite: number;
|
|
11578
|
+
};
|
|
11579
|
+
contextWindow: number;
|
|
11580
|
+
maxTokens: number;
|
|
11581
|
+
};
|
|
11582
|
+
readonly "aion-labs/aion-3.0": {
|
|
11583
|
+
id: string;
|
|
11584
|
+
name: string;
|
|
11585
|
+
api: "openai-completions";
|
|
11586
|
+
provider: string;
|
|
11587
|
+
baseUrl: string;
|
|
11588
|
+
compat: {
|
|
11589
|
+
supportsDeveloperRole: false;
|
|
11590
|
+
thinkingFormat: "openrouter";
|
|
11591
|
+
};
|
|
11592
|
+
reasoning: true;
|
|
11593
|
+
input: "text"[];
|
|
11594
|
+
cost: {
|
|
11595
|
+
input: number;
|
|
11596
|
+
output: number;
|
|
11597
|
+
cacheRead: number;
|
|
11598
|
+
cacheWrite: number;
|
|
11599
|
+
};
|
|
11600
|
+
contextWindow: number;
|
|
11601
|
+
maxTokens: number;
|
|
11602
|
+
};
|
|
11603
|
+
readonly "aion-labs/aion-3.0-mini": {
|
|
11604
|
+
id: string;
|
|
11605
|
+
name: string;
|
|
11606
|
+
api: "openai-completions";
|
|
11607
|
+
provider: string;
|
|
11608
|
+
baseUrl: string;
|
|
11609
|
+
compat: {
|
|
11610
|
+
supportsDeveloperRole: false;
|
|
11611
|
+
thinkingFormat: "openrouter";
|
|
11612
|
+
};
|
|
11613
|
+
reasoning: true;
|
|
11614
|
+
input: "text"[];
|
|
11615
|
+
cost: {
|
|
11616
|
+
input: number;
|
|
11617
|
+
output: number;
|
|
11618
|
+
cacheRead: number;
|
|
11619
|
+
cacheWrite: number;
|
|
11620
|
+
};
|
|
11621
|
+
contextWindow: number;
|
|
11622
|
+
maxTokens: number;
|
|
11623
|
+
};
|
|
10955
11624
|
readonly "amazon/nova-2-lite-v1": {
|
|
10956
11625
|
id: string;
|
|
10957
11626
|
name: string;
|
|
@@ -11195,7 +11864,7 @@ export declare const MODELS: {
|
|
|
11195
11864
|
};
|
|
11196
11865
|
reasoning: true;
|
|
11197
11866
|
thinkingLevelMap: {
|
|
11198
|
-
|
|
11867
|
+
max: string;
|
|
11199
11868
|
};
|
|
11200
11869
|
input: ("image" | "text")[];
|
|
11201
11870
|
cost: {
|
|
@@ -11220,6 +11889,7 @@ export declare const MODELS: {
|
|
|
11220
11889
|
reasoning: true;
|
|
11221
11890
|
thinkingLevelMap: {
|
|
11222
11891
|
xhigh: string;
|
|
11892
|
+
max: string;
|
|
11223
11893
|
};
|
|
11224
11894
|
input: ("image" | "text")[];
|
|
11225
11895
|
cost: {
|
|
@@ -11244,6 +11914,7 @@ export declare const MODELS: {
|
|
|
11244
11914
|
reasoning: true;
|
|
11245
11915
|
thinkingLevelMap: {
|
|
11246
11916
|
xhigh: string;
|
|
11917
|
+
max: string;
|
|
11247
11918
|
};
|
|
11248
11919
|
input: ("image" | "text")[];
|
|
11249
11920
|
cost: {
|
|
@@ -11268,6 +11939,7 @@ export declare const MODELS: {
|
|
|
11268
11939
|
reasoning: true;
|
|
11269
11940
|
thinkingLevelMap: {
|
|
11270
11941
|
xhigh: string;
|
|
11942
|
+
max: string;
|
|
11271
11943
|
};
|
|
11272
11944
|
input: ("image" | "text")[];
|
|
11273
11945
|
cost: {
|
|
@@ -11292,6 +11964,7 @@ export declare const MODELS: {
|
|
|
11292
11964
|
reasoning: true;
|
|
11293
11965
|
thinkingLevelMap: {
|
|
11294
11966
|
xhigh: string;
|
|
11967
|
+
max: string;
|
|
11295
11968
|
};
|
|
11296
11969
|
input: ("image" | "text")[];
|
|
11297
11970
|
cost: {
|
|
@@ -11356,6 +12029,9 @@ export declare const MODELS: {
|
|
|
11356
12029
|
cacheControlFormat: "anthropic";
|
|
11357
12030
|
};
|
|
11358
12031
|
reasoning: true;
|
|
12032
|
+
thinkingLevelMap: {
|
|
12033
|
+
max: string;
|
|
12034
|
+
};
|
|
11359
12035
|
input: ("image" | "text")[];
|
|
11360
12036
|
cost: {
|
|
11361
12037
|
input: number;
|
|
@@ -11377,6 +12053,10 @@ export declare const MODELS: {
|
|
|
11377
12053
|
cacheControlFormat: "anthropic";
|
|
11378
12054
|
};
|
|
11379
12055
|
reasoning: true;
|
|
12056
|
+
thinkingLevelMap: {
|
|
12057
|
+
xhigh: string;
|
|
12058
|
+
max: string;
|
|
12059
|
+
};
|
|
11380
12060
|
input: ("image" | "text")[];
|
|
11381
12061
|
cost: {
|
|
11382
12062
|
input: number;
|
|
@@ -11408,27 +12088,6 @@ export declare const MODELS: {
|
|
|
11408
12088
|
contextWindow: number;
|
|
11409
12089
|
maxTokens: number;
|
|
11410
12090
|
};
|
|
11411
|
-
readonly "arcee-ai/trinity-mini": {
|
|
11412
|
-
id: string;
|
|
11413
|
-
name: string;
|
|
11414
|
-
api: "openai-completions";
|
|
11415
|
-
provider: string;
|
|
11416
|
-
baseUrl: string;
|
|
11417
|
-
compat: {
|
|
11418
|
-
supportsDeveloperRole: false;
|
|
11419
|
-
thinkingFormat: "openrouter";
|
|
11420
|
-
};
|
|
11421
|
-
reasoning: true;
|
|
11422
|
-
input: "text"[];
|
|
11423
|
-
cost: {
|
|
11424
|
-
input: number;
|
|
11425
|
-
output: number;
|
|
11426
|
-
cacheRead: number;
|
|
11427
|
-
cacheWrite: number;
|
|
11428
|
-
};
|
|
11429
|
-
contextWindow: number;
|
|
11430
|
-
maxTokens: number;
|
|
11431
|
-
};
|
|
11432
12091
|
readonly "arcee-ai/virtuoso-large": {
|
|
11433
12092
|
id: string;
|
|
11434
12093
|
name: string;
|
|
@@ -11803,6 +12462,7 @@ export declare const MODELS: {
|
|
|
11803
12462
|
low: null;
|
|
11804
12463
|
medium: null;
|
|
11805
12464
|
high: string;
|
|
12465
|
+
max: null;
|
|
11806
12466
|
xhigh: string;
|
|
11807
12467
|
};
|
|
11808
12468
|
input: "text"[];
|
|
@@ -11832,6 +12492,7 @@ export declare const MODELS: {
|
|
|
11832
12492
|
low: null;
|
|
11833
12493
|
medium: null;
|
|
11834
12494
|
high: string;
|
|
12495
|
+
max: null;
|
|
11835
12496
|
xhigh: string;
|
|
11836
12497
|
};
|
|
11837
12498
|
input: "text"[];
|
|
@@ -11886,27 +12547,6 @@ export declare const MODELS: {
|
|
|
11886
12547
|
contextWindow: number;
|
|
11887
12548
|
maxTokens: number;
|
|
11888
12549
|
};
|
|
11889
|
-
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
11890
|
-
id: string;
|
|
11891
|
-
name: string;
|
|
11892
|
-
api: "openai-completions";
|
|
11893
|
-
provider: string;
|
|
11894
|
-
baseUrl: string;
|
|
11895
|
-
compat: {
|
|
11896
|
-
supportsDeveloperRole: false;
|
|
11897
|
-
thinkingFormat: "openrouter";
|
|
11898
|
-
};
|
|
11899
|
-
reasoning: true;
|
|
11900
|
-
input: ("image" | "text")[];
|
|
11901
|
-
cost: {
|
|
11902
|
-
input: number;
|
|
11903
|
-
output: number;
|
|
11904
|
-
cacheRead: number;
|
|
11905
|
-
cacheWrite: number;
|
|
11906
|
-
};
|
|
11907
|
-
contextWindow: number;
|
|
11908
|
-
maxTokens: number;
|
|
11909
|
-
};
|
|
11910
12550
|
readonly "google/gemini-2.5-pro": {
|
|
11911
12551
|
id: string;
|
|
11912
12552
|
name: string;
|
|
@@ -13095,7 +13735,28 @@ export declare const MODELS: {
|
|
|
13095
13735
|
compat: {
|
|
13096
13736
|
supportsDeveloperRole: false;
|
|
13097
13737
|
thinkingFormat: "openrouter";
|
|
13098
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
13738
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
13739
|
+
};
|
|
13740
|
+
reasoning: true;
|
|
13741
|
+
input: ("image" | "text")[];
|
|
13742
|
+
cost: {
|
|
13743
|
+
input: number;
|
|
13744
|
+
output: number;
|
|
13745
|
+
cacheRead: number;
|
|
13746
|
+
cacheWrite: number;
|
|
13747
|
+
};
|
|
13748
|
+
contextWindow: number;
|
|
13749
|
+
maxTokens: number;
|
|
13750
|
+
};
|
|
13751
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
13752
|
+
id: string;
|
|
13753
|
+
name: string;
|
|
13754
|
+
api: "openai-completions";
|
|
13755
|
+
provider: string;
|
|
13756
|
+
baseUrl: string;
|
|
13757
|
+
compat: {
|
|
13758
|
+
supportsDeveloperRole: false;
|
|
13759
|
+
thinkingFormat: "openrouter";
|
|
13099
13760
|
};
|
|
13100
13761
|
reasoning: true;
|
|
13101
13762
|
input: ("image" | "text")[];
|
|
@@ -13108,7 +13769,7 @@ export declare const MODELS: {
|
|
|
13108
13769
|
contextWindow: number;
|
|
13109
13770
|
maxTokens: number;
|
|
13110
13771
|
};
|
|
13111
|
-
readonly "
|
|
13772
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
13112
13773
|
id: string;
|
|
13113
13774
|
name: string;
|
|
13114
13775
|
api: "openai-completions";
|
|
@@ -13129,7 +13790,7 @@ export declare const MODELS: {
|
|
|
13129
13790
|
contextWindow: number;
|
|
13130
13791
|
maxTokens: number;
|
|
13131
13792
|
};
|
|
13132
|
-
readonly "nex-agi/nex-n2-
|
|
13793
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
13133
13794
|
id: string;
|
|
13134
13795
|
name: string;
|
|
13135
13796
|
api: "openai-completions";
|
|
@@ -14139,7 +14800,7 @@ export declare const MODELS: {
|
|
|
14139
14800
|
contextWindow: number;
|
|
14140
14801
|
maxTokens: number;
|
|
14141
14802
|
};
|
|
14142
|
-
readonly "openai/gpt-
|
|
14803
|
+
readonly "openai/gpt-5.6-luna": {
|
|
14143
14804
|
id: string;
|
|
14144
14805
|
name: string;
|
|
14145
14806
|
api: "openai-completions";
|
|
@@ -14148,8 +14809,12 @@ export declare const MODELS: {
|
|
|
14148
14809
|
compat: {
|
|
14149
14810
|
thinkingFormat: "openrouter";
|
|
14150
14811
|
};
|
|
14151
|
-
reasoning:
|
|
14152
|
-
|
|
14812
|
+
reasoning: true;
|
|
14813
|
+
thinkingLevelMap: {
|
|
14814
|
+
xhigh: string;
|
|
14815
|
+
max: string;
|
|
14816
|
+
};
|
|
14817
|
+
input: ("image" | "text")[];
|
|
14153
14818
|
cost: {
|
|
14154
14819
|
input: number;
|
|
14155
14820
|
output: number;
|
|
@@ -14159,7 +14824,7 @@ export declare const MODELS: {
|
|
|
14159
14824
|
contextWindow: number;
|
|
14160
14825
|
maxTokens: number;
|
|
14161
14826
|
};
|
|
14162
|
-
readonly "openai/gpt-
|
|
14827
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
14163
14828
|
id: string;
|
|
14164
14829
|
name: string;
|
|
14165
14830
|
api: "openai-completions";
|
|
@@ -14168,8 +14833,12 @@ export declare const MODELS: {
|
|
|
14168
14833
|
compat: {
|
|
14169
14834
|
thinkingFormat: "openrouter";
|
|
14170
14835
|
};
|
|
14171
|
-
reasoning:
|
|
14172
|
-
|
|
14836
|
+
reasoning: true;
|
|
14837
|
+
thinkingLevelMap: {
|
|
14838
|
+
xhigh: string;
|
|
14839
|
+
max: string;
|
|
14840
|
+
};
|
|
14841
|
+
input: ("image" | "text")[];
|
|
14173
14842
|
cost: {
|
|
14174
14843
|
input: number;
|
|
14175
14844
|
output: number;
|
|
@@ -14179,7 +14848,7 @@ export declare const MODELS: {
|
|
|
14179
14848
|
contextWindow: number;
|
|
14180
14849
|
maxTokens: number;
|
|
14181
14850
|
};
|
|
14182
|
-
readonly "openai/gpt-
|
|
14851
|
+
readonly "openai/gpt-5.6-sol": {
|
|
14183
14852
|
id: string;
|
|
14184
14853
|
name: string;
|
|
14185
14854
|
api: "openai-completions";
|
|
@@ -14188,7 +14857,11 @@ export declare const MODELS: {
|
|
|
14188
14857
|
compat: {
|
|
14189
14858
|
thinkingFormat: "openrouter";
|
|
14190
14859
|
};
|
|
14191
|
-
reasoning:
|
|
14860
|
+
reasoning: true;
|
|
14861
|
+
thinkingLevelMap: {
|
|
14862
|
+
xhigh: string;
|
|
14863
|
+
max: string;
|
|
14864
|
+
};
|
|
14192
14865
|
input: ("image" | "text")[];
|
|
14193
14866
|
cost: {
|
|
14194
14867
|
input: number;
|
|
@@ -14199,7 +14872,7 @@ export declare const MODELS: {
|
|
|
14199
14872
|
contextWindow: number;
|
|
14200
14873
|
maxTokens: number;
|
|
14201
14874
|
};
|
|
14202
|
-
readonly "openai/gpt-
|
|
14875
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
14203
14876
|
id: string;
|
|
14204
14877
|
name: string;
|
|
14205
14878
|
api: "openai-completions";
|
|
@@ -14209,7 +14882,11 @@ export declare const MODELS: {
|
|
|
14209
14882
|
thinkingFormat: "openrouter";
|
|
14210
14883
|
};
|
|
14211
14884
|
reasoning: true;
|
|
14212
|
-
|
|
14885
|
+
thinkingLevelMap: {
|
|
14886
|
+
xhigh: string;
|
|
14887
|
+
max: string;
|
|
14888
|
+
};
|
|
14889
|
+
input: ("image" | "text")[];
|
|
14213
14890
|
cost: {
|
|
14214
14891
|
input: number;
|
|
14215
14892
|
output: number;
|
|
@@ -14219,7 +14896,7 @@ export declare const MODELS: {
|
|
|
14219
14896
|
contextWindow: number;
|
|
14220
14897
|
maxTokens: number;
|
|
14221
14898
|
};
|
|
14222
|
-
readonly "openai/gpt-
|
|
14899
|
+
readonly "openai/gpt-5.6-terra": {
|
|
14223
14900
|
id: string;
|
|
14224
14901
|
name: string;
|
|
14225
14902
|
api: "openai-completions";
|
|
@@ -14229,7 +14906,11 @@ export declare const MODELS: {
|
|
|
14229
14906
|
thinkingFormat: "openrouter";
|
|
14230
14907
|
};
|
|
14231
14908
|
reasoning: true;
|
|
14232
|
-
|
|
14909
|
+
thinkingLevelMap: {
|
|
14910
|
+
xhigh: string;
|
|
14911
|
+
max: string;
|
|
14912
|
+
};
|
|
14913
|
+
input: ("image" | "text")[];
|
|
14233
14914
|
cost: {
|
|
14234
14915
|
input: number;
|
|
14235
14916
|
output: number;
|
|
@@ -14239,7 +14920,7 @@ export declare const MODELS: {
|
|
|
14239
14920
|
contextWindow: number;
|
|
14240
14921
|
maxTokens: number;
|
|
14241
14922
|
};
|
|
14242
|
-
readonly "openai/gpt-
|
|
14923
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
14243
14924
|
id: string;
|
|
14244
14925
|
name: string;
|
|
14245
14926
|
api: "openai-completions";
|
|
@@ -14249,6 +14930,30 @@ export declare const MODELS: {
|
|
|
14249
14930
|
thinkingFormat: "openrouter";
|
|
14250
14931
|
};
|
|
14251
14932
|
reasoning: true;
|
|
14933
|
+
thinkingLevelMap: {
|
|
14934
|
+
xhigh: string;
|
|
14935
|
+
max: string;
|
|
14936
|
+
};
|
|
14937
|
+
input: ("image" | "text")[];
|
|
14938
|
+
cost: {
|
|
14939
|
+
input: number;
|
|
14940
|
+
output: number;
|
|
14941
|
+
cacheRead: number;
|
|
14942
|
+
cacheWrite: number;
|
|
14943
|
+
};
|
|
14944
|
+
contextWindow: number;
|
|
14945
|
+
maxTokens: number;
|
|
14946
|
+
};
|
|
14947
|
+
readonly "openai/gpt-audio": {
|
|
14948
|
+
id: string;
|
|
14949
|
+
name: string;
|
|
14950
|
+
api: "openai-completions";
|
|
14951
|
+
provider: string;
|
|
14952
|
+
baseUrl: string;
|
|
14953
|
+
compat: {
|
|
14954
|
+
thinkingFormat: "openrouter";
|
|
14955
|
+
};
|
|
14956
|
+
reasoning: false;
|
|
14252
14957
|
input: "text"[];
|
|
14253
14958
|
cost: {
|
|
14254
14959
|
input: number;
|
|
@@ -14259,7 +14964,7 @@ export declare const MODELS: {
|
|
|
14259
14964
|
contextWindow: number;
|
|
14260
14965
|
maxTokens: number;
|
|
14261
14966
|
};
|
|
14262
|
-
readonly "openai/gpt-
|
|
14967
|
+
readonly "openai/gpt-audio-mini": {
|
|
14263
14968
|
id: string;
|
|
14264
14969
|
name: string;
|
|
14265
14970
|
api: "openai-completions";
|
|
@@ -14268,7 +14973,7 @@ export declare const MODELS: {
|
|
|
14268
14973
|
compat: {
|
|
14269
14974
|
thinkingFormat: "openrouter";
|
|
14270
14975
|
};
|
|
14271
|
-
reasoning:
|
|
14976
|
+
reasoning: false;
|
|
14272
14977
|
input: "text"[];
|
|
14273
14978
|
cost: {
|
|
14274
14979
|
input: number;
|
|
@@ -14279,7 +14984,27 @@ export declare const MODELS: {
|
|
|
14279
14984
|
contextWindow: number;
|
|
14280
14985
|
maxTokens: number;
|
|
14281
14986
|
};
|
|
14282
|
-
readonly "openai/gpt-
|
|
14987
|
+
readonly "openai/gpt-chat-latest": {
|
|
14988
|
+
id: string;
|
|
14989
|
+
name: string;
|
|
14990
|
+
api: "openai-completions";
|
|
14991
|
+
provider: string;
|
|
14992
|
+
baseUrl: string;
|
|
14993
|
+
compat: {
|
|
14994
|
+
thinkingFormat: "openrouter";
|
|
14995
|
+
};
|
|
14996
|
+
reasoning: false;
|
|
14997
|
+
input: ("image" | "text")[];
|
|
14998
|
+
cost: {
|
|
14999
|
+
input: number;
|
|
15000
|
+
output: number;
|
|
15001
|
+
cacheRead: number;
|
|
15002
|
+
cacheWrite: number;
|
|
15003
|
+
};
|
|
15004
|
+
contextWindow: number;
|
|
15005
|
+
maxTokens: number;
|
|
15006
|
+
};
|
|
15007
|
+
readonly "openai/gpt-oss-120b": {
|
|
14283
15008
|
id: string;
|
|
14284
15009
|
name: string;
|
|
14285
15010
|
api: "openai-completions";
|
|
@@ -14299,7 +15024,7 @@ export declare const MODELS: {
|
|
|
14299
15024
|
contextWindow: number;
|
|
14300
15025
|
maxTokens: number;
|
|
14301
15026
|
};
|
|
14302
|
-
readonly "openai/
|
|
15027
|
+
readonly "openai/gpt-oss-120b:free": {
|
|
14303
15028
|
id: string;
|
|
14304
15029
|
name: string;
|
|
14305
15030
|
api: "openai-completions";
|
|
@@ -14309,7 +15034,7 @@ export declare const MODELS: {
|
|
|
14309
15034
|
thinkingFormat: "openrouter";
|
|
14310
15035
|
};
|
|
14311
15036
|
reasoning: true;
|
|
14312
|
-
input:
|
|
15037
|
+
input: "text"[];
|
|
14313
15038
|
cost: {
|
|
14314
15039
|
input: number;
|
|
14315
15040
|
output: number;
|
|
@@ -14319,7 +15044,7 @@ export declare const MODELS: {
|
|
|
14319
15044
|
contextWindow: number;
|
|
14320
15045
|
maxTokens: number;
|
|
14321
15046
|
};
|
|
14322
|
-
readonly "openai/
|
|
15047
|
+
readonly "openai/gpt-oss-20b": {
|
|
14323
15048
|
id: string;
|
|
14324
15049
|
name: string;
|
|
14325
15050
|
api: "openai-completions";
|
|
@@ -14329,7 +15054,7 @@ export declare const MODELS: {
|
|
|
14329
15054
|
thinkingFormat: "openrouter";
|
|
14330
15055
|
};
|
|
14331
15056
|
reasoning: true;
|
|
14332
|
-
input:
|
|
15057
|
+
input: "text"[];
|
|
14333
15058
|
cost: {
|
|
14334
15059
|
input: number;
|
|
14335
15060
|
output: number;
|
|
@@ -14339,7 +15064,7 @@ export declare const MODELS: {
|
|
|
14339
15064
|
contextWindow: number;
|
|
14340
15065
|
maxTokens: number;
|
|
14341
15066
|
};
|
|
14342
|
-
readonly "openai/
|
|
15067
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
14343
15068
|
id: string;
|
|
14344
15069
|
name: string;
|
|
14345
15070
|
api: "openai-completions";
|
|
@@ -14349,7 +15074,7 @@ export declare const MODELS: {
|
|
|
14349
15074
|
thinkingFormat: "openrouter";
|
|
14350
15075
|
};
|
|
14351
15076
|
reasoning: true;
|
|
14352
|
-
input:
|
|
15077
|
+
input: "text"[];
|
|
14353
15078
|
cost: {
|
|
14354
15079
|
input: number;
|
|
14355
15080
|
output: number;
|
|
@@ -14359,7 +15084,7 @@ export declare const MODELS: {
|
|
|
14359
15084
|
contextWindow: number;
|
|
14360
15085
|
maxTokens: number;
|
|
14361
15086
|
};
|
|
14362
|
-
readonly "openai/
|
|
15087
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
14363
15088
|
id: string;
|
|
14364
15089
|
name: string;
|
|
14365
15090
|
api: "openai-completions";
|
|
@@ -14379,7 +15104,7 @@ export declare const MODELS: {
|
|
|
14379
15104
|
contextWindow: number;
|
|
14380
15105
|
maxTokens: number;
|
|
14381
15106
|
};
|
|
14382
|
-
readonly "openai/
|
|
15107
|
+
readonly "openai/o1": {
|
|
14383
15108
|
id: string;
|
|
14384
15109
|
name: string;
|
|
14385
15110
|
api: "openai-completions";
|
|
@@ -14389,7 +15114,7 @@ export declare const MODELS: {
|
|
|
14389
15114
|
thinkingFormat: "openrouter";
|
|
14390
15115
|
};
|
|
14391
15116
|
reasoning: true;
|
|
14392
|
-
input: "text"[];
|
|
15117
|
+
input: ("image" | "text")[];
|
|
14393
15118
|
cost: {
|
|
14394
15119
|
input: number;
|
|
14395
15120
|
output: number;
|
|
@@ -14399,7 +15124,7 @@ export declare const MODELS: {
|
|
|
14399
15124
|
contextWindow: number;
|
|
14400
15125
|
maxTokens: number;
|
|
14401
15126
|
};
|
|
14402
|
-
readonly "openai/o3
|
|
15127
|
+
readonly "openai/o3": {
|
|
14403
15128
|
id: string;
|
|
14404
15129
|
name: string;
|
|
14405
15130
|
api: "openai-completions";
|
|
@@ -14419,7 +15144,7 @@ export declare const MODELS: {
|
|
|
14419
15144
|
contextWindow: number;
|
|
14420
15145
|
maxTokens: number;
|
|
14421
15146
|
};
|
|
14422
|
-
readonly "openai/
|
|
15147
|
+
readonly "openai/o3-deep-research": {
|
|
14423
15148
|
id: string;
|
|
14424
15149
|
name: string;
|
|
14425
15150
|
api: "openai-completions";
|
|
@@ -14439,7 +15164,47 @@ export declare const MODELS: {
|
|
|
14439
15164
|
contextWindow: number;
|
|
14440
15165
|
maxTokens: number;
|
|
14441
15166
|
};
|
|
14442
|
-
readonly "openai/
|
|
15167
|
+
readonly "openai/o3-mini": {
|
|
15168
|
+
id: string;
|
|
15169
|
+
name: string;
|
|
15170
|
+
api: "openai-completions";
|
|
15171
|
+
provider: string;
|
|
15172
|
+
baseUrl: string;
|
|
15173
|
+
compat: {
|
|
15174
|
+
thinkingFormat: "openrouter";
|
|
15175
|
+
};
|
|
15176
|
+
reasoning: true;
|
|
15177
|
+
input: "text"[];
|
|
15178
|
+
cost: {
|
|
15179
|
+
input: number;
|
|
15180
|
+
output: number;
|
|
15181
|
+
cacheRead: number;
|
|
15182
|
+
cacheWrite: number;
|
|
15183
|
+
};
|
|
15184
|
+
contextWindow: number;
|
|
15185
|
+
maxTokens: number;
|
|
15186
|
+
};
|
|
15187
|
+
readonly "openai/o3-mini-high": {
|
|
15188
|
+
id: string;
|
|
15189
|
+
name: string;
|
|
15190
|
+
api: "openai-completions";
|
|
15191
|
+
provider: string;
|
|
15192
|
+
baseUrl: string;
|
|
15193
|
+
compat: {
|
|
15194
|
+
thinkingFormat: "openrouter";
|
|
15195
|
+
};
|
|
15196
|
+
reasoning: true;
|
|
15197
|
+
input: "text"[];
|
|
15198
|
+
cost: {
|
|
15199
|
+
input: number;
|
|
15200
|
+
output: number;
|
|
15201
|
+
cacheRead: number;
|
|
15202
|
+
cacheWrite: number;
|
|
15203
|
+
};
|
|
15204
|
+
contextWindow: number;
|
|
15205
|
+
maxTokens: number;
|
|
15206
|
+
};
|
|
15207
|
+
readonly "openai/o3-pro": {
|
|
14443
15208
|
id: string;
|
|
14444
15209
|
name: string;
|
|
14445
15210
|
api: "openai-completions";
|
|
@@ -14459,7 +15224,7 @@ export declare const MODELS: {
|
|
|
14459
15224
|
contextWindow: number;
|
|
14460
15225
|
maxTokens: number;
|
|
14461
15226
|
};
|
|
14462
|
-
readonly "openai/o4-mini
|
|
15227
|
+
readonly "openai/o4-mini": {
|
|
14463
15228
|
id: string;
|
|
14464
15229
|
name: string;
|
|
14465
15230
|
api: "openai-completions";
|
|
@@ -14479,14 +15244,13 @@ export declare const MODELS: {
|
|
|
14479
15244
|
contextWindow: number;
|
|
14480
15245
|
maxTokens: number;
|
|
14481
15246
|
};
|
|
14482
|
-
readonly "
|
|
15247
|
+
readonly "openai/o4-mini-deep-research": {
|
|
14483
15248
|
id: string;
|
|
14484
15249
|
name: string;
|
|
14485
15250
|
api: "openai-completions";
|
|
14486
15251
|
provider: string;
|
|
14487
15252
|
baseUrl: string;
|
|
14488
15253
|
compat: {
|
|
14489
|
-
supportsDeveloperRole: false;
|
|
14490
15254
|
thinkingFormat: "openrouter";
|
|
14491
15255
|
};
|
|
14492
15256
|
reasoning: true;
|
|
@@ -14500,14 +15264,13 @@ export declare const MODELS: {
|
|
|
14500
15264
|
contextWindow: number;
|
|
14501
15265
|
maxTokens: number;
|
|
14502
15266
|
};
|
|
14503
|
-
readonly "
|
|
15267
|
+
readonly "openai/o4-mini-high": {
|
|
14504
15268
|
id: string;
|
|
14505
15269
|
name: string;
|
|
14506
15270
|
api: "openai-completions";
|
|
14507
15271
|
provider: string;
|
|
14508
15272
|
baseUrl: string;
|
|
14509
15273
|
compat: {
|
|
14510
|
-
supportsDeveloperRole: false;
|
|
14511
15274
|
thinkingFormat: "openrouter";
|
|
14512
15275
|
};
|
|
14513
15276
|
reasoning: true;
|
|
@@ -14521,7 +15284,7 @@ export declare const MODELS: {
|
|
|
14521
15284
|
contextWindow: number;
|
|
14522
15285
|
maxTokens: number;
|
|
14523
15286
|
};
|
|
14524
|
-
readonly "openrouter/
|
|
15287
|
+
readonly "openrouter/auto": {
|
|
14525
15288
|
id: string;
|
|
14526
15289
|
name: string;
|
|
14527
15290
|
api: "openai-completions";
|
|
@@ -14532,7 +15295,7 @@ export declare const MODELS: {
|
|
|
14532
15295
|
thinkingFormat: "openrouter";
|
|
14533
15296
|
};
|
|
14534
15297
|
reasoning: true;
|
|
14535
|
-
input: "text"[];
|
|
15298
|
+
input: ("image" | "text")[];
|
|
14536
15299
|
cost: {
|
|
14537
15300
|
input: number;
|
|
14538
15301
|
output: number;
|
|
@@ -14542,7 +15305,7 @@ export declare const MODELS: {
|
|
|
14542
15305
|
contextWindow: number;
|
|
14543
15306
|
maxTokens: number;
|
|
14544
15307
|
};
|
|
14545
|
-
readonly "
|
|
15308
|
+
readonly "openrouter/free": {
|
|
14546
15309
|
id: string;
|
|
14547
15310
|
name: string;
|
|
14548
15311
|
api: "openai-completions";
|
|
@@ -14553,7 +15316,7 @@ export declare const MODELS: {
|
|
|
14553
15316
|
thinkingFormat: "openrouter";
|
|
14554
15317
|
};
|
|
14555
15318
|
reasoning: true;
|
|
14556
|
-
input: "text"[];
|
|
15319
|
+
input: ("image" | "text")[];
|
|
14557
15320
|
cost: {
|
|
14558
15321
|
input: number;
|
|
14559
15322
|
output: number;
|
|
@@ -14563,7 +15326,7 @@ export declare const MODELS: {
|
|
|
14563
15326
|
contextWindow: number;
|
|
14564
15327
|
maxTokens: number;
|
|
14565
15328
|
};
|
|
14566
|
-
readonly "
|
|
15329
|
+
readonly "openrouter/fusion": {
|
|
14567
15330
|
id: string;
|
|
14568
15331
|
name: string;
|
|
14569
15332
|
api: "openai-completions";
|
|
@@ -14584,7 +15347,7 @@ export declare const MODELS: {
|
|
|
14584
15347
|
contextWindow: number;
|
|
14585
15348
|
maxTokens: number;
|
|
14586
15349
|
};
|
|
14587
|
-
readonly "poolside/laguna-
|
|
15350
|
+
readonly "poolside/laguna-m.1": {
|
|
14588
15351
|
id: string;
|
|
14589
15352
|
name: string;
|
|
14590
15353
|
api: "openai-completions";
|
|
@@ -14605,7 +15368,7 @@ export declare const MODELS: {
|
|
|
14605
15368
|
contextWindow: number;
|
|
14606
15369
|
maxTokens: number;
|
|
14607
15370
|
};
|
|
14608
|
-
readonly "poolside/laguna-
|
|
15371
|
+
readonly "poolside/laguna-m.1:free": {
|
|
14609
15372
|
id: string;
|
|
14610
15373
|
name: string;
|
|
14611
15374
|
api: "openai-completions";
|
|
@@ -14626,7 +15389,7 @@ export declare const MODELS: {
|
|
|
14626
15389
|
contextWindow: number;
|
|
14627
15390
|
maxTokens: number;
|
|
14628
15391
|
};
|
|
14629
|
-
readonly "poolside/laguna-xs.
|
|
15392
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
14630
15393
|
id: string;
|
|
14631
15394
|
name: string;
|
|
14632
15395
|
api: "openai-completions";
|
|
@@ -14647,7 +15410,7 @@ export declare const MODELS: {
|
|
|
14647
15410
|
contextWindow: number;
|
|
14648
15411
|
maxTokens: number;
|
|
14649
15412
|
};
|
|
14650
|
-
readonly "poolside/laguna-xs.
|
|
15413
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
14651
15414
|
id: string;
|
|
14652
15415
|
name: string;
|
|
14653
15416
|
api: "openai-completions";
|
|
@@ -15928,6 +16691,27 @@ export declare const MODELS: {
|
|
|
15928
16691
|
contextWindow: number;
|
|
15929
16692
|
maxTokens: number;
|
|
15930
16693
|
};
|
|
16694
|
+
readonly "x-ai/grok-4.5": {
|
|
16695
|
+
id: string;
|
|
16696
|
+
name: string;
|
|
16697
|
+
api: "openai-completions";
|
|
16698
|
+
provider: string;
|
|
16699
|
+
baseUrl: string;
|
|
16700
|
+
compat: {
|
|
16701
|
+
supportsDeveloperRole: false;
|
|
16702
|
+
thinkingFormat: "openrouter";
|
|
16703
|
+
};
|
|
16704
|
+
reasoning: true;
|
|
16705
|
+
input: ("image" | "text")[];
|
|
16706
|
+
cost: {
|
|
16707
|
+
input: number;
|
|
16708
|
+
output: number;
|
|
16709
|
+
cacheRead: number;
|
|
16710
|
+
cacheWrite: number;
|
|
16711
|
+
};
|
|
16712
|
+
contextWindow: number;
|
|
16713
|
+
maxTokens: number;
|
|
16714
|
+
};
|
|
15931
16715
|
readonly "x-ai/grok-build-0.1": {
|
|
15932
16716
|
id: string;
|
|
15933
16717
|
name: string;
|
|
@@ -16435,6 +17219,27 @@ export declare const MODELS: {
|
|
|
16435
17219
|
contextWindow: number;
|
|
16436
17220
|
maxTokens: number;
|
|
16437
17221
|
};
|
|
17222
|
+
readonly "~x-ai/grok-latest": {
|
|
17223
|
+
id: string;
|
|
17224
|
+
name: string;
|
|
17225
|
+
api: "openai-completions";
|
|
17226
|
+
provider: string;
|
|
17227
|
+
baseUrl: string;
|
|
17228
|
+
compat: {
|
|
17229
|
+
supportsDeveloperRole: false;
|
|
17230
|
+
thinkingFormat: "openrouter";
|
|
17231
|
+
};
|
|
17232
|
+
reasoning: true;
|
|
17233
|
+
input: ("image" | "text")[];
|
|
17234
|
+
cost: {
|
|
17235
|
+
input: number;
|
|
17236
|
+
output: number;
|
|
17237
|
+
cacheRead: number;
|
|
17238
|
+
cacheWrite: number;
|
|
17239
|
+
};
|
|
17240
|
+
contextWindow: number;
|
|
17241
|
+
maxTokens: number;
|
|
17242
|
+
};
|
|
16438
17243
|
};
|
|
16439
17244
|
readonly together: {
|
|
16440
17245
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
@@ -17557,6 +18362,7 @@ export declare const MODELS: {
|
|
|
17557
18362
|
thinkingLevelMap: {
|
|
17558
18363
|
off: null;
|
|
17559
18364
|
xhigh: string;
|
|
18365
|
+
max: string;
|
|
17560
18366
|
};
|
|
17561
18367
|
input: ("image" | "text")[];
|
|
17562
18368
|
cost: {
|
|
@@ -17647,7 +18453,7 @@ export declare const MODELS: {
|
|
|
17647
18453
|
};
|
|
17648
18454
|
reasoning: true;
|
|
17649
18455
|
thinkingLevelMap: {
|
|
17650
|
-
|
|
18456
|
+
max: string;
|
|
17651
18457
|
};
|
|
17652
18458
|
input: ("image" | "text")[];
|
|
17653
18459
|
cost: {
|
|
@@ -17672,6 +18478,7 @@ export declare const MODELS: {
|
|
|
17672
18478
|
reasoning: true;
|
|
17673
18479
|
thinkingLevelMap: {
|
|
17674
18480
|
xhigh: string;
|
|
18481
|
+
max: string;
|
|
17675
18482
|
};
|
|
17676
18483
|
input: ("image" | "text")[];
|
|
17677
18484
|
cost: {
|
|
@@ -17696,6 +18503,7 @@ export declare const MODELS: {
|
|
|
17696
18503
|
reasoning: true;
|
|
17697
18504
|
thinkingLevelMap: {
|
|
17698
18505
|
xhigh: string;
|
|
18506
|
+
max: string;
|
|
17699
18507
|
};
|
|
17700
18508
|
input: ("image" | "text")[];
|
|
17701
18509
|
cost: {
|
|
@@ -17751,6 +18559,9 @@ export declare const MODELS: {
|
|
|
17751
18559
|
forceAdaptiveThinking: true;
|
|
17752
18560
|
};
|
|
17753
18561
|
reasoning: true;
|
|
18562
|
+
thinkingLevelMap: {
|
|
18563
|
+
max: string;
|
|
18564
|
+
};
|
|
17754
18565
|
input: ("image" | "text")[];
|
|
17755
18566
|
cost: {
|
|
17756
18567
|
input: number;
|
|
@@ -17771,6 +18582,10 @@ export declare const MODELS: {
|
|
|
17771
18582
|
forceAdaptiveThinking: true;
|
|
17772
18583
|
};
|
|
17773
18584
|
reasoning: true;
|
|
18585
|
+
thinkingLevelMap: {
|
|
18586
|
+
xhigh: string;
|
|
18587
|
+
max: string;
|
|
18588
|
+
};
|
|
17774
18589
|
input: ("image" | "text")[];
|
|
17775
18590
|
cost: {
|
|
17776
18591
|
input: number;
|
|
@@ -18206,14 +19021,48 @@ export declare const MODELS: {
|
|
|
18206
19021
|
contextWindow: number;
|
|
18207
19022
|
maxTokens: number;
|
|
18208
19023
|
};
|
|
18209
|
-
readonly "inception/mercury-2": {
|
|
19024
|
+
readonly "inception/mercury-2": {
|
|
19025
|
+
id: string;
|
|
19026
|
+
name: string;
|
|
19027
|
+
api: "anthropic-messages";
|
|
19028
|
+
provider: string;
|
|
19029
|
+
baseUrl: string;
|
|
19030
|
+
reasoning: true;
|
|
19031
|
+
input: "text"[];
|
|
19032
|
+
cost: {
|
|
19033
|
+
input: number;
|
|
19034
|
+
output: number;
|
|
19035
|
+
cacheRead: number;
|
|
19036
|
+
cacheWrite: number;
|
|
19037
|
+
};
|
|
19038
|
+
contextWindow: number;
|
|
19039
|
+
maxTokens: number;
|
|
19040
|
+
};
|
|
19041
|
+
readonly "inception/mercury-coder-small": {
|
|
19042
|
+
id: string;
|
|
19043
|
+
name: string;
|
|
19044
|
+
api: "anthropic-messages";
|
|
19045
|
+
provider: string;
|
|
19046
|
+
baseUrl: string;
|
|
19047
|
+
reasoning: false;
|
|
19048
|
+
input: "text"[];
|
|
19049
|
+
cost: {
|
|
19050
|
+
input: number;
|
|
19051
|
+
output: number;
|
|
19052
|
+
cacheRead: number;
|
|
19053
|
+
cacheWrite: number;
|
|
19054
|
+
};
|
|
19055
|
+
contextWindow: number;
|
|
19056
|
+
maxTokens: number;
|
|
19057
|
+
};
|
|
19058
|
+
readonly "interfaze/interfaze-beta": {
|
|
18210
19059
|
id: string;
|
|
18211
19060
|
name: string;
|
|
18212
19061
|
api: "anthropic-messages";
|
|
18213
19062
|
provider: string;
|
|
18214
19063
|
baseUrl: string;
|
|
18215
19064
|
reasoning: true;
|
|
18216
|
-
input: "text"[];
|
|
19065
|
+
input: ("image" | "text")[];
|
|
18217
19066
|
cost: {
|
|
18218
19067
|
input: number;
|
|
18219
19068
|
output: number;
|
|
@@ -18223,13 +19072,13 @@ export declare const MODELS: {
|
|
|
18223
19072
|
contextWindow: number;
|
|
18224
19073
|
maxTokens: number;
|
|
18225
19074
|
};
|
|
18226
|
-
readonly "
|
|
19075
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
18227
19076
|
id: string;
|
|
18228
19077
|
name: string;
|
|
18229
19078
|
api: "anthropic-messages";
|
|
18230
19079
|
provider: string;
|
|
18231
19080
|
baseUrl: string;
|
|
18232
|
-
reasoning:
|
|
19081
|
+
reasoning: true;
|
|
18233
19082
|
input: "text"[];
|
|
18234
19083
|
cost: {
|
|
18235
19084
|
input: number;
|
|
@@ -18240,14 +19089,14 @@ export declare const MODELS: {
|
|
|
18240
19089
|
contextWindow: number;
|
|
18241
19090
|
maxTokens: number;
|
|
18242
19091
|
};
|
|
18243
|
-
readonly "
|
|
19092
|
+
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
18244
19093
|
id: string;
|
|
18245
19094
|
name: string;
|
|
18246
19095
|
api: "anthropic-messages";
|
|
18247
19096
|
provider: string;
|
|
18248
19097
|
baseUrl: string;
|
|
18249
|
-
reasoning:
|
|
18250
|
-
input:
|
|
19098
|
+
reasoning: false;
|
|
19099
|
+
input: "text"[];
|
|
18251
19100
|
cost: {
|
|
18252
19101
|
input: number;
|
|
18253
19102
|
output: number;
|
|
@@ -18257,13 +19106,13 @@ export declare const MODELS: {
|
|
|
18257
19106
|
contextWindow: number;
|
|
18258
19107
|
maxTokens: number;
|
|
18259
19108
|
};
|
|
18260
|
-
readonly "kwaipilot/kat-coder-pro-
|
|
19109
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
18261
19110
|
id: string;
|
|
18262
19111
|
name: string;
|
|
18263
19112
|
api: "anthropic-messages";
|
|
18264
19113
|
provider: string;
|
|
18265
19114
|
baseUrl: string;
|
|
18266
|
-
reasoning:
|
|
19115
|
+
reasoning: true;
|
|
18267
19116
|
input: "text"[];
|
|
18268
19117
|
cost: {
|
|
18269
19118
|
input: number;
|
|
@@ -18274,7 +19123,7 @@ export declare const MODELS: {
|
|
|
18274
19123
|
contextWindow: number;
|
|
18275
19124
|
maxTokens: number;
|
|
18276
19125
|
};
|
|
18277
|
-
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
19126
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
18278
19127
|
id: string;
|
|
18279
19128
|
name: string;
|
|
18280
19129
|
api: "anthropic-messages";
|
|
@@ -18444,6 +19293,23 @@ export declare const MODELS: {
|
|
|
18444
19293
|
contextWindow: number;
|
|
18445
19294
|
maxTokens: number;
|
|
18446
19295
|
};
|
|
19296
|
+
readonly "meta/muse-spark-1.1": {
|
|
19297
|
+
id: string;
|
|
19298
|
+
name: string;
|
|
19299
|
+
api: "anthropic-messages";
|
|
19300
|
+
provider: string;
|
|
19301
|
+
baseUrl: string;
|
|
19302
|
+
reasoning: true;
|
|
19303
|
+
input: ("image" | "text")[];
|
|
19304
|
+
cost: {
|
|
19305
|
+
input: number;
|
|
19306
|
+
output: number;
|
|
19307
|
+
cacheRead: number;
|
|
19308
|
+
cacheWrite: number;
|
|
19309
|
+
};
|
|
19310
|
+
contextWindow: number;
|
|
19311
|
+
maxTokens: number;
|
|
19312
|
+
};
|
|
18447
19313
|
readonly "minimax/minimax-m2": {
|
|
18448
19314
|
id: string;
|
|
18449
19315
|
name: string;
|
|
@@ -19588,6 +20454,66 @@ export declare const MODELS: {
|
|
|
19588
20454
|
contextWindow: number;
|
|
19589
20455
|
maxTokens: number;
|
|
19590
20456
|
};
|
|
20457
|
+
readonly "openai/gpt-5.6-luna": {
|
|
20458
|
+
id: string;
|
|
20459
|
+
name: string;
|
|
20460
|
+
api: "anthropic-messages";
|
|
20461
|
+
provider: string;
|
|
20462
|
+
baseUrl: string;
|
|
20463
|
+
reasoning: true;
|
|
20464
|
+
thinkingLevelMap: {
|
|
20465
|
+
xhigh: string;
|
|
20466
|
+
};
|
|
20467
|
+
input: ("image" | "text")[];
|
|
20468
|
+
cost: {
|
|
20469
|
+
input: number;
|
|
20470
|
+
output: number;
|
|
20471
|
+
cacheRead: number;
|
|
20472
|
+
cacheWrite: number;
|
|
20473
|
+
};
|
|
20474
|
+
contextWindow: number;
|
|
20475
|
+
maxTokens: number;
|
|
20476
|
+
};
|
|
20477
|
+
readonly "openai/gpt-5.6-sol": {
|
|
20478
|
+
id: string;
|
|
20479
|
+
name: string;
|
|
20480
|
+
api: "anthropic-messages";
|
|
20481
|
+
provider: string;
|
|
20482
|
+
baseUrl: string;
|
|
20483
|
+
reasoning: true;
|
|
20484
|
+
thinkingLevelMap: {
|
|
20485
|
+
xhigh: string;
|
|
20486
|
+
};
|
|
20487
|
+
input: ("image" | "text")[];
|
|
20488
|
+
cost: {
|
|
20489
|
+
input: number;
|
|
20490
|
+
output: number;
|
|
20491
|
+
cacheRead: number;
|
|
20492
|
+
cacheWrite: number;
|
|
20493
|
+
};
|
|
20494
|
+
contextWindow: number;
|
|
20495
|
+
maxTokens: number;
|
|
20496
|
+
};
|
|
20497
|
+
readonly "openai/gpt-5.6-terra": {
|
|
20498
|
+
id: string;
|
|
20499
|
+
name: string;
|
|
20500
|
+
api: "anthropic-messages";
|
|
20501
|
+
provider: string;
|
|
20502
|
+
baseUrl: string;
|
|
20503
|
+
reasoning: true;
|
|
20504
|
+
thinkingLevelMap: {
|
|
20505
|
+
xhigh: string;
|
|
20506
|
+
};
|
|
20507
|
+
input: ("image" | "text")[];
|
|
20508
|
+
cost: {
|
|
20509
|
+
input: number;
|
|
20510
|
+
output: number;
|
|
20511
|
+
cacheRead: number;
|
|
20512
|
+
cacheWrite: number;
|
|
20513
|
+
};
|
|
20514
|
+
contextWindow: number;
|
|
20515
|
+
maxTokens: number;
|
|
20516
|
+
};
|
|
19591
20517
|
readonly "openai/gpt-oss-120b": {
|
|
19592
20518
|
id: string;
|
|
19593
20519
|
name: string;
|
|
@@ -19945,6 +20871,23 @@ export declare const MODELS: {
|
|
|
19945
20871
|
contextWindow: number;
|
|
19946
20872
|
maxTokens: number;
|
|
19947
20873
|
};
|
|
20874
|
+
readonly "xai/grok-4.5": {
|
|
20875
|
+
id: string;
|
|
20876
|
+
name: string;
|
|
20877
|
+
api: "anthropic-messages";
|
|
20878
|
+
provider: string;
|
|
20879
|
+
baseUrl: string;
|
|
20880
|
+
reasoning: true;
|
|
20881
|
+
input: ("image" | "text")[];
|
|
20882
|
+
cost: {
|
|
20883
|
+
input: number;
|
|
20884
|
+
output: number;
|
|
20885
|
+
cacheRead: number;
|
|
20886
|
+
cacheWrite: number;
|
|
20887
|
+
};
|
|
20888
|
+
contextWindow: number;
|
|
20889
|
+
maxTokens: number;
|
|
20890
|
+
};
|
|
19948
20891
|
readonly "xai/grok-build-0.1": {
|
|
19949
20892
|
id: string;
|
|
19950
20893
|
name: string;
|
|
@@ -20397,6 +21340,28 @@ export declare const MODELS: {
|
|
|
20397
21340
|
contextWindow: number;
|
|
20398
21341
|
maxTokens: number;
|
|
20399
21342
|
};
|
|
21343
|
+
readonly "grok-4.5": {
|
|
21344
|
+
id: string;
|
|
21345
|
+
name: string;
|
|
21346
|
+
api: "openai-completions";
|
|
21347
|
+
provider: string;
|
|
21348
|
+
baseUrl: string;
|
|
21349
|
+
compat: {
|
|
21350
|
+
supportsStore: false;
|
|
21351
|
+
supportsDeveloperRole: false;
|
|
21352
|
+
supportsReasoningEffort: false;
|
|
21353
|
+
};
|
|
21354
|
+
reasoning: true;
|
|
21355
|
+
input: ("image" | "text")[];
|
|
21356
|
+
cost: {
|
|
21357
|
+
input: number;
|
|
21358
|
+
output: number;
|
|
21359
|
+
cacheRead: number;
|
|
21360
|
+
cacheWrite: number;
|
|
21361
|
+
};
|
|
21362
|
+
contextWindow: number;
|
|
21363
|
+
maxTokens: number;
|
|
21364
|
+
};
|
|
20400
21365
|
readonly "grok-build-0.1": {
|
|
20401
21366
|
id: string;
|
|
20402
21367
|
name: string;
|
|
@@ -20571,27 +21536,6 @@ export declare const MODELS: {
|
|
|
20571
21536
|
};
|
|
20572
21537
|
};
|
|
20573
21538
|
readonly "xiaomi-token-plan-ams": {
|
|
20574
|
-
readonly "mimo-v2-omni": {
|
|
20575
|
-
id: string;
|
|
20576
|
-
name: string;
|
|
20577
|
-
api: "openai-completions";
|
|
20578
|
-
provider: string;
|
|
20579
|
-
baseUrl: string;
|
|
20580
|
-
compat: {
|
|
20581
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20582
|
-
thinkingFormat: "deepseek";
|
|
20583
|
-
};
|
|
20584
|
-
reasoning: true;
|
|
20585
|
-
input: ("image" | "text")[];
|
|
20586
|
-
cost: {
|
|
20587
|
-
input: number;
|
|
20588
|
-
output: number;
|
|
20589
|
-
cacheRead: number;
|
|
20590
|
-
cacheWrite: number;
|
|
20591
|
-
};
|
|
20592
|
-
contextWindow: number;
|
|
20593
|
-
maxTokens: number;
|
|
20594
|
-
};
|
|
20595
21539
|
readonly "mimo-v2-pro": {
|
|
20596
21540
|
id: string;
|
|
20597
21541
|
name: string;
|
|
@@ -20655,50 +21599,8 @@ export declare const MODELS: {
|
|
|
20655
21599
|
contextWindow: number;
|
|
20656
21600
|
maxTokens: number;
|
|
20657
21601
|
};
|
|
20658
|
-
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
20659
|
-
id: string;
|
|
20660
|
-
name: string;
|
|
20661
|
-
api: "openai-completions";
|
|
20662
|
-
provider: string;
|
|
20663
|
-
baseUrl: string;
|
|
20664
|
-
compat: {
|
|
20665
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20666
|
-
thinkingFormat: "deepseek";
|
|
20667
|
-
};
|
|
20668
|
-
reasoning: true;
|
|
20669
|
-
input: "text"[];
|
|
20670
|
-
cost: {
|
|
20671
|
-
input: number;
|
|
20672
|
-
output: number;
|
|
20673
|
-
cacheRead: number;
|
|
20674
|
-
cacheWrite: number;
|
|
20675
|
-
};
|
|
20676
|
-
contextWindow: number;
|
|
20677
|
-
maxTokens: number;
|
|
20678
|
-
};
|
|
20679
21602
|
};
|
|
20680
21603
|
readonly "xiaomi-token-plan-cn": {
|
|
20681
|
-
readonly "mimo-v2-omni": {
|
|
20682
|
-
id: string;
|
|
20683
|
-
name: string;
|
|
20684
|
-
api: "openai-completions";
|
|
20685
|
-
provider: string;
|
|
20686
|
-
baseUrl: string;
|
|
20687
|
-
compat: {
|
|
20688
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20689
|
-
thinkingFormat: "deepseek";
|
|
20690
|
-
};
|
|
20691
|
-
reasoning: true;
|
|
20692
|
-
input: ("image" | "text")[];
|
|
20693
|
-
cost: {
|
|
20694
|
-
input: number;
|
|
20695
|
-
output: number;
|
|
20696
|
-
cacheRead: number;
|
|
20697
|
-
cacheWrite: number;
|
|
20698
|
-
};
|
|
20699
|
-
contextWindow: number;
|
|
20700
|
-
maxTokens: number;
|
|
20701
|
-
};
|
|
20702
21604
|
readonly "mimo-v2-pro": {
|
|
20703
21605
|
id: string;
|
|
20704
21606
|
name: string;
|
|
@@ -20762,50 +21664,8 @@ export declare const MODELS: {
|
|
|
20762
21664
|
contextWindow: number;
|
|
20763
21665
|
maxTokens: number;
|
|
20764
21666
|
};
|
|
20765
|
-
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
20766
|
-
id: string;
|
|
20767
|
-
name: string;
|
|
20768
|
-
api: "openai-completions";
|
|
20769
|
-
provider: string;
|
|
20770
|
-
baseUrl: string;
|
|
20771
|
-
compat: {
|
|
20772
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20773
|
-
thinkingFormat: "deepseek";
|
|
20774
|
-
};
|
|
20775
|
-
reasoning: true;
|
|
20776
|
-
input: "text"[];
|
|
20777
|
-
cost: {
|
|
20778
|
-
input: number;
|
|
20779
|
-
output: number;
|
|
20780
|
-
cacheRead: number;
|
|
20781
|
-
cacheWrite: number;
|
|
20782
|
-
};
|
|
20783
|
-
contextWindow: number;
|
|
20784
|
-
maxTokens: number;
|
|
20785
|
-
};
|
|
20786
21667
|
};
|
|
20787
21668
|
readonly "xiaomi-token-plan-sgp": {
|
|
20788
|
-
readonly "mimo-v2-omni": {
|
|
20789
|
-
id: string;
|
|
20790
|
-
name: string;
|
|
20791
|
-
api: "openai-completions";
|
|
20792
|
-
provider: string;
|
|
20793
|
-
baseUrl: string;
|
|
20794
|
-
compat: {
|
|
20795
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20796
|
-
thinkingFormat: "deepseek";
|
|
20797
|
-
};
|
|
20798
|
-
reasoning: true;
|
|
20799
|
-
input: ("image" | "text")[];
|
|
20800
|
-
cost: {
|
|
20801
|
-
input: number;
|
|
20802
|
-
output: number;
|
|
20803
|
-
cacheRead: number;
|
|
20804
|
-
cacheWrite: number;
|
|
20805
|
-
};
|
|
20806
|
-
contextWindow: number;
|
|
20807
|
-
maxTokens: number;
|
|
20808
|
-
};
|
|
20809
21669
|
readonly "mimo-v2-pro": {
|
|
20810
21670
|
id: string;
|
|
20811
21671
|
name: string;
|
|
@@ -20869,27 +21729,6 @@ export declare const MODELS: {
|
|
|
20869
21729
|
contextWindow: number;
|
|
20870
21730
|
maxTokens: number;
|
|
20871
21731
|
};
|
|
20872
|
-
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
20873
|
-
id: string;
|
|
20874
|
-
name: string;
|
|
20875
|
-
api: "openai-completions";
|
|
20876
|
-
provider: string;
|
|
20877
|
-
baseUrl: string;
|
|
20878
|
-
compat: {
|
|
20879
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20880
|
-
thinkingFormat: "deepseek";
|
|
20881
|
-
};
|
|
20882
|
-
reasoning: true;
|
|
20883
|
-
input: "text"[];
|
|
20884
|
-
cost: {
|
|
20885
|
-
input: number;
|
|
20886
|
-
output: number;
|
|
20887
|
-
cacheRead: number;
|
|
20888
|
-
cacheWrite: number;
|
|
20889
|
-
};
|
|
20890
|
-
contextWindow: number;
|
|
20891
|
-
maxTokens: number;
|
|
20892
|
-
};
|
|
20893
21732
|
};
|
|
20894
21733
|
readonly zai: {
|
|
20895
21734
|
readonly "glm-4.5-air": {
|
|
@@ -21006,7 +21845,7 @@ export declare const MODELS: {
|
|
|
21006
21845
|
low: string;
|
|
21007
21846
|
medium: string;
|
|
21008
21847
|
high: string;
|
|
21009
|
-
|
|
21848
|
+
max: string;
|
|
21010
21849
|
};
|
|
21011
21850
|
input: "text"[];
|
|
21012
21851
|
cost: {
|
|
@@ -21158,7 +21997,7 @@ export declare const MODELS: {
|
|
|
21158
21997
|
low: string;
|
|
21159
21998
|
medium: string;
|
|
21160
21999
|
high: string;
|
|
21161
|
-
|
|
22000
|
+
max: string;
|
|
21162
22001
|
};
|
|
21163
22002
|
input: "text"[];
|
|
21164
22003
|
cost: {
|