@fleetagent/pi-ai 0.0.6 → 0.0.8
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/README.md +1 -1
- package/dist/image-models.generated.d.ts +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +863 -380
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1064 -678
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +21 -12
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.js +1 -1
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/images/openrouter.d.ts.map +1 -1
- package/dist/providers/images/openrouter.js +1 -1
- package/dist/providers/images/openrouter.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +163 -81
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +14 -4
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +4 -1
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +1 -1
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/types.d.ts +26 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/abort-signals.d.ts +6 -0
- package/dist/utils/abort-signals.d.ts.map +1 -0
- package/dist/utils/abort-signals.js +34 -0
- package/dist/utils/abort-signals.js.map +1 -0
- package/dist/utils/overflow.d.ts +2 -1
- package/dist/utils/overflow.d.ts.map +1 -1
- package/dist/utils/overflow.js +5 -2
- package/dist/utils/overflow.js.map +1 -1
- package/package.json +2 -1
|
@@ -159,6 +159,23 @@ export declare const MODELS: {
|
|
|
159
159
|
contextWindow: number;
|
|
160
160
|
maxTokens: number;
|
|
161
161
|
};
|
|
162
|
+
readonly "anthropic.claude-opus-4-8": {
|
|
163
|
+
id: string;
|
|
164
|
+
name: string;
|
|
165
|
+
api: "bedrock-converse-stream";
|
|
166
|
+
provider: string;
|
|
167
|
+
baseUrl: string;
|
|
168
|
+
reasoning: true;
|
|
169
|
+
input: ("image" | "text")[];
|
|
170
|
+
cost: {
|
|
171
|
+
input: number;
|
|
172
|
+
output: number;
|
|
173
|
+
cacheRead: number;
|
|
174
|
+
cacheWrite: number;
|
|
175
|
+
};
|
|
176
|
+
contextWindow: number;
|
|
177
|
+
maxTokens: number;
|
|
178
|
+
};
|
|
162
179
|
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
163
180
|
id: string;
|
|
164
181
|
name: string;
|
|
@@ -230,6 +247,23 @@ export declare const MODELS: {
|
|
|
230
247
|
contextWindow: number;
|
|
231
248
|
maxTokens: number;
|
|
232
249
|
};
|
|
250
|
+
readonly "au.anthropic.claude-opus-4-8": {
|
|
251
|
+
id: string;
|
|
252
|
+
name: string;
|
|
253
|
+
api: "bedrock-converse-stream";
|
|
254
|
+
provider: string;
|
|
255
|
+
baseUrl: string;
|
|
256
|
+
reasoning: true;
|
|
257
|
+
input: ("image" | "text")[];
|
|
258
|
+
cost: {
|
|
259
|
+
input: number;
|
|
260
|
+
output: number;
|
|
261
|
+
cacheRead: number;
|
|
262
|
+
cacheWrite: number;
|
|
263
|
+
};
|
|
264
|
+
contextWindow: number;
|
|
265
|
+
maxTokens: number;
|
|
266
|
+
};
|
|
233
267
|
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
234
268
|
id: string;
|
|
235
269
|
name: string;
|
|
@@ -389,6 +423,23 @@ export declare const MODELS: {
|
|
|
389
423
|
contextWindow: number;
|
|
390
424
|
maxTokens: number;
|
|
391
425
|
};
|
|
426
|
+
readonly "eu.anthropic.claude-opus-4-8": {
|
|
427
|
+
id: string;
|
|
428
|
+
name: string;
|
|
429
|
+
api: "bedrock-converse-stream";
|
|
430
|
+
provider: string;
|
|
431
|
+
baseUrl: string;
|
|
432
|
+
reasoning: true;
|
|
433
|
+
input: ("image" | "text")[];
|
|
434
|
+
cost: {
|
|
435
|
+
input: number;
|
|
436
|
+
output: number;
|
|
437
|
+
cacheRead: number;
|
|
438
|
+
cacheWrite: number;
|
|
439
|
+
};
|
|
440
|
+
contextWindow: number;
|
|
441
|
+
maxTokens: number;
|
|
442
|
+
};
|
|
392
443
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
393
444
|
id: string;
|
|
394
445
|
name: string;
|
|
@@ -497,6 +548,23 @@ export declare const MODELS: {
|
|
|
497
548
|
contextWindow: number;
|
|
498
549
|
maxTokens: number;
|
|
499
550
|
};
|
|
551
|
+
readonly "global.anthropic.claude-opus-4-8": {
|
|
552
|
+
id: string;
|
|
553
|
+
name: string;
|
|
554
|
+
api: "bedrock-converse-stream";
|
|
555
|
+
provider: string;
|
|
556
|
+
baseUrl: string;
|
|
557
|
+
reasoning: true;
|
|
558
|
+
input: ("image" | "text")[];
|
|
559
|
+
cost: {
|
|
560
|
+
input: number;
|
|
561
|
+
output: number;
|
|
562
|
+
cacheRead: number;
|
|
563
|
+
cacheWrite: number;
|
|
564
|
+
};
|
|
565
|
+
contextWindow: number;
|
|
566
|
+
maxTokens: number;
|
|
567
|
+
};
|
|
500
568
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
501
569
|
id: string;
|
|
502
570
|
name: string;
|
|
@@ -585,6 +653,23 @@ export declare const MODELS: {
|
|
|
585
653
|
contextWindow: number;
|
|
586
654
|
maxTokens: number;
|
|
587
655
|
};
|
|
656
|
+
readonly "jp.anthropic.claude-opus-4-8": {
|
|
657
|
+
id: string;
|
|
658
|
+
name: string;
|
|
659
|
+
api: "bedrock-converse-stream";
|
|
660
|
+
provider: string;
|
|
661
|
+
baseUrl: string;
|
|
662
|
+
reasoning: true;
|
|
663
|
+
input: ("image" | "text")[];
|
|
664
|
+
cost: {
|
|
665
|
+
input: number;
|
|
666
|
+
output: number;
|
|
667
|
+
cacheRead: number;
|
|
668
|
+
cacheWrite: number;
|
|
669
|
+
};
|
|
670
|
+
contextWindow: number;
|
|
671
|
+
maxTokens: number;
|
|
672
|
+
};
|
|
588
673
|
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
589
674
|
id: string;
|
|
590
675
|
name: string;
|
|
@@ -1010,6 +1095,63 @@ export declare const MODELS: {
|
|
|
1010
1095
|
contextWindow: number;
|
|
1011
1096
|
maxTokens: number;
|
|
1012
1097
|
};
|
|
1098
|
+
readonly "openai.gpt-5.4": {
|
|
1099
|
+
id: string;
|
|
1100
|
+
name: string;
|
|
1101
|
+
api: "bedrock-converse-stream";
|
|
1102
|
+
provider: string;
|
|
1103
|
+
baseUrl: string;
|
|
1104
|
+
reasoning: true;
|
|
1105
|
+
thinkingLevelMap: {
|
|
1106
|
+
xhigh: string;
|
|
1107
|
+
};
|
|
1108
|
+
input: ("image" | "text")[];
|
|
1109
|
+
cost: {
|
|
1110
|
+
input: number;
|
|
1111
|
+
output: number;
|
|
1112
|
+
cacheRead: number;
|
|
1113
|
+
cacheWrite: number;
|
|
1114
|
+
};
|
|
1115
|
+
contextWindow: number;
|
|
1116
|
+
maxTokens: number;
|
|
1117
|
+
};
|
|
1118
|
+
readonly "openai.gpt-5.5": {
|
|
1119
|
+
id: string;
|
|
1120
|
+
name: string;
|
|
1121
|
+
api: "bedrock-converse-stream";
|
|
1122
|
+
provider: string;
|
|
1123
|
+
baseUrl: string;
|
|
1124
|
+
reasoning: true;
|
|
1125
|
+
thinkingLevelMap: {
|
|
1126
|
+
xhigh: string;
|
|
1127
|
+
};
|
|
1128
|
+
input: ("image" | "text")[];
|
|
1129
|
+
cost: {
|
|
1130
|
+
input: number;
|
|
1131
|
+
output: number;
|
|
1132
|
+
cacheRead: number;
|
|
1133
|
+
cacheWrite: number;
|
|
1134
|
+
};
|
|
1135
|
+
contextWindow: number;
|
|
1136
|
+
maxTokens: number;
|
|
1137
|
+
};
|
|
1138
|
+
readonly "openai.gpt-oss-120b": {
|
|
1139
|
+
id: string;
|
|
1140
|
+
name: string;
|
|
1141
|
+
api: "bedrock-converse-stream";
|
|
1142
|
+
provider: string;
|
|
1143
|
+
baseUrl: string;
|
|
1144
|
+
reasoning: false;
|
|
1145
|
+
input: "text"[];
|
|
1146
|
+
cost: {
|
|
1147
|
+
input: number;
|
|
1148
|
+
output: number;
|
|
1149
|
+
cacheRead: number;
|
|
1150
|
+
cacheWrite: number;
|
|
1151
|
+
};
|
|
1152
|
+
contextWindow: number;
|
|
1153
|
+
maxTokens: number;
|
|
1154
|
+
};
|
|
1013
1155
|
readonly "openai.gpt-oss-120b-1:0": {
|
|
1014
1156
|
id: string;
|
|
1015
1157
|
name: string;
|
|
@@ -1027,6 +1169,23 @@ export declare const MODELS: {
|
|
|
1027
1169
|
contextWindow: number;
|
|
1028
1170
|
maxTokens: number;
|
|
1029
1171
|
};
|
|
1172
|
+
readonly "openai.gpt-oss-20b": {
|
|
1173
|
+
id: string;
|
|
1174
|
+
name: string;
|
|
1175
|
+
api: "bedrock-converse-stream";
|
|
1176
|
+
provider: string;
|
|
1177
|
+
baseUrl: string;
|
|
1178
|
+
reasoning: false;
|
|
1179
|
+
input: "text"[];
|
|
1180
|
+
cost: {
|
|
1181
|
+
input: number;
|
|
1182
|
+
output: number;
|
|
1183
|
+
cacheRead: number;
|
|
1184
|
+
cacheWrite: number;
|
|
1185
|
+
};
|
|
1186
|
+
contextWindow: number;
|
|
1187
|
+
maxTokens: number;
|
|
1188
|
+
};
|
|
1030
1189
|
readonly "openai.gpt-oss-20b-1:0": {
|
|
1031
1190
|
id: string;
|
|
1032
1191
|
name: string;
|
|
@@ -1288,6 +1447,23 @@ export declare const MODELS: {
|
|
|
1288
1447
|
contextWindow: number;
|
|
1289
1448
|
maxTokens: number;
|
|
1290
1449
|
};
|
|
1450
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1451
|
+
id: string;
|
|
1452
|
+
name: string;
|
|
1453
|
+
api: "bedrock-converse-stream";
|
|
1454
|
+
provider: string;
|
|
1455
|
+
baseUrl: string;
|
|
1456
|
+
reasoning: true;
|
|
1457
|
+
input: ("image" | "text")[];
|
|
1458
|
+
cost: {
|
|
1459
|
+
input: number;
|
|
1460
|
+
output: number;
|
|
1461
|
+
cacheRead: number;
|
|
1462
|
+
cacheWrite: number;
|
|
1463
|
+
};
|
|
1464
|
+
contextWindow: number;
|
|
1465
|
+
maxTokens: number;
|
|
1466
|
+
};
|
|
1291
1467
|
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1292
1468
|
id: string;
|
|
1293
1469
|
name: string;
|
|
@@ -1738,6 +1914,9 @@ export declare const MODELS: {
|
|
|
1738
1914
|
api: "anthropic-messages";
|
|
1739
1915
|
provider: string;
|
|
1740
1916
|
baseUrl: string;
|
|
1917
|
+
compat: {
|
|
1918
|
+
forceAdaptiveThinking: true;
|
|
1919
|
+
};
|
|
1741
1920
|
reasoning: true;
|
|
1742
1921
|
thinkingLevelMap: {
|
|
1743
1922
|
xhigh: string;
|
|
@@ -1758,6 +1937,10 @@ export declare const MODELS: {
|
|
|
1758
1937
|
api: "anthropic-messages";
|
|
1759
1938
|
provider: string;
|
|
1760
1939
|
baseUrl: string;
|
|
1940
|
+
compat: {
|
|
1941
|
+
forceAdaptiveThinking: true;
|
|
1942
|
+
supportsTemperature: false;
|
|
1943
|
+
};
|
|
1761
1944
|
reasoning: true;
|
|
1762
1945
|
thinkingLevelMap: {
|
|
1763
1946
|
xhigh: string;
|
|
@@ -1772,6 +1955,27 @@ export declare const MODELS: {
|
|
|
1772
1955
|
contextWindow: number;
|
|
1773
1956
|
maxTokens: number;
|
|
1774
1957
|
};
|
|
1958
|
+
readonly "claude-opus-4-8": {
|
|
1959
|
+
id: string;
|
|
1960
|
+
name: string;
|
|
1961
|
+
api: "anthropic-messages";
|
|
1962
|
+
provider: string;
|
|
1963
|
+
baseUrl: string;
|
|
1964
|
+
compat: {
|
|
1965
|
+
forceAdaptiveThinking: true;
|
|
1966
|
+
supportsTemperature: false;
|
|
1967
|
+
};
|
|
1968
|
+
reasoning: true;
|
|
1969
|
+
input: ("image" | "text")[];
|
|
1970
|
+
cost: {
|
|
1971
|
+
input: number;
|
|
1972
|
+
output: number;
|
|
1973
|
+
cacheRead: number;
|
|
1974
|
+
cacheWrite: number;
|
|
1975
|
+
};
|
|
1976
|
+
contextWindow: number;
|
|
1977
|
+
maxTokens: number;
|
|
1978
|
+
};
|
|
1775
1979
|
readonly "claude-sonnet-4-0": {
|
|
1776
1980
|
id: string;
|
|
1777
1981
|
name: string;
|
|
@@ -1846,6 +2050,9 @@ export declare const MODELS: {
|
|
|
1846
2050
|
api: "anthropic-messages";
|
|
1847
2051
|
provider: string;
|
|
1848
2052
|
baseUrl: string;
|
|
2053
|
+
compat: {
|
|
2054
|
+
forceAdaptiveThinking: true;
|
|
2055
|
+
};
|
|
1849
2056
|
reasoning: true;
|
|
1850
2057
|
input: ("image" | "text")[];
|
|
1851
2058
|
cost: {
|
|
@@ -2511,6 +2718,8 @@ export declare const MODELS: {
|
|
|
2511
2718
|
thinkingLevelMap: {
|
|
2512
2719
|
off: null;
|
|
2513
2720
|
xhigh: string;
|
|
2721
|
+
minimal: null;
|
|
2722
|
+
low: null;
|
|
2514
2723
|
};
|
|
2515
2724
|
input: ("image" | "text")[];
|
|
2516
2725
|
cost: {
|
|
@@ -2694,23 +2903,6 @@ export declare const MODELS: {
|
|
|
2694
2903
|
contextWindow: number;
|
|
2695
2904
|
maxTokens: number;
|
|
2696
2905
|
};
|
|
2697
|
-
readonly "qwen-3-235b-a22b-instruct-2507": {
|
|
2698
|
-
id: string;
|
|
2699
|
-
name: string;
|
|
2700
|
-
api: "openai-completions";
|
|
2701
|
-
provider: string;
|
|
2702
|
-
baseUrl: string;
|
|
2703
|
-
reasoning: false;
|
|
2704
|
-
input: "text"[];
|
|
2705
|
-
cost: {
|
|
2706
|
-
input: number;
|
|
2707
|
-
output: number;
|
|
2708
|
-
cacheRead: number;
|
|
2709
|
-
cacheWrite: number;
|
|
2710
|
-
};
|
|
2711
|
-
contextWindow: number;
|
|
2712
|
-
maxTokens: number;
|
|
2713
|
-
};
|
|
2714
2906
|
readonly "zai-glm-4.7": {
|
|
2715
2907
|
id: string;
|
|
2716
2908
|
name: string;
|
|
@@ -2906,6 +3098,9 @@ export declare const MODELS: {
|
|
|
2906
3098
|
api: "anthropic-messages";
|
|
2907
3099
|
provider: string;
|
|
2908
3100
|
baseUrl: string;
|
|
3101
|
+
compat: {
|
|
3102
|
+
forceAdaptiveThinking: true;
|
|
3103
|
+
};
|
|
2909
3104
|
reasoning: true;
|
|
2910
3105
|
thinkingLevelMap: {
|
|
2911
3106
|
xhigh: string;
|
|
@@ -2926,6 +3121,10 @@ export declare const MODELS: {
|
|
|
2926
3121
|
api: "anthropic-messages";
|
|
2927
3122
|
provider: string;
|
|
2928
3123
|
baseUrl: string;
|
|
3124
|
+
compat: {
|
|
3125
|
+
forceAdaptiveThinking: true;
|
|
3126
|
+
supportsTemperature: false;
|
|
3127
|
+
};
|
|
2929
3128
|
reasoning: true;
|
|
2930
3129
|
thinkingLevelMap: {
|
|
2931
3130
|
xhigh: string;
|
|
@@ -2940,6 +3139,27 @@ export declare const MODELS: {
|
|
|
2940
3139
|
contextWindow: number;
|
|
2941
3140
|
maxTokens: number;
|
|
2942
3141
|
};
|
|
3142
|
+
readonly "claude-opus-4-8": {
|
|
3143
|
+
id: string;
|
|
3144
|
+
name: string;
|
|
3145
|
+
api: "anthropic-messages";
|
|
3146
|
+
provider: string;
|
|
3147
|
+
baseUrl: string;
|
|
3148
|
+
compat: {
|
|
3149
|
+
forceAdaptiveThinking: true;
|
|
3150
|
+
supportsTemperature: false;
|
|
3151
|
+
};
|
|
3152
|
+
reasoning: true;
|
|
3153
|
+
input: ("image" | "text")[];
|
|
3154
|
+
cost: {
|
|
3155
|
+
input: number;
|
|
3156
|
+
output: number;
|
|
3157
|
+
cacheRead: number;
|
|
3158
|
+
cacheWrite: number;
|
|
3159
|
+
};
|
|
3160
|
+
contextWindow: number;
|
|
3161
|
+
maxTokens: number;
|
|
3162
|
+
};
|
|
2943
3163
|
readonly "claude-sonnet-4": {
|
|
2944
3164
|
id: string;
|
|
2945
3165
|
name: string;
|
|
@@ -2980,6 +3200,9 @@ export declare const MODELS: {
|
|
|
2980
3200
|
api: "anthropic-messages";
|
|
2981
3201
|
provider: string;
|
|
2982
3202
|
baseUrl: string;
|
|
3203
|
+
compat: {
|
|
3204
|
+
forceAdaptiveThinking: true;
|
|
3205
|
+
};
|
|
2983
3206
|
reasoning: true;
|
|
2984
3207
|
input: ("image" | "text")[];
|
|
2985
3208
|
cost: {
|
|
@@ -3471,26 +3694,6 @@ export declare const MODELS: {
|
|
|
3471
3694
|
contextWindow: number;
|
|
3472
3695
|
maxTokens: number;
|
|
3473
3696
|
};
|
|
3474
|
-
readonly "@cf/moonshotai/kimi-k2.5": {
|
|
3475
|
-
id: string;
|
|
3476
|
-
name: string;
|
|
3477
|
-
api: "openai-completions";
|
|
3478
|
-
provider: string;
|
|
3479
|
-
baseUrl: string;
|
|
3480
|
-
compat: {
|
|
3481
|
-
sendSessionAffinityHeaders: true;
|
|
3482
|
-
};
|
|
3483
|
-
reasoning: true;
|
|
3484
|
-
input: ("image" | "text")[];
|
|
3485
|
-
cost: {
|
|
3486
|
-
input: number;
|
|
3487
|
-
output: number;
|
|
3488
|
-
cacheRead: number;
|
|
3489
|
-
cacheWrite: number;
|
|
3490
|
-
};
|
|
3491
|
-
contextWindow: number;
|
|
3492
|
-
maxTokens: number;
|
|
3493
|
-
};
|
|
3494
3697
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3495
3698
|
id: string;
|
|
3496
3699
|
name: string;
|
|
@@ -4010,6 +4213,9 @@ export declare const MODELS: {
|
|
|
4010
4213
|
"Editor-Plugin-Version": string;
|
|
4011
4214
|
"Copilot-Integration-Id": string;
|
|
4012
4215
|
};
|
|
4216
|
+
compat: {
|
|
4217
|
+
forceAdaptiveThinking: true;
|
|
4218
|
+
};
|
|
4013
4219
|
reasoning: true;
|
|
4014
4220
|
thinkingLevelMap: {
|
|
4015
4221
|
xhigh: string;
|
|
@@ -4036,6 +4242,10 @@ export declare const MODELS: {
|
|
|
4036
4242
|
"Editor-Plugin-Version": string;
|
|
4037
4243
|
"Copilot-Integration-Id": string;
|
|
4038
4244
|
};
|
|
4245
|
+
compat: {
|
|
4246
|
+
forceAdaptiveThinking: true;
|
|
4247
|
+
supportsTemperature: false;
|
|
4248
|
+
};
|
|
4039
4249
|
reasoning: true;
|
|
4040
4250
|
thinkingLevelMap: {
|
|
4041
4251
|
xhigh: string;
|
|
@@ -4050,7 +4260,34 @@ export declare const MODELS: {
|
|
|
4050
4260
|
contextWindow: number;
|
|
4051
4261
|
maxTokens: number;
|
|
4052
4262
|
};
|
|
4053
|
-
readonly "claude-
|
|
4263
|
+
readonly "claude-opus-4.8": {
|
|
4264
|
+
id: string;
|
|
4265
|
+
name: string;
|
|
4266
|
+
api: "anthropic-messages";
|
|
4267
|
+
provider: string;
|
|
4268
|
+
baseUrl: string;
|
|
4269
|
+
headers: {
|
|
4270
|
+
"User-Agent": string;
|
|
4271
|
+
"Editor-Version": string;
|
|
4272
|
+
"Editor-Plugin-Version": string;
|
|
4273
|
+
"Copilot-Integration-Id": string;
|
|
4274
|
+
};
|
|
4275
|
+
compat: {
|
|
4276
|
+
forceAdaptiveThinking: true;
|
|
4277
|
+
supportsTemperature: false;
|
|
4278
|
+
};
|
|
4279
|
+
reasoning: true;
|
|
4280
|
+
input: ("image" | "text")[];
|
|
4281
|
+
cost: {
|
|
4282
|
+
input: number;
|
|
4283
|
+
output: number;
|
|
4284
|
+
cacheRead: number;
|
|
4285
|
+
cacheWrite: number;
|
|
4286
|
+
};
|
|
4287
|
+
contextWindow: number;
|
|
4288
|
+
maxTokens: number;
|
|
4289
|
+
};
|
|
4290
|
+
readonly "claude-sonnet-4": {
|
|
4054
4291
|
id: string;
|
|
4055
4292
|
name: string;
|
|
4056
4293
|
api: "anthropic-messages";
|
|
@@ -4076,7 +4313,7 @@ export declare const MODELS: {
|
|
|
4076
4313
|
contextWindow: number;
|
|
4077
4314
|
maxTokens: number;
|
|
4078
4315
|
};
|
|
4079
|
-
readonly "claude-sonnet-4.
|
|
4316
|
+
readonly "claude-sonnet-4.5": {
|
|
4080
4317
|
id: string;
|
|
4081
4318
|
name: string;
|
|
4082
4319
|
api: "anthropic-messages";
|
|
@@ -4088,6 +4325,9 @@ export declare const MODELS: {
|
|
|
4088
4325
|
"Editor-Plugin-Version": string;
|
|
4089
4326
|
"Copilot-Integration-Id": string;
|
|
4090
4327
|
};
|
|
4328
|
+
compat: {
|
|
4329
|
+
supportsEagerToolInputStreaming: false;
|
|
4330
|
+
};
|
|
4091
4331
|
reasoning: true;
|
|
4092
4332
|
input: ("image" | "text")[];
|
|
4093
4333
|
cost: {
|
|
@@ -4099,10 +4339,10 @@ export declare const MODELS: {
|
|
|
4099
4339
|
contextWindow: number;
|
|
4100
4340
|
maxTokens: number;
|
|
4101
4341
|
};
|
|
4102
|
-
readonly "
|
|
4342
|
+
readonly "claude-sonnet-4.6": {
|
|
4103
4343
|
id: string;
|
|
4104
4344
|
name: string;
|
|
4105
|
-
api: "
|
|
4345
|
+
api: "anthropic-messages";
|
|
4106
4346
|
provider: string;
|
|
4107
4347
|
baseUrl: string;
|
|
4108
4348
|
headers: {
|
|
@@ -4112,11 +4352,9 @@ export declare const MODELS: {
|
|
|
4112
4352
|
"Copilot-Integration-Id": string;
|
|
4113
4353
|
};
|
|
4114
4354
|
compat: {
|
|
4115
|
-
|
|
4116
|
-
supportsDeveloperRole: false;
|
|
4117
|
-
supportsReasoningEffort: false;
|
|
4355
|
+
forceAdaptiveThinking: true;
|
|
4118
4356
|
};
|
|
4119
|
-
reasoning:
|
|
4357
|
+
reasoning: true;
|
|
4120
4358
|
input: ("image" | "text")[];
|
|
4121
4359
|
cost: {
|
|
4122
4360
|
input: number;
|
|
@@ -4127,7 +4365,7 @@ export declare const MODELS: {
|
|
|
4127
4365
|
contextWindow: number;
|
|
4128
4366
|
maxTokens: number;
|
|
4129
4367
|
};
|
|
4130
|
-
readonly "gemini-
|
|
4368
|
+
readonly "gemini-2.5-pro": {
|
|
4131
4369
|
id: string;
|
|
4132
4370
|
name: string;
|
|
4133
4371
|
api: "openai-completions";
|
|
@@ -4155,7 +4393,7 @@ export declare const MODELS: {
|
|
|
4155
4393
|
contextWindow: number;
|
|
4156
4394
|
maxTokens: number;
|
|
4157
4395
|
};
|
|
4158
|
-
readonly "gemini-3
|
|
4396
|
+
readonly "gemini-3-flash-preview": {
|
|
4159
4397
|
id: string;
|
|
4160
4398
|
name: string;
|
|
4161
4399
|
api: "openai-completions";
|
|
@@ -4183,7 +4421,7 @@ export declare const MODELS: {
|
|
|
4183
4421
|
contextWindow: number;
|
|
4184
4422
|
maxTokens: number;
|
|
4185
4423
|
};
|
|
4186
|
-
readonly "gemini-3.
|
|
4424
|
+
readonly "gemini-3.1-pro-preview": {
|
|
4187
4425
|
id: string;
|
|
4188
4426
|
name: string;
|
|
4189
4427
|
api: "openai-completions";
|
|
@@ -4211,7 +4449,7 @@ export declare const MODELS: {
|
|
|
4211
4449
|
contextWindow: number;
|
|
4212
4450
|
maxTokens: number;
|
|
4213
4451
|
};
|
|
4214
|
-
readonly "
|
|
4452
|
+
readonly "gemini-3.5-flash": {
|
|
4215
4453
|
id: string;
|
|
4216
4454
|
name: string;
|
|
4217
4455
|
api: "openai-completions";
|
|
@@ -4228,7 +4466,7 @@ export declare const MODELS: {
|
|
|
4228
4466
|
supportsDeveloperRole: false;
|
|
4229
4467
|
supportsReasoningEffort: false;
|
|
4230
4468
|
};
|
|
4231
|
-
reasoning:
|
|
4469
|
+
reasoning: true;
|
|
4232
4470
|
input: ("image" | "text")[];
|
|
4233
4471
|
cost: {
|
|
4234
4472
|
input: number;
|
|
@@ -4239,7 +4477,7 @@ export declare const MODELS: {
|
|
|
4239
4477
|
contextWindow: number;
|
|
4240
4478
|
maxTokens: number;
|
|
4241
4479
|
};
|
|
4242
|
-
readonly "gpt-
|
|
4480
|
+
readonly "gpt-4.1": {
|
|
4243
4481
|
id: string;
|
|
4244
4482
|
name: string;
|
|
4245
4483
|
api: "openai-completions";
|
|
@@ -4434,6 +4672,34 @@ export declare const MODELS: {
|
|
|
4434
4672
|
contextWindow: number;
|
|
4435
4673
|
maxTokens: number;
|
|
4436
4674
|
};
|
|
4675
|
+
readonly "gpt-5.4-nano": {
|
|
4676
|
+
id: string;
|
|
4677
|
+
name: string;
|
|
4678
|
+
api: "openai-responses";
|
|
4679
|
+
provider: string;
|
|
4680
|
+
baseUrl: string;
|
|
4681
|
+
headers: {
|
|
4682
|
+
"User-Agent": string;
|
|
4683
|
+
"Editor-Version": string;
|
|
4684
|
+
"Editor-Plugin-Version": string;
|
|
4685
|
+
"Copilot-Integration-Id": string;
|
|
4686
|
+
};
|
|
4687
|
+
reasoning: true;
|
|
4688
|
+
thinkingLevelMap: {
|
|
4689
|
+
off: null;
|
|
4690
|
+
minimal: string;
|
|
4691
|
+
xhigh: string;
|
|
4692
|
+
};
|
|
4693
|
+
input: ("image" | "text")[];
|
|
4694
|
+
cost: {
|
|
4695
|
+
input: number;
|
|
4696
|
+
output: number;
|
|
4697
|
+
cacheRead: number;
|
|
4698
|
+
cacheWrite: number;
|
|
4699
|
+
};
|
|
4700
|
+
contextWindow: number;
|
|
4701
|
+
maxTokens: number;
|
|
4702
|
+
};
|
|
4437
4703
|
readonly "gpt-5.5": {
|
|
4438
4704
|
id: string;
|
|
4439
4705
|
name: string;
|
|
@@ -4462,7 +4728,7 @@ export declare const MODELS: {
|
|
|
4462
4728
|
contextWindow: number;
|
|
4463
4729
|
maxTokens: number;
|
|
4464
4730
|
};
|
|
4465
|
-
readonly "
|
|
4731
|
+
readonly "raptor-mini": {
|
|
4466
4732
|
id: string;
|
|
4467
4733
|
name: string;
|
|
4468
4734
|
api: "openai-completions";
|
|
@@ -4480,7 +4746,7 @@ export declare const MODELS: {
|
|
|
4480
4746
|
supportsReasoningEffort: false;
|
|
4481
4747
|
};
|
|
4482
4748
|
reasoning: true;
|
|
4483
|
-
input: "text"[];
|
|
4749
|
+
input: ("image" | "text")[];
|
|
4484
4750
|
cost: {
|
|
4485
4751
|
input: number;
|
|
4486
4752
|
output: number;
|
|
@@ -5964,6 +6230,23 @@ export declare const MODELS: {
|
|
|
5964
6230
|
contextWindow: number;
|
|
5965
6231
|
maxTokens: number;
|
|
5966
6232
|
};
|
|
6233
|
+
readonly "devstral-latest": {
|
|
6234
|
+
id: string;
|
|
6235
|
+
name: string;
|
|
6236
|
+
api: "mistral-conversations";
|
|
6237
|
+
provider: string;
|
|
6238
|
+
baseUrl: string;
|
|
6239
|
+
reasoning: false;
|
|
6240
|
+
input: "text"[];
|
|
6241
|
+
cost: {
|
|
6242
|
+
input: number;
|
|
6243
|
+
output: number;
|
|
6244
|
+
cacheRead: number;
|
|
6245
|
+
cacheWrite: number;
|
|
6246
|
+
};
|
|
6247
|
+
contextWindow: number;
|
|
6248
|
+
maxTokens: number;
|
|
6249
|
+
};
|
|
5967
6250
|
readonly "devstral-medium-2507": {
|
|
5968
6251
|
id: string;
|
|
5969
6252
|
name: string;
|
|
@@ -6242,7 +6525,7 @@ export declare const MODELS: {
|
|
|
6242
6525
|
api: "mistral-conversations";
|
|
6243
6526
|
provider: string;
|
|
6244
6527
|
baseUrl: string;
|
|
6245
|
-
reasoning:
|
|
6528
|
+
reasoning: false;
|
|
6246
6529
|
input: ("image" | "text")[];
|
|
6247
6530
|
cost: {
|
|
6248
6531
|
input: number;
|
|
@@ -6338,6 +6621,23 @@ export declare const MODELS: {
|
|
|
6338
6621
|
contextWindow: number;
|
|
6339
6622
|
maxTokens: number;
|
|
6340
6623
|
};
|
|
6624
|
+
readonly "open-mistral-nemo": {
|
|
6625
|
+
id: string;
|
|
6626
|
+
name: string;
|
|
6627
|
+
api: "mistral-conversations";
|
|
6628
|
+
provider: string;
|
|
6629
|
+
baseUrl: string;
|
|
6630
|
+
reasoning: false;
|
|
6631
|
+
input: "text"[];
|
|
6632
|
+
cost: {
|
|
6633
|
+
input: number;
|
|
6634
|
+
output: number;
|
|
6635
|
+
cacheRead: number;
|
|
6636
|
+
cacheWrite: number;
|
|
6637
|
+
};
|
|
6638
|
+
contextWindow: number;
|
|
6639
|
+
maxTokens: number;
|
|
6640
|
+
};
|
|
6341
6641
|
readonly "open-mixtral-8x22b": {
|
|
6342
6642
|
id: string;
|
|
6343
6643
|
name: string;
|
|
@@ -7379,6 +7679,7 @@ export declare const MODELS: {
|
|
|
7379
7679
|
thinkingLevelMap: {
|
|
7380
7680
|
off: string;
|
|
7381
7681
|
xhigh: string;
|
|
7682
|
+
minimal: null;
|
|
7382
7683
|
};
|
|
7383
7684
|
input: ("image" | "text")[];
|
|
7384
7685
|
cost: {
|
|
@@ -7400,6 +7701,8 @@ export declare const MODELS: {
|
|
|
7400
7701
|
thinkingLevelMap: {
|
|
7401
7702
|
off: null;
|
|
7402
7703
|
xhigh: string;
|
|
7704
|
+
minimal: null;
|
|
7705
|
+
low: null;
|
|
7403
7706
|
};
|
|
7404
7707
|
input: ("image" | "text")[];
|
|
7405
7708
|
cost: {
|
|
@@ -7751,6 +8054,9 @@ export declare const MODELS: {
|
|
|
7751
8054
|
api: "anthropic-messages";
|
|
7752
8055
|
provider: string;
|
|
7753
8056
|
baseUrl: string;
|
|
8057
|
+
compat: {
|
|
8058
|
+
forceAdaptiveThinking: true;
|
|
8059
|
+
};
|
|
7754
8060
|
reasoning: true;
|
|
7755
8061
|
thinkingLevelMap: {
|
|
7756
8062
|
xhigh: string;
|
|
@@ -7771,6 +8077,10 @@ export declare const MODELS: {
|
|
|
7771
8077
|
api: "anthropic-messages";
|
|
7772
8078
|
provider: string;
|
|
7773
8079
|
baseUrl: string;
|
|
8080
|
+
compat: {
|
|
8081
|
+
forceAdaptiveThinking: true;
|
|
8082
|
+
supportsTemperature: false;
|
|
8083
|
+
};
|
|
7774
8084
|
reasoning: true;
|
|
7775
8085
|
thinkingLevelMap: {
|
|
7776
8086
|
xhigh: string;
|
|
@@ -7785,6 +8095,27 @@ export declare const MODELS: {
|
|
|
7785
8095
|
contextWindow: number;
|
|
7786
8096
|
maxTokens: number;
|
|
7787
8097
|
};
|
|
8098
|
+
readonly "claude-opus-4-8": {
|
|
8099
|
+
id: string;
|
|
8100
|
+
name: string;
|
|
8101
|
+
api: "anthropic-messages";
|
|
8102
|
+
provider: string;
|
|
8103
|
+
baseUrl: string;
|
|
8104
|
+
compat: {
|
|
8105
|
+
forceAdaptiveThinking: true;
|
|
8106
|
+
supportsTemperature: false;
|
|
8107
|
+
};
|
|
8108
|
+
reasoning: true;
|
|
8109
|
+
input: ("image" | "text")[];
|
|
8110
|
+
cost: {
|
|
8111
|
+
input: number;
|
|
8112
|
+
output: number;
|
|
8113
|
+
cacheRead: number;
|
|
8114
|
+
cacheWrite: number;
|
|
8115
|
+
};
|
|
8116
|
+
contextWindow: number;
|
|
8117
|
+
maxTokens: number;
|
|
8118
|
+
};
|
|
7788
8119
|
readonly "claude-sonnet-4": {
|
|
7789
8120
|
id: string;
|
|
7790
8121
|
name: string;
|
|
@@ -7825,6 +8156,9 @@ export declare const MODELS: {
|
|
|
7825
8156
|
api: "anthropic-messages";
|
|
7826
8157
|
provider: string;
|
|
7827
8158
|
baseUrl: string;
|
|
8159
|
+
compat: {
|
|
8160
|
+
forceAdaptiveThinking: true;
|
|
8161
|
+
};
|
|
7828
8162
|
reasoning: true;
|
|
7829
8163
|
input: ("image" | "text")[];
|
|
7830
8164
|
cost: {
|
|
@@ -7836,6 +8170,34 @@ export declare const MODELS: {
|
|
|
7836
8170
|
contextWindow: number;
|
|
7837
8171
|
maxTokens: number;
|
|
7838
8172
|
};
|
|
8173
|
+
readonly "deepseek-v4-flash": {
|
|
8174
|
+
id: string;
|
|
8175
|
+
name: string;
|
|
8176
|
+
api: "openai-completions";
|
|
8177
|
+
provider: string;
|
|
8178
|
+
baseUrl: string;
|
|
8179
|
+
compat: {
|
|
8180
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8181
|
+
thinkingFormat: "deepseek";
|
|
8182
|
+
};
|
|
8183
|
+
reasoning: true;
|
|
8184
|
+
thinkingLevelMap: {
|
|
8185
|
+
minimal: null;
|
|
8186
|
+
low: null;
|
|
8187
|
+
medium: null;
|
|
8188
|
+
high: string;
|
|
8189
|
+
xhigh: string;
|
|
8190
|
+
};
|
|
8191
|
+
input: "text"[];
|
|
8192
|
+
cost: {
|
|
8193
|
+
input: number;
|
|
8194
|
+
output: number;
|
|
8195
|
+
cacheRead: number;
|
|
8196
|
+
cacheWrite: number;
|
|
8197
|
+
};
|
|
8198
|
+
contextWindow: number;
|
|
8199
|
+
maxTokens: number;
|
|
8200
|
+
};
|
|
7839
8201
|
readonly "deepseek-v4-flash-free": {
|
|
7840
8202
|
id: string;
|
|
7841
8203
|
name: string;
|
|
@@ -8280,6 +8642,8 @@ export declare const MODELS: {
|
|
|
8280
8642
|
thinkingLevelMap: {
|
|
8281
8643
|
off: null;
|
|
8282
8644
|
xhigh: string;
|
|
8645
|
+
minimal: null;
|
|
8646
|
+
low: null;
|
|
8283
8647
|
};
|
|
8284
8648
|
input: ("image" | "text")[];
|
|
8285
8649
|
cost: {
|
|
@@ -8297,7 +8661,16 @@ export declare const MODELS: {
|
|
|
8297
8661
|
api: "openai-completions";
|
|
8298
8662
|
provider: string;
|
|
8299
8663
|
baseUrl: string;
|
|
8664
|
+
compat: {
|
|
8665
|
+
supportsReasoningEffort: false;
|
|
8666
|
+
};
|
|
8300
8667
|
reasoning: true;
|
|
8668
|
+
thinkingLevelMap: {
|
|
8669
|
+
off: null;
|
|
8670
|
+
minimal: null;
|
|
8671
|
+
low: null;
|
|
8672
|
+
medium: null;
|
|
8673
|
+
};
|
|
8301
8674
|
input: ("image" | "text")[];
|
|
8302
8675
|
cost: {
|
|
8303
8676
|
input: number;
|
|
@@ -8326,6 +8699,27 @@ export declare const MODELS: {
|
|
|
8326
8699
|
maxTokens: number;
|
|
8327
8700
|
};
|
|
8328
8701
|
readonly "kimi-k2.6": {
|
|
8702
|
+
id: string;
|
|
8703
|
+
name: string;
|
|
8704
|
+
api: "openai-completions";
|
|
8705
|
+
provider: string;
|
|
8706
|
+
baseUrl: string;
|
|
8707
|
+
compat: {
|
|
8708
|
+
thinkingFormat: "deepseek";
|
|
8709
|
+
supportsReasoningEffort: false;
|
|
8710
|
+
};
|
|
8711
|
+
reasoning: true;
|
|
8712
|
+
input: ("image" | "text")[];
|
|
8713
|
+
cost: {
|
|
8714
|
+
input: number;
|
|
8715
|
+
output: number;
|
|
8716
|
+
cacheRead: number;
|
|
8717
|
+
cacheWrite: number;
|
|
8718
|
+
};
|
|
8719
|
+
contextWindow: number;
|
|
8720
|
+
maxTokens: number;
|
|
8721
|
+
};
|
|
8722
|
+
readonly "mimo-v2.5-free": {
|
|
8329
8723
|
id: string;
|
|
8330
8724
|
name: string;
|
|
8331
8725
|
api: "openai-completions";
|
|
@@ -8376,7 +8770,24 @@ export declare const MODELS: {
|
|
|
8376
8770
|
contextWindow: number;
|
|
8377
8771
|
maxTokens: number;
|
|
8378
8772
|
};
|
|
8379
|
-
readonly "
|
|
8773
|
+
readonly "minimax-m3-free": {
|
|
8774
|
+
id: string;
|
|
8775
|
+
name: string;
|
|
8776
|
+
api: "anthropic-messages";
|
|
8777
|
+
provider: string;
|
|
8778
|
+
baseUrl: string;
|
|
8779
|
+
reasoning: true;
|
|
8780
|
+
input: ("image" | "text")[];
|
|
8781
|
+
cost: {
|
|
8782
|
+
input: number;
|
|
8783
|
+
output: number;
|
|
8784
|
+
cacheRead: number;
|
|
8785
|
+
cacheWrite: number;
|
|
8786
|
+
};
|
|
8787
|
+
contextWindow: number;
|
|
8788
|
+
maxTokens: number;
|
|
8789
|
+
};
|
|
8790
|
+
readonly "nemotron-3-ultra-free": {
|
|
8380
8791
|
id: string;
|
|
8381
8792
|
name: string;
|
|
8382
8793
|
api: "openai-completions";
|
|
@@ -8542,7 +8953,16 @@ export declare const MODELS: {
|
|
|
8542
8953
|
api: "openai-completions";
|
|
8543
8954
|
provider: string;
|
|
8544
8955
|
baseUrl: string;
|
|
8956
|
+
compat: {
|
|
8957
|
+
thinkingFormat: "deepseek";
|
|
8958
|
+
supportsReasoningEffort: false;
|
|
8959
|
+
};
|
|
8545
8960
|
reasoning: true;
|
|
8961
|
+
thinkingLevelMap: {
|
|
8962
|
+
minimal: null;
|
|
8963
|
+
low: null;
|
|
8964
|
+
medium: null;
|
|
8965
|
+
};
|
|
8546
8966
|
input: ("image" | "text")[];
|
|
8547
8967
|
cost: {
|
|
8548
8968
|
input: number;
|
|
@@ -8621,15 +9041,12 @@ export declare const MODELS: {
|
|
|
8621
9041
|
contextWindow: number;
|
|
8622
9042
|
maxTokens: number;
|
|
8623
9043
|
};
|
|
8624
|
-
readonly "
|
|
9044
|
+
readonly "minimax-m3": {
|
|
8625
9045
|
id: string;
|
|
8626
9046
|
name: string;
|
|
8627
|
-
api: "
|
|
9047
|
+
api: "anthropic-messages";
|
|
8628
9048
|
provider: string;
|
|
8629
9049
|
baseUrl: string;
|
|
8630
|
-
compat: {
|
|
8631
|
-
thinkingFormat: "qwen";
|
|
8632
|
-
};
|
|
8633
9050
|
reasoning: true;
|
|
8634
9051
|
input: ("image" | "text")[];
|
|
8635
9052
|
cost: {
|
|
@@ -8661,15 +9078,13 @@ export declare const MODELS: {
|
|
|
8661
9078
|
contextWindow: number;
|
|
8662
9079
|
maxTokens: number;
|
|
8663
9080
|
};
|
|
8664
|
-
|
|
8665
|
-
readonly openrouter: {
|
|
8666
|
-
readonly "ai21/jamba-large-1.7": {
|
|
9081
|
+
readonly "qwen3.7-max": {
|
|
8667
9082
|
id: string;
|
|
8668
9083
|
name: string;
|
|
8669
|
-
api: "
|
|
9084
|
+
api: "anthropic-messages";
|
|
8670
9085
|
provider: string;
|
|
8671
9086
|
baseUrl: string;
|
|
8672
|
-
reasoning:
|
|
9087
|
+
reasoning: true;
|
|
8673
9088
|
input: "text"[];
|
|
8674
9089
|
cost: {
|
|
8675
9090
|
input: number;
|
|
@@ -8680,14 +9095,14 @@ export declare const MODELS: {
|
|
|
8680
9095
|
contextWindow: number;
|
|
8681
9096
|
maxTokens: number;
|
|
8682
9097
|
};
|
|
8683
|
-
readonly "
|
|
9098
|
+
readonly "qwen3.7-plus": {
|
|
8684
9099
|
id: string;
|
|
8685
9100
|
name: string;
|
|
8686
|
-
api: "
|
|
9101
|
+
api: "anthropic-messages";
|
|
8687
9102
|
provider: string;
|
|
8688
9103
|
baseUrl: string;
|
|
8689
9104
|
reasoning: true;
|
|
8690
|
-
input: "text"[];
|
|
9105
|
+
input: ("image" | "text")[];
|
|
8691
9106
|
cost: {
|
|
8692
9107
|
input: number;
|
|
8693
9108
|
output: number;
|
|
@@ -8697,14 +9112,16 @@ export declare const MODELS: {
|
|
|
8697
9112
|
contextWindow: number;
|
|
8698
9113
|
maxTokens: number;
|
|
8699
9114
|
};
|
|
8700
|
-
|
|
9115
|
+
};
|
|
9116
|
+
readonly openrouter: {
|
|
9117
|
+
readonly "ai21/jamba-large-1.7": {
|
|
8701
9118
|
id: string;
|
|
8702
9119
|
name: string;
|
|
8703
9120
|
api: "openai-completions";
|
|
8704
9121
|
provider: string;
|
|
8705
9122
|
baseUrl: string;
|
|
8706
|
-
reasoning:
|
|
8707
|
-
input:
|
|
9123
|
+
reasoning: false;
|
|
9124
|
+
input: "text"[];
|
|
8708
9125
|
cost: {
|
|
8709
9126
|
input: number;
|
|
8710
9127
|
output: number;
|
|
@@ -8714,13 +9131,30 @@ export declare const MODELS: {
|
|
|
8714
9131
|
contextWindow: number;
|
|
8715
9132
|
maxTokens: number;
|
|
8716
9133
|
};
|
|
8717
|
-
readonly "amazon/nova-lite-v1": {
|
|
9134
|
+
readonly "amazon/nova-2-lite-v1": {
|
|
8718
9135
|
id: string;
|
|
8719
9136
|
name: string;
|
|
8720
9137
|
api: "openai-completions";
|
|
8721
9138
|
provider: string;
|
|
8722
9139
|
baseUrl: string;
|
|
8723
|
-
reasoning:
|
|
9140
|
+
reasoning: true;
|
|
9141
|
+
input: ("image" | "text")[];
|
|
9142
|
+
cost: {
|
|
9143
|
+
input: number;
|
|
9144
|
+
output: number;
|
|
9145
|
+
cacheRead: number;
|
|
9146
|
+
cacheWrite: number;
|
|
9147
|
+
};
|
|
9148
|
+
contextWindow: number;
|
|
9149
|
+
maxTokens: number;
|
|
9150
|
+
};
|
|
9151
|
+
readonly "amazon/nova-lite-v1": {
|
|
9152
|
+
id: string;
|
|
9153
|
+
name: string;
|
|
9154
|
+
api: "openai-completions";
|
|
9155
|
+
provider: string;
|
|
9156
|
+
baseUrl: string;
|
|
9157
|
+
reasoning: false;
|
|
8724
9158
|
input: ("image" | "text")[];
|
|
8725
9159
|
cost: {
|
|
8726
9160
|
input: number;
|
|
@@ -8964,7 +9398,7 @@ export declare const MODELS: {
|
|
|
8964
9398
|
contextWindow: number;
|
|
8965
9399
|
maxTokens: number;
|
|
8966
9400
|
};
|
|
8967
|
-
readonly "anthropic/claude-
|
|
9401
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
8968
9402
|
id: string;
|
|
8969
9403
|
name: string;
|
|
8970
9404
|
api: "openai-completions";
|
|
@@ -8981,7 +9415,7 @@ export declare const MODELS: {
|
|
|
8981
9415
|
contextWindow: number;
|
|
8982
9416
|
maxTokens: number;
|
|
8983
9417
|
};
|
|
8984
|
-
readonly "anthropic/claude-
|
|
9418
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
8985
9419
|
id: string;
|
|
8986
9420
|
name: string;
|
|
8987
9421
|
api: "openai-completions";
|
|
@@ -8998,7 +9432,7 @@ export declare const MODELS: {
|
|
|
8998
9432
|
contextWindow: number;
|
|
8999
9433
|
maxTokens: number;
|
|
9000
9434
|
};
|
|
9001
|
-
readonly "anthropic/claude-sonnet-4
|
|
9435
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9002
9436
|
id: string;
|
|
9003
9437
|
name: string;
|
|
9004
9438
|
api: "openai-completions";
|
|
@@ -9015,14 +9449,14 @@ export declare const MODELS: {
|
|
|
9015
9449
|
contextWindow: number;
|
|
9016
9450
|
maxTokens: number;
|
|
9017
9451
|
};
|
|
9018
|
-
readonly "
|
|
9452
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9019
9453
|
id: string;
|
|
9020
9454
|
name: string;
|
|
9021
9455
|
api: "openai-completions";
|
|
9022
9456
|
provider: string;
|
|
9023
9457
|
baseUrl: string;
|
|
9024
9458
|
reasoning: true;
|
|
9025
|
-
input: "text"[];
|
|
9459
|
+
input: ("image" | "text")[];
|
|
9026
9460
|
cost: {
|
|
9027
9461
|
input: number;
|
|
9028
9462
|
output: number;
|
|
@@ -9032,14 +9466,14 @@ export declare const MODELS: {
|
|
|
9032
9466
|
contextWindow: number;
|
|
9033
9467
|
maxTokens: number;
|
|
9034
9468
|
};
|
|
9035
|
-
readonly "
|
|
9469
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9036
9470
|
id: string;
|
|
9037
9471
|
name: string;
|
|
9038
9472
|
api: "openai-completions";
|
|
9039
9473
|
provider: string;
|
|
9040
9474
|
baseUrl: string;
|
|
9041
9475
|
reasoning: true;
|
|
9042
|
-
input: "text"[];
|
|
9476
|
+
input: ("image" | "text")[];
|
|
9043
9477
|
cost: {
|
|
9044
9478
|
input: number;
|
|
9045
9479
|
output: number;
|
|
@@ -9049,7 +9483,7 @@ export declare const MODELS: {
|
|
|
9049
9483
|
contextWindow: number;
|
|
9050
9484
|
maxTokens: number;
|
|
9051
9485
|
};
|
|
9052
|
-
readonly "arcee-ai/trinity-
|
|
9486
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9053
9487
|
id: string;
|
|
9054
9488
|
name: string;
|
|
9055
9489
|
api: "openai-completions";
|
|
@@ -9066,31 +9500,14 @@ export declare const MODELS: {
|
|
|
9066
9500
|
contextWindow: number;
|
|
9067
9501
|
maxTokens: number;
|
|
9068
9502
|
};
|
|
9069
|
-
readonly "arcee-ai/
|
|
9070
|
-
id: string;
|
|
9071
|
-
name: string;
|
|
9072
|
-
api: "openai-completions";
|
|
9073
|
-
provider: string;
|
|
9074
|
-
baseUrl: string;
|
|
9075
|
-
reasoning: false;
|
|
9076
|
-
input: "text"[];
|
|
9077
|
-
cost: {
|
|
9078
|
-
input: number;
|
|
9079
|
-
output: number;
|
|
9080
|
-
cacheRead: number;
|
|
9081
|
-
cacheWrite: number;
|
|
9082
|
-
};
|
|
9083
|
-
contextWindow: number;
|
|
9084
|
-
maxTokens: number;
|
|
9085
|
-
};
|
|
9086
|
-
readonly auto: {
|
|
9503
|
+
readonly "arcee-ai/trinity-mini": {
|
|
9087
9504
|
id: string;
|
|
9088
9505
|
name: string;
|
|
9089
9506
|
api: "openai-completions";
|
|
9090
9507
|
provider: string;
|
|
9091
9508
|
baseUrl: string;
|
|
9092
9509
|
reasoning: true;
|
|
9093
|
-
input:
|
|
9510
|
+
input: "text"[];
|
|
9094
9511
|
cost: {
|
|
9095
9512
|
input: number;
|
|
9096
9513
|
output: number;
|
|
@@ -9100,13 +9517,13 @@ export declare const MODELS: {
|
|
|
9100
9517
|
contextWindow: number;
|
|
9101
9518
|
maxTokens: number;
|
|
9102
9519
|
};
|
|
9103
|
-
readonly "
|
|
9520
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
9104
9521
|
id: string;
|
|
9105
9522
|
name: string;
|
|
9106
9523
|
api: "openai-completions";
|
|
9107
9524
|
provider: string;
|
|
9108
9525
|
baseUrl: string;
|
|
9109
|
-
reasoning:
|
|
9526
|
+
reasoning: false;
|
|
9110
9527
|
input: "text"[];
|
|
9111
9528
|
cost: {
|
|
9112
9529
|
input: number;
|
|
@@ -9117,14 +9534,14 @@ export declare const MODELS: {
|
|
|
9117
9534
|
contextWindow: number;
|
|
9118
9535
|
maxTokens: number;
|
|
9119
9536
|
};
|
|
9120
|
-
readonly
|
|
9537
|
+
readonly auto: {
|
|
9121
9538
|
id: string;
|
|
9122
9539
|
name: string;
|
|
9123
9540
|
api: "openai-completions";
|
|
9124
9541
|
provider: string;
|
|
9125
9542
|
baseUrl: string;
|
|
9126
|
-
reasoning:
|
|
9127
|
-
input: "text"[];
|
|
9543
|
+
reasoning: true;
|
|
9544
|
+
input: ("image" | "text")[];
|
|
9128
9545
|
cost: {
|
|
9129
9546
|
input: number;
|
|
9130
9547
|
output: number;
|
|
@@ -9397,35 +9814,6 @@ export declare const MODELS: {
|
|
|
9397
9814
|
baseUrl: string;
|
|
9398
9815
|
compat: {
|
|
9399
9816
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9400
|
-
thinkingFormat: "deepseek";
|
|
9401
|
-
};
|
|
9402
|
-
reasoning: true;
|
|
9403
|
-
thinkingLevelMap: {
|
|
9404
|
-
minimal: null;
|
|
9405
|
-
low: null;
|
|
9406
|
-
medium: null;
|
|
9407
|
-
high: string;
|
|
9408
|
-
xhigh: string;
|
|
9409
|
-
};
|
|
9410
|
-
input: "text"[];
|
|
9411
|
-
cost: {
|
|
9412
|
-
input: number;
|
|
9413
|
-
output: number;
|
|
9414
|
-
cacheRead: number;
|
|
9415
|
-
cacheWrite: number;
|
|
9416
|
-
};
|
|
9417
|
-
contextWindow: number;
|
|
9418
|
-
maxTokens: number;
|
|
9419
|
-
};
|
|
9420
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
9421
|
-
id: string;
|
|
9422
|
-
name: string;
|
|
9423
|
-
api: "openai-completions";
|
|
9424
|
-
provider: string;
|
|
9425
|
-
baseUrl: string;
|
|
9426
|
-
compat: {
|
|
9427
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9428
|
-
thinkingFormat: "deepseek";
|
|
9429
9817
|
};
|
|
9430
9818
|
reasoning: true;
|
|
9431
9819
|
thinkingLevelMap: {
|
|
@@ -9453,7 +9841,6 @@ export declare const MODELS: {
|
|
|
9453
9841
|
baseUrl: string;
|
|
9454
9842
|
compat: {
|
|
9455
9843
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9456
|
-
thinkingFormat: "deepseek";
|
|
9457
9844
|
};
|
|
9458
9845
|
reasoning: true;
|
|
9459
9846
|
thinkingLevelMap: {
|
|
@@ -9490,40 +9877,6 @@ export declare const MODELS: {
|
|
|
9490
9877
|
contextWindow: number;
|
|
9491
9878
|
maxTokens: number;
|
|
9492
9879
|
};
|
|
9493
|
-
readonly "google/gemini-2.0-flash-001": {
|
|
9494
|
-
id: string;
|
|
9495
|
-
name: string;
|
|
9496
|
-
api: "openai-completions";
|
|
9497
|
-
provider: string;
|
|
9498
|
-
baseUrl: string;
|
|
9499
|
-
reasoning: false;
|
|
9500
|
-
input: ("image" | "text")[];
|
|
9501
|
-
cost: {
|
|
9502
|
-
input: number;
|
|
9503
|
-
output: number;
|
|
9504
|
-
cacheRead: number;
|
|
9505
|
-
cacheWrite: number;
|
|
9506
|
-
};
|
|
9507
|
-
contextWindow: number;
|
|
9508
|
-
maxTokens: number;
|
|
9509
|
-
};
|
|
9510
|
-
readonly "google/gemini-2.0-flash-lite-001": {
|
|
9511
|
-
id: string;
|
|
9512
|
-
name: string;
|
|
9513
|
-
api: "openai-completions";
|
|
9514
|
-
provider: string;
|
|
9515
|
-
baseUrl: string;
|
|
9516
|
-
reasoning: false;
|
|
9517
|
-
input: ("image" | "text")[];
|
|
9518
|
-
cost: {
|
|
9519
|
-
input: number;
|
|
9520
|
-
output: number;
|
|
9521
|
-
cacheRead: number;
|
|
9522
|
-
cacheWrite: number;
|
|
9523
|
-
};
|
|
9524
|
-
contextWindow: number;
|
|
9525
|
-
maxTokens: number;
|
|
9526
|
-
};
|
|
9527
9880
|
readonly "google/gemini-2.5-flash": {
|
|
9528
9881
|
id: string;
|
|
9529
9882
|
name: string;
|
|
@@ -10003,7 +10356,7 @@ export declare const MODELS: {
|
|
|
10003
10356
|
contextWindow: number;
|
|
10004
10357
|
maxTokens: number;
|
|
10005
10358
|
};
|
|
10006
|
-
readonly "meta-llama/llama-4-
|
|
10359
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
10007
10360
|
id: string;
|
|
10008
10361
|
name: string;
|
|
10009
10362
|
api: "openai-completions";
|
|
@@ -10020,14 +10373,14 @@ export declare const MODELS: {
|
|
|
10020
10373
|
contextWindow: number;
|
|
10021
10374
|
maxTokens: number;
|
|
10022
10375
|
};
|
|
10023
|
-
readonly "
|
|
10376
|
+
readonly "meta-llama/llama-4-scout": {
|
|
10024
10377
|
id: string;
|
|
10025
10378
|
name: string;
|
|
10026
10379
|
api: "openai-completions";
|
|
10027
10380
|
provider: string;
|
|
10028
10381
|
baseUrl: string;
|
|
10029
|
-
reasoning:
|
|
10030
|
-
input: "text"[];
|
|
10382
|
+
reasoning: false;
|
|
10383
|
+
input: ("image" | "text")[];
|
|
10031
10384
|
cost: {
|
|
10032
10385
|
input: number;
|
|
10033
10386
|
output: number;
|
|
@@ -10037,7 +10390,7 @@ export declare const MODELS: {
|
|
|
10037
10390
|
contextWindow: number;
|
|
10038
10391
|
maxTokens: number;
|
|
10039
10392
|
};
|
|
10040
|
-
readonly "minimax/minimax-
|
|
10393
|
+
readonly "minimax/minimax-m1": {
|
|
10041
10394
|
id: string;
|
|
10042
10395
|
name: string;
|
|
10043
10396
|
api: "openai-completions";
|
|
@@ -10054,7 +10407,7 @@ export declare const MODELS: {
|
|
|
10054
10407
|
contextWindow: number;
|
|
10055
10408
|
maxTokens: number;
|
|
10056
10409
|
};
|
|
10057
|
-
readonly "minimax/minimax-m2
|
|
10410
|
+
readonly "minimax/minimax-m2": {
|
|
10058
10411
|
id: string;
|
|
10059
10412
|
name: string;
|
|
10060
10413
|
api: "openai-completions";
|
|
@@ -10071,7 +10424,7 @@ export declare const MODELS: {
|
|
|
10071
10424
|
contextWindow: number;
|
|
10072
10425
|
maxTokens: number;
|
|
10073
10426
|
};
|
|
10074
|
-
readonly "minimax/minimax-m2.
|
|
10427
|
+
readonly "minimax/minimax-m2.1": {
|
|
10075
10428
|
id: string;
|
|
10076
10429
|
name: string;
|
|
10077
10430
|
api: "openai-completions";
|
|
@@ -10088,7 +10441,7 @@ export declare const MODELS: {
|
|
|
10088
10441
|
contextWindow: number;
|
|
10089
10442
|
maxTokens: number;
|
|
10090
10443
|
};
|
|
10091
|
-
readonly "minimax/minimax-m2.5
|
|
10444
|
+
readonly "minimax/minimax-m2.5": {
|
|
10092
10445
|
id: string;
|
|
10093
10446
|
name: string;
|
|
10094
10447
|
api: "openai-completions";
|
|
@@ -10122,31 +10475,14 @@ export declare const MODELS: {
|
|
|
10122
10475
|
contextWindow: number;
|
|
10123
10476
|
maxTokens: number;
|
|
10124
10477
|
};
|
|
10125
|
-
readonly "
|
|
10126
|
-
id: string;
|
|
10127
|
-
name: string;
|
|
10128
|
-
api: "openai-completions";
|
|
10129
|
-
provider: string;
|
|
10130
|
-
baseUrl: string;
|
|
10131
|
-
reasoning: false;
|
|
10132
|
-
input: "text"[];
|
|
10133
|
-
cost: {
|
|
10134
|
-
input: number;
|
|
10135
|
-
output: number;
|
|
10136
|
-
cacheRead: number;
|
|
10137
|
-
cacheWrite: number;
|
|
10138
|
-
};
|
|
10139
|
-
contextWindow: number;
|
|
10140
|
-
maxTokens: number;
|
|
10141
|
-
};
|
|
10142
|
-
readonly "mistralai/devstral-2512": {
|
|
10478
|
+
readonly "minimax/minimax-m3": {
|
|
10143
10479
|
id: string;
|
|
10144
10480
|
name: string;
|
|
10145
10481
|
api: "openai-completions";
|
|
10146
10482
|
provider: string;
|
|
10147
10483
|
baseUrl: string;
|
|
10148
|
-
reasoning:
|
|
10149
|
-
input: "text"[];
|
|
10484
|
+
reasoning: true;
|
|
10485
|
+
input: ("image" | "text")[];
|
|
10150
10486
|
cost: {
|
|
10151
10487
|
input: number;
|
|
10152
10488
|
output: number;
|
|
@@ -10156,7 +10492,7 @@ export declare const MODELS: {
|
|
|
10156
10492
|
contextWindow: number;
|
|
10157
10493
|
maxTokens: number;
|
|
10158
10494
|
};
|
|
10159
|
-
readonly "mistralai/
|
|
10495
|
+
readonly "mistralai/codestral-2508": {
|
|
10160
10496
|
id: string;
|
|
10161
10497
|
name: string;
|
|
10162
10498
|
api: "openai-completions";
|
|
@@ -10173,7 +10509,7 @@ export declare const MODELS: {
|
|
|
10173
10509
|
contextWindow: number;
|
|
10174
10510
|
maxTokens: number;
|
|
10175
10511
|
};
|
|
10176
|
-
readonly "mistralai/devstral-
|
|
10512
|
+
readonly "mistralai/devstral-2512": {
|
|
10177
10513
|
id: string;
|
|
10178
10514
|
name: string;
|
|
10179
10515
|
api: "openai-completions";
|
|
@@ -10275,23 +10611,6 @@ export declare const MODELS: {
|
|
|
10275
10611
|
contextWindow: number;
|
|
10276
10612
|
maxTokens: number;
|
|
10277
10613
|
};
|
|
10278
|
-
readonly "mistralai/mistral-large-2411": {
|
|
10279
|
-
id: string;
|
|
10280
|
-
name: string;
|
|
10281
|
-
api: "openai-completions";
|
|
10282
|
-
provider: string;
|
|
10283
|
-
baseUrl: string;
|
|
10284
|
-
reasoning: false;
|
|
10285
|
-
input: "text"[];
|
|
10286
|
-
cost: {
|
|
10287
|
-
input: number;
|
|
10288
|
-
output: number;
|
|
10289
|
-
cacheRead: number;
|
|
10290
|
-
cacheWrite: number;
|
|
10291
|
-
};
|
|
10292
|
-
contextWindow: number;
|
|
10293
|
-
maxTokens: number;
|
|
10294
|
-
};
|
|
10295
10614
|
readonly "mistralai/mistral-large-2512": {
|
|
10296
10615
|
id: string;
|
|
10297
10616
|
name: string;
|
|
@@ -10445,14 +10764,14 @@ export declare const MODELS: {
|
|
|
10445
10764
|
contextWindow: number;
|
|
10446
10765
|
maxTokens: number;
|
|
10447
10766
|
};
|
|
10448
|
-
readonly "mistralai/
|
|
10767
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
10449
10768
|
id: string;
|
|
10450
10769
|
name: string;
|
|
10451
10770
|
api: "openai-completions";
|
|
10452
10771
|
provider: string;
|
|
10453
10772
|
baseUrl: string;
|
|
10454
10773
|
reasoning: false;
|
|
10455
|
-
input:
|
|
10774
|
+
input: "text"[];
|
|
10456
10775
|
cost: {
|
|
10457
10776
|
input: number;
|
|
10458
10777
|
output: number;
|
|
@@ -10462,7 +10781,7 @@ export declare const MODELS: {
|
|
|
10462
10781
|
contextWindow: number;
|
|
10463
10782
|
maxTokens: number;
|
|
10464
10783
|
};
|
|
10465
|
-
readonly "
|
|
10784
|
+
readonly "moonshotai/kimi-k2": {
|
|
10466
10785
|
id: string;
|
|
10467
10786
|
name: string;
|
|
10468
10787
|
api: "openai-completions";
|
|
@@ -10479,7 +10798,7 @@ export declare const MODELS: {
|
|
|
10479
10798
|
contextWindow: number;
|
|
10480
10799
|
maxTokens: number;
|
|
10481
10800
|
};
|
|
10482
|
-
readonly "moonshotai/kimi-k2": {
|
|
10801
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
10483
10802
|
id: string;
|
|
10484
10803
|
name: string;
|
|
10485
10804
|
api: "openai-completions";
|
|
@@ -10496,13 +10815,13 @@ export declare const MODELS: {
|
|
|
10496
10815
|
contextWindow: number;
|
|
10497
10816
|
maxTokens: number;
|
|
10498
10817
|
};
|
|
10499
|
-
readonly "moonshotai/kimi-k2-
|
|
10818
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
10500
10819
|
id: string;
|
|
10501
10820
|
name: string;
|
|
10502
10821
|
api: "openai-completions";
|
|
10503
10822
|
provider: string;
|
|
10504
10823
|
baseUrl: string;
|
|
10505
|
-
reasoning:
|
|
10824
|
+
reasoning: true;
|
|
10506
10825
|
input: "text"[];
|
|
10507
10826
|
cost: {
|
|
10508
10827
|
input: number;
|
|
@@ -10513,14 +10832,14 @@ export declare const MODELS: {
|
|
|
10513
10832
|
contextWindow: number;
|
|
10514
10833
|
maxTokens: number;
|
|
10515
10834
|
};
|
|
10516
|
-
readonly "moonshotai/kimi-k2
|
|
10835
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
10517
10836
|
id: string;
|
|
10518
10837
|
name: string;
|
|
10519
10838
|
api: "openai-completions";
|
|
10520
10839
|
provider: string;
|
|
10521
10840
|
baseUrl: string;
|
|
10522
10841
|
reasoning: true;
|
|
10523
|
-
input: "text"[];
|
|
10842
|
+
input: ("image" | "text")[];
|
|
10524
10843
|
cost: {
|
|
10525
10844
|
input: number;
|
|
10526
10845
|
output: number;
|
|
@@ -10530,12 +10849,15 @@ export declare const MODELS: {
|
|
|
10530
10849
|
contextWindow: number;
|
|
10531
10850
|
maxTokens: number;
|
|
10532
10851
|
};
|
|
10533
|
-
readonly "moonshotai/kimi-k2.
|
|
10852
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
10534
10853
|
id: string;
|
|
10535
10854
|
name: string;
|
|
10536
10855
|
api: "openai-completions";
|
|
10537
10856
|
provider: string;
|
|
10538
10857
|
baseUrl: string;
|
|
10858
|
+
compat: {
|
|
10859
|
+
supportsDeveloperRole: false;
|
|
10860
|
+
};
|
|
10539
10861
|
reasoning: true;
|
|
10540
10862
|
input: ("image" | "text")[];
|
|
10541
10863
|
cost: {
|
|
@@ -10547,12 +10869,15 @@ export declare const MODELS: {
|
|
|
10547
10869
|
contextWindow: number;
|
|
10548
10870
|
maxTokens: number;
|
|
10549
10871
|
};
|
|
10550
|
-
readonly "moonshotai/kimi-k2.6": {
|
|
10872
|
+
readonly "moonshotai/kimi-k2.6:free": {
|
|
10551
10873
|
id: string;
|
|
10552
10874
|
name: string;
|
|
10553
10875
|
api: "openai-completions";
|
|
10554
10876
|
provider: string;
|
|
10555
10877
|
baseUrl: string;
|
|
10878
|
+
compat: {
|
|
10879
|
+
supportsDeveloperRole: false;
|
|
10880
|
+
};
|
|
10556
10881
|
reasoning: true;
|
|
10557
10882
|
input: ("image" | "text")[];
|
|
10558
10883
|
cost: {
|
|
@@ -10683,14 +11008,14 @@ export declare const MODELS: {
|
|
|
10683
11008
|
contextWindow: number;
|
|
10684
11009
|
maxTokens: number;
|
|
10685
11010
|
};
|
|
10686
|
-
readonly "nvidia/nemotron-
|
|
11011
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10687
11012
|
id: string;
|
|
10688
11013
|
name: string;
|
|
10689
11014
|
api: "openai-completions";
|
|
10690
11015
|
provider: string;
|
|
10691
11016
|
baseUrl: string;
|
|
10692
11017
|
reasoning: true;
|
|
10693
|
-
input:
|
|
11018
|
+
input: "text"[];
|
|
10694
11019
|
cost: {
|
|
10695
11020
|
input: number;
|
|
10696
11021
|
output: number;
|
|
@@ -10700,7 +11025,7 @@ export declare const MODELS: {
|
|
|
10700
11025
|
contextWindow: number;
|
|
10701
11026
|
maxTokens: number;
|
|
10702
11027
|
};
|
|
10703
|
-
readonly "nvidia/nemotron-
|
|
11028
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10704
11029
|
id: string;
|
|
10705
11030
|
name: string;
|
|
10706
11031
|
api: "openai-completions";
|
|
@@ -10717,14 +11042,14 @@ export declare const MODELS: {
|
|
|
10717
11042
|
contextWindow: number;
|
|
10718
11043
|
maxTokens: number;
|
|
10719
11044
|
};
|
|
10720
|
-
readonly "nvidia/nemotron-nano-
|
|
11045
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10721
11046
|
id: string;
|
|
10722
11047
|
name: string;
|
|
10723
11048
|
api: "openai-completions";
|
|
10724
11049
|
provider: string;
|
|
10725
11050
|
baseUrl: string;
|
|
10726
11051
|
reasoning: true;
|
|
10727
|
-
input: "text"[];
|
|
11052
|
+
input: ("image" | "text")[];
|
|
10728
11053
|
cost: {
|
|
10729
11054
|
input: number;
|
|
10730
11055
|
output: number;
|
|
@@ -10734,13 +11059,13 @@ export declare const MODELS: {
|
|
|
10734
11059
|
contextWindow: number;
|
|
10735
11060
|
maxTokens: number;
|
|
10736
11061
|
};
|
|
10737
|
-
readonly "
|
|
11062
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
10738
11063
|
id: string;
|
|
10739
11064
|
name: string;
|
|
10740
11065
|
api: "openai-completions";
|
|
10741
11066
|
provider: string;
|
|
10742
11067
|
baseUrl: string;
|
|
10743
|
-
reasoning:
|
|
11068
|
+
reasoning: true;
|
|
10744
11069
|
input: "text"[];
|
|
10745
11070
|
cost: {
|
|
10746
11071
|
input: number;
|
|
@@ -10751,13 +11076,13 @@ export declare const MODELS: {
|
|
|
10751
11076
|
contextWindow: number;
|
|
10752
11077
|
maxTokens: number;
|
|
10753
11078
|
};
|
|
10754
|
-
readonly "
|
|
11079
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10755
11080
|
id: string;
|
|
10756
11081
|
name: string;
|
|
10757
11082
|
api: "openai-completions";
|
|
10758
11083
|
provider: string;
|
|
10759
11084
|
baseUrl: string;
|
|
10760
|
-
reasoning:
|
|
11085
|
+
reasoning: true;
|
|
10761
11086
|
input: "text"[];
|
|
10762
11087
|
cost: {
|
|
10763
11088
|
input: number;
|
|
@@ -10768,7 +11093,7 @@ export declare const MODELS: {
|
|
|
10768
11093
|
contextWindow: number;
|
|
10769
11094
|
maxTokens: number;
|
|
10770
11095
|
};
|
|
10771
|
-
readonly "openai/gpt-3.5-turbo
|
|
11096
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
10772
11097
|
id: string;
|
|
10773
11098
|
name: string;
|
|
10774
11099
|
api: "openai-completions";
|
|
@@ -10785,7 +11110,7 @@ export declare const MODELS: {
|
|
|
10785
11110
|
contextWindow: number;
|
|
10786
11111
|
maxTokens: number;
|
|
10787
11112
|
};
|
|
10788
|
-
readonly "openai/gpt-
|
|
11113
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
10789
11114
|
id: string;
|
|
10790
11115
|
name: string;
|
|
10791
11116
|
api: "openai-completions";
|
|
@@ -10802,7 +11127,7 @@ export declare const MODELS: {
|
|
|
10802
11127
|
contextWindow: number;
|
|
10803
11128
|
maxTokens: number;
|
|
10804
11129
|
};
|
|
10805
|
-
readonly "openai/gpt-
|
|
11130
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
10806
11131
|
id: string;
|
|
10807
11132
|
name: string;
|
|
10808
11133
|
api: "openai-completions";
|
|
@@ -10819,7 +11144,7 @@ export declare const MODELS: {
|
|
|
10819
11144
|
contextWindow: number;
|
|
10820
11145
|
maxTokens: number;
|
|
10821
11146
|
};
|
|
10822
|
-
readonly "openai/gpt-4
|
|
11147
|
+
readonly "openai/gpt-4": {
|
|
10823
11148
|
id: string;
|
|
10824
11149
|
name: string;
|
|
10825
11150
|
api: "openai-completions";
|
|
@@ -10836,14 +11161,14 @@ export declare const MODELS: {
|
|
|
10836
11161
|
contextWindow: number;
|
|
10837
11162
|
maxTokens: number;
|
|
10838
11163
|
};
|
|
10839
|
-
readonly "openai/gpt-4-
|
|
11164
|
+
readonly "openai/gpt-4-1106-preview": {
|
|
10840
11165
|
id: string;
|
|
10841
11166
|
name: string;
|
|
10842
11167
|
api: "openai-completions";
|
|
10843
11168
|
provider: string;
|
|
10844
11169
|
baseUrl: string;
|
|
10845
11170
|
reasoning: false;
|
|
10846
|
-
input:
|
|
11171
|
+
input: "text"[];
|
|
10847
11172
|
cost: {
|
|
10848
11173
|
input: number;
|
|
10849
11174
|
output: number;
|
|
@@ -10853,14 +11178,14 @@ export declare const MODELS: {
|
|
|
10853
11178
|
contextWindow: number;
|
|
10854
11179
|
maxTokens: number;
|
|
10855
11180
|
};
|
|
10856
|
-
readonly "openai/gpt-4-turbo
|
|
11181
|
+
readonly "openai/gpt-4-turbo": {
|
|
10857
11182
|
id: string;
|
|
10858
11183
|
name: string;
|
|
10859
11184
|
api: "openai-completions";
|
|
10860
11185
|
provider: string;
|
|
10861
11186
|
baseUrl: string;
|
|
10862
11187
|
reasoning: false;
|
|
10863
|
-
input: "text"[];
|
|
11188
|
+
input: ("image" | "text")[];
|
|
10864
11189
|
cost: {
|
|
10865
11190
|
input: number;
|
|
10866
11191
|
output: number;
|
|
@@ -10870,14 +11195,14 @@ export declare const MODELS: {
|
|
|
10870
11195
|
contextWindow: number;
|
|
10871
11196
|
maxTokens: number;
|
|
10872
11197
|
};
|
|
10873
|
-
readonly "openai/gpt-4
|
|
11198
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
10874
11199
|
id: string;
|
|
10875
11200
|
name: string;
|
|
10876
11201
|
api: "openai-completions";
|
|
10877
11202
|
provider: string;
|
|
10878
11203
|
baseUrl: string;
|
|
10879
11204
|
reasoning: false;
|
|
10880
|
-
input:
|
|
11205
|
+
input: "text"[];
|
|
10881
11206
|
cost: {
|
|
10882
11207
|
input: number;
|
|
10883
11208
|
output: number;
|
|
@@ -10887,7 +11212,7 @@ export declare const MODELS: {
|
|
|
10887
11212
|
contextWindow: number;
|
|
10888
11213
|
maxTokens: number;
|
|
10889
11214
|
};
|
|
10890
|
-
readonly "openai/gpt-4.1
|
|
11215
|
+
readonly "openai/gpt-4.1": {
|
|
10891
11216
|
id: string;
|
|
10892
11217
|
name: string;
|
|
10893
11218
|
api: "openai-completions";
|
|
@@ -10904,7 +11229,7 @@ export declare const MODELS: {
|
|
|
10904
11229
|
contextWindow: number;
|
|
10905
11230
|
maxTokens: number;
|
|
10906
11231
|
};
|
|
10907
|
-
readonly "openai/gpt-4.1-
|
|
11232
|
+
readonly "openai/gpt-4.1-mini": {
|
|
10908
11233
|
id: string;
|
|
10909
11234
|
name: string;
|
|
10910
11235
|
api: "openai-completions";
|
|
@@ -10921,7 +11246,7 @@ export declare const MODELS: {
|
|
|
10921
11246
|
contextWindow: number;
|
|
10922
11247
|
maxTokens: number;
|
|
10923
11248
|
};
|
|
10924
|
-
readonly "openai/gpt-
|
|
11249
|
+
readonly "openai/gpt-4.1-nano": {
|
|
10925
11250
|
id: string;
|
|
10926
11251
|
name: string;
|
|
10927
11252
|
api: "openai-completions";
|
|
@@ -10938,7 +11263,7 @@ export declare const MODELS: {
|
|
|
10938
11263
|
contextWindow: number;
|
|
10939
11264
|
maxTokens: number;
|
|
10940
11265
|
};
|
|
10941
|
-
readonly "openai/gpt-4o
|
|
11266
|
+
readonly "openai/gpt-4o": {
|
|
10942
11267
|
id: string;
|
|
10943
11268
|
name: string;
|
|
10944
11269
|
api: "openai-completions";
|
|
@@ -10955,7 +11280,7 @@ export declare const MODELS: {
|
|
|
10955
11280
|
contextWindow: number;
|
|
10956
11281
|
maxTokens: number;
|
|
10957
11282
|
};
|
|
10958
|
-
readonly "openai/gpt-4o-2024-
|
|
11283
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
10959
11284
|
id: string;
|
|
10960
11285
|
name: string;
|
|
10961
11286
|
api: "openai-completions";
|
|
@@ -10972,7 +11297,7 @@ export declare const MODELS: {
|
|
|
10972
11297
|
contextWindow: number;
|
|
10973
11298
|
maxTokens: number;
|
|
10974
11299
|
};
|
|
10975
|
-
readonly "openai/gpt-4o-2024-
|
|
11300
|
+
readonly "openai/gpt-4o-2024-08-06": {
|
|
10976
11301
|
id: string;
|
|
10977
11302
|
name: string;
|
|
10978
11303
|
api: "openai-completions";
|
|
@@ -10989,14 +11314,14 @@ export declare const MODELS: {
|
|
|
10989
11314
|
contextWindow: number;
|
|
10990
11315
|
maxTokens: number;
|
|
10991
11316
|
};
|
|
10992
|
-
readonly "openai/gpt-4o-
|
|
11317
|
+
readonly "openai/gpt-4o-2024-11-20": {
|
|
10993
11318
|
id: string;
|
|
10994
11319
|
name: string;
|
|
10995
11320
|
api: "openai-completions";
|
|
10996
11321
|
provider: string;
|
|
10997
11322
|
baseUrl: string;
|
|
10998
11323
|
reasoning: false;
|
|
10999
|
-
input: "text"[];
|
|
11324
|
+
input: ("image" | "text")[];
|
|
11000
11325
|
cost: {
|
|
11001
11326
|
input: number;
|
|
11002
11327
|
output: number;
|
|
@@ -11439,6 +11764,9 @@ export declare const MODELS: {
|
|
|
11439
11764
|
reasoning: true;
|
|
11440
11765
|
thinkingLevelMap: {
|
|
11441
11766
|
xhigh: string;
|
|
11767
|
+
off: null;
|
|
11768
|
+
minimal: null;
|
|
11769
|
+
low: null;
|
|
11442
11770
|
};
|
|
11443
11771
|
input: ("image" | "text")[];
|
|
11444
11772
|
cost: {
|
|
@@ -11858,23 +12186,6 @@ export declare const MODELS: {
|
|
|
11858
12186
|
contextWindow: number;
|
|
11859
12187
|
maxTokens: number;
|
|
11860
12188
|
};
|
|
11861
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
11862
|
-
id: string;
|
|
11863
|
-
name: string;
|
|
11864
|
-
api: "openai-completions";
|
|
11865
|
-
provider: string;
|
|
11866
|
-
baseUrl: string;
|
|
11867
|
-
reasoning: false;
|
|
11868
|
-
input: "text"[];
|
|
11869
|
-
cost: {
|
|
11870
|
-
input: number;
|
|
11871
|
-
output: number;
|
|
11872
|
-
cacheRead: number;
|
|
11873
|
-
cacheWrite: number;
|
|
11874
|
-
};
|
|
11875
|
-
contextWindow: number;
|
|
11876
|
-
maxTokens: number;
|
|
11877
|
-
};
|
|
11878
12189
|
readonly "qwen/qwen-plus": {
|
|
11879
12190
|
id: string;
|
|
11880
12191
|
name: string;
|
|
@@ -12623,13 +12934,13 @@ export declare const MODELS: {
|
|
|
12623
12934
|
contextWindow: number;
|
|
12624
12935
|
maxTokens: number;
|
|
12625
12936
|
};
|
|
12626
|
-
readonly "
|
|
12937
|
+
readonly "qwen/qwen3.7-plus": {
|
|
12627
12938
|
id: string;
|
|
12628
12939
|
name: string;
|
|
12629
12940
|
api: "openai-completions";
|
|
12630
12941
|
provider: string;
|
|
12631
12942
|
baseUrl: string;
|
|
12632
|
-
reasoning:
|
|
12943
|
+
reasoning: true;
|
|
12633
12944
|
input: ("image" | "text")[];
|
|
12634
12945
|
cost: {
|
|
12635
12946
|
input: number;
|
|
@@ -12640,14 +12951,14 @@ export declare const MODELS: {
|
|
|
12640
12951
|
contextWindow: number;
|
|
12641
12952
|
maxTokens: number;
|
|
12642
12953
|
};
|
|
12643
|
-
readonly "
|
|
12954
|
+
readonly "rekaai/reka-edge": {
|
|
12644
12955
|
id: string;
|
|
12645
12956
|
name: string;
|
|
12646
12957
|
api: "openai-completions";
|
|
12647
12958
|
provider: string;
|
|
12648
12959
|
baseUrl: string;
|
|
12649
12960
|
reasoning: false;
|
|
12650
|
-
input: "text"[];
|
|
12961
|
+
input: ("image" | "text")[];
|
|
12651
12962
|
cost: {
|
|
12652
12963
|
input: number;
|
|
12653
12964
|
output: number;
|
|
@@ -12657,7 +12968,7 @@ export declare const MODELS: {
|
|
|
12657
12968
|
contextWindow: number;
|
|
12658
12969
|
maxTokens: number;
|
|
12659
12970
|
};
|
|
12660
|
-
readonly "
|
|
12971
|
+
readonly "relace/relace-search": {
|
|
12661
12972
|
id: string;
|
|
12662
12973
|
name: string;
|
|
12663
12974
|
api: "openai-completions";
|
|
@@ -12674,7 +12985,7 @@ export declare const MODELS: {
|
|
|
12674
12985
|
contextWindow: number;
|
|
12675
12986
|
maxTokens: number;
|
|
12676
12987
|
};
|
|
12677
|
-
readonly "sao10k/l3
|
|
12988
|
+
readonly "sao10k/l3-euryale-70b": {
|
|
12678
12989
|
id: string;
|
|
12679
12990
|
name: string;
|
|
12680
12991
|
api: "openai-completions";
|
|
@@ -12691,13 +13002,13 @@ export declare const MODELS: {
|
|
|
12691
13002
|
contextWindow: number;
|
|
12692
13003
|
maxTokens: number;
|
|
12693
13004
|
};
|
|
12694
|
-
readonly "
|
|
13005
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
12695
13006
|
id: string;
|
|
12696
13007
|
name: string;
|
|
12697
13008
|
api: "openai-completions";
|
|
12698
13009
|
provider: string;
|
|
12699
13010
|
baseUrl: string;
|
|
12700
|
-
reasoning:
|
|
13011
|
+
reasoning: false;
|
|
12701
13012
|
input: "text"[];
|
|
12702
13013
|
cost: {
|
|
12703
13014
|
input: number;
|
|
@@ -12708,7 +13019,7 @@ export declare const MODELS: {
|
|
|
12708
13019
|
contextWindow: number;
|
|
12709
13020
|
maxTokens: number;
|
|
12710
13021
|
};
|
|
12711
|
-
readonly "
|
|
13022
|
+
readonly "stepfun/step-3.5-flash": {
|
|
12712
13023
|
id: string;
|
|
12713
13024
|
name: string;
|
|
12714
13025
|
api: "openai-completions";
|
|
@@ -12725,14 +13036,14 @@ export declare const MODELS: {
|
|
|
12725
13036
|
contextWindow: number;
|
|
12726
13037
|
maxTokens: number;
|
|
12727
13038
|
};
|
|
12728
|
-
readonly "
|
|
13039
|
+
readonly "stepfun/step-3.7-flash": {
|
|
12729
13040
|
id: string;
|
|
12730
13041
|
name: string;
|
|
12731
13042
|
api: "openai-completions";
|
|
12732
13043
|
provider: string;
|
|
12733
13044
|
baseUrl: string;
|
|
12734
|
-
reasoning:
|
|
12735
|
-
input: "text"[];
|
|
13045
|
+
reasoning: true;
|
|
13046
|
+
input: ("image" | "text")[];
|
|
12736
13047
|
cost: {
|
|
12737
13048
|
input: number;
|
|
12738
13049
|
output: number;
|
|
@@ -12742,13 +13053,13 @@ export declare const MODELS: {
|
|
|
12742
13053
|
contextWindow: number;
|
|
12743
13054
|
maxTokens: number;
|
|
12744
13055
|
};
|
|
12745
|
-
readonly "
|
|
13056
|
+
readonly "tencent/hy3-preview": {
|
|
12746
13057
|
id: string;
|
|
12747
13058
|
name: string;
|
|
12748
13059
|
api: "openai-completions";
|
|
12749
13060
|
provider: string;
|
|
12750
13061
|
baseUrl: string;
|
|
12751
|
-
reasoning:
|
|
13062
|
+
reasoning: true;
|
|
12752
13063
|
input: "text"[];
|
|
12753
13064
|
cost: {
|
|
12754
13065
|
input: number;
|
|
@@ -12759,13 +13070,13 @@ export declare const MODELS: {
|
|
|
12759
13070
|
contextWindow: number;
|
|
12760
13071
|
maxTokens: number;
|
|
12761
13072
|
};
|
|
12762
|
-
readonly "
|
|
13073
|
+
readonly "thedrummer/rocinante-12b": {
|
|
12763
13074
|
id: string;
|
|
12764
13075
|
name: string;
|
|
12765
13076
|
api: "openai-completions";
|
|
12766
13077
|
provider: string;
|
|
12767
13078
|
baseUrl: string;
|
|
12768
|
-
reasoning:
|
|
13079
|
+
reasoning: false;
|
|
12769
13080
|
input: "text"[];
|
|
12770
13081
|
cost: {
|
|
12771
13082
|
input: number;
|
|
@@ -12776,14 +13087,14 @@ export declare const MODELS: {
|
|
|
12776
13087
|
contextWindow: number;
|
|
12777
13088
|
maxTokens: number;
|
|
12778
13089
|
};
|
|
12779
|
-
readonly "
|
|
13090
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
12780
13091
|
id: string;
|
|
12781
13092
|
name: string;
|
|
12782
13093
|
api: "openai-completions";
|
|
12783
13094
|
provider: string;
|
|
12784
13095
|
baseUrl: string;
|
|
12785
|
-
reasoning:
|
|
12786
|
-
input:
|
|
13096
|
+
reasoning: false;
|
|
13097
|
+
input: "text"[];
|
|
12787
13098
|
cost: {
|
|
12788
13099
|
input: number;
|
|
12789
13100
|
output: number;
|
|
@@ -12793,14 +13104,14 @@ export declare const MODELS: {
|
|
|
12793
13104
|
contextWindow: number;
|
|
12794
13105
|
maxTokens: number;
|
|
12795
13106
|
};
|
|
12796
|
-
readonly "
|
|
13107
|
+
readonly "upstage/solar-pro-3": {
|
|
12797
13108
|
id: string;
|
|
12798
13109
|
name: string;
|
|
12799
13110
|
api: "openai-completions";
|
|
12800
13111
|
provider: string;
|
|
12801
13112
|
baseUrl: string;
|
|
12802
13113
|
reasoning: true;
|
|
12803
|
-
input:
|
|
13114
|
+
input: "text"[];
|
|
12804
13115
|
cost: {
|
|
12805
13116
|
input: number;
|
|
12806
13117
|
output: number;
|
|
@@ -12810,7 +13121,7 @@ export declare const MODELS: {
|
|
|
12810
13121
|
contextWindow: number;
|
|
12811
13122
|
maxTokens: number;
|
|
12812
13123
|
};
|
|
12813
|
-
readonly "x-ai/grok-
|
|
13124
|
+
readonly "x-ai/grok-4.20": {
|
|
12814
13125
|
id: string;
|
|
12815
13126
|
name: string;
|
|
12816
13127
|
api: "openai-completions";
|
|
@@ -12827,14 +13138,14 @@ export declare const MODELS: {
|
|
|
12827
13138
|
contextWindow: number;
|
|
12828
13139
|
maxTokens: number;
|
|
12829
13140
|
};
|
|
12830
|
-
readonly "
|
|
13141
|
+
readonly "x-ai/grok-4.3": {
|
|
12831
13142
|
id: string;
|
|
12832
13143
|
name: string;
|
|
12833
13144
|
api: "openai-completions";
|
|
12834
13145
|
provider: string;
|
|
12835
13146
|
baseUrl: string;
|
|
12836
13147
|
reasoning: true;
|
|
12837
|
-
input: "text"[];
|
|
13148
|
+
input: ("image" | "text")[];
|
|
12838
13149
|
cost: {
|
|
12839
13150
|
input: number;
|
|
12840
13151
|
output: number;
|
|
@@ -12844,7 +13155,7 @@ export declare const MODELS: {
|
|
|
12844
13155
|
contextWindow: number;
|
|
12845
13156
|
maxTokens: number;
|
|
12846
13157
|
};
|
|
12847
|
-
readonly "
|
|
13158
|
+
readonly "x-ai/grok-build-0.1": {
|
|
12848
13159
|
id: string;
|
|
12849
13160
|
name: string;
|
|
12850
13161
|
api: "openai-completions";
|
|
@@ -12861,7 +13172,7 @@ export declare const MODELS: {
|
|
|
12861
13172
|
contextWindow: number;
|
|
12862
13173
|
maxTokens: number;
|
|
12863
13174
|
};
|
|
12864
|
-
readonly "xiaomi/mimo-v2-
|
|
13175
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
12865
13176
|
id: string;
|
|
12866
13177
|
name: string;
|
|
12867
13178
|
api: "openai-completions";
|
|
@@ -13751,6 +14062,37 @@ export declare const MODELS: {
|
|
|
13751
14062
|
contextWindow: number;
|
|
13752
14063
|
maxTokens: number;
|
|
13753
14064
|
};
|
|
14065
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14066
|
+
id: string;
|
|
14067
|
+
name: string;
|
|
14068
|
+
api: "openai-completions";
|
|
14069
|
+
provider: string;
|
|
14070
|
+
baseUrl: string;
|
|
14071
|
+
compat: {
|
|
14072
|
+
supportsStore: false;
|
|
14073
|
+
supportsDeveloperRole: false;
|
|
14074
|
+
supportsReasoningEffort: false;
|
|
14075
|
+
maxTokensField: "max_tokens";
|
|
14076
|
+
supportsStrictMode: false;
|
|
14077
|
+
supportsLongCacheRetention: false;
|
|
14078
|
+
thinkingFormat: "together";
|
|
14079
|
+
};
|
|
14080
|
+
reasoning: true;
|
|
14081
|
+
thinkingLevelMap: {
|
|
14082
|
+
minimal: null;
|
|
14083
|
+
low: null;
|
|
14084
|
+
medium: null;
|
|
14085
|
+
};
|
|
14086
|
+
input: "text"[];
|
|
14087
|
+
cost: {
|
|
14088
|
+
input: number;
|
|
14089
|
+
output: number;
|
|
14090
|
+
cacheRead: number;
|
|
14091
|
+
cacheWrite: number;
|
|
14092
|
+
};
|
|
14093
|
+
contextWindow: number;
|
|
14094
|
+
maxTokens: number;
|
|
14095
|
+
};
|
|
13754
14096
|
readonly "openai/gpt-oss-120b": {
|
|
13755
14097
|
id: string;
|
|
13756
14098
|
name: string;
|
|
@@ -13837,7 +14179,7 @@ export declare const MODELS: {
|
|
|
13837
14179
|
api: "anthropic-messages";
|
|
13838
14180
|
provider: string;
|
|
13839
14181
|
baseUrl: string;
|
|
13840
|
-
reasoning:
|
|
14182
|
+
reasoning: true;
|
|
13841
14183
|
input: "text"[];
|
|
13842
14184
|
cost: {
|
|
13843
14185
|
input: number;
|
|
@@ -13889,7 +14231,7 @@ export declare const MODELS: {
|
|
|
13889
14231
|
provider: string;
|
|
13890
14232
|
baseUrl: string;
|
|
13891
14233
|
reasoning: true;
|
|
13892
|
-
input:
|
|
14234
|
+
input: "text"[];
|
|
13893
14235
|
cost: {
|
|
13894
14236
|
input: number;
|
|
13895
14237
|
output: number;
|
|
@@ -13922,7 +14264,41 @@ export declare const MODELS: {
|
|
|
13922
14264
|
api: "anthropic-messages";
|
|
13923
14265
|
provider: string;
|
|
13924
14266
|
baseUrl: string;
|
|
13925
|
-
reasoning:
|
|
14267
|
+
reasoning: true;
|
|
14268
|
+
input: "text"[];
|
|
14269
|
+
cost: {
|
|
14270
|
+
input: number;
|
|
14271
|
+
output: number;
|
|
14272
|
+
cacheRead: number;
|
|
14273
|
+
cacheWrite: number;
|
|
14274
|
+
};
|
|
14275
|
+
contextWindow: number;
|
|
14276
|
+
maxTokens: number;
|
|
14277
|
+
};
|
|
14278
|
+
readonly "alibaba/qwen3-coder-30b-a3b": {
|
|
14279
|
+
id: string;
|
|
14280
|
+
name: string;
|
|
14281
|
+
api: "anthropic-messages";
|
|
14282
|
+
provider: string;
|
|
14283
|
+
baseUrl: string;
|
|
14284
|
+
reasoning: true;
|
|
14285
|
+
input: "text"[];
|
|
14286
|
+
cost: {
|
|
14287
|
+
input: number;
|
|
14288
|
+
output: number;
|
|
14289
|
+
cacheRead: number;
|
|
14290
|
+
cacheWrite: number;
|
|
14291
|
+
};
|
|
14292
|
+
contextWindow: number;
|
|
14293
|
+
maxTokens: number;
|
|
14294
|
+
};
|
|
14295
|
+
readonly "alibaba/qwen3-coder-next": {
|
|
14296
|
+
id: string;
|
|
14297
|
+
name: string;
|
|
14298
|
+
api: "anthropic-messages";
|
|
14299
|
+
provider: string;
|
|
14300
|
+
baseUrl: string;
|
|
14301
|
+
reasoning: true;
|
|
13926
14302
|
input: "text"[];
|
|
13927
14303
|
cost: {
|
|
13928
14304
|
input: number;
|
|
@@ -13933,13 +14309,13 @@ export declare const MODELS: {
|
|
|
13933
14309
|
contextWindow: number;
|
|
13934
14310
|
maxTokens: number;
|
|
13935
14311
|
};
|
|
13936
|
-
readonly "alibaba/qwen3-coder-
|
|
14312
|
+
readonly "alibaba/qwen3-coder-plus": {
|
|
13937
14313
|
id: string;
|
|
13938
14314
|
name: string;
|
|
13939
14315
|
api: "anthropic-messages";
|
|
13940
14316
|
provider: string;
|
|
13941
14317
|
baseUrl: string;
|
|
13942
|
-
reasoning:
|
|
14318
|
+
reasoning: false;
|
|
13943
14319
|
input: "text"[];
|
|
13944
14320
|
cost: {
|
|
13945
14321
|
input: number;
|
|
@@ -13950,7 +14326,7 @@ export declare const MODELS: {
|
|
|
13950
14326
|
contextWindow: number;
|
|
13951
14327
|
maxTokens: number;
|
|
13952
14328
|
};
|
|
13953
|
-
readonly "alibaba/qwen3-
|
|
14329
|
+
readonly "alibaba/qwen3-max": {
|
|
13954
14330
|
id: string;
|
|
13955
14331
|
name: string;
|
|
13956
14332
|
api: "anthropic-messages";
|
|
@@ -13967,7 +14343,7 @@ export declare const MODELS: {
|
|
|
13967
14343
|
contextWindow: number;
|
|
13968
14344
|
maxTokens: number;
|
|
13969
14345
|
};
|
|
13970
|
-
readonly "alibaba/qwen3-
|
|
14346
|
+
readonly "alibaba/qwen3-max-preview": {
|
|
13971
14347
|
id: string;
|
|
13972
14348
|
name: string;
|
|
13973
14349
|
api: "anthropic-messages";
|
|
@@ -13984,13 +14360,13 @@ export declare const MODELS: {
|
|
|
13984
14360
|
contextWindow: number;
|
|
13985
14361
|
maxTokens: number;
|
|
13986
14362
|
};
|
|
13987
|
-
readonly "alibaba/qwen3-max": {
|
|
14363
|
+
readonly "alibaba/qwen3-max-thinking": {
|
|
13988
14364
|
id: string;
|
|
13989
14365
|
name: string;
|
|
13990
14366
|
api: "anthropic-messages";
|
|
13991
14367
|
provider: string;
|
|
13992
14368
|
baseUrl: string;
|
|
13993
|
-
reasoning:
|
|
14369
|
+
reasoning: true;
|
|
13994
14370
|
input: "text"[];
|
|
13995
14371
|
cost: {
|
|
13996
14372
|
input: number;
|
|
@@ -14001,7 +14377,7 @@ export declare const MODELS: {
|
|
|
14001
14377
|
contextWindow: number;
|
|
14002
14378
|
maxTokens: number;
|
|
14003
14379
|
};
|
|
14004
|
-
readonly "alibaba/qwen3-
|
|
14380
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
14005
14381
|
id: string;
|
|
14006
14382
|
name: string;
|
|
14007
14383
|
api: "anthropic-messages";
|
|
@@ -14018,7 +14394,7 @@ export declare const MODELS: {
|
|
|
14018
14394
|
contextWindow: number;
|
|
14019
14395
|
maxTokens: number;
|
|
14020
14396
|
};
|
|
14021
|
-
readonly "alibaba/qwen3-
|
|
14397
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
14022
14398
|
id: string;
|
|
14023
14399
|
name: string;
|
|
14024
14400
|
api: "anthropic-messages";
|
|
@@ -14121,6 +14497,23 @@ export declare const MODELS: {
|
|
|
14121
14497
|
maxTokens: number;
|
|
14122
14498
|
};
|
|
14123
14499
|
readonly "alibaba/qwen3.7-max": {
|
|
14500
|
+
id: string;
|
|
14501
|
+
name: string;
|
|
14502
|
+
api: "anthropic-messages";
|
|
14503
|
+
provider: string;
|
|
14504
|
+
baseUrl: string;
|
|
14505
|
+
reasoning: true;
|
|
14506
|
+
input: "text"[];
|
|
14507
|
+
cost: {
|
|
14508
|
+
input: number;
|
|
14509
|
+
output: number;
|
|
14510
|
+
cacheRead: number;
|
|
14511
|
+
cacheWrite: number;
|
|
14512
|
+
};
|
|
14513
|
+
contextWindow: number;
|
|
14514
|
+
maxTokens: number;
|
|
14515
|
+
};
|
|
14516
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
14124
14517
|
id: string;
|
|
14125
14518
|
name: string;
|
|
14126
14519
|
api: "anthropic-messages";
|
|
@@ -14245,6 +14638,9 @@ export declare const MODELS: {
|
|
|
14245
14638
|
api: "anthropic-messages";
|
|
14246
14639
|
provider: string;
|
|
14247
14640
|
baseUrl: string;
|
|
14641
|
+
compat: {
|
|
14642
|
+
forceAdaptiveThinking: true;
|
|
14643
|
+
};
|
|
14248
14644
|
reasoning: true;
|
|
14249
14645
|
thinkingLevelMap: {
|
|
14250
14646
|
xhigh: string;
|
|
@@ -14265,6 +14661,10 @@ export declare const MODELS: {
|
|
|
14265
14661
|
api: "anthropic-messages";
|
|
14266
14662
|
provider: string;
|
|
14267
14663
|
baseUrl: string;
|
|
14664
|
+
compat: {
|
|
14665
|
+
forceAdaptiveThinking: true;
|
|
14666
|
+
supportsTemperature: false;
|
|
14667
|
+
};
|
|
14268
14668
|
reasoning: true;
|
|
14269
14669
|
thinkingLevelMap: {
|
|
14270
14670
|
xhigh: string;
|
|
@@ -14279,6 +14679,27 @@ export declare const MODELS: {
|
|
|
14279
14679
|
contextWindow: number;
|
|
14280
14680
|
maxTokens: number;
|
|
14281
14681
|
};
|
|
14682
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
14683
|
+
id: string;
|
|
14684
|
+
name: string;
|
|
14685
|
+
api: "anthropic-messages";
|
|
14686
|
+
provider: string;
|
|
14687
|
+
baseUrl: string;
|
|
14688
|
+
compat: {
|
|
14689
|
+
forceAdaptiveThinking: true;
|
|
14690
|
+
supportsTemperature: false;
|
|
14691
|
+
};
|
|
14692
|
+
reasoning: true;
|
|
14693
|
+
input: ("image" | "text")[];
|
|
14694
|
+
cost: {
|
|
14695
|
+
input: number;
|
|
14696
|
+
output: number;
|
|
14697
|
+
cacheRead: number;
|
|
14698
|
+
cacheWrite: number;
|
|
14699
|
+
};
|
|
14700
|
+
contextWindow: number;
|
|
14701
|
+
maxTokens: number;
|
|
14702
|
+
};
|
|
14282
14703
|
readonly "anthropic/claude-sonnet-4": {
|
|
14283
14704
|
id: string;
|
|
14284
14705
|
name: string;
|
|
@@ -14319,6 +14740,9 @@ export declare const MODELS: {
|
|
|
14319
14740
|
api: "anthropic-messages";
|
|
14320
14741
|
provider: string;
|
|
14321
14742
|
baseUrl: string;
|
|
14743
|
+
compat: {
|
|
14744
|
+
forceAdaptiveThinking: true;
|
|
14745
|
+
};
|
|
14322
14746
|
reasoning: true;
|
|
14323
14747
|
input: ("image" | "text")[];
|
|
14324
14748
|
cost: {
|
|
@@ -14472,8 +14896,8 @@ export declare const MODELS: {
|
|
|
14472
14896
|
api: "anthropic-messages";
|
|
14473
14897
|
provider: string;
|
|
14474
14898
|
baseUrl: string;
|
|
14475
|
-
reasoning:
|
|
14476
|
-
input: "text"[];
|
|
14899
|
+
reasoning: true;
|
|
14900
|
+
input: ("image" | "text")[];
|
|
14477
14901
|
cost: {
|
|
14478
14902
|
input: number;
|
|
14479
14903
|
output: number;
|
|
@@ -14489,8 +14913,8 @@ export declare const MODELS: {
|
|
|
14489
14913
|
api: "anthropic-messages";
|
|
14490
14914
|
provider: string;
|
|
14491
14915
|
baseUrl: string;
|
|
14492
|
-
reasoning:
|
|
14493
|
-
input: "text"[];
|
|
14916
|
+
reasoning: true;
|
|
14917
|
+
input: ("image" | "text")[];
|
|
14494
14918
|
cost: {
|
|
14495
14919
|
input: number;
|
|
14496
14920
|
output: number;
|
|
@@ -14507,7 +14931,7 @@ export declare const MODELS: {
|
|
|
14507
14931
|
provider: string;
|
|
14508
14932
|
baseUrl: string;
|
|
14509
14933
|
reasoning: true;
|
|
14510
|
-
input: "text"[];
|
|
14934
|
+
input: ("image" | "text")[];
|
|
14511
14935
|
cost: {
|
|
14512
14936
|
input: number;
|
|
14513
14937
|
output: number;
|
|
@@ -14727,7 +15151,7 @@ export declare const MODELS: {
|
|
|
14727
15151
|
api: "anthropic-messages";
|
|
14728
15152
|
provider: string;
|
|
14729
15153
|
baseUrl: string;
|
|
14730
|
-
reasoning:
|
|
15154
|
+
reasoning: true;
|
|
14731
15155
|
input: ("image" | "text")[];
|
|
14732
15156
|
cost: {
|
|
14733
15157
|
input: number;
|
|
@@ -15034,7 +15458,7 @@ export declare const MODELS: {
|
|
|
15034
15458
|
provider: string;
|
|
15035
15459
|
baseUrl: string;
|
|
15036
15460
|
reasoning: true;
|
|
15037
|
-
input:
|
|
15461
|
+
input: "text"[];
|
|
15038
15462
|
cost: {
|
|
15039
15463
|
input: number;
|
|
15040
15464
|
output: number;
|
|
@@ -15045,6 +15469,23 @@ export declare const MODELS: {
|
|
|
15045
15469
|
maxTokens: number;
|
|
15046
15470
|
};
|
|
15047
15471
|
readonly "minimax/minimax-m2.7-highspeed": {
|
|
15472
|
+
id: string;
|
|
15473
|
+
name: string;
|
|
15474
|
+
api: "anthropic-messages";
|
|
15475
|
+
provider: string;
|
|
15476
|
+
baseUrl: string;
|
|
15477
|
+
reasoning: true;
|
|
15478
|
+
input: "text"[];
|
|
15479
|
+
cost: {
|
|
15480
|
+
input: number;
|
|
15481
|
+
output: number;
|
|
15482
|
+
cacheRead: number;
|
|
15483
|
+
cacheWrite: number;
|
|
15484
|
+
};
|
|
15485
|
+
contextWindow: number;
|
|
15486
|
+
maxTokens: number;
|
|
15487
|
+
};
|
|
15488
|
+
readonly "minimax/minimax-m3": {
|
|
15048
15489
|
id: string;
|
|
15049
15490
|
name: string;
|
|
15050
15491
|
api: "anthropic-messages";
|
|
@@ -15197,6 +15638,23 @@ export declare const MODELS: {
|
|
|
15197
15638
|
contextWindow: number;
|
|
15198
15639
|
maxTokens: number;
|
|
15199
15640
|
};
|
|
15641
|
+
readonly "mistral/mistral-nemo": {
|
|
15642
|
+
id: string;
|
|
15643
|
+
name: string;
|
|
15644
|
+
api: "anthropic-messages";
|
|
15645
|
+
provider: string;
|
|
15646
|
+
baseUrl: string;
|
|
15647
|
+
reasoning: false;
|
|
15648
|
+
input: "text"[];
|
|
15649
|
+
cost: {
|
|
15650
|
+
input: number;
|
|
15651
|
+
output: number;
|
|
15652
|
+
cacheRead: number;
|
|
15653
|
+
cacheWrite: number;
|
|
15654
|
+
};
|
|
15655
|
+
contextWindow: number;
|
|
15656
|
+
maxTokens: number;
|
|
15657
|
+
};
|
|
15200
15658
|
readonly "mistral/mistral-small": {
|
|
15201
15659
|
id: string;
|
|
15202
15660
|
name: string;
|
|
@@ -15350,6 +15808,40 @@ export declare const MODELS: {
|
|
|
15350
15808
|
contextWindow: number;
|
|
15351
15809
|
maxTokens: number;
|
|
15352
15810
|
};
|
|
15811
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15812
|
+
id: string;
|
|
15813
|
+
name: string;
|
|
15814
|
+
api: "anthropic-messages";
|
|
15815
|
+
provider: string;
|
|
15816
|
+
baseUrl: string;
|
|
15817
|
+
reasoning: true;
|
|
15818
|
+
input: "text"[];
|
|
15819
|
+
cost: {
|
|
15820
|
+
input: number;
|
|
15821
|
+
output: number;
|
|
15822
|
+
cacheRead: number;
|
|
15823
|
+
cacheWrite: number;
|
|
15824
|
+
};
|
|
15825
|
+
contextWindow: number;
|
|
15826
|
+
maxTokens: number;
|
|
15827
|
+
};
|
|
15828
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15829
|
+
id: string;
|
|
15830
|
+
name: string;
|
|
15831
|
+
api: "anthropic-messages";
|
|
15832
|
+
provider: string;
|
|
15833
|
+
baseUrl: string;
|
|
15834
|
+
reasoning: true;
|
|
15835
|
+
input: "text"[];
|
|
15836
|
+
cost: {
|
|
15837
|
+
input: number;
|
|
15838
|
+
output: number;
|
|
15839
|
+
cacheRead: number;
|
|
15840
|
+
cacheWrite: number;
|
|
15841
|
+
};
|
|
15842
|
+
contextWindow: number;
|
|
15843
|
+
maxTokens: number;
|
|
15844
|
+
};
|
|
15353
15845
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15354
15846
|
id: string;
|
|
15355
15847
|
name: string;
|
|
@@ -15527,7 +16019,7 @@ export declare const MODELS: {
|
|
|
15527
16019
|
provider: string;
|
|
15528
16020
|
baseUrl: string;
|
|
15529
16021
|
reasoning: true;
|
|
15530
|
-
input: "text"[];
|
|
16022
|
+
input: ("image" | "text")[];
|
|
15531
16023
|
cost: {
|
|
15532
16024
|
input: number;
|
|
15533
16025
|
output: number;
|
|
@@ -15902,6 +16394,9 @@ export declare const MODELS: {
|
|
|
15902
16394
|
reasoning: true;
|
|
15903
16395
|
thinkingLevelMap: {
|
|
15904
16396
|
xhigh: string;
|
|
16397
|
+
off: null;
|
|
16398
|
+
minimal: null;
|
|
16399
|
+
low: null;
|
|
15905
16400
|
};
|
|
15906
16401
|
input: ("image" | "text")[];
|
|
15907
16402
|
cost: {
|
|
@@ -15913,6 +16408,23 @@ export declare const MODELS: {
|
|
|
15913
16408
|
contextWindow: number;
|
|
15914
16409
|
maxTokens: number;
|
|
15915
16410
|
};
|
|
16411
|
+
readonly "openai/gpt-oss-120b": {
|
|
16412
|
+
id: string;
|
|
16413
|
+
name: string;
|
|
16414
|
+
api: "anthropic-messages";
|
|
16415
|
+
provider: string;
|
|
16416
|
+
baseUrl: string;
|
|
16417
|
+
reasoning: true;
|
|
16418
|
+
input: "text"[];
|
|
16419
|
+
cost: {
|
|
16420
|
+
input: number;
|
|
16421
|
+
output: number;
|
|
16422
|
+
cacheRead: number;
|
|
16423
|
+
cacheWrite: number;
|
|
16424
|
+
};
|
|
16425
|
+
contextWindow: number;
|
|
16426
|
+
maxTokens: number;
|
|
16427
|
+
};
|
|
15916
16428
|
readonly "openai/gpt-oss-20b": {
|
|
15917
16429
|
id: string;
|
|
15918
16430
|
name: string;
|
|
@@ -16083,6 +16595,40 @@ export declare const MODELS: {
|
|
|
16083
16595
|
contextWindow: number;
|
|
16084
16596
|
maxTokens: number;
|
|
16085
16597
|
};
|
|
16598
|
+
readonly "stepfun/step-3.5-flash": {
|
|
16599
|
+
id: string;
|
|
16600
|
+
name: string;
|
|
16601
|
+
api: "anthropic-messages";
|
|
16602
|
+
provider: string;
|
|
16603
|
+
baseUrl: string;
|
|
16604
|
+
reasoning: true;
|
|
16605
|
+
input: "text"[];
|
|
16606
|
+
cost: {
|
|
16607
|
+
input: number;
|
|
16608
|
+
output: number;
|
|
16609
|
+
cacheRead: number;
|
|
16610
|
+
cacheWrite: number;
|
|
16611
|
+
};
|
|
16612
|
+
contextWindow: number;
|
|
16613
|
+
maxTokens: number;
|
|
16614
|
+
};
|
|
16615
|
+
readonly "stepfun/step-3.7-flash": {
|
|
16616
|
+
id: string;
|
|
16617
|
+
name: string;
|
|
16618
|
+
api: "anthropic-messages";
|
|
16619
|
+
provider: string;
|
|
16620
|
+
baseUrl: string;
|
|
16621
|
+
reasoning: true;
|
|
16622
|
+
input: ("image" | "text")[];
|
|
16623
|
+
cost: {
|
|
16624
|
+
input: number;
|
|
16625
|
+
output: number;
|
|
16626
|
+
cacheRead: number;
|
|
16627
|
+
cacheWrite: number;
|
|
16628
|
+
};
|
|
16629
|
+
contextWindow: number;
|
|
16630
|
+
maxTokens: number;
|
|
16631
|
+
};
|
|
16086
16632
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16087
16633
|
id: string;
|
|
16088
16634
|
name: string;
|
|
@@ -16361,7 +16907,7 @@ export declare const MODELS: {
|
|
|
16361
16907
|
api: "anthropic-messages";
|
|
16362
16908
|
provider: string;
|
|
16363
16909
|
baseUrl: string;
|
|
16364
|
-
reasoning:
|
|
16910
|
+
reasoning: true;
|
|
16365
16911
|
input: ("image" | "text")[];
|
|
16366
16912
|
cost: {
|
|
16367
16913
|
input: number;
|
|
@@ -16515,7 +17061,7 @@ export declare const MODELS: {
|
|
|
16515
17061
|
provider: string;
|
|
16516
17062
|
baseUrl: string;
|
|
16517
17063
|
reasoning: true;
|
|
16518
|
-
input: "text"[];
|
|
17064
|
+
input: ("image" | "text")[];
|
|
16519
17065
|
cost: {
|
|
16520
17066
|
input: number;
|
|
16521
17067
|
output: number;
|
|
@@ -16772,27 +17318,6 @@ export declare const MODELS: {
|
|
|
16772
17318
|
};
|
|
16773
17319
|
};
|
|
16774
17320
|
readonly "xiaomi-token-plan-ams": {
|
|
16775
|
-
readonly "mimo-v2-flash": {
|
|
16776
|
-
id: string;
|
|
16777
|
-
name: string;
|
|
16778
|
-
api: "openai-completions";
|
|
16779
|
-
provider: string;
|
|
16780
|
-
baseUrl: string;
|
|
16781
|
-
compat: {
|
|
16782
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
16783
|
-
thinkingFormat: "deepseek";
|
|
16784
|
-
};
|
|
16785
|
-
reasoning: true;
|
|
16786
|
-
input: "text"[];
|
|
16787
|
-
cost: {
|
|
16788
|
-
input: number;
|
|
16789
|
-
output: number;
|
|
16790
|
-
cacheRead: number;
|
|
16791
|
-
cacheWrite: number;
|
|
16792
|
-
};
|
|
16793
|
-
contextWindow: number;
|
|
16794
|
-
maxTokens: number;
|
|
16795
|
-
};
|
|
16796
17321
|
readonly "mimo-v2-omni": {
|
|
16797
17322
|
id: string;
|
|
16798
17323
|
name: string;
|
|
@@ -16879,27 +17404,6 @@ export declare const MODELS: {
|
|
|
16879
17404
|
};
|
|
16880
17405
|
};
|
|
16881
17406
|
readonly "xiaomi-token-plan-cn": {
|
|
16882
|
-
readonly "mimo-v2-flash": {
|
|
16883
|
-
id: string;
|
|
16884
|
-
name: string;
|
|
16885
|
-
api: "openai-completions";
|
|
16886
|
-
provider: string;
|
|
16887
|
-
baseUrl: string;
|
|
16888
|
-
compat: {
|
|
16889
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
16890
|
-
thinkingFormat: "deepseek";
|
|
16891
|
-
};
|
|
16892
|
-
reasoning: true;
|
|
16893
|
-
input: "text"[];
|
|
16894
|
-
cost: {
|
|
16895
|
-
input: number;
|
|
16896
|
-
output: number;
|
|
16897
|
-
cacheRead: number;
|
|
16898
|
-
cacheWrite: number;
|
|
16899
|
-
};
|
|
16900
|
-
contextWindow: number;
|
|
16901
|
-
maxTokens: number;
|
|
16902
|
-
};
|
|
16903
17407
|
readonly "mimo-v2-omni": {
|
|
16904
17408
|
id: string;
|
|
16905
17409
|
name: string;
|
|
@@ -16986,27 +17490,6 @@ export declare const MODELS: {
|
|
|
16986
17490
|
};
|
|
16987
17491
|
};
|
|
16988
17492
|
readonly "xiaomi-token-plan-sgp": {
|
|
16989
|
-
readonly "mimo-v2-flash": {
|
|
16990
|
-
id: string;
|
|
16991
|
-
name: string;
|
|
16992
|
-
api: "openai-completions";
|
|
16993
|
-
provider: string;
|
|
16994
|
-
baseUrl: string;
|
|
16995
|
-
compat: {
|
|
16996
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
16997
|
-
thinkingFormat: "deepseek";
|
|
16998
|
-
};
|
|
16999
|
-
reasoning: true;
|
|
17000
|
-
input: "text"[];
|
|
17001
|
-
cost: {
|
|
17002
|
-
input: number;
|
|
17003
|
-
output: number;
|
|
17004
|
-
cacheRead: number;
|
|
17005
|
-
cacheWrite: number;
|
|
17006
|
-
};
|
|
17007
|
-
contextWindow: number;
|
|
17008
|
-
maxTokens: number;
|
|
17009
|
-
};
|
|
17010
17493
|
readonly "mimo-v2-omni": {
|
|
17011
17494
|
id: string;
|
|
17012
17495
|
name: string;
|