@fleetagent/pi-ai 0.0.6 → 0.0.7
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 +754 -376
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +987 -690
- 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;
|
|
@@ -1288,6 +1373,23 @@ export declare const MODELS: {
|
|
|
1288
1373
|
contextWindow: number;
|
|
1289
1374
|
maxTokens: number;
|
|
1290
1375
|
};
|
|
1376
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1377
|
+
id: string;
|
|
1378
|
+
name: string;
|
|
1379
|
+
api: "bedrock-converse-stream";
|
|
1380
|
+
provider: string;
|
|
1381
|
+
baseUrl: string;
|
|
1382
|
+
reasoning: true;
|
|
1383
|
+
input: ("image" | "text")[];
|
|
1384
|
+
cost: {
|
|
1385
|
+
input: number;
|
|
1386
|
+
output: number;
|
|
1387
|
+
cacheRead: number;
|
|
1388
|
+
cacheWrite: number;
|
|
1389
|
+
};
|
|
1390
|
+
contextWindow: number;
|
|
1391
|
+
maxTokens: number;
|
|
1392
|
+
};
|
|
1291
1393
|
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1292
1394
|
id: string;
|
|
1293
1395
|
name: string;
|
|
@@ -1738,6 +1840,9 @@ export declare const MODELS: {
|
|
|
1738
1840
|
api: "anthropic-messages";
|
|
1739
1841
|
provider: string;
|
|
1740
1842
|
baseUrl: string;
|
|
1843
|
+
compat: {
|
|
1844
|
+
forceAdaptiveThinking: true;
|
|
1845
|
+
};
|
|
1741
1846
|
reasoning: true;
|
|
1742
1847
|
thinkingLevelMap: {
|
|
1743
1848
|
xhigh: string;
|
|
@@ -1758,6 +1863,10 @@ export declare const MODELS: {
|
|
|
1758
1863
|
api: "anthropic-messages";
|
|
1759
1864
|
provider: string;
|
|
1760
1865
|
baseUrl: string;
|
|
1866
|
+
compat: {
|
|
1867
|
+
forceAdaptiveThinking: true;
|
|
1868
|
+
supportsTemperature: false;
|
|
1869
|
+
};
|
|
1761
1870
|
reasoning: true;
|
|
1762
1871
|
thinkingLevelMap: {
|
|
1763
1872
|
xhigh: string;
|
|
@@ -1772,6 +1881,27 @@ export declare const MODELS: {
|
|
|
1772
1881
|
contextWindow: number;
|
|
1773
1882
|
maxTokens: number;
|
|
1774
1883
|
};
|
|
1884
|
+
readonly "claude-opus-4-8": {
|
|
1885
|
+
id: string;
|
|
1886
|
+
name: string;
|
|
1887
|
+
api: "anthropic-messages";
|
|
1888
|
+
provider: string;
|
|
1889
|
+
baseUrl: string;
|
|
1890
|
+
compat: {
|
|
1891
|
+
forceAdaptiveThinking: true;
|
|
1892
|
+
supportsTemperature: false;
|
|
1893
|
+
};
|
|
1894
|
+
reasoning: true;
|
|
1895
|
+
input: ("image" | "text")[];
|
|
1896
|
+
cost: {
|
|
1897
|
+
input: number;
|
|
1898
|
+
output: number;
|
|
1899
|
+
cacheRead: number;
|
|
1900
|
+
cacheWrite: number;
|
|
1901
|
+
};
|
|
1902
|
+
contextWindow: number;
|
|
1903
|
+
maxTokens: number;
|
|
1904
|
+
};
|
|
1775
1905
|
readonly "claude-sonnet-4-0": {
|
|
1776
1906
|
id: string;
|
|
1777
1907
|
name: string;
|
|
@@ -1846,6 +1976,9 @@ export declare const MODELS: {
|
|
|
1846
1976
|
api: "anthropic-messages";
|
|
1847
1977
|
provider: string;
|
|
1848
1978
|
baseUrl: string;
|
|
1979
|
+
compat: {
|
|
1980
|
+
forceAdaptiveThinking: true;
|
|
1981
|
+
};
|
|
1849
1982
|
reasoning: true;
|
|
1850
1983
|
input: ("image" | "text")[];
|
|
1851
1984
|
cost: {
|
|
@@ -2511,6 +2644,8 @@ export declare const MODELS: {
|
|
|
2511
2644
|
thinkingLevelMap: {
|
|
2512
2645
|
off: null;
|
|
2513
2646
|
xhigh: string;
|
|
2647
|
+
minimal: null;
|
|
2648
|
+
low: null;
|
|
2514
2649
|
};
|
|
2515
2650
|
input: ("image" | "text")[];
|
|
2516
2651
|
cost: {
|
|
@@ -2694,23 +2829,6 @@ export declare const MODELS: {
|
|
|
2694
2829
|
contextWindow: number;
|
|
2695
2830
|
maxTokens: number;
|
|
2696
2831
|
};
|
|
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
2832
|
readonly "zai-glm-4.7": {
|
|
2715
2833
|
id: string;
|
|
2716
2834
|
name: string;
|
|
@@ -2906,6 +3024,9 @@ export declare const MODELS: {
|
|
|
2906
3024
|
api: "anthropic-messages";
|
|
2907
3025
|
provider: string;
|
|
2908
3026
|
baseUrl: string;
|
|
3027
|
+
compat: {
|
|
3028
|
+
forceAdaptiveThinking: true;
|
|
3029
|
+
};
|
|
2909
3030
|
reasoning: true;
|
|
2910
3031
|
thinkingLevelMap: {
|
|
2911
3032
|
xhigh: string;
|
|
@@ -2926,6 +3047,10 @@ export declare const MODELS: {
|
|
|
2926
3047
|
api: "anthropic-messages";
|
|
2927
3048
|
provider: string;
|
|
2928
3049
|
baseUrl: string;
|
|
3050
|
+
compat: {
|
|
3051
|
+
forceAdaptiveThinking: true;
|
|
3052
|
+
supportsTemperature: false;
|
|
3053
|
+
};
|
|
2929
3054
|
reasoning: true;
|
|
2930
3055
|
thinkingLevelMap: {
|
|
2931
3056
|
xhigh: string;
|
|
@@ -2940,6 +3065,27 @@ export declare const MODELS: {
|
|
|
2940
3065
|
contextWindow: number;
|
|
2941
3066
|
maxTokens: number;
|
|
2942
3067
|
};
|
|
3068
|
+
readonly "claude-opus-4-8": {
|
|
3069
|
+
id: string;
|
|
3070
|
+
name: string;
|
|
3071
|
+
api: "anthropic-messages";
|
|
3072
|
+
provider: string;
|
|
3073
|
+
baseUrl: string;
|
|
3074
|
+
compat: {
|
|
3075
|
+
forceAdaptiveThinking: true;
|
|
3076
|
+
supportsTemperature: false;
|
|
3077
|
+
};
|
|
3078
|
+
reasoning: true;
|
|
3079
|
+
input: ("image" | "text")[];
|
|
3080
|
+
cost: {
|
|
3081
|
+
input: number;
|
|
3082
|
+
output: number;
|
|
3083
|
+
cacheRead: number;
|
|
3084
|
+
cacheWrite: number;
|
|
3085
|
+
};
|
|
3086
|
+
contextWindow: number;
|
|
3087
|
+
maxTokens: number;
|
|
3088
|
+
};
|
|
2943
3089
|
readonly "claude-sonnet-4": {
|
|
2944
3090
|
id: string;
|
|
2945
3091
|
name: string;
|
|
@@ -2980,6 +3126,9 @@ export declare const MODELS: {
|
|
|
2980
3126
|
api: "anthropic-messages";
|
|
2981
3127
|
provider: string;
|
|
2982
3128
|
baseUrl: string;
|
|
3129
|
+
compat: {
|
|
3130
|
+
forceAdaptiveThinking: true;
|
|
3131
|
+
};
|
|
2983
3132
|
reasoning: true;
|
|
2984
3133
|
input: ("image" | "text")[];
|
|
2985
3134
|
cost: {
|
|
@@ -3471,26 +3620,6 @@ export declare const MODELS: {
|
|
|
3471
3620
|
contextWindow: number;
|
|
3472
3621
|
maxTokens: number;
|
|
3473
3622
|
};
|
|
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
3623
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3495
3624
|
id: string;
|
|
3496
3625
|
name: string;
|
|
@@ -4010,6 +4139,9 @@ export declare const MODELS: {
|
|
|
4010
4139
|
"Editor-Plugin-Version": string;
|
|
4011
4140
|
"Copilot-Integration-Id": string;
|
|
4012
4141
|
};
|
|
4142
|
+
compat: {
|
|
4143
|
+
forceAdaptiveThinking: true;
|
|
4144
|
+
};
|
|
4013
4145
|
reasoning: true;
|
|
4014
4146
|
thinkingLevelMap: {
|
|
4015
4147
|
xhigh: string;
|
|
@@ -4036,6 +4168,10 @@ export declare const MODELS: {
|
|
|
4036
4168
|
"Editor-Plugin-Version": string;
|
|
4037
4169
|
"Copilot-Integration-Id": string;
|
|
4038
4170
|
};
|
|
4171
|
+
compat: {
|
|
4172
|
+
forceAdaptiveThinking: true;
|
|
4173
|
+
supportsTemperature: false;
|
|
4174
|
+
};
|
|
4039
4175
|
reasoning: true;
|
|
4040
4176
|
thinkingLevelMap: {
|
|
4041
4177
|
xhigh: string;
|
|
@@ -4050,7 +4186,34 @@ export declare const MODELS: {
|
|
|
4050
4186
|
contextWindow: number;
|
|
4051
4187
|
maxTokens: number;
|
|
4052
4188
|
};
|
|
4053
|
-
readonly "claude-
|
|
4189
|
+
readonly "claude-opus-4.8": {
|
|
4190
|
+
id: string;
|
|
4191
|
+
name: string;
|
|
4192
|
+
api: "anthropic-messages";
|
|
4193
|
+
provider: string;
|
|
4194
|
+
baseUrl: string;
|
|
4195
|
+
headers: {
|
|
4196
|
+
"User-Agent": string;
|
|
4197
|
+
"Editor-Version": string;
|
|
4198
|
+
"Editor-Plugin-Version": string;
|
|
4199
|
+
"Copilot-Integration-Id": string;
|
|
4200
|
+
};
|
|
4201
|
+
compat: {
|
|
4202
|
+
forceAdaptiveThinking: true;
|
|
4203
|
+
supportsTemperature: false;
|
|
4204
|
+
};
|
|
4205
|
+
reasoning: true;
|
|
4206
|
+
input: ("image" | "text")[];
|
|
4207
|
+
cost: {
|
|
4208
|
+
input: number;
|
|
4209
|
+
output: number;
|
|
4210
|
+
cacheRead: number;
|
|
4211
|
+
cacheWrite: number;
|
|
4212
|
+
};
|
|
4213
|
+
contextWindow: number;
|
|
4214
|
+
maxTokens: number;
|
|
4215
|
+
};
|
|
4216
|
+
readonly "claude-sonnet-4": {
|
|
4054
4217
|
id: string;
|
|
4055
4218
|
name: string;
|
|
4056
4219
|
api: "anthropic-messages";
|
|
@@ -4076,7 +4239,7 @@ export declare const MODELS: {
|
|
|
4076
4239
|
contextWindow: number;
|
|
4077
4240
|
maxTokens: number;
|
|
4078
4241
|
};
|
|
4079
|
-
readonly "claude-sonnet-4.
|
|
4242
|
+
readonly "claude-sonnet-4.5": {
|
|
4080
4243
|
id: string;
|
|
4081
4244
|
name: string;
|
|
4082
4245
|
api: "anthropic-messages";
|
|
@@ -4088,6 +4251,9 @@ export declare const MODELS: {
|
|
|
4088
4251
|
"Editor-Plugin-Version": string;
|
|
4089
4252
|
"Copilot-Integration-Id": string;
|
|
4090
4253
|
};
|
|
4254
|
+
compat: {
|
|
4255
|
+
supportsEagerToolInputStreaming: false;
|
|
4256
|
+
};
|
|
4091
4257
|
reasoning: true;
|
|
4092
4258
|
input: ("image" | "text")[];
|
|
4093
4259
|
cost: {
|
|
@@ -4099,10 +4265,10 @@ export declare const MODELS: {
|
|
|
4099
4265
|
contextWindow: number;
|
|
4100
4266
|
maxTokens: number;
|
|
4101
4267
|
};
|
|
4102
|
-
readonly "
|
|
4268
|
+
readonly "claude-sonnet-4.6": {
|
|
4103
4269
|
id: string;
|
|
4104
4270
|
name: string;
|
|
4105
|
-
api: "
|
|
4271
|
+
api: "anthropic-messages";
|
|
4106
4272
|
provider: string;
|
|
4107
4273
|
baseUrl: string;
|
|
4108
4274
|
headers: {
|
|
@@ -4112,11 +4278,9 @@ export declare const MODELS: {
|
|
|
4112
4278
|
"Copilot-Integration-Id": string;
|
|
4113
4279
|
};
|
|
4114
4280
|
compat: {
|
|
4115
|
-
|
|
4116
|
-
supportsDeveloperRole: false;
|
|
4117
|
-
supportsReasoningEffort: false;
|
|
4281
|
+
forceAdaptiveThinking: true;
|
|
4118
4282
|
};
|
|
4119
|
-
reasoning:
|
|
4283
|
+
reasoning: true;
|
|
4120
4284
|
input: ("image" | "text")[];
|
|
4121
4285
|
cost: {
|
|
4122
4286
|
input: number;
|
|
@@ -4127,7 +4291,7 @@ export declare const MODELS: {
|
|
|
4127
4291
|
contextWindow: number;
|
|
4128
4292
|
maxTokens: number;
|
|
4129
4293
|
};
|
|
4130
|
-
readonly "gemini-
|
|
4294
|
+
readonly "gemini-2.5-pro": {
|
|
4131
4295
|
id: string;
|
|
4132
4296
|
name: string;
|
|
4133
4297
|
api: "openai-completions";
|
|
@@ -4155,7 +4319,7 @@ export declare const MODELS: {
|
|
|
4155
4319
|
contextWindow: number;
|
|
4156
4320
|
maxTokens: number;
|
|
4157
4321
|
};
|
|
4158
|
-
readonly "gemini-3
|
|
4322
|
+
readonly "gemini-3-flash-preview": {
|
|
4159
4323
|
id: string;
|
|
4160
4324
|
name: string;
|
|
4161
4325
|
api: "openai-completions";
|
|
@@ -4183,7 +4347,7 @@ export declare const MODELS: {
|
|
|
4183
4347
|
contextWindow: number;
|
|
4184
4348
|
maxTokens: number;
|
|
4185
4349
|
};
|
|
4186
|
-
readonly "gemini-3.
|
|
4350
|
+
readonly "gemini-3.1-pro-preview": {
|
|
4187
4351
|
id: string;
|
|
4188
4352
|
name: string;
|
|
4189
4353
|
api: "openai-completions";
|
|
@@ -4211,7 +4375,7 @@ export declare const MODELS: {
|
|
|
4211
4375
|
contextWindow: number;
|
|
4212
4376
|
maxTokens: number;
|
|
4213
4377
|
};
|
|
4214
|
-
readonly "
|
|
4378
|
+
readonly "gemini-3.5-flash": {
|
|
4215
4379
|
id: string;
|
|
4216
4380
|
name: string;
|
|
4217
4381
|
api: "openai-completions";
|
|
@@ -4228,7 +4392,7 @@ export declare const MODELS: {
|
|
|
4228
4392
|
supportsDeveloperRole: false;
|
|
4229
4393
|
supportsReasoningEffort: false;
|
|
4230
4394
|
};
|
|
4231
|
-
reasoning:
|
|
4395
|
+
reasoning: true;
|
|
4232
4396
|
input: ("image" | "text")[];
|
|
4233
4397
|
cost: {
|
|
4234
4398
|
input: number;
|
|
@@ -4239,7 +4403,7 @@ export declare const MODELS: {
|
|
|
4239
4403
|
contextWindow: number;
|
|
4240
4404
|
maxTokens: number;
|
|
4241
4405
|
};
|
|
4242
|
-
readonly "gpt-
|
|
4406
|
+
readonly "gpt-4.1": {
|
|
4243
4407
|
id: string;
|
|
4244
4408
|
name: string;
|
|
4245
4409
|
api: "openai-completions";
|
|
@@ -4434,7 +4598,7 @@ export declare const MODELS: {
|
|
|
4434
4598
|
contextWindow: number;
|
|
4435
4599
|
maxTokens: number;
|
|
4436
4600
|
};
|
|
4437
|
-
readonly "gpt-5.
|
|
4601
|
+
readonly "gpt-5.4-nano": {
|
|
4438
4602
|
id: string;
|
|
4439
4603
|
name: string;
|
|
4440
4604
|
api: "openai-responses";
|
|
@@ -4462,10 +4626,10 @@ export declare const MODELS: {
|
|
|
4462
4626
|
contextWindow: number;
|
|
4463
4627
|
maxTokens: number;
|
|
4464
4628
|
};
|
|
4465
|
-
readonly "
|
|
4629
|
+
readonly "gpt-5.5": {
|
|
4466
4630
|
id: string;
|
|
4467
4631
|
name: string;
|
|
4468
|
-
api: "openai-
|
|
4632
|
+
api: "openai-responses";
|
|
4469
4633
|
provider: string;
|
|
4470
4634
|
baseUrl: string;
|
|
4471
4635
|
headers: {
|
|
@@ -4474,13 +4638,13 @@ export declare const MODELS: {
|
|
|
4474
4638
|
"Editor-Plugin-Version": string;
|
|
4475
4639
|
"Copilot-Integration-Id": string;
|
|
4476
4640
|
};
|
|
4477
|
-
compat: {
|
|
4478
|
-
supportsStore: false;
|
|
4479
|
-
supportsDeveloperRole: false;
|
|
4480
|
-
supportsReasoningEffort: false;
|
|
4481
|
-
};
|
|
4482
4641
|
reasoning: true;
|
|
4483
|
-
|
|
4642
|
+
thinkingLevelMap: {
|
|
4643
|
+
off: null;
|
|
4644
|
+
minimal: string;
|
|
4645
|
+
xhigh: string;
|
|
4646
|
+
};
|
|
4647
|
+
input: ("image" | "text")[];
|
|
4484
4648
|
cost: {
|
|
4485
4649
|
input: number;
|
|
4486
4650
|
output: number;
|
|
@@ -4490,7 +4654,35 @@ export declare const MODELS: {
|
|
|
4490
4654
|
contextWindow: number;
|
|
4491
4655
|
maxTokens: number;
|
|
4492
4656
|
};
|
|
4493
|
-
|
|
4657
|
+
readonly "raptor-mini": {
|
|
4658
|
+
id: string;
|
|
4659
|
+
name: string;
|
|
4660
|
+
api: "openai-completions";
|
|
4661
|
+
provider: string;
|
|
4662
|
+
baseUrl: string;
|
|
4663
|
+
headers: {
|
|
4664
|
+
"User-Agent": string;
|
|
4665
|
+
"Editor-Version": string;
|
|
4666
|
+
"Editor-Plugin-Version": string;
|
|
4667
|
+
"Copilot-Integration-Id": string;
|
|
4668
|
+
};
|
|
4669
|
+
compat: {
|
|
4670
|
+
supportsStore: false;
|
|
4671
|
+
supportsDeveloperRole: false;
|
|
4672
|
+
supportsReasoningEffort: false;
|
|
4673
|
+
};
|
|
4674
|
+
reasoning: true;
|
|
4675
|
+
input: ("image" | "text")[];
|
|
4676
|
+
cost: {
|
|
4677
|
+
input: number;
|
|
4678
|
+
output: number;
|
|
4679
|
+
cacheRead: number;
|
|
4680
|
+
cacheWrite: number;
|
|
4681
|
+
};
|
|
4682
|
+
contextWindow: number;
|
|
4683
|
+
maxTokens: number;
|
|
4684
|
+
};
|
|
4685
|
+
};
|
|
4494
4686
|
readonly google: {
|
|
4495
4687
|
readonly "gemini-2.0-flash": {
|
|
4496
4688
|
id: string;
|
|
@@ -5964,6 +6156,23 @@ export declare const MODELS: {
|
|
|
5964
6156
|
contextWindow: number;
|
|
5965
6157
|
maxTokens: number;
|
|
5966
6158
|
};
|
|
6159
|
+
readonly "devstral-latest": {
|
|
6160
|
+
id: string;
|
|
6161
|
+
name: string;
|
|
6162
|
+
api: "mistral-conversations";
|
|
6163
|
+
provider: string;
|
|
6164
|
+
baseUrl: string;
|
|
6165
|
+
reasoning: false;
|
|
6166
|
+
input: "text"[];
|
|
6167
|
+
cost: {
|
|
6168
|
+
input: number;
|
|
6169
|
+
output: number;
|
|
6170
|
+
cacheRead: number;
|
|
6171
|
+
cacheWrite: number;
|
|
6172
|
+
};
|
|
6173
|
+
contextWindow: number;
|
|
6174
|
+
maxTokens: number;
|
|
6175
|
+
};
|
|
5967
6176
|
readonly "devstral-medium-2507": {
|
|
5968
6177
|
id: string;
|
|
5969
6178
|
name: string;
|
|
@@ -6338,6 +6547,23 @@ export declare const MODELS: {
|
|
|
6338
6547
|
contextWindow: number;
|
|
6339
6548
|
maxTokens: number;
|
|
6340
6549
|
};
|
|
6550
|
+
readonly "open-mistral-nemo": {
|
|
6551
|
+
id: string;
|
|
6552
|
+
name: string;
|
|
6553
|
+
api: "mistral-conversations";
|
|
6554
|
+
provider: string;
|
|
6555
|
+
baseUrl: string;
|
|
6556
|
+
reasoning: false;
|
|
6557
|
+
input: "text"[];
|
|
6558
|
+
cost: {
|
|
6559
|
+
input: number;
|
|
6560
|
+
output: number;
|
|
6561
|
+
cacheRead: number;
|
|
6562
|
+
cacheWrite: number;
|
|
6563
|
+
};
|
|
6564
|
+
contextWindow: number;
|
|
6565
|
+
maxTokens: number;
|
|
6566
|
+
};
|
|
6341
6567
|
readonly "open-mixtral-8x22b": {
|
|
6342
6568
|
id: string;
|
|
6343
6569
|
name: string;
|
|
@@ -7379,6 +7605,7 @@ export declare const MODELS: {
|
|
|
7379
7605
|
thinkingLevelMap: {
|
|
7380
7606
|
off: string;
|
|
7381
7607
|
xhigh: string;
|
|
7608
|
+
minimal: null;
|
|
7382
7609
|
};
|
|
7383
7610
|
input: ("image" | "text")[];
|
|
7384
7611
|
cost: {
|
|
@@ -7400,6 +7627,8 @@ export declare const MODELS: {
|
|
|
7400
7627
|
thinkingLevelMap: {
|
|
7401
7628
|
off: null;
|
|
7402
7629
|
xhigh: string;
|
|
7630
|
+
minimal: null;
|
|
7631
|
+
low: null;
|
|
7403
7632
|
};
|
|
7404
7633
|
input: ("image" | "text")[];
|
|
7405
7634
|
cost: {
|
|
@@ -7751,6 +7980,9 @@ export declare const MODELS: {
|
|
|
7751
7980
|
api: "anthropic-messages";
|
|
7752
7981
|
provider: string;
|
|
7753
7982
|
baseUrl: string;
|
|
7983
|
+
compat: {
|
|
7984
|
+
forceAdaptiveThinking: true;
|
|
7985
|
+
};
|
|
7754
7986
|
reasoning: true;
|
|
7755
7987
|
thinkingLevelMap: {
|
|
7756
7988
|
xhigh: string;
|
|
@@ -7771,6 +8003,10 @@ export declare const MODELS: {
|
|
|
7771
8003
|
api: "anthropic-messages";
|
|
7772
8004
|
provider: string;
|
|
7773
8005
|
baseUrl: string;
|
|
8006
|
+
compat: {
|
|
8007
|
+
forceAdaptiveThinking: true;
|
|
8008
|
+
supportsTemperature: false;
|
|
8009
|
+
};
|
|
7774
8010
|
reasoning: true;
|
|
7775
8011
|
thinkingLevelMap: {
|
|
7776
8012
|
xhigh: string;
|
|
@@ -7785,6 +8021,27 @@ export declare const MODELS: {
|
|
|
7785
8021
|
contextWindow: number;
|
|
7786
8022
|
maxTokens: number;
|
|
7787
8023
|
};
|
|
8024
|
+
readonly "claude-opus-4-8": {
|
|
8025
|
+
id: string;
|
|
8026
|
+
name: string;
|
|
8027
|
+
api: "anthropic-messages";
|
|
8028
|
+
provider: string;
|
|
8029
|
+
baseUrl: string;
|
|
8030
|
+
compat: {
|
|
8031
|
+
forceAdaptiveThinking: true;
|
|
8032
|
+
supportsTemperature: false;
|
|
8033
|
+
};
|
|
8034
|
+
reasoning: true;
|
|
8035
|
+
input: ("image" | "text")[];
|
|
8036
|
+
cost: {
|
|
8037
|
+
input: number;
|
|
8038
|
+
output: number;
|
|
8039
|
+
cacheRead: number;
|
|
8040
|
+
cacheWrite: number;
|
|
8041
|
+
};
|
|
8042
|
+
contextWindow: number;
|
|
8043
|
+
maxTokens: number;
|
|
8044
|
+
};
|
|
7788
8045
|
readonly "claude-sonnet-4": {
|
|
7789
8046
|
id: string;
|
|
7790
8047
|
name: string;
|
|
@@ -7825,6 +8082,9 @@ export declare const MODELS: {
|
|
|
7825
8082
|
api: "anthropic-messages";
|
|
7826
8083
|
provider: string;
|
|
7827
8084
|
baseUrl: string;
|
|
8085
|
+
compat: {
|
|
8086
|
+
forceAdaptiveThinking: true;
|
|
8087
|
+
};
|
|
7828
8088
|
reasoning: true;
|
|
7829
8089
|
input: ("image" | "text")[];
|
|
7830
8090
|
cost: {
|
|
@@ -7836,6 +8096,34 @@ export declare const MODELS: {
|
|
|
7836
8096
|
contextWindow: number;
|
|
7837
8097
|
maxTokens: number;
|
|
7838
8098
|
};
|
|
8099
|
+
readonly "deepseek-v4-flash": {
|
|
8100
|
+
id: string;
|
|
8101
|
+
name: string;
|
|
8102
|
+
api: "openai-completions";
|
|
8103
|
+
provider: string;
|
|
8104
|
+
baseUrl: string;
|
|
8105
|
+
compat: {
|
|
8106
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8107
|
+
thinkingFormat: "deepseek";
|
|
8108
|
+
};
|
|
8109
|
+
reasoning: true;
|
|
8110
|
+
thinkingLevelMap: {
|
|
8111
|
+
minimal: null;
|
|
8112
|
+
low: null;
|
|
8113
|
+
medium: null;
|
|
8114
|
+
high: string;
|
|
8115
|
+
xhigh: string;
|
|
8116
|
+
};
|
|
8117
|
+
input: "text"[];
|
|
8118
|
+
cost: {
|
|
8119
|
+
input: number;
|
|
8120
|
+
output: number;
|
|
8121
|
+
cacheRead: number;
|
|
8122
|
+
cacheWrite: number;
|
|
8123
|
+
};
|
|
8124
|
+
contextWindow: number;
|
|
8125
|
+
maxTokens: number;
|
|
8126
|
+
};
|
|
7839
8127
|
readonly "deepseek-v4-flash-free": {
|
|
7840
8128
|
id: string;
|
|
7841
8129
|
name: string;
|
|
@@ -8280,6 +8568,8 @@ export declare const MODELS: {
|
|
|
8280
8568
|
thinkingLevelMap: {
|
|
8281
8569
|
off: null;
|
|
8282
8570
|
xhigh: string;
|
|
8571
|
+
minimal: null;
|
|
8572
|
+
low: null;
|
|
8283
8573
|
};
|
|
8284
8574
|
input: ("image" | "text")[];
|
|
8285
8575
|
cost: {
|
|
@@ -8297,7 +8587,16 @@ export declare const MODELS: {
|
|
|
8297
8587
|
api: "openai-completions";
|
|
8298
8588
|
provider: string;
|
|
8299
8589
|
baseUrl: string;
|
|
8590
|
+
compat: {
|
|
8591
|
+
supportsReasoningEffort: false;
|
|
8592
|
+
};
|
|
8300
8593
|
reasoning: true;
|
|
8594
|
+
thinkingLevelMap: {
|
|
8595
|
+
off: null;
|
|
8596
|
+
minimal: null;
|
|
8597
|
+
low: null;
|
|
8598
|
+
medium: null;
|
|
8599
|
+
};
|
|
8301
8600
|
input: ("image" | "text")[];
|
|
8302
8601
|
cost: {
|
|
8303
8602
|
input: number;
|
|
@@ -8326,6 +8625,27 @@ export declare const MODELS: {
|
|
|
8326
8625
|
maxTokens: number;
|
|
8327
8626
|
};
|
|
8328
8627
|
readonly "kimi-k2.6": {
|
|
8628
|
+
id: string;
|
|
8629
|
+
name: string;
|
|
8630
|
+
api: "openai-completions";
|
|
8631
|
+
provider: string;
|
|
8632
|
+
baseUrl: string;
|
|
8633
|
+
compat: {
|
|
8634
|
+
thinkingFormat: "deepseek";
|
|
8635
|
+
supportsReasoningEffort: false;
|
|
8636
|
+
};
|
|
8637
|
+
reasoning: true;
|
|
8638
|
+
input: ("image" | "text")[];
|
|
8639
|
+
cost: {
|
|
8640
|
+
input: number;
|
|
8641
|
+
output: number;
|
|
8642
|
+
cacheRead: number;
|
|
8643
|
+
cacheWrite: number;
|
|
8644
|
+
};
|
|
8645
|
+
contextWindow: number;
|
|
8646
|
+
maxTokens: number;
|
|
8647
|
+
};
|
|
8648
|
+
readonly "mimo-v2.5-free": {
|
|
8329
8649
|
id: string;
|
|
8330
8650
|
name: string;
|
|
8331
8651
|
api: "openai-completions";
|
|
@@ -8376,7 +8696,24 @@ export declare const MODELS: {
|
|
|
8376
8696
|
contextWindow: number;
|
|
8377
8697
|
maxTokens: number;
|
|
8378
8698
|
};
|
|
8379
|
-
readonly "
|
|
8699
|
+
readonly "minimax-m3-free": {
|
|
8700
|
+
id: string;
|
|
8701
|
+
name: string;
|
|
8702
|
+
api: "anthropic-messages";
|
|
8703
|
+
provider: string;
|
|
8704
|
+
baseUrl: string;
|
|
8705
|
+
reasoning: true;
|
|
8706
|
+
input: ("image" | "text")[];
|
|
8707
|
+
cost: {
|
|
8708
|
+
input: number;
|
|
8709
|
+
output: number;
|
|
8710
|
+
cacheRead: number;
|
|
8711
|
+
cacheWrite: number;
|
|
8712
|
+
};
|
|
8713
|
+
contextWindow: number;
|
|
8714
|
+
maxTokens: number;
|
|
8715
|
+
};
|
|
8716
|
+
readonly "nemotron-3-ultra-free": {
|
|
8380
8717
|
id: string;
|
|
8381
8718
|
name: string;
|
|
8382
8719
|
api: "openai-completions";
|
|
@@ -8542,7 +8879,16 @@ export declare const MODELS: {
|
|
|
8542
8879
|
api: "openai-completions";
|
|
8543
8880
|
provider: string;
|
|
8544
8881
|
baseUrl: string;
|
|
8882
|
+
compat: {
|
|
8883
|
+
thinkingFormat: "deepseek";
|
|
8884
|
+
supportsReasoningEffort: false;
|
|
8885
|
+
};
|
|
8545
8886
|
reasoning: true;
|
|
8887
|
+
thinkingLevelMap: {
|
|
8888
|
+
minimal: null;
|
|
8889
|
+
low: null;
|
|
8890
|
+
medium: null;
|
|
8891
|
+
};
|
|
8546
8892
|
input: ("image" | "text")[];
|
|
8547
8893
|
cost: {
|
|
8548
8894
|
input: number;
|
|
@@ -8621,15 +8967,12 @@ export declare const MODELS: {
|
|
|
8621
8967
|
contextWindow: number;
|
|
8622
8968
|
maxTokens: number;
|
|
8623
8969
|
};
|
|
8624
|
-
readonly "
|
|
8970
|
+
readonly "minimax-m3": {
|
|
8625
8971
|
id: string;
|
|
8626
8972
|
name: string;
|
|
8627
|
-
api: "
|
|
8973
|
+
api: "anthropic-messages";
|
|
8628
8974
|
provider: string;
|
|
8629
8975
|
baseUrl: string;
|
|
8630
|
-
compat: {
|
|
8631
|
-
thinkingFormat: "qwen";
|
|
8632
|
-
};
|
|
8633
8976
|
reasoning: true;
|
|
8634
8977
|
input: ("image" | "text")[];
|
|
8635
8978
|
cost: {
|
|
@@ -8661,15 +9004,13 @@ export declare const MODELS: {
|
|
|
8661
9004
|
contextWindow: number;
|
|
8662
9005
|
maxTokens: number;
|
|
8663
9006
|
};
|
|
8664
|
-
|
|
8665
|
-
readonly openrouter: {
|
|
8666
|
-
readonly "ai21/jamba-large-1.7": {
|
|
9007
|
+
readonly "qwen3.7-max": {
|
|
8667
9008
|
id: string;
|
|
8668
9009
|
name: string;
|
|
8669
|
-
api: "
|
|
9010
|
+
api: "anthropic-messages";
|
|
8670
9011
|
provider: string;
|
|
8671
9012
|
baseUrl: string;
|
|
8672
|
-
reasoning:
|
|
9013
|
+
reasoning: true;
|
|
8673
9014
|
input: "text"[];
|
|
8674
9015
|
cost: {
|
|
8675
9016
|
input: number;
|
|
@@ -8680,13 +9021,32 @@ export declare const MODELS: {
|
|
|
8680
9021
|
contextWindow: number;
|
|
8681
9022
|
maxTokens: number;
|
|
8682
9023
|
};
|
|
8683
|
-
readonly "
|
|
9024
|
+
readonly "qwen3.7-plus": {
|
|
8684
9025
|
id: string;
|
|
8685
9026
|
name: string;
|
|
8686
|
-
api: "
|
|
9027
|
+
api: "anthropic-messages";
|
|
8687
9028
|
provider: string;
|
|
8688
9029
|
baseUrl: string;
|
|
8689
9030
|
reasoning: true;
|
|
9031
|
+
input: ("image" | "text")[];
|
|
9032
|
+
cost: {
|
|
9033
|
+
input: number;
|
|
9034
|
+
output: number;
|
|
9035
|
+
cacheRead: number;
|
|
9036
|
+
cacheWrite: number;
|
|
9037
|
+
};
|
|
9038
|
+
contextWindow: number;
|
|
9039
|
+
maxTokens: number;
|
|
9040
|
+
};
|
|
9041
|
+
};
|
|
9042
|
+
readonly openrouter: {
|
|
9043
|
+
readonly "ai21/jamba-large-1.7": {
|
|
9044
|
+
id: string;
|
|
9045
|
+
name: string;
|
|
9046
|
+
api: "openai-completions";
|
|
9047
|
+
provider: string;
|
|
9048
|
+
baseUrl: string;
|
|
9049
|
+
reasoning: false;
|
|
8690
9050
|
input: "text"[];
|
|
8691
9051
|
cost: {
|
|
8692
9052
|
input: number;
|
|
@@ -8964,7 +9324,7 @@ export declare const MODELS: {
|
|
|
8964
9324
|
contextWindow: number;
|
|
8965
9325
|
maxTokens: number;
|
|
8966
9326
|
};
|
|
8967
|
-
readonly "anthropic/claude-
|
|
9327
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
8968
9328
|
id: string;
|
|
8969
9329
|
name: string;
|
|
8970
9330
|
api: "openai-completions";
|
|
@@ -8981,7 +9341,7 @@ export declare const MODELS: {
|
|
|
8981
9341
|
contextWindow: number;
|
|
8982
9342
|
maxTokens: number;
|
|
8983
9343
|
};
|
|
8984
|
-
readonly "anthropic/claude-
|
|
9344
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
8985
9345
|
id: string;
|
|
8986
9346
|
name: string;
|
|
8987
9347
|
api: "openai-completions";
|
|
@@ -8998,7 +9358,7 @@ export declare const MODELS: {
|
|
|
8998
9358
|
contextWindow: number;
|
|
8999
9359
|
maxTokens: number;
|
|
9000
9360
|
};
|
|
9001
|
-
readonly "anthropic/claude-sonnet-4
|
|
9361
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9002
9362
|
id: string;
|
|
9003
9363
|
name: string;
|
|
9004
9364
|
api: "openai-completions";
|
|
@@ -9015,14 +9375,14 @@ export declare const MODELS: {
|
|
|
9015
9375
|
contextWindow: number;
|
|
9016
9376
|
maxTokens: number;
|
|
9017
9377
|
};
|
|
9018
|
-
readonly "
|
|
9378
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9019
9379
|
id: string;
|
|
9020
9380
|
name: string;
|
|
9021
9381
|
api: "openai-completions";
|
|
9022
9382
|
provider: string;
|
|
9023
9383
|
baseUrl: string;
|
|
9024
9384
|
reasoning: true;
|
|
9025
|
-
input: "text"[];
|
|
9385
|
+
input: ("image" | "text")[];
|
|
9026
9386
|
cost: {
|
|
9027
9387
|
input: number;
|
|
9028
9388
|
output: number;
|
|
@@ -9032,14 +9392,14 @@ export declare const MODELS: {
|
|
|
9032
9392
|
contextWindow: number;
|
|
9033
9393
|
maxTokens: number;
|
|
9034
9394
|
};
|
|
9035
|
-
readonly "
|
|
9395
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9036
9396
|
id: string;
|
|
9037
9397
|
name: string;
|
|
9038
9398
|
api: "openai-completions";
|
|
9039
9399
|
provider: string;
|
|
9040
9400
|
baseUrl: string;
|
|
9041
9401
|
reasoning: true;
|
|
9042
|
-
input: "text"[];
|
|
9402
|
+
input: ("image" | "text")[];
|
|
9043
9403
|
cost: {
|
|
9044
9404
|
input: number;
|
|
9045
9405
|
output: number;
|
|
@@ -9049,7 +9409,7 @@ export declare const MODELS: {
|
|
|
9049
9409
|
contextWindow: number;
|
|
9050
9410
|
maxTokens: number;
|
|
9051
9411
|
};
|
|
9052
|
-
readonly "arcee-ai/trinity-
|
|
9412
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9053
9413
|
id: string;
|
|
9054
9414
|
name: string;
|
|
9055
9415
|
api: "openai-completions";
|
|
@@ -9066,31 +9426,14 @@ export declare const MODELS: {
|
|
|
9066
9426
|
contextWindow: number;
|
|
9067
9427
|
maxTokens: number;
|
|
9068
9428
|
};
|
|
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: {
|
|
9429
|
+
readonly "arcee-ai/trinity-mini": {
|
|
9087
9430
|
id: string;
|
|
9088
9431
|
name: string;
|
|
9089
9432
|
api: "openai-completions";
|
|
9090
9433
|
provider: string;
|
|
9091
9434
|
baseUrl: string;
|
|
9092
9435
|
reasoning: true;
|
|
9093
|
-
input:
|
|
9436
|
+
input: "text"[];
|
|
9094
9437
|
cost: {
|
|
9095
9438
|
input: number;
|
|
9096
9439
|
output: number;
|
|
@@ -9100,13 +9443,13 @@ export declare const MODELS: {
|
|
|
9100
9443
|
contextWindow: number;
|
|
9101
9444
|
maxTokens: number;
|
|
9102
9445
|
};
|
|
9103
|
-
readonly "
|
|
9446
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
9104
9447
|
id: string;
|
|
9105
9448
|
name: string;
|
|
9106
9449
|
api: "openai-completions";
|
|
9107
9450
|
provider: string;
|
|
9108
9451
|
baseUrl: string;
|
|
9109
|
-
reasoning:
|
|
9452
|
+
reasoning: false;
|
|
9110
9453
|
input: "text"[];
|
|
9111
9454
|
cost: {
|
|
9112
9455
|
input: number;
|
|
@@ -9117,14 +9460,14 @@ export declare const MODELS: {
|
|
|
9117
9460
|
contextWindow: number;
|
|
9118
9461
|
maxTokens: number;
|
|
9119
9462
|
};
|
|
9120
|
-
readonly
|
|
9463
|
+
readonly auto: {
|
|
9121
9464
|
id: string;
|
|
9122
9465
|
name: string;
|
|
9123
9466
|
api: "openai-completions";
|
|
9124
9467
|
provider: string;
|
|
9125
9468
|
baseUrl: string;
|
|
9126
|
-
reasoning:
|
|
9127
|
-
input: "text"[];
|
|
9469
|
+
reasoning: true;
|
|
9470
|
+
input: ("image" | "text")[];
|
|
9128
9471
|
cost: {
|
|
9129
9472
|
input: number;
|
|
9130
9473
|
output: number;
|
|
@@ -9397,7 +9740,6 @@ export declare const MODELS: {
|
|
|
9397
9740
|
baseUrl: string;
|
|
9398
9741
|
compat: {
|
|
9399
9742
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9400
|
-
thinkingFormat: "deepseek";
|
|
9401
9743
|
};
|
|
9402
9744
|
reasoning: true;
|
|
9403
9745
|
thinkingLevelMap: {
|
|
@@ -9417,7 +9759,7 @@ export declare const MODELS: {
|
|
|
9417
9759
|
contextWindow: number;
|
|
9418
9760
|
maxTokens: number;
|
|
9419
9761
|
};
|
|
9420
|
-
readonly "deepseek/deepseek-v4-
|
|
9762
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
9421
9763
|
id: string;
|
|
9422
9764
|
name: string;
|
|
9423
9765
|
api: "openai-completions";
|
|
@@ -9425,7 +9767,6 @@ export declare const MODELS: {
|
|
|
9425
9767
|
baseUrl: string;
|
|
9426
9768
|
compat: {
|
|
9427
9769
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9428
|
-
thinkingFormat: "deepseek";
|
|
9429
9770
|
};
|
|
9430
9771
|
reasoning: true;
|
|
9431
9772
|
thinkingLevelMap: {
|
|
@@ -9445,35 +9786,7 @@ export declare const MODELS: {
|
|
|
9445
9786
|
contextWindow: number;
|
|
9446
9787
|
maxTokens: number;
|
|
9447
9788
|
};
|
|
9448
|
-
readonly "
|
|
9449
|
-
id: string;
|
|
9450
|
-
name: string;
|
|
9451
|
-
api: "openai-completions";
|
|
9452
|
-
provider: string;
|
|
9453
|
-
baseUrl: string;
|
|
9454
|
-
compat: {
|
|
9455
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9456
|
-
thinkingFormat: "deepseek";
|
|
9457
|
-
};
|
|
9458
|
-
reasoning: true;
|
|
9459
|
-
thinkingLevelMap: {
|
|
9460
|
-
minimal: null;
|
|
9461
|
-
low: null;
|
|
9462
|
-
medium: null;
|
|
9463
|
-
high: string;
|
|
9464
|
-
xhigh: string;
|
|
9465
|
-
};
|
|
9466
|
-
input: "text"[];
|
|
9467
|
-
cost: {
|
|
9468
|
-
input: number;
|
|
9469
|
-
output: number;
|
|
9470
|
-
cacheRead: number;
|
|
9471
|
-
cacheWrite: number;
|
|
9472
|
-
};
|
|
9473
|
-
contextWindow: number;
|
|
9474
|
-
maxTokens: number;
|
|
9475
|
-
};
|
|
9476
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
9789
|
+
readonly "essentialai/rnj-1-instruct": {
|
|
9477
9790
|
id: string;
|
|
9478
9791
|
name: string;
|
|
9479
9792
|
api: "openai-completions";
|
|
@@ -9490,40 +9803,6 @@ export declare const MODELS: {
|
|
|
9490
9803
|
contextWindow: number;
|
|
9491
9804
|
maxTokens: number;
|
|
9492
9805
|
};
|
|
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
9806
|
readonly "google/gemini-2.5-flash": {
|
|
9528
9807
|
id: string;
|
|
9529
9808
|
name: string;
|
|
@@ -10003,7 +10282,7 @@ export declare const MODELS: {
|
|
|
10003
10282
|
contextWindow: number;
|
|
10004
10283
|
maxTokens: number;
|
|
10005
10284
|
};
|
|
10006
|
-
readonly "meta-llama/llama-4-
|
|
10285
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
10007
10286
|
id: string;
|
|
10008
10287
|
name: string;
|
|
10009
10288
|
api: "openai-completions";
|
|
@@ -10020,14 +10299,14 @@ export declare const MODELS: {
|
|
|
10020
10299
|
contextWindow: number;
|
|
10021
10300
|
maxTokens: number;
|
|
10022
10301
|
};
|
|
10023
|
-
readonly "
|
|
10302
|
+
readonly "meta-llama/llama-4-scout": {
|
|
10024
10303
|
id: string;
|
|
10025
10304
|
name: string;
|
|
10026
10305
|
api: "openai-completions";
|
|
10027
10306
|
provider: string;
|
|
10028
10307
|
baseUrl: string;
|
|
10029
|
-
reasoning:
|
|
10030
|
-
input: "text"[];
|
|
10308
|
+
reasoning: false;
|
|
10309
|
+
input: ("image" | "text")[];
|
|
10031
10310
|
cost: {
|
|
10032
10311
|
input: number;
|
|
10033
10312
|
output: number;
|
|
@@ -10037,7 +10316,7 @@ export declare const MODELS: {
|
|
|
10037
10316
|
contextWindow: number;
|
|
10038
10317
|
maxTokens: number;
|
|
10039
10318
|
};
|
|
10040
|
-
readonly "minimax/minimax-
|
|
10319
|
+
readonly "minimax/minimax-m1": {
|
|
10041
10320
|
id: string;
|
|
10042
10321
|
name: string;
|
|
10043
10322
|
api: "openai-completions";
|
|
@@ -10054,7 +10333,7 @@ export declare const MODELS: {
|
|
|
10054
10333
|
contextWindow: number;
|
|
10055
10334
|
maxTokens: number;
|
|
10056
10335
|
};
|
|
10057
|
-
readonly "minimax/minimax-m2
|
|
10336
|
+
readonly "minimax/minimax-m2": {
|
|
10058
10337
|
id: string;
|
|
10059
10338
|
name: string;
|
|
10060
10339
|
api: "openai-completions";
|
|
@@ -10071,7 +10350,7 @@ export declare const MODELS: {
|
|
|
10071
10350
|
contextWindow: number;
|
|
10072
10351
|
maxTokens: number;
|
|
10073
10352
|
};
|
|
10074
|
-
readonly "minimax/minimax-m2.
|
|
10353
|
+
readonly "minimax/minimax-m2.1": {
|
|
10075
10354
|
id: string;
|
|
10076
10355
|
name: string;
|
|
10077
10356
|
api: "openai-completions";
|
|
@@ -10088,7 +10367,7 @@ export declare const MODELS: {
|
|
|
10088
10367
|
contextWindow: number;
|
|
10089
10368
|
maxTokens: number;
|
|
10090
10369
|
};
|
|
10091
|
-
readonly "minimax/minimax-m2.5
|
|
10370
|
+
readonly "minimax/minimax-m2.5": {
|
|
10092
10371
|
id: string;
|
|
10093
10372
|
name: string;
|
|
10094
10373
|
api: "openai-completions";
|
|
@@ -10122,31 +10401,14 @@ export declare const MODELS: {
|
|
|
10122
10401
|
contextWindow: number;
|
|
10123
10402
|
maxTokens: number;
|
|
10124
10403
|
};
|
|
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": {
|
|
10404
|
+
readonly "minimax/minimax-m3": {
|
|
10143
10405
|
id: string;
|
|
10144
10406
|
name: string;
|
|
10145
10407
|
api: "openai-completions";
|
|
10146
10408
|
provider: string;
|
|
10147
10409
|
baseUrl: string;
|
|
10148
|
-
reasoning:
|
|
10149
|
-
input: "text"[];
|
|
10410
|
+
reasoning: true;
|
|
10411
|
+
input: ("image" | "text")[];
|
|
10150
10412
|
cost: {
|
|
10151
10413
|
input: number;
|
|
10152
10414
|
output: number;
|
|
@@ -10156,7 +10418,7 @@ export declare const MODELS: {
|
|
|
10156
10418
|
contextWindow: number;
|
|
10157
10419
|
maxTokens: number;
|
|
10158
10420
|
};
|
|
10159
|
-
readonly "mistralai/
|
|
10421
|
+
readonly "mistralai/codestral-2508": {
|
|
10160
10422
|
id: string;
|
|
10161
10423
|
name: string;
|
|
10162
10424
|
api: "openai-completions";
|
|
@@ -10173,7 +10435,7 @@ export declare const MODELS: {
|
|
|
10173
10435
|
contextWindow: number;
|
|
10174
10436
|
maxTokens: number;
|
|
10175
10437
|
};
|
|
10176
|
-
readonly "mistralai/devstral-
|
|
10438
|
+
readonly "mistralai/devstral-2512": {
|
|
10177
10439
|
id: string;
|
|
10178
10440
|
name: string;
|
|
10179
10441
|
api: "openai-completions";
|
|
@@ -10275,23 +10537,6 @@ export declare const MODELS: {
|
|
|
10275
10537
|
contextWindow: number;
|
|
10276
10538
|
maxTokens: number;
|
|
10277
10539
|
};
|
|
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
10540
|
readonly "mistralai/mistral-large-2512": {
|
|
10296
10541
|
id: string;
|
|
10297
10542
|
name: string;
|
|
@@ -10445,14 +10690,14 @@ export declare const MODELS: {
|
|
|
10445
10690
|
contextWindow: number;
|
|
10446
10691
|
maxTokens: number;
|
|
10447
10692
|
};
|
|
10448
|
-
readonly "mistralai/
|
|
10693
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
10449
10694
|
id: string;
|
|
10450
10695
|
name: string;
|
|
10451
10696
|
api: "openai-completions";
|
|
10452
10697
|
provider: string;
|
|
10453
10698
|
baseUrl: string;
|
|
10454
10699
|
reasoning: false;
|
|
10455
|
-
input:
|
|
10700
|
+
input: "text"[];
|
|
10456
10701
|
cost: {
|
|
10457
10702
|
input: number;
|
|
10458
10703
|
output: number;
|
|
@@ -10462,7 +10707,7 @@ export declare const MODELS: {
|
|
|
10462
10707
|
contextWindow: number;
|
|
10463
10708
|
maxTokens: number;
|
|
10464
10709
|
};
|
|
10465
|
-
readonly "
|
|
10710
|
+
readonly "moonshotai/kimi-k2": {
|
|
10466
10711
|
id: string;
|
|
10467
10712
|
name: string;
|
|
10468
10713
|
api: "openai-completions";
|
|
@@ -10479,7 +10724,7 @@ export declare const MODELS: {
|
|
|
10479
10724
|
contextWindow: number;
|
|
10480
10725
|
maxTokens: number;
|
|
10481
10726
|
};
|
|
10482
|
-
readonly "moonshotai/kimi-k2": {
|
|
10727
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
10483
10728
|
id: string;
|
|
10484
10729
|
name: string;
|
|
10485
10730
|
api: "openai-completions";
|
|
@@ -10496,13 +10741,13 @@ export declare const MODELS: {
|
|
|
10496
10741
|
contextWindow: number;
|
|
10497
10742
|
maxTokens: number;
|
|
10498
10743
|
};
|
|
10499
|
-
readonly "moonshotai/kimi-k2-
|
|
10744
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
10500
10745
|
id: string;
|
|
10501
10746
|
name: string;
|
|
10502
10747
|
api: "openai-completions";
|
|
10503
10748
|
provider: string;
|
|
10504
10749
|
baseUrl: string;
|
|
10505
|
-
reasoning:
|
|
10750
|
+
reasoning: true;
|
|
10506
10751
|
input: "text"[];
|
|
10507
10752
|
cost: {
|
|
10508
10753
|
input: number;
|
|
@@ -10513,14 +10758,14 @@ export declare const MODELS: {
|
|
|
10513
10758
|
contextWindow: number;
|
|
10514
10759
|
maxTokens: number;
|
|
10515
10760
|
};
|
|
10516
|
-
readonly "moonshotai/kimi-k2
|
|
10761
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
10517
10762
|
id: string;
|
|
10518
10763
|
name: string;
|
|
10519
10764
|
api: "openai-completions";
|
|
10520
10765
|
provider: string;
|
|
10521
10766
|
baseUrl: string;
|
|
10522
10767
|
reasoning: true;
|
|
10523
|
-
input: "text"[];
|
|
10768
|
+
input: ("image" | "text")[];
|
|
10524
10769
|
cost: {
|
|
10525
10770
|
input: number;
|
|
10526
10771
|
output: number;
|
|
@@ -10530,12 +10775,15 @@ export declare const MODELS: {
|
|
|
10530
10775
|
contextWindow: number;
|
|
10531
10776
|
maxTokens: number;
|
|
10532
10777
|
};
|
|
10533
|
-
readonly "moonshotai/kimi-k2.
|
|
10778
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
10534
10779
|
id: string;
|
|
10535
10780
|
name: string;
|
|
10536
10781
|
api: "openai-completions";
|
|
10537
10782
|
provider: string;
|
|
10538
10783
|
baseUrl: string;
|
|
10784
|
+
compat: {
|
|
10785
|
+
supportsDeveloperRole: false;
|
|
10786
|
+
};
|
|
10539
10787
|
reasoning: true;
|
|
10540
10788
|
input: ("image" | "text")[];
|
|
10541
10789
|
cost: {
|
|
@@ -10547,12 +10795,15 @@ export declare const MODELS: {
|
|
|
10547
10795
|
contextWindow: number;
|
|
10548
10796
|
maxTokens: number;
|
|
10549
10797
|
};
|
|
10550
|
-
readonly "moonshotai/kimi-k2.6": {
|
|
10798
|
+
readonly "moonshotai/kimi-k2.6:free": {
|
|
10551
10799
|
id: string;
|
|
10552
10800
|
name: string;
|
|
10553
10801
|
api: "openai-completions";
|
|
10554
10802
|
provider: string;
|
|
10555
10803
|
baseUrl: string;
|
|
10804
|
+
compat: {
|
|
10805
|
+
supportsDeveloperRole: false;
|
|
10806
|
+
};
|
|
10556
10807
|
reasoning: true;
|
|
10557
10808
|
input: ("image" | "text")[];
|
|
10558
10809
|
cost: {
|
|
@@ -10683,14 +10934,14 @@ export declare const MODELS: {
|
|
|
10683
10934
|
contextWindow: number;
|
|
10684
10935
|
maxTokens: number;
|
|
10685
10936
|
};
|
|
10686
|
-
readonly "nvidia/nemotron-
|
|
10937
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10687
10938
|
id: string;
|
|
10688
10939
|
name: string;
|
|
10689
10940
|
api: "openai-completions";
|
|
10690
10941
|
provider: string;
|
|
10691
10942
|
baseUrl: string;
|
|
10692
10943
|
reasoning: true;
|
|
10693
|
-
input:
|
|
10944
|
+
input: "text"[];
|
|
10694
10945
|
cost: {
|
|
10695
10946
|
input: number;
|
|
10696
10947
|
output: number;
|
|
@@ -10700,7 +10951,7 @@ export declare const MODELS: {
|
|
|
10700
10951
|
contextWindow: number;
|
|
10701
10952
|
maxTokens: number;
|
|
10702
10953
|
};
|
|
10703
|
-
readonly "nvidia/nemotron-
|
|
10954
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10704
10955
|
id: string;
|
|
10705
10956
|
name: string;
|
|
10706
10957
|
api: "openai-completions";
|
|
@@ -10717,14 +10968,14 @@ export declare const MODELS: {
|
|
|
10717
10968
|
contextWindow: number;
|
|
10718
10969
|
maxTokens: number;
|
|
10719
10970
|
};
|
|
10720
|
-
readonly "nvidia/nemotron-nano-
|
|
10971
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10721
10972
|
id: string;
|
|
10722
10973
|
name: string;
|
|
10723
10974
|
api: "openai-completions";
|
|
10724
10975
|
provider: string;
|
|
10725
10976
|
baseUrl: string;
|
|
10726
10977
|
reasoning: true;
|
|
10727
|
-
input: "text"[];
|
|
10978
|
+
input: ("image" | "text")[];
|
|
10728
10979
|
cost: {
|
|
10729
10980
|
input: number;
|
|
10730
10981
|
output: number;
|
|
@@ -10734,13 +10985,13 @@ export declare const MODELS: {
|
|
|
10734
10985
|
contextWindow: number;
|
|
10735
10986
|
maxTokens: number;
|
|
10736
10987
|
};
|
|
10737
|
-
readonly "
|
|
10988
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
10738
10989
|
id: string;
|
|
10739
10990
|
name: string;
|
|
10740
10991
|
api: "openai-completions";
|
|
10741
10992
|
provider: string;
|
|
10742
10993
|
baseUrl: string;
|
|
10743
|
-
reasoning:
|
|
10994
|
+
reasoning: true;
|
|
10744
10995
|
input: "text"[];
|
|
10745
10996
|
cost: {
|
|
10746
10997
|
input: number;
|
|
@@ -10751,13 +11002,13 @@ export declare const MODELS: {
|
|
|
10751
11002
|
contextWindow: number;
|
|
10752
11003
|
maxTokens: number;
|
|
10753
11004
|
};
|
|
10754
|
-
readonly "
|
|
11005
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10755
11006
|
id: string;
|
|
10756
11007
|
name: string;
|
|
10757
11008
|
api: "openai-completions";
|
|
10758
11009
|
provider: string;
|
|
10759
11010
|
baseUrl: string;
|
|
10760
|
-
reasoning:
|
|
11011
|
+
reasoning: true;
|
|
10761
11012
|
input: "text"[];
|
|
10762
11013
|
cost: {
|
|
10763
11014
|
input: number;
|
|
@@ -10768,7 +11019,7 @@ export declare const MODELS: {
|
|
|
10768
11019
|
contextWindow: number;
|
|
10769
11020
|
maxTokens: number;
|
|
10770
11021
|
};
|
|
10771
|
-
readonly "openai/gpt-3.5-turbo
|
|
11022
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
10772
11023
|
id: string;
|
|
10773
11024
|
name: string;
|
|
10774
11025
|
api: "openai-completions";
|
|
@@ -10785,7 +11036,7 @@ export declare const MODELS: {
|
|
|
10785
11036
|
contextWindow: number;
|
|
10786
11037
|
maxTokens: number;
|
|
10787
11038
|
};
|
|
10788
|
-
readonly "openai/gpt-
|
|
11039
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
10789
11040
|
id: string;
|
|
10790
11041
|
name: string;
|
|
10791
11042
|
api: "openai-completions";
|
|
@@ -10802,7 +11053,7 @@ export declare const MODELS: {
|
|
|
10802
11053
|
contextWindow: number;
|
|
10803
11054
|
maxTokens: number;
|
|
10804
11055
|
};
|
|
10805
|
-
readonly "openai/gpt-
|
|
11056
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
10806
11057
|
id: string;
|
|
10807
11058
|
name: string;
|
|
10808
11059
|
api: "openai-completions";
|
|
@@ -10819,7 +11070,7 @@ export declare const MODELS: {
|
|
|
10819
11070
|
contextWindow: number;
|
|
10820
11071
|
maxTokens: number;
|
|
10821
11072
|
};
|
|
10822
|
-
readonly "openai/gpt-4
|
|
11073
|
+
readonly "openai/gpt-4": {
|
|
10823
11074
|
id: string;
|
|
10824
11075
|
name: string;
|
|
10825
11076
|
api: "openai-completions";
|
|
@@ -10836,14 +11087,14 @@ export declare const MODELS: {
|
|
|
10836
11087
|
contextWindow: number;
|
|
10837
11088
|
maxTokens: number;
|
|
10838
11089
|
};
|
|
10839
|
-
readonly "openai/gpt-4-
|
|
11090
|
+
readonly "openai/gpt-4-1106-preview": {
|
|
10840
11091
|
id: string;
|
|
10841
11092
|
name: string;
|
|
10842
11093
|
api: "openai-completions";
|
|
10843
11094
|
provider: string;
|
|
10844
11095
|
baseUrl: string;
|
|
10845
11096
|
reasoning: false;
|
|
10846
|
-
input:
|
|
11097
|
+
input: "text"[];
|
|
10847
11098
|
cost: {
|
|
10848
11099
|
input: number;
|
|
10849
11100
|
output: number;
|
|
@@ -10853,14 +11104,14 @@ export declare const MODELS: {
|
|
|
10853
11104
|
contextWindow: number;
|
|
10854
11105
|
maxTokens: number;
|
|
10855
11106
|
};
|
|
10856
|
-
readonly "openai/gpt-4-turbo
|
|
11107
|
+
readonly "openai/gpt-4-turbo": {
|
|
10857
11108
|
id: string;
|
|
10858
11109
|
name: string;
|
|
10859
11110
|
api: "openai-completions";
|
|
10860
11111
|
provider: string;
|
|
10861
11112
|
baseUrl: string;
|
|
10862
11113
|
reasoning: false;
|
|
10863
|
-
input: "text"[];
|
|
11114
|
+
input: ("image" | "text")[];
|
|
10864
11115
|
cost: {
|
|
10865
11116
|
input: number;
|
|
10866
11117
|
output: number;
|
|
@@ -10870,14 +11121,14 @@ export declare const MODELS: {
|
|
|
10870
11121
|
contextWindow: number;
|
|
10871
11122
|
maxTokens: number;
|
|
10872
11123
|
};
|
|
10873
|
-
readonly "openai/gpt-4
|
|
11124
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
10874
11125
|
id: string;
|
|
10875
11126
|
name: string;
|
|
10876
11127
|
api: "openai-completions";
|
|
10877
11128
|
provider: string;
|
|
10878
11129
|
baseUrl: string;
|
|
10879
11130
|
reasoning: false;
|
|
10880
|
-
input:
|
|
11131
|
+
input: "text"[];
|
|
10881
11132
|
cost: {
|
|
10882
11133
|
input: number;
|
|
10883
11134
|
output: number;
|
|
@@ -10887,7 +11138,7 @@ export declare const MODELS: {
|
|
|
10887
11138
|
contextWindow: number;
|
|
10888
11139
|
maxTokens: number;
|
|
10889
11140
|
};
|
|
10890
|
-
readonly "openai/gpt-4.1
|
|
11141
|
+
readonly "openai/gpt-4.1": {
|
|
10891
11142
|
id: string;
|
|
10892
11143
|
name: string;
|
|
10893
11144
|
api: "openai-completions";
|
|
@@ -10904,7 +11155,7 @@ export declare const MODELS: {
|
|
|
10904
11155
|
contextWindow: number;
|
|
10905
11156
|
maxTokens: number;
|
|
10906
11157
|
};
|
|
10907
|
-
readonly "openai/gpt-4.1-
|
|
11158
|
+
readonly "openai/gpt-4.1-mini": {
|
|
10908
11159
|
id: string;
|
|
10909
11160
|
name: string;
|
|
10910
11161
|
api: "openai-completions";
|
|
@@ -10921,7 +11172,7 @@ export declare const MODELS: {
|
|
|
10921
11172
|
contextWindow: number;
|
|
10922
11173
|
maxTokens: number;
|
|
10923
11174
|
};
|
|
10924
|
-
readonly "openai/gpt-
|
|
11175
|
+
readonly "openai/gpt-4.1-nano": {
|
|
10925
11176
|
id: string;
|
|
10926
11177
|
name: string;
|
|
10927
11178
|
api: "openai-completions";
|
|
@@ -10938,7 +11189,7 @@ export declare const MODELS: {
|
|
|
10938
11189
|
contextWindow: number;
|
|
10939
11190
|
maxTokens: number;
|
|
10940
11191
|
};
|
|
10941
|
-
readonly "openai/gpt-4o
|
|
11192
|
+
readonly "openai/gpt-4o": {
|
|
10942
11193
|
id: string;
|
|
10943
11194
|
name: string;
|
|
10944
11195
|
api: "openai-completions";
|
|
@@ -10955,7 +11206,7 @@ export declare const MODELS: {
|
|
|
10955
11206
|
contextWindow: number;
|
|
10956
11207
|
maxTokens: number;
|
|
10957
11208
|
};
|
|
10958
|
-
readonly "openai/gpt-4o-2024-
|
|
11209
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
10959
11210
|
id: string;
|
|
10960
11211
|
name: string;
|
|
10961
11212
|
api: "openai-completions";
|
|
@@ -10972,7 +11223,7 @@ export declare const MODELS: {
|
|
|
10972
11223
|
contextWindow: number;
|
|
10973
11224
|
maxTokens: number;
|
|
10974
11225
|
};
|
|
10975
|
-
readonly "openai/gpt-4o-2024-
|
|
11226
|
+
readonly "openai/gpt-4o-2024-08-06": {
|
|
10976
11227
|
id: string;
|
|
10977
11228
|
name: string;
|
|
10978
11229
|
api: "openai-completions";
|
|
@@ -10989,14 +11240,14 @@ export declare const MODELS: {
|
|
|
10989
11240
|
contextWindow: number;
|
|
10990
11241
|
maxTokens: number;
|
|
10991
11242
|
};
|
|
10992
|
-
readonly "openai/gpt-4o-
|
|
11243
|
+
readonly "openai/gpt-4o-2024-11-20": {
|
|
10993
11244
|
id: string;
|
|
10994
11245
|
name: string;
|
|
10995
11246
|
api: "openai-completions";
|
|
10996
11247
|
provider: string;
|
|
10997
11248
|
baseUrl: string;
|
|
10998
11249
|
reasoning: false;
|
|
10999
|
-
input: "text"[];
|
|
11250
|
+
input: ("image" | "text")[];
|
|
11000
11251
|
cost: {
|
|
11001
11252
|
input: number;
|
|
11002
11253
|
output: number;
|
|
@@ -11439,6 +11690,9 @@ export declare const MODELS: {
|
|
|
11439
11690
|
reasoning: true;
|
|
11440
11691
|
thinkingLevelMap: {
|
|
11441
11692
|
xhigh: string;
|
|
11693
|
+
off: null;
|
|
11694
|
+
minimal: null;
|
|
11695
|
+
low: null;
|
|
11442
11696
|
};
|
|
11443
11697
|
input: ("image" | "text")[];
|
|
11444
11698
|
cost: {
|
|
@@ -11858,23 +12112,6 @@ export declare const MODELS: {
|
|
|
11858
12112
|
contextWindow: number;
|
|
11859
12113
|
maxTokens: number;
|
|
11860
12114
|
};
|
|
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
12115
|
readonly "qwen/qwen-plus": {
|
|
11879
12116
|
id: string;
|
|
11880
12117
|
name: string;
|
|
@@ -12623,13 +12860,13 @@ export declare const MODELS: {
|
|
|
12623
12860
|
contextWindow: number;
|
|
12624
12861
|
maxTokens: number;
|
|
12625
12862
|
};
|
|
12626
|
-
readonly "
|
|
12863
|
+
readonly "qwen/qwen3.7-plus": {
|
|
12627
12864
|
id: string;
|
|
12628
12865
|
name: string;
|
|
12629
12866
|
api: "openai-completions";
|
|
12630
12867
|
provider: string;
|
|
12631
12868
|
baseUrl: string;
|
|
12632
|
-
reasoning:
|
|
12869
|
+
reasoning: true;
|
|
12633
12870
|
input: ("image" | "text")[];
|
|
12634
12871
|
cost: {
|
|
12635
12872
|
input: number;
|
|
@@ -12640,14 +12877,14 @@ export declare const MODELS: {
|
|
|
12640
12877
|
contextWindow: number;
|
|
12641
12878
|
maxTokens: number;
|
|
12642
12879
|
};
|
|
12643
|
-
readonly "
|
|
12880
|
+
readonly "rekaai/reka-edge": {
|
|
12644
12881
|
id: string;
|
|
12645
12882
|
name: string;
|
|
12646
12883
|
api: "openai-completions";
|
|
12647
12884
|
provider: string;
|
|
12648
12885
|
baseUrl: string;
|
|
12649
12886
|
reasoning: false;
|
|
12650
|
-
input: "text"[];
|
|
12887
|
+
input: ("image" | "text")[];
|
|
12651
12888
|
cost: {
|
|
12652
12889
|
input: number;
|
|
12653
12890
|
output: number;
|
|
@@ -12657,7 +12894,7 @@ export declare const MODELS: {
|
|
|
12657
12894
|
contextWindow: number;
|
|
12658
12895
|
maxTokens: number;
|
|
12659
12896
|
};
|
|
12660
|
-
readonly "
|
|
12897
|
+
readonly "relace/relace-search": {
|
|
12661
12898
|
id: string;
|
|
12662
12899
|
name: string;
|
|
12663
12900
|
api: "openai-completions";
|
|
@@ -12674,7 +12911,7 @@ export declare const MODELS: {
|
|
|
12674
12911
|
contextWindow: number;
|
|
12675
12912
|
maxTokens: number;
|
|
12676
12913
|
};
|
|
12677
|
-
readonly "sao10k/l3
|
|
12914
|
+
readonly "sao10k/l3-euryale-70b": {
|
|
12678
12915
|
id: string;
|
|
12679
12916
|
name: string;
|
|
12680
12917
|
api: "openai-completions";
|
|
@@ -12691,13 +12928,13 @@ export declare const MODELS: {
|
|
|
12691
12928
|
contextWindow: number;
|
|
12692
12929
|
maxTokens: number;
|
|
12693
12930
|
};
|
|
12694
|
-
readonly "
|
|
12931
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
12695
12932
|
id: string;
|
|
12696
12933
|
name: string;
|
|
12697
12934
|
api: "openai-completions";
|
|
12698
12935
|
provider: string;
|
|
12699
12936
|
baseUrl: string;
|
|
12700
|
-
reasoning:
|
|
12937
|
+
reasoning: false;
|
|
12701
12938
|
input: "text"[];
|
|
12702
12939
|
cost: {
|
|
12703
12940
|
input: number;
|
|
@@ -12708,7 +12945,7 @@ export declare const MODELS: {
|
|
|
12708
12945
|
contextWindow: number;
|
|
12709
12946
|
maxTokens: number;
|
|
12710
12947
|
};
|
|
12711
|
-
readonly "
|
|
12948
|
+
readonly "stepfun/step-3.5-flash": {
|
|
12712
12949
|
id: string;
|
|
12713
12950
|
name: string;
|
|
12714
12951
|
api: "openai-completions";
|
|
@@ -12725,14 +12962,14 @@ export declare const MODELS: {
|
|
|
12725
12962
|
contextWindow: number;
|
|
12726
12963
|
maxTokens: number;
|
|
12727
12964
|
};
|
|
12728
|
-
readonly "
|
|
12965
|
+
readonly "stepfun/step-3.7-flash": {
|
|
12729
12966
|
id: string;
|
|
12730
12967
|
name: string;
|
|
12731
12968
|
api: "openai-completions";
|
|
12732
12969
|
provider: string;
|
|
12733
12970
|
baseUrl: string;
|
|
12734
|
-
reasoning:
|
|
12735
|
-
input: "text"[];
|
|
12971
|
+
reasoning: true;
|
|
12972
|
+
input: ("image" | "text")[];
|
|
12736
12973
|
cost: {
|
|
12737
12974
|
input: number;
|
|
12738
12975
|
output: number;
|
|
@@ -12742,13 +12979,13 @@ export declare const MODELS: {
|
|
|
12742
12979
|
contextWindow: number;
|
|
12743
12980
|
maxTokens: number;
|
|
12744
12981
|
};
|
|
12745
|
-
readonly "
|
|
12982
|
+
readonly "tencent/hy3-preview": {
|
|
12746
12983
|
id: string;
|
|
12747
12984
|
name: string;
|
|
12748
12985
|
api: "openai-completions";
|
|
12749
12986
|
provider: string;
|
|
12750
12987
|
baseUrl: string;
|
|
12751
|
-
reasoning:
|
|
12988
|
+
reasoning: true;
|
|
12752
12989
|
input: "text"[];
|
|
12753
12990
|
cost: {
|
|
12754
12991
|
input: number;
|
|
@@ -12759,13 +12996,13 @@ export declare const MODELS: {
|
|
|
12759
12996
|
contextWindow: number;
|
|
12760
12997
|
maxTokens: number;
|
|
12761
12998
|
};
|
|
12762
|
-
readonly "
|
|
12999
|
+
readonly "thedrummer/rocinante-12b": {
|
|
12763
13000
|
id: string;
|
|
12764
13001
|
name: string;
|
|
12765
13002
|
api: "openai-completions";
|
|
12766
13003
|
provider: string;
|
|
12767
13004
|
baseUrl: string;
|
|
12768
|
-
reasoning:
|
|
13005
|
+
reasoning: false;
|
|
12769
13006
|
input: "text"[];
|
|
12770
13007
|
cost: {
|
|
12771
13008
|
input: number;
|
|
@@ -12776,14 +13013,14 @@ export declare const MODELS: {
|
|
|
12776
13013
|
contextWindow: number;
|
|
12777
13014
|
maxTokens: number;
|
|
12778
13015
|
};
|
|
12779
|
-
readonly "
|
|
13016
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
12780
13017
|
id: string;
|
|
12781
13018
|
name: string;
|
|
12782
13019
|
api: "openai-completions";
|
|
12783
13020
|
provider: string;
|
|
12784
13021
|
baseUrl: string;
|
|
12785
|
-
reasoning:
|
|
12786
|
-
input:
|
|
13022
|
+
reasoning: false;
|
|
13023
|
+
input: "text"[];
|
|
12787
13024
|
cost: {
|
|
12788
13025
|
input: number;
|
|
12789
13026
|
output: number;
|
|
@@ -12793,14 +13030,14 @@ export declare const MODELS: {
|
|
|
12793
13030
|
contextWindow: number;
|
|
12794
13031
|
maxTokens: number;
|
|
12795
13032
|
};
|
|
12796
|
-
readonly "
|
|
13033
|
+
readonly "upstage/solar-pro-3": {
|
|
12797
13034
|
id: string;
|
|
12798
13035
|
name: string;
|
|
12799
13036
|
api: "openai-completions";
|
|
12800
13037
|
provider: string;
|
|
12801
13038
|
baseUrl: string;
|
|
12802
13039
|
reasoning: true;
|
|
12803
|
-
input:
|
|
13040
|
+
input: "text"[];
|
|
12804
13041
|
cost: {
|
|
12805
13042
|
input: number;
|
|
12806
13043
|
output: number;
|
|
@@ -12810,7 +13047,7 @@ export declare const MODELS: {
|
|
|
12810
13047
|
contextWindow: number;
|
|
12811
13048
|
maxTokens: number;
|
|
12812
13049
|
};
|
|
12813
|
-
readonly "x-ai/grok-
|
|
13050
|
+
readonly "x-ai/grok-4.20": {
|
|
12814
13051
|
id: string;
|
|
12815
13052
|
name: string;
|
|
12816
13053
|
api: "openai-completions";
|
|
@@ -12827,14 +13064,14 @@ export declare const MODELS: {
|
|
|
12827
13064
|
contextWindow: number;
|
|
12828
13065
|
maxTokens: number;
|
|
12829
13066
|
};
|
|
12830
|
-
readonly "
|
|
13067
|
+
readonly "x-ai/grok-4.3": {
|
|
12831
13068
|
id: string;
|
|
12832
13069
|
name: string;
|
|
12833
13070
|
api: "openai-completions";
|
|
12834
13071
|
provider: string;
|
|
12835
13072
|
baseUrl: string;
|
|
12836
13073
|
reasoning: true;
|
|
12837
|
-
input: "text"[];
|
|
13074
|
+
input: ("image" | "text")[];
|
|
12838
13075
|
cost: {
|
|
12839
13076
|
input: number;
|
|
12840
13077
|
output: number;
|
|
@@ -12844,7 +13081,7 @@ export declare const MODELS: {
|
|
|
12844
13081
|
contextWindow: number;
|
|
12845
13082
|
maxTokens: number;
|
|
12846
13083
|
};
|
|
12847
|
-
readonly "
|
|
13084
|
+
readonly "x-ai/grok-build-0.1": {
|
|
12848
13085
|
id: string;
|
|
12849
13086
|
name: string;
|
|
12850
13087
|
api: "openai-completions";
|
|
@@ -12861,7 +13098,7 @@ export declare const MODELS: {
|
|
|
12861
13098
|
contextWindow: number;
|
|
12862
13099
|
maxTokens: number;
|
|
12863
13100
|
};
|
|
12864
|
-
readonly "xiaomi/mimo-v2-
|
|
13101
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
12865
13102
|
id: string;
|
|
12866
13103
|
name: string;
|
|
12867
13104
|
api: "openai-completions";
|
|
@@ -13837,7 +14074,7 @@ export declare const MODELS: {
|
|
|
13837
14074
|
api: "anthropic-messages";
|
|
13838
14075
|
provider: string;
|
|
13839
14076
|
baseUrl: string;
|
|
13840
|
-
reasoning:
|
|
14077
|
+
reasoning: true;
|
|
13841
14078
|
input: "text"[];
|
|
13842
14079
|
cost: {
|
|
13843
14080
|
input: number;
|
|
@@ -13889,7 +14126,7 @@ export declare const MODELS: {
|
|
|
13889
14126
|
provider: string;
|
|
13890
14127
|
baseUrl: string;
|
|
13891
14128
|
reasoning: true;
|
|
13892
|
-
input:
|
|
14129
|
+
input: "text"[];
|
|
13893
14130
|
cost: {
|
|
13894
14131
|
input: number;
|
|
13895
14132
|
output: number;
|
|
@@ -13922,7 +14159,7 @@ export declare const MODELS: {
|
|
|
13922
14159
|
api: "anthropic-messages";
|
|
13923
14160
|
provider: string;
|
|
13924
14161
|
baseUrl: string;
|
|
13925
|
-
reasoning:
|
|
14162
|
+
reasoning: true;
|
|
13926
14163
|
input: "text"[];
|
|
13927
14164
|
cost: {
|
|
13928
14165
|
input: number;
|
|
@@ -13956,7 +14193,7 @@ export declare const MODELS: {
|
|
|
13956
14193
|
api: "anthropic-messages";
|
|
13957
14194
|
provider: string;
|
|
13958
14195
|
baseUrl: string;
|
|
13959
|
-
reasoning:
|
|
14196
|
+
reasoning: true;
|
|
13960
14197
|
input: "text"[];
|
|
13961
14198
|
cost: {
|
|
13962
14199
|
input: number;
|
|
@@ -14035,6 +14272,40 @@ export declare const MODELS: {
|
|
|
14035
14272
|
contextWindow: number;
|
|
14036
14273
|
maxTokens: number;
|
|
14037
14274
|
};
|
|
14275
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
14276
|
+
id: string;
|
|
14277
|
+
name: string;
|
|
14278
|
+
api: "anthropic-messages";
|
|
14279
|
+
provider: string;
|
|
14280
|
+
baseUrl: string;
|
|
14281
|
+
reasoning: false;
|
|
14282
|
+
input: "text"[];
|
|
14283
|
+
cost: {
|
|
14284
|
+
input: number;
|
|
14285
|
+
output: number;
|
|
14286
|
+
cacheRead: number;
|
|
14287
|
+
cacheWrite: number;
|
|
14288
|
+
};
|
|
14289
|
+
contextWindow: number;
|
|
14290
|
+
maxTokens: number;
|
|
14291
|
+
};
|
|
14292
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
14293
|
+
id: string;
|
|
14294
|
+
name: string;
|
|
14295
|
+
api: "anthropic-messages";
|
|
14296
|
+
provider: string;
|
|
14297
|
+
baseUrl: string;
|
|
14298
|
+
reasoning: true;
|
|
14299
|
+
input: "text"[];
|
|
14300
|
+
cost: {
|
|
14301
|
+
input: number;
|
|
14302
|
+
output: number;
|
|
14303
|
+
cacheRead: number;
|
|
14304
|
+
cacheWrite: number;
|
|
14305
|
+
};
|
|
14306
|
+
contextWindow: number;
|
|
14307
|
+
maxTokens: number;
|
|
14308
|
+
};
|
|
14038
14309
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
14039
14310
|
id: string;
|
|
14040
14311
|
name: string;
|
|
@@ -14121,6 +14392,23 @@ export declare const MODELS: {
|
|
|
14121
14392
|
maxTokens: number;
|
|
14122
14393
|
};
|
|
14123
14394
|
readonly "alibaba/qwen3.7-max": {
|
|
14395
|
+
id: string;
|
|
14396
|
+
name: string;
|
|
14397
|
+
api: "anthropic-messages";
|
|
14398
|
+
provider: string;
|
|
14399
|
+
baseUrl: string;
|
|
14400
|
+
reasoning: true;
|
|
14401
|
+
input: "text"[];
|
|
14402
|
+
cost: {
|
|
14403
|
+
input: number;
|
|
14404
|
+
output: number;
|
|
14405
|
+
cacheRead: number;
|
|
14406
|
+
cacheWrite: number;
|
|
14407
|
+
};
|
|
14408
|
+
contextWindow: number;
|
|
14409
|
+
maxTokens: number;
|
|
14410
|
+
};
|
|
14411
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
14124
14412
|
id: string;
|
|
14125
14413
|
name: string;
|
|
14126
14414
|
api: "anthropic-messages";
|
|
@@ -14245,6 +14533,9 @@ export declare const MODELS: {
|
|
|
14245
14533
|
api: "anthropic-messages";
|
|
14246
14534
|
provider: string;
|
|
14247
14535
|
baseUrl: string;
|
|
14536
|
+
compat: {
|
|
14537
|
+
forceAdaptiveThinking: true;
|
|
14538
|
+
};
|
|
14248
14539
|
reasoning: true;
|
|
14249
14540
|
thinkingLevelMap: {
|
|
14250
14541
|
xhigh: string;
|
|
@@ -14265,6 +14556,10 @@ export declare const MODELS: {
|
|
|
14265
14556
|
api: "anthropic-messages";
|
|
14266
14557
|
provider: string;
|
|
14267
14558
|
baseUrl: string;
|
|
14559
|
+
compat: {
|
|
14560
|
+
forceAdaptiveThinking: true;
|
|
14561
|
+
supportsTemperature: false;
|
|
14562
|
+
};
|
|
14268
14563
|
reasoning: true;
|
|
14269
14564
|
thinkingLevelMap: {
|
|
14270
14565
|
xhigh: string;
|
|
@@ -14279,6 +14574,27 @@ export declare const MODELS: {
|
|
|
14279
14574
|
contextWindow: number;
|
|
14280
14575
|
maxTokens: number;
|
|
14281
14576
|
};
|
|
14577
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
14578
|
+
id: string;
|
|
14579
|
+
name: string;
|
|
14580
|
+
api: "anthropic-messages";
|
|
14581
|
+
provider: string;
|
|
14582
|
+
baseUrl: string;
|
|
14583
|
+
compat: {
|
|
14584
|
+
forceAdaptiveThinking: true;
|
|
14585
|
+
supportsTemperature: false;
|
|
14586
|
+
};
|
|
14587
|
+
reasoning: true;
|
|
14588
|
+
input: ("image" | "text")[];
|
|
14589
|
+
cost: {
|
|
14590
|
+
input: number;
|
|
14591
|
+
output: number;
|
|
14592
|
+
cacheRead: number;
|
|
14593
|
+
cacheWrite: number;
|
|
14594
|
+
};
|
|
14595
|
+
contextWindow: number;
|
|
14596
|
+
maxTokens: number;
|
|
14597
|
+
};
|
|
14282
14598
|
readonly "anthropic/claude-sonnet-4": {
|
|
14283
14599
|
id: string;
|
|
14284
14600
|
name: string;
|
|
@@ -14319,6 +14635,9 @@ export declare const MODELS: {
|
|
|
14319
14635
|
api: "anthropic-messages";
|
|
14320
14636
|
provider: string;
|
|
14321
14637
|
baseUrl: string;
|
|
14638
|
+
compat: {
|
|
14639
|
+
forceAdaptiveThinking: true;
|
|
14640
|
+
};
|
|
14322
14641
|
reasoning: true;
|
|
14323
14642
|
input: ("image" | "text")[];
|
|
14324
14643
|
cost: {
|
|
@@ -14472,8 +14791,8 @@ export declare const MODELS: {
|
|
|
14472
14791
|
api: "anthropic-messages";
|
|
14473
14792
|
provider: string;
|
|
14474
14793
|
baseUrl: string;
|
|
14475
|
-
reasoning:
|
|
14476
|
-
input: "text"[];
|
|
14794
|
+
reasoning: true;
|
|
14795
|
+
input: ("image" | "text")[];
|
|
14477
14796
|
cost: {
|
|
14478
14797
|
input: number;
|
|
14479
14798
|
output: number;
|
|
@@ -14489,8 +14808,8 @@ export declare const MODELS: {
|
|
|
14489
14808
|
api: "anthropic-messages";
|
|
14490
14809
|
provider: string;
|
|
14491
14810
|
baseUrl: string;
|
|
14492
|
-
reasoning:
|
|
14493
|
-
input: "text"[];
|
|
14811
|
+
reasoning: true;
|
|
14812
|
+
input: ("image" | "text")[];
|
|
14494
14813
|
cost: {
|
|
14495
14814
|
input: number;
|
|
14496
14815
|
output: number;
|
|
@@ -14507,7 +14826,7 @@ export declare const MODELS: {
|
|
|
14507
14826
|
provider: string;
|
|
14508
14827
|
baseUrl: string;
|
|
14509
14828
|
reasoning: true;
|
|
14510
|
-
input: "text"[];
|
|
14829
|
+
input: ("image" | "text")[];
|
|
14511
14830
|
cost: {
|
|
14512
14831
|
input: number;
|
|
14513
14832
|
output: number;
|
|
@@ -14727,7 +15046,7 @@ export declare const MODELS: {
|
|
|
14727
15046
|
api: "anthropic-messages";
|
|
14728
15047
|
provider: string;
|
|
14729
15048
|
baseUrl: string;
|
|
14730
|
-
reasoning:
|
|
15049
|
+
reasoning: true;
|
|
14731
15050
|
input: ("image" | "text")[];
|
|
14732
15051
|
cost: {
|
|
14733
15052
|
input: number;
|
|
@@ -15034,7 +15353,7 @@ export declare const MODELS: {
|
|
|
15034
15353
|
provider: string;
|
|
15035
15354
|
baseUrl: string;
|
|
15036
15355
|
reasoning: true;
|
|
15037
|
-
input:
|
|
15356
|
+
input: "text"[];
|
|
15038
15357
|
cost: {
|
|
15039
15358
|
input: number;
|
|
15040
15359
|
output: number;
|
|
@@ -15045,6 +15364,23 @@ export declare const MODELS: {
|
|
|
15045
15364
|
maxTokens: number;
|
|
15046
15365
|
};
|
|
15047
15366
|
readonly "minimax/minimax-m2.7-highspeed": {
|
|
15367
|
+
id: string;
|
|
15368
|
+
name: string;
|
|
15369
|
+
api: "anthropic-messages";
|
|
15370
|
+
provider: string;
|
|
15371
|
+
baseUrl: string;
|
|
15372
|
+
reasoning: true;
|
|
15373
|
+
input: "text"[];
|
|
15374
|
+
cost: {
|
|
15375
|
+
input: number;
|
|
15376
|
+
output: number;
|
|
15377
|
+
cacheRead: number;
|
|
15378
|
+
cacheWrite: number;
|
|
15379
|
+
};
|
|
15380
|
+
contextWindow: number;
|
|
15381
|
+
maxTokens: number;
|
|
15382
|
+
};
|
|
15383
|
+
readonly "minimax/minimax-m3": {
|
|
15048
15384
|
id: string;
|
|
15049
15385
|
name: string;
|
|
15050
15386
|
api: "anthropic-messages";
|
|
@@ -15197,6 +15533,23 @@ export declare const MODELS: {
|
|
|
15197
15533
|
contextWindow: number;
|
|
15198
15534
|
maxTokens: number;
|
|
15199
15535
|
};
|
|
15536
|
+
readonly "mistral/mistral-nemo": {
|
|
15537
|
+
id: string;
|
|
15538
|
+
name: string;
|
|
15539
|
+
api: "anthropic-messages";
|
|
15540
|
+
provider: string;
|
|
15541
|
+
baseUrl: string;
|
|
15542
|
+
reasoning: false;
|
|
15543
|
+
input: "text"[];
|
|
15544
|
+
cost: {
|
|
15545
|
+
input: number;
|
|
15546
|
+
output: number;
|
|
15547
|
+
cacheRead: number;
|
|
15548
|
+
cacheWrite: number;
|
|
15549
|
+
};
|
|
15550
|
+
contextWindow: number;
|
|
15551
|
+
maxTokens: number;
|
|
15552
|
+
};
|
|
15200
15553
|
readonly "mistral/mistral-small": {
|
|
15201
15554
|
id: string;
|
|
15202
15555
|
name: string;
|
|
@@ -15350,6 +15703,40 @@ export declare const MODELS: {
|
|
|
15350
15703
|
contextWindow: number;
|
|
15351
15704
|
maxTokens: number;
|
|
15352
15705
|
};
|
|
15706
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15707
|
+
id: string;
|
|
15708
|
+
name: string;
|
|
15709
|
+
api: "anthropic-messages";
|
|
15710
|
+
provider: string;
|
|
15711
|
+
baseUrl: string;
|
|
15712
|
+
reasoning: true;
|
|
15713
|
+
input: "text"[];
|
|
15714
|
+
cost: {
|
|
15715
|
+
input: number;
|
|
15716
|
+
output: number;
|
|
15717
|
+
cacheRead: number;
|
|
15718
|
+
cacheWrite: number;
|
|
15719
|
+
};
|
|
15720
|
+
contextWindow: number;
|
|
15721
|
+
maxTokens: number;
|
|
15722
|
+
};
|
|
15723
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15724
|
+
id: string;
|
|
15725
|
+
name: string;
|
|
15726
|
+
api: "anthropic-messages";
|
|
15727
|
+
provider: string;
|
|
15728
|
+
baseUrl: string;
|
|
15729
|
+
reasoning: true;
|
|
15730
|
+
input: "text"[];
|
|
15731
|
+
cost: {
|
|
15732
|
+
input: number;
|
|
15733
|
+
output: number;
|
|
15734
|
+
cacheRead: number;
|
|
15735
|
+
cacheWrite: number;
|
|
15736
|
+
};
|
|
15737
|
+
contextWindow: number;
|
|
15738
|
+
maxTokens: number;
|
|
15739
|
+
};
|
|
15353
15740
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15354
15741
|
id: string;
|
|
15355
15742
|
name: string;
|
|
@@ -15527,7 +15914,7 @@ export declare const MODELS: {
|
|
|
15527
15914
|
provider: string;
|
|
15528
15915
|
baseUrl: string;
|
|
15529
15916
|
reasoning: true;
|
|
15530
|
-
input: "text"[];
|
|
15917
|
+
input: ("image" | "text")[];
|
|
15531
15918
|
cost: {
|
|
15532
15919
|
input: number;
|
|
15533
15920
|
output: number;
|
|
@@ -15902,6 +16289,9 @@ export declare const MODELS: {
|
|
|
15902
16289
|
reasoning: true;
|
|
15903
16290
|
thinkingLevelMap: {
|
|
15904
16291
|
xhigh: string;
|
|
16292
|
+
off: null;
|
|
16293
|
+
minimal: null;
|
|
16294
|
+
low: null;
|
|
15905
16295
|
};
|
|
15906
16296
|
input: ("image" | "text")[];
|
|
15907
16297
|
cost: {
|
|
@@ -15913,6 +16303,23 @@ export declare const MODELS: {
|
|
|
15913
16303
|
contextWindow: number;
|
|
15914
16304
|
maxTokens: number;
|
|
15915
16305
|
};
|
|
16306
|
+
readonly "openai/gpt-oss-120b": {
|
|
16307
|
+
id: string;
|
|
16308
|
+
name: string;
|
|
16309
|
+
api: "anthropic-messages";
|
|
16310
|
+
provider: string;
|
|
16311
|
+
baseUrl: string;
|
|
16312
|
+
reasoning: true;
|
|
16313
|
+
input: "text"[];
|
|
16314
|
+
cost: {
|
|
16315
|
+
input: number;
|
|
16316
|
+
output: number;
|
|
16317
|
+
cacheRead: number;
|
|
16318
|
+
cacheWrite: number;
|
|
16319
|
+
};
|
|
16320
|
+
contextWindow: number;
|
|
16321
|
+
maxTokens: number;
|
|
16322
|
+
};
|
|
15916
16323
|
readonly "openai/gpt-oss-20b": {
|
|
15917
16324
|
id: string;
|
|
15918
16325
|
name: string;
|
|
@@ -16083,6 +16490,40 @@ export declare const MODELS: {
|
|
|
16083
16490
|
contextWindow: number;
|
|
16084
16491
|
maxTokens: number;
|
|
16085
16492
|
};
|
|
16493
|
+
readonly "stepfun/step-3.5-flash": {
|
|
16494
|
+
id: string;
|
|
16495
|
+
name: string;
|
|
16496
|
+
api: "anthropic-messages";
|
|
16497
|
+
provider: string;
|
|
16498
|
+
baseUrl: string;
|
|
16499
|
+
reasoning: true;
|
|
16500
|
+
input: "text"[];
|
|
16501
|
+
cost: {
|
|
16502
|
+
input: number;
|
|
16503
|
+
output: number;
|
|
16504
|
+
cacheRead: number;
|
|
16505
|
+
cacheWrite: number;
|
|
16506
|
+
};
|
|
16507
|
+
contextWindow: number;
|
|
16508
|
+
maxTokens: number;
|
|
16509
|
+
};
|
|
16510
|
+
readonly "stepfun/step-3.7-flash": {
|
|
16511
|
+
id: string;
|
|
16512
|
+
name: string;
|
|
16513
|
+
api: "anthropic-messages";
|
|
16514
|
+
provider: string;
|
|
16515
|
+
baseUrl: string;
|
|
16516
|
+
reasoning: true;
|
|
16517
|
+
input: ("image" | "text")[];
|
|
16518
|
+
cost: {
|
|
16519
|
+
input: number;
|
|
16520
|
+
output: number;
|
|
16521
|
+
cacheRead: number;
|
|
16522
|
+
cacheWrite: number;
|
|
16523
|
+
};
|
|
16524
|
+
contextWindow: number;
|
|
16525
|
+
maxTokens: number;
|
|
16526
|
+
};
|
|
16086
16527
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16087
16528
|
id: string;
|
|
16088
16529
|
name: string;
|
|
@@ -16361,7 +16802,7 @@ export declare const MODELS: {
|
|
|
16361
16802
|
api: "anthropic-messages";
|
|
16362
16803
|
provider: string;
|
|
16363
16804
|
baseUrl: string;
|
|
16364
|
-
reasoning:
|
|
16805
|
+
reasoning: true;
|
|
16365
16806
|
input: ("image" | "text")[];
|
|
16366
16807
|
cost: {
|
|
16367
16808
|
input: number;
|
|
@@ -16515,7 +16956,7 @@ export declare const MODELS: {
|
|
|
16515
16956
|
provider: string;
|
|
16516
16957
|
baseUrl: string;
|
|
16517
16958
|
reasoning: true;
|
|
16518
|
-
input: "text"[];
|
|
16959
|
+
input: ("image" | "text")[];
|
|
16519
16960
|
cost: {
|
|
16520
16961
|
input: number;
|
|
16521
16962
|
output: number;
|
|
@@ -16772,27 +17213,6 @@ export declare const MODELS: {
|
|
|
16772
17213
|
};
|
|
16773
17214
|
};
|
|
16774
17215
|
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
17216
|
readonly "mimo-v2-omni": {
|
|
16797
17217
|
id: string;
|
|
16798
17218
|
name: string;
|
|
@@ -16879,27 +17299,6 @@ export declare const MODELS: {
|
|
|
16879
17299
|
};
|
|
16880
17300
|
};
|
|
16881
17301
|
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
17302
|
readonly "mimo-v2-omni": {
|
|
16904
17303
|
id: string;
|
|
16905
17304
|
name: string;
|
|
@@ -16986,27 +17385,6 @@ export declare const MODELS: {
|
|
|
16986
17385
|
};
|
|
16987
17386
|
};
|
|
16988
17387
|
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
17388
|
readonly "mimo-v2-omni": {
|
|
17011
17389
|
id: string;
|
|
17012
17390
|
name: string;
|