@earendil-works/pi-ai 0.79.0 → 0.79.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/image-models.generated.d.ts +2 -2
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +6 -6
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +602 -543
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +818 -826
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +25 -8
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +19 -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 -0
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +3 -1
- 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 +2 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/overflow.d.ts +1 -1
- package/dist/utils/overflow.d.ts.map +1 -1
- package/dist/utils/overflow.js +3 -2
- package/dist/utils/overflow.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ export declare const MODELS: {
|
|
|
6
6
|
api: "bedrock-converse-stream";
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
|
-
reasoning:
|
|
9
|
+
reasoning: true;
|
|
10
10
|
input: ("image" | "text")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
@@ -355,6 +355,27 @@ export declare const MODELS: {
|
|
|
355
355
|
contextWindow: number;
|
|
356
356
|
maxTokens: number;
|
|
357
357
|
};
|
|
358
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
359
|
+
id: string;
|
|
360
|
+
name: string;
|
|
361
|
+
api: "bedrock-converse-stream";
|
|
362
|
+
provider: string;
|
|
363
|
+
baseUrl: string;
|
|
364
|
+
reasoning: true;
|
|
365
|
+
thinkingLevelMap: {
|
|
366
|
+
off: null;
|
|
367
|
+
xhigh: string;
|
|
368
|
+
};
|
|
369
|
+
input: ("image" | "text")[];
|
|
370
|
+
cost: {
|
|
371
|
+
input: number;
|
|
372
|
+
output: number;
|
|
373
|
+
cacheRead: number;
|
|
374
|
+
cacheWrite: number;
|
|
375
|
+
};
|
|
376
|
+
contextWindow: number;
|
|
377
|
+
maxTokens: number;
|
|
378
|
+
};
|
|
358
379
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
359
380
|
id: string;
|
|
360
381
|
name: string;
|
|
@@ -483,6 +504,27 @@ export declare const MODELS: {
|
|
|
483
504
|
contextWindow: number;
|
|
484
505
|
maxTokens: number;
|
|
485
506
|
};
|
|
507
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
508
|
+
id: string;
|
|
509
|
+
name: string;
|
|
510
|
+
api: "bedrock-converse-stream";
|
|
511
|
+
provider: string;
|
|
512
|
+
baseUrl: string;
|
|
513
|
+
reasoning: true;
|
|
514
|
+
thinkingLevelMap: {
|
|
515
|
+
off: null;
|
|
516
|
+
xhigh: string;
|
|
517
|
+
};
|
|
518
|
+
input: ("image" | "text")[];
|
|
519
|
+
cost: {
|
|
520
|
+
input: number;
|
|
521
|
+
output: number;
|
|
522
|
+
cacheRead: number;
|
|
523
|
+
cacheWrite: number;
|
|
524
|
+
};
|
|
525
|
+
contextWindow: number;
|
|
526
|
+
maxTokens: number;
|
|
527
|
+
};
|
|
486
528
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
487
529
|
id: string;
|
|
488
530
|
name: string;
|
|
@@ -1156,7 +1198,7 @@ export declare const MODELS: {
|
|
|
1156
1198
|
api: "bedrock-converse-stream";
|
|
1157
1199
|
provider: string;
|
|
1158
1200
|
baseUrl: string;
|
|
1159
|
-
reasoning:
|
|
1201
|
+
reasoning: true;
|
|
1160
1202
|
input: "text"[];
|
|
1161
1203
|
cost: {
|
|
1162
1204
|
input: number;
|
|
@@ -1173,7 +1215,7 @@ export declare const MODELS: {
|
|
|
1173
1215
|
api: "bedrock-converse-stream";
|
|
1174
1216
|
provider: string;
|
|
1175
1217
|
baseUrl: string;
|
|
1176
|
-
reasoning:
|
|
1218
|
+
reasoning: true;
|
|
1177
1219
|
input: "text"[];
|
|
1178
1220
|
cost: {
|
|
1179
1221
|
input: number;
|
|
@@ -1190,7 +1232,7 @@ export declare const MODELS: {
|
|
|
1190
1232
|
api: "bedrock-converse-stream";
|
|
1191
1233
|
provider: string;
|
|
1192
1234
|
baseUrl: string;
|
|
1193
|
-
reasoning:
|
|
1235
|
+
reasoning: true;
|
|
1194
1236
|
input: "text"[];
|
|
1195
1237
|
cost: {
|
|
1196
1238
|
input: number;
|
|
@@ -1207,7 +1249,7 @@ export declare const MODELS: {
|
|
|
1207
1249
|
api: "bedrock-converse-stream";
|
|
1208
1250
|
provider: string;
|
|
1209
1251
|
baseUrl: string;
|
|
1210
|
-
reasoning:
|
|
1252
|
+
reasoning: true;
|
|
1211
1253
|
input: "text"[];
|
|
1212
1254
|
cost: {
|
|
1213
1255
|
input: number;
|
|
@@ -1371,6 +1413,27 @@ export declare const MODELS: {
|
|
|
1371
1413
|
contextWindow: number;
|
|
1372
1414
|
maxTokens: number;
|
|
1373
1415
|
};
|
|
1416
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1417
|
+
id: string;
|
|
1418
|
+
name: string;
|
|
1419
|
+
api: "bedrock-converse-stream";
|
|
1420
|
+
provider: string;
|
|
1421
|
+
baseUrl: string;
|
|
1422
|
+
reasoning: true;
|
|
1423
|
+
thinkingLevelMap: {
|
|
1424
|
+
off: null;
|
|
1425
|
+
xhigh: string;
|
|
1426
|
+
};
|
|
1427
|
+
input: ("image" | "text")[];
|
|
1428
|
+
cost: {
|
|
1429
|
+
input: number;
|
|
1430
|
+
output: number;
|
|
1431
|
+
cacheRead: number;
|
|
1432
|
+
cacheWrite: number;
|
|
1433
|
+
};
|
|
1434
|
+
contextWindow: number;
|
|
1435
|
+
maxTokens: number;
|
|
1436
|
+
};
|
|
1374
1437
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1375
1438
|
id: string;
|
|
1376
1439
|
name: string;
|
|
@@ -1873,6 +1936,30 @@ export declare const MODELS: {
|
|
|
1873
1936
|
contextWindow: number;
|
|
1874
1937
|
maxTokens: number;
|
|
1875
1938
|
};
|
|
1939
|
+
readonly "claude-fable-5": {
|
|
1940
|
+
id: string;
|
|
1941
|
+
name: string;
|
|
1942
|
+
api: "anthropic-messages";
|
|
1943
|
+
provider: string;
|
|
1944
|
+
baseUrl: string;
|
|
1945
|
+
compat: {
|
|
1946
|
+
forceAdaptiveThinking: true;
|
|
1947
|
+
};
|
|
1948
|
+
reasoning: true;
|
|
1949
|
+
thinkingLevelMap: {
|
|
1950
|
+
off: null;
|
|
1951
|
+
xhigh: string;
|
|
1952
|
+
};
|
|
1953
|
+
input: ("image" | "text")[];
|
|
1954
|
+
cost: {
|
|
1955
|
+
input: number;
|
|
1956
|
+
output: number;
|
|
1957
|
+
cacheRead: number;
|
|
1958
|
+
cacheWrite: number;
|
|
1959
|
+
};
|
|
1960
|
+
contextWindow: number;
|
|
1961
|
+
maxTokens: number;
|
|
1962
|
+
};
|
|
1876
1963
|
readonly "claude-haiku-4-5": {
|
|
1877
1964
|
id: string;
|
|
1878
1965
|
name: string;
|
|
@@ -2990,13 +3077,13 @@ export declare const MODELS: {
|
|
|
2990
3077
|
contextWindow: number;
|
|
2991
3078
|
maxTokens: number;
|
|
2992
3079
|
};
|
|
2993
|
-
readonly "
|
|
3080
|
+
readonly "zai-glm-4.7": {
|
|
2994
3081
|
id: string;
|
|
2995
3082
|
name: string;
|
|
2996
3083
|
api: "openai-completions";
|
|
2997
3084
|
provider: string;
|
|
2998
3085
|
baseUrl: string;
|
|
2999
|
-
reasoning:
|
|
3086
|
+
reasoning: true;
|
|
3000
3087
|
input: "text"[];
|
|
3001
3088
|
cost: {
|
|
3002
3089
|
input: number;
|
|
@@ -3007,14 +3094,16 @@ export declare const MODELS: {
|
|
|
3007
3094
|
contextWindow: number;
|
|
3008
3095
|
maxTokens: number;
|
|
3009
3096
|
};
|
|
3010
|
-
|
|
3097
|
+
};
|
|
3098
|
+
readonly "cloudflare-ai-gateway": {
|
|
3099
|
+
readonly "claude-3-5-haiku": {
|
|
3011
3100
|
id: string;
|
|
3012
3101
|
name: string;
|
|
3013
|
-
api: "
|
|
3102
|
+
api: "anthropic-messages";
|
|
3014
3103
|
provider: string;
|
|
3015
3104
|
baseUrl: string;
|
|
3016
3105
|
reasoning: false;
|
|
3017
|
-
input: "text"[];
|
|
3106
|
+
input: ("image" | "text")[];
|
|
3018
3107
|
cost: {
|
|
3019
3108
|
input: number;
|
|
3020
3109
|
output: number;
|
|
@@ -3024,9 +3113,7 @@ export declare const MODELS: {
|
|
|
3024
3113
|
contextWindow: number;
|
|
3025
3114
|
maxTokens: number;
|
|
3026
3115
|
};
|
|
3027
|
-
|
|
3028
|
-
readonly "cloudflare-ai-gateway": {
|
|
3029
|
-
readonly "claude-3-5-haiku": {
|
|
3116
|
+
readonly "claude-3-haiku": {
|
|
3030
3117
|
id: string;
|
|
3031
3118
|
name: string;
|
|
3032
3119
|
api: "anthropic-messages";
|
|
@@ -3043,7 +3130,7 @@ export declare const MODELS: {
|
|
|
3043
3130
|
contextWindow: number;
|
|
3044
3131
|
maxTokens: number;
|
|
3045
3132
|
};
|
|
3046
|
-
readonly "claude-3-
|
|
3133
|
+
readonly "claude-3-opus": {
|
|
3047
3134
|
id: string;
|
|
3048
3135
|
name: string;
|
|
3049
3136
|
api: "anthropic-messages";
|
|
@@ -3060,7 +3147,7 @@ export declare const MODELS: {
|
|
|
3060
3147
|
contextWindow: number;
|
|
3061
3148
|
maxTokens: number;
|
|
3062
3149
|
};
|
|
3063
|
-
readonly "claude-3-
|
|
3150
|
+
readonly "claude-3-sonnet": {
|
|
3064
3151
|
id: string;
|
|
3065
3152
|
name: string;
|
|
3066
3153
|
api: "anthropic-messages";
|
|
@@ -3077,7 +3164,7 @@ export declare const MODELS: {
|
|
|
3077
3164
|
contextWindow: number;
|
|
3078
3165
|
maxTokens: number;
|
|
3079
3166
|
};
|
|
3080
|
-
readonly "claude-3-
|
|
3167
|
+
readonly "claude-3.5-haiku": {
|
|
3081
3168
|
id: string;
|
|
3082
3169
|
name: string;
|
|
3083
3170
|
api: "anthropic-messages";
|
|
@@ -3094,7 +3181,7 @@ export declare const MODELS: {
|
|
|
3094
3181
|
contextWindow: number;
|
|
3095
3182
|
maxTokens: number;
|
|
3096
3183
|
};
|
|
3097
|
-
readonly "claude-3.5-
|
|
3184
|
+
readonly "claude-3.5-sonnet": {
|
|
3098
3185
|
id: string;
|
|
3099
3186
|
name: string;
|
|
3100
3187
|
api: "anthropic-messages";
|
|
@@ -3111,13 +3198,20 @@ export declare const MODELS: {
|
|
|
3111
3198
|
contextWindow: number;
|
|
3112
3199
|
maxTokens: number;
|
|
3113
3200
|
};
|
|
3114
|
-
readonly "claude-
|
|
3201
|
+
readonly "claude-fable-5": {
|
|
3115
3202
|
id: string;
|
|
3116
3203
|
name: string;
|
|
3117
3204
|
api: "anthropic-messages";
|
|
3118
3205
|
provider: string;
|
|
3119
3206
|
baseUrl: string;
|
|
3120
|
-
|
|
3207
|
+
compat: {
|
|
3208
|
+
forceAdaptiveThinking: true;
|
|
3209
|
+
};
|
|
3210
|
+
reasoning: true;
|
|
3211
|
+
thinkingLevelMap: {
|
|
3212
|
+
off: null;
|
|
3213
|
+
xhigh: string;
|
|
3214
|
+
};
|
|
3121
3215
|
input: ("image" | "text")[];
|
|
3122
3216
|
cost: {
|
|
3123
3217
|
input: number;
|
|
@@ -3821,6 +3915,26 @@ export declare const MODELS: {
|
|
|
3821
3915
|
contextWindow: number;
|
|
3822
3916
|
maxTokens: number;
|
|
3823
3917
|
};
|
|
3918
|
+
readonly "@cf/moonshotai/kimi-k2.7-code": {
|
|
3919
|
+
id: string;
|
|
3920
|
+
name: string;
|
|
3921
|
+
api: "openai-completions";
|
|
3922
|
+
provider: string;
|
|
3923
|
+
baseUrl: string;
|
|
3924
|
+
compat: {
|
|
3925
|
+
sendSessionAffinityHeaders: true;
|
|
3926
|
+
};
|
|
3927
|
+
reasoning: true;
|
|
3928
|
+
input: ("image" | "text")[];
|
|
3929
|
+
cost: {
|
|
3930
|
+
input: number;
|
|
3931
|
+
output: number;
|
|
3932
|
+
cacheRead: number;
|
|
3933
|
+
cacheWrite: number;
|
|
3934
|
+
};
|
|
3935
|
+
contextWindow: number;
|
|
3936
|
+
maxTokens: number;
|
|
3937
|
+
};
|
|
3824
3938
|
readonly "@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3825
3939
|
id: string;
|
|
3826
3940
|
name: string;
|
|
@@ -4282,6 +4396,34 @@ export declare const MODELS: {
|
|
|
4282
4396
|
};
|
|
4283
4397
|
};
|
|
4284
4398
|
readonly "github-copilot": {
|
|
4399
|
+
readonly "claude-fable-5": {
|
|
4400
|
+
id: string;
|
|
4401
|
+
name: string;
|
|
4402
|
+
api: "openai-completions";
|
|
4403
|
+
provider: string;
|
|
4404
|
+
baseUrl: string;
|
|
4405
|
+
headers: {
|
|
4406
|
+
"User-Agent": string;
|
|
4407
|
+
"Editor-Version": string;
|
|
4408
|
+
"Editor-Plugin-Version": string;
|
|
4409
|
+
"Copilot-Integration-Id": string;
|
|
4410
|
+
};
|
|
4411
|
+
compat: {
|
|
4412
|
+
supportsStore: false;
|
|
4413
|
+
supportsDeveloperRole: false;
|
|
4414
|
+
supportsReasoningEffort: false;
|
|
4415
|
+
};
|
|
4416
|
+
reasoning: true;
|
|
4417
|
+
input: ("image" | "text")[];
|
|
4418
|
+
cost: {
|
|
4419
|
+
input: number;
|
|
4420
|
+
output: number;
|
|
4421
|
+
cacheRead: number;
|
|
4422
|
+
cacheWrite: number;
|
|
4423
|
+
};
|
|
4424
|
+
contextWindow: number;
|
|
4425
|
+
maxTokens: number;
|
|
4426
|
+
};
|
|
4285
4427
|
readonly "claude-haiku-4.5": {
|
|
4286
4428
|
id: string;
|
|
4287
4429
|
name: string;
|
|
@@ -5459,13 +5601,13 @@ export declare const MODELS: {
|
|
|
5459
5601
|
};
|
|
5460
5602
|
};
|
|
5461
5603
|
readonly groq: {
|
|
5462
|
-
readonly "
|
|
5604
|
+
readonly "llama-3.1-8b-instant": {
|
|
5463
5605
|
id: string;
|
|
5464
5606
|
name: string;
|
|
5465
5607
|
api: "openai-completions";
|
|
5466
5608
|
provider: string;
|
|
5467
5609
|
baseUrl: string;
|
|
5468
|
-
reasoning:
|
|
5610
|
+
reasoning: false;
|
|
5469
5611
|
input: "text"[];
|
|
5470
5612
|
cost: {
|
|
5471
5613
|
input: number;
|
|
@@ -5476,7 +5618,7 @@ export declare const MODELS: {
|
|
|
5476
5618
|
contextWindow: number;
|
|
5477
5619
|
maxTokens: number;
|
|
5478
5620
|
};
|
|
5479
|
-
readonly "
|
|
5621
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5480
5622
|
id: string;
|
|
5481
5623
|
name: string;
|
|
5482
5624
|
api: "openai-completions";
|
|
@@ -5493,14 +5635,14 @@ export declare const MODELS: {
|
|
|
5493
5635
|
contextWindow: number;
|
|
5494
5636
|
maxTokens: number;
|
|
5495
5637
|
};
|
|
5496
|
-
readonly "
|
|
5638
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5497
5639
|
id: string;
|
|
5498
5640
|
name: string;
|
|
5499
5641
|
api: "openai-completions";
|
|
5500
5642
|
provider: string;
|
|
5501
5643
|
baseUrl: string;
|
|
5502
|
-
reasoning:
|
|
5503
|
-
input: "text"[];
|
|
5644
|
+
reasoning: false;
|
|
5645
|
+
input: ("image" | "text")[];
|
|
5504
5646
|
cost: {
|
|
5505
5647
|
input: number;
|
|
5506
5648
|
output: number;
|
|
@@ -5510,7 +5652,7 @@ export declare const MODELS: {
|
|
|
5510
5652
|
contextWindow: number;
|
|
5511
5653
|
maxTokens: number;
|
|
5512
5654
|
};
|
|
5513
|
-
readonly "
|
|
5655
|
+
readonly "openai/gpt-oss-120b": {
|
|
5514
5656
|
id: string;
|
|
5515
5657
|
name: string;
|
|
5516
5658
|
api: "openai-completions";
|
|
@@ -5527,13 +5669,13 @@ export declare const MODELS: {
|
|
|
5527
5669
|
contextWindow: number;
|
|
5528
5670
|
maxTokens: number;
|
|
5529
5671
|
};
|
|
5530
|
-
readonly "
|
|
5672
|
+
readonly "openai/gpt-oss-20b": {
|
|
5531
5673
|
id: string;
|
|
5532
5674
|
name: string;
|
|
5533
5675
|
api: "openai-completions";
|
|
5534
5676
|
provider: string;
|
|
5535
5677
|
baseUrl: string;
|
|
5536
|
-
reasoning:
|
|
5678
|
+
reasoning: true;
|
|
5537
5679
|
input: "text"[];
|
|
5538
5680
|
cost: {
|
|
5539
5681
|
input: number;
|
|
@@ -5544,13 +5686,13 @@ export declare const MODELS: {
|
|
|
5544
5686
|
contextWindow: number;
|
|
5545
5687
|
maxTokens: number;
|
|
5546
5688
|
};
|
|
5547
|
-
readonly "
|
|
5689
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5548
5690
|
id: string;
|
|
5549
5691
|
name: string;
|
|
5550
5692
|
api: "openai-completions";
|
|
5551
5693
|
provider: string;
|
|
5552
5694
|
baseUrl: string;
|
|
5553
|
-
reasoning:
|
|
5695
|
+
reasoning: true;
|
|
5554
5696
|
input: "text"[];
|
|
5555
5697
|
cost: {
|
|
5556
5698
|
input: number;
|
|
@@ -5561,13 +5703,19 @@ export declare const MODELS: {
|
|
|
5561
5703
|
contextWindow: number;
|
|
5562
5704
|
maxTokens: number;
|
|
5563
5705
|
};
|
|
5564
|
-
readonly "
|
|
5706
|
+
readonly "qwen/qwen3-32b": {
|
|
5565
5707
|
id: string;
|
|
5566
5708
|
name: string;
|
|
5567
5709
|
api: "openai-completions";
|
|
5568
5710
|
provider: string;
|
|
5569
5711
|
baseUrl: string;
|
|
5570
|
-
reasoning:
|
|
5712
|
+
reasoning: true;
|
|
5713
|
+
thinkingLevelMap: {
|
|
5714
|
+
minimal: null;
|
|
5715
|
+
low: null;
|
|
5716
|
+
medium: null;
|
|
5717
|
+
high: string;
|
|
5718
|
+
};
|
|
5571
5719
|
input: "text"[];
|
|
5572
5720
|
cost: {
|
|
5573
5721
|
input: number;
|
|
@@ -5578,13 +5726,18 @@ export declare const MODELS: {
|
|
|
5578
5726
|
contextWindow: number;
|
|
5579
5727
|
maxTokens: number;
|
|
5580
5728
|
};
|
|
5581
|
-
|
|
5729
|
+
};
|
|
5730
|
+
readonly huggingface: {
|
|
5731
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5582
5732
|
id: string;
|
|
5583
5733
|
name: string;
|
|
5584
5734
|
api: "openai-completions";
|
|
5585
5735
|
provider: string;
|
|
5586
5736
|
baseUrl: string;
|
|
5587
|
-
|
|
5737
|
+
compat: {
|
|
5738
|
+
supportsDeveloperRole: false;
|
|
5739
|
+
};
|
|
5740
|
+
reasoning: true;
|
|
5588
5741
|
input: "text"[];
|
|
5589
5742
|
cost: {
|
|
5590
5743
|
input: number;
|
|
@@ -5595,14 +5748,17 @@ export declare const MODELS: {
|
|
|
5595
5748
|
contextWindow: number;
|
|
5596
5749
|
maxTokens: number;
|
|
5597
5750
|
};
|
|
5598
|
-
readonly "
|
|
5751
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5599
5752
|
id: string;
|
|
5600
5753
|
name: string;
|
|
5601
5754
|
api: "openai-completions";
|
|
5602
5755
|
provider: string;
|
|
5603
5756
|
baseUrl: string;
|
|
5604
|
-
|
|
5605
|
-
|
|
5757
|
+
compat: {
|
|
5758
|
+
supportsDeveloperRole: false;
|
|
5759
|
+
};
|
|
5760
|
+
reasoning: true;
|
|
5761
|
+
input: "text"[];
|
|
5606
5762
|
cost: {
|
|
5607
5763
|
input: number;
|
|
5608
5764
|
output: number;
|
|
@@ -5612,14 +5768,17 @@ export declare const MODELS: {
|
|
|
5612
5768
|
contextWindow: number;
|
|
5613
5769
|
maxTokens: number;
|
|
5614
5770
|
};
|
|
5615
|
-
readonly "
|
|
5771
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5616
5772
|
id: string;
|
|
5617
5773
|
name: string;
|
|
5618
5774
|
api: "openai-completions";
|
|
5619
5775
|
provider: string;
|
|
5620
5776
|
baseUrl: string;
|
|
5621
|
-
|
|
5622
|
-
|
|
5777
|
+
compat: {
|
|
5778
|
+
supportsDeveloperRole: false;
|
|
5779
|
+
};
|
|
5780
|
+
reasoning: true;
|
|
5781
|
+
input: "text"[];
|
|
5623
5782
|
cost: {
|
|
5624
5783
|
input: number;
|
|
5625
5784
|
output: number;
|
|
@@ -5629,13 +5788,16 @@ export declare const MODELS: {
|
|
|
5629
5788
|
contextWindow: number;
|
|
5630
5789
|
maxTokens: number;
|
|
5631
5790
|
};
|
|
5632
|
-
readonly "
|
|
5791
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5633
5792
|
id: string;
|
|
5634
5793
|
name: string;
|
|
5635
5794
|
api: "openai-completions";
|
|
5636
5795
|
provider: string;
|
|
5637
5796
|
baseUrl: string;
|
|
5638
|
-
|
|
5797
|
+
compat: {
|
|
5798
|
+
supportsDeveloperRole: false;
|
|
5799
|
+
};
|
|
5800
|
+
reasoning: true;
|
|
5639
5801
|
input: "text"[];
|
|
5640
5802
|
cost: {
|
|
5641
5803
|
input: number;
|
|
@@ -5646,12 +5808,15 @@ export declare const MODELS: {
|
|
|
5646
5808
|
contextWindow: number;
|
|
5647
5809
|
maxTokens: number;
|
|
5648
5810
|
};
|
|
5649
|
-
readonly "
|
|
5811
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5650
5812
|
id: string;
|
|
5651
5813
|
name: string;
|
|
5652
5814
|
api: "openai-completions";
|
|
5653
5815
|
provider: string;
|
|
5654
5816
|
baseUrl: string;
|
|
5817
|
+
compat: {
|
|
5818
|
+
supportsDeveloperRole: false;
|
|
5819
|
+
};
|
|
5655
5820
|
reasoning: false;
|
|
5656
5821
|
input: "text"[];
|
|
5657
5822
|
cost: {
|
|
@@ -5663,12 +5828,15 @@ export declare const MODELS: {
|
|
|
5663
5828
|
contextWindow: number;
|
|
5664
5829
|
maxTokens: number;
|
|
5665
5830
|
};
|
|
5666
|
-
readonly "
|
|
5831
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5667
5832
|
id: string;
|
|
5668
5833
|
name: string;
|
|
5669
5834
|
api: "openai-completions";
|
|
5670
5835
|
provider: string;
|
|
5671
5836
|
baseUrl: string;
|
|
5837
|
+
compat: {
|
|
5838
|
+
supportsDeveloperRole: false;
|
|
5839
|
+
};
|
|
5672
5840
|
reasoning: false;
|
|
5673
5841
|
input: "text"[];
|
|
5674
5842
|
cost: {
|
|
@@ -5680,13 +5848,16 @@ export declare const MODELS: {
|
|
|
5680
5848
|
contextWindow: number;
|
|
5681
5849
|
maxTokens: number;
|
|
5682
5850
|
};
|
|
5683
|
-
readonly "
|
|
5851
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5684
5852
|
id: string;
|
|
5685
5853
|
name: string;
|
|
5686
5854
|
api: "openai-completions";
|
|
5687
5855
|
provider: string;
|
|
5688
5856
|
baseUrl: string;
|
|
5689
|
-
|
|
5857
|
+
compat: {
|
|
5858
|
+
supportsDeveloperRole: false;
|
|
5859
|
+
};
|
|
5860
|
+
reasoning: false;
|
|
5690
5861
|
input: "text"[];
|
|
5691
5862
|
cost: {
|
|
5692
5863
|
input: number;
|
|
@@ -5697,13 +5868,16 @@ export declare const MODELS: {
|
|
|
5697
5868
|
contextWindow: number;
|
|
5698
5869
|
maxTokens: number;
|
|
5699
5870
|
};
|
|
5700
|
-
readonly "
|
|
5871
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5701
5872
|
id: string;
|
|
5702
5873
|
name: string;
|
|
5703
5874
|
api: "openai-completions";
|
|
5704
5875
|
provider: string;
|
|
5705
5876
|
baseUrl: string;
|
|
5706
|
-
|
|
5877
|
+
compat: {
|
|
5878
|
+
supportsDeveloperRole: false;
|
|
5879
|
+
};
|
|
5880
|
+
reasoning: false;
|
|
5707
5881
|
input: "text"[];
|
|
5708
5882
|
cost: {
|
|
5709
5883
|
input: number;
|
|
@@ -5714,226 +5888,7 @@ export declare const MODELS: {
|
|
|
5714
5888
|
contextWindow: number;
|
|
5715
5889
|
maxTokens: number;
|
|
5716
5890
|
};
|
|
5717
|
-
readonly "
|
|
5718
|
-
id: string;
|
|
5719
|
-
name: string;
|
|
5720
|
-
api: "openai-completions";
|
|
5721
|
-
provider: string;
|
|
5722
|
-
baseUrl: string;
|
|
5723
|
-
reasoning: true;
|
|
5724
|
-
input: "text"[];
|
|
5725
|
-
cost: {
|
|
5726
|
-
input: number;
|
|
5727
|
-
output: number;
|
|
5728
|
-
cacheRead: number;
|
|
5729
|
-
cacheWrite: number;
|
|
5730
|
-
};
|
|
5731
|
-
contextWindow: number;
|
|
5732
|
-
maxTokens: number;
|
|
5733
|
-
};
|
|
5734
|
-
readonly "qwen-qwq-32b": {
|
|
5735
|
-
id: string;
|
|
5736
|
-
name: string;
|
|
5737
|
-
api: "openai-completions";
|
|
5738
|
-
provider: string;
|
|
5739
|
-
baseUrl: string;
|
|
5740
|
-
reasoning: true;
|
|
5741
|
-
input: "text"[];
|
|
5742
|
-
cost: {
|
|
5743
|
-
input: number;
|
|
5744
|
-
output: number;
|
|
5745
|
-
cacheRead: number;
|
|
5746
|
-
cacheWrite: number;
|
|
5747
|
-
};
|
|
5748
|
-
contextWindow: number;
|
|
5749
|
-
maxTokens: number;
|
|
5750
|
-
};
|
|
5751
|
-
readonly "qwen/qwen3-32b": {
|
|
5752
|
-
id: string;
|
|
5753
|
-
name: string;
|
|
5754
|
-
api: "openai-completions";
|
|
5755
|
-
provider: string;
|
|
5756
|
-
baseUrl: string;
|
|
5757
|
-
reasoning: true;
|
|
5758
|
-
thinkingLevelMap: {
|
|
5759
|
-
minimal: null;
|
|
5760
|
-
low: null;
|
|
5761
|
-
medium: null;
|
|
5762
|
-
high: string;
|
|
5763
|
-
};
|
|
5764
|
-
input: "text"[];
|
|
5765
|
-
cost: {
|
|
5766
|
-
input: number;
|
|
5767
|
-
output: number;
|
|
5768
|
-
cacheRead: number;
|
|
5769
|
-
cacheWrite: number;
|
|
5770
|
-
};
|
|
5771
|
-
contextWindow: number;
|
|
5772
|
-
maxTokens: number;
|
|
5773
|
-
};
|
|
5774
|
-
};
|
|
5775
|
-
readonly huggingface: {
|
|
5776
|
-
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5777
|
-
id: string;
|
|
5778
|
-
name: string;
|
|
5779
|
-
api: "openai-completions";
|
|
5780
|
-
provider: string;
|
|
5781
|
-
baseUrl: string;
|
|
5782
|
-
compat: {
|
|
5783
|
-
supportsDeveloperRole: false;
|
|
5784
|
-
};
|
|
5785
|
-
reasoning: true;
|
|
5786
|
-
input: "text"[];
|
|
5787
|
-
cost: {
|
|
5788
|
-
input: number;
|
|
5789
|
-
output: number;
|
|
5790
|
-
cacheRead: number;
|
|
5791
|
-
cacheWrite: number;
|
|
5792
|
-
};
|
|
5793
|
-
contextWindow: number;
|
|
5794
|
-
maxTokens: number;
|
|
5795
|
-
};
|
|
5796
|
-
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5797
|
-
id: string;
|
|
5798
|
-
name: string;
|
|
5799
|
-
api: "openai-completions";
|
|
5800
|
-
provider: string;
|
|
5801
|
-
baseUrl: string;
|
|
5802
|
-
compat: {
|
|
5803
|
-
supportsDeveloperRole: false;
|
|
5804
|
-
};
|
|
5805
|
-
reasoning: true;
|
|
5806
|
-
input: "text"[];
|
|
5807
|
-
cost: {
|
|
5808
|
-
input: number;
|
|
5809
|
-
output: number;
|
|
5810
|
-
cacheRead: number;
|
|
5811
|
-
cacheWrite: number;
|
|
5812
|
-
};
|
|
5813
|
-
contextWindow: number;
|
|
5814
|
-
maxTokens: number;
|
|
5815
|
-
};
|
|
5816
|
-
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5817
|
-
id: string;
|
|
5818
|
-
name: string;
|
|
5819
|
-
api: "openai-completions";
|
|
5820
|
-
provider: string;
|
|
5821
|
-
baseUrl: string;
|
|
5822
|
-
compat: {
|
|
5823
|
-
supportsDeveloperRole: false;
|
|
5824
|
-
};
|
|
5825
|
-
reasoning: true;
|
|
5826
|
-
input: "text"[];
|
|
5827
|
-
cost: {
|
|
5828
|
-
input: number;
|
|
5829
|
-
output: number;
|
|
5830
|
-
cacheRead: number;
|
|
5831
|
-
cacheWrite: number;
|
|
5832
|
-
};
|
|
5833
|
-
contextWindow: number;
|
|
5834
|
-
maxTokens: number;
|
|
5835
|
-
};
|
|
5836
|
-
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5837
|
-
id: string;
|
|
5838
|
-
name: string;
|
|
5839
|
-
api: "openai-completions";
|
|
5840
|
-
provider: string;
|
|
5841
|
-
baseUrl: string;
|
|
5842
|
-
compat: {
|
|
5843
|
-
supportsDeveloperRole: false;
|
|
5844
|
-
};
|
|
5845
|
-
reasoning: true;
|
|
5846
|
-
input: "text"[];
|
|
5847
|
-
cost: {
|
|
5848
|
-
input: number;
|
|
5849
|
-
output: number;
|
|
5850
|
-
cacheRead: number;
|
|
5851
|
-
cacheWrite: number;
|
|
5852
|
-
};
|
|
5853
|
-
contextWindow: number;
|
|
5854
|
-
maxTokens: number;
|
|
5855
|
-
};
|
|
5856
|
-
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5857
|
-
id: string;
|
|
5858
|
-
name: string;
|
|
5859
|
-
api: "openai-completions";
|
|
5860
|
-
provider: string;
|
|
5861
|
-
baseUrl: string;
|
|
5862
|
-
compat: {
|
|
5863
|
-
supportsDeveloperRole: false;
|
|
5864
|
-
};
|
|
5865
|
-
reasoning: false;
|
|
5866
|
-
input: "text"[];
|
|
5867
|
-
cost: {
|
|
5868
|
-
input: number;
|
|
5869
|
-
output: number;
|
|
5870
|
-
cacheRead: number;
|
|
5871
|
-
cacheWrite: number;
|
|
5872
|
-
};
|
|
5873
|
-
contextWindow: number;
|
|
5874
|
-
maxTokens: number;
|
|
5875
|
-
};
|
|
5876
|
-
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5877
|
-
id: string;
|
|
5878
|
-
name: string;
|
|
5879
|
-
api: "openai-completions";
|
|
5880
|
-
provider: string;
|
|
5881
|
-
baseUrl: string;
|
|
5882
|
-
compat: {
|
|
5883
|
-
supportsDeveloperRole: false;
|
|
5884
|
-
};
|
|
5885
|
-
reasoning: false;
|
|
5886
|
-
input: "text"[];
|
|
5887
|
-
cost: {
|
|
5888
|
-
input: number;
|
|
5889
|
-
output: number;
|
|
5890
|
-
cacheRead: number;
|
|
5891
|
-
cacheWrite: number;
|
|
5892
|
-
};
|
|
5893
|
-
contextWindow: number;
|
|
5894
|
-
maxTokens: number;
|
|
5895
|
-
};
|
|
5896
|
-
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5897
|
-
id: string;
|
|
5898
|
-
name: string;
|
|
5899
|
-
api: "openai-completions";
|
|
5900
|
-
provider: string;
|
|
5901
|
-
baseUrl: string;
|
|
5902
|
-
compat: {
|
|
5903
|
-
supportsDeveloperRole: false;
|
|
5904
|
-
};
|
|
5905
|
-
reasoning: false;
|
|
5906
|
-
input: "text"[];
|
|
5907
|
-
cost: {
|
|
5908
|
-
input: number;
|
|
5909
|
-
output: number;
|
|
5910
|
-
cacheRead: number;
|
|
5911
|
-
cacheWrite: number;
|
|
5912
|
-
};
|
|
5913
|
-
contextWindow: number;
|
|
5914
|
-
maxTokens: number;
|
|
5915
|
-
};
|
|
5916
|
-
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5917
|
-
id: string;
|
|
5918
|
-
name: string;
|
|
5919
|
-
api: "openai-completions";
|
|
5920
|
-
provider: string;
|
|
5921
|
-
baseUrl: string;
|
|
5922
|
-
compat: {
|
|
5923
|
-
supportsDeveloperRole: false;
|
|
5924
|
-
};
|
|
5925
|
-
reasoning: false;
|
|
5926
|
-
input: "text"[];
|
|
5927
|
-
cost: {
|
|
5928
|
-
input: number;
|
|
5929
|
-
output: number;
|
|
5930
|
-
cacheRead: number;
|
|
5931
|
-
cacheWrite: number;
|
|
5932
|
-
};
|
|
5933
|
-
contextWindow: number;
|
|
5934
|
-
maxTokens: number;
|
|
5935
|
-
};
|
|
5936
|
-
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5891
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5937
5892
|
id: string;
|
|
5938
5893
|
name: string;
|
|
5939
5894
|
api: "openai-completions";
|
|
@@ -6215,6 +6170,26 @@ export declare const MODELS: {
|
|
|
6215
6170
|
};
|
|
6216
6171
|
};
|
|
6217
6172
|
readonly "kimi-coding": {
|
|
6173
|
+
readonly k2p7: {
|
|
6174
|
+
id: string;
|
|
6175
|
+
name: string;
|
|
6176
|
+
api: "anthropic-messages";
|
|
6177
|
+
provider: string;
|
|
6178
|
+
baseUrl: string;
|
|
6179
|
+
headers: {
|
|
6180
|
+
"User-Agent": string;
|
|
6181
|
+
};
|
|
6182
|
+
reasoning: true;
|
|
6183
|
+
input: ("image" | "text")[];
|
|
6184
|
+
cost: {
|
|
6185
|
+
input: number;
|
|
6186
|
+
output: number;
|
|
6187
|
+
cacheRead: number;
|
|
6188
|
+
cacheWrite: number;
|
|
6189
|
+
};
|
|
6190
|
+
contextWindow: number;
|
|
6191
|
+
maxTokens: number;
|
|
6192
|
+
};
|
|
6218
6193
|
readonly "kimi-for-coding": {
|
|
6219
6194
|
id: string;
|
|
6220
6195
|
name: string;
|
|
@@ -6887,6 +6862,7 @@ export declare const MODELS: {
|
|
|
6887
6862
|
supportsReasoningEffort: false;
|
|
6888
6863
|
maxTokensField: "max_tokens";
|
|
6889
6864
|
supportsStrictMode: false;
|
|
6865
|
+
thinkingFormat: "deepseek";
|
|
6890
6866
|
};
|
|
6891
6867
|
reasoning: false;
|
|
6892
6868
|
input: "text"[];
|
|
@@ -6911,6 +6887,7 @@ export declare const MODELS: {
|
|
|
6911
6887
|
supportsReasoningEffort: false;
|
|
6912
6888
|
maxTokensField: "max_tokens";
|
|
6913
6889
|
supportsStrictMode: false;
|
|
6890
|
+
thinkingFormat: "deepseek";
|
|
6914
6891
|
};
|
|
6915
6892
|
reasoning: false;
|
|
6916
6893
|
input: "text"[];
|
|
@@ -6935,6 +6912,7 @@ export declare const MODELS: {
|
|
|
6935
6912
|
supportsReasoningEffort: false;
|
|
6936
6913
|
maxTokensField: "max_tokens";
|
|
6937
6914
|
supportsStrictMode: false;
|
|
6915
|
+
thinkingFormat: "deepseek";
|
|
6938
6916
|
};
|
|
6939
6917
|
reasoning: true;
|
|
6940
6918
|
input: "text"[];
|
|
@@ -6959,6 +6937,7 @@ export declare const MODELS: {
|
|
|
6959
6937
|
supportsReasoningEffort: false;
|
|
6960
6938
|
maxTokensField: "max_tokens";
|
|
6961
6939
|
supportsStrictMode: false;
|
|
6940
|
+
thinkingFormat: "deepseek";
|
|
6962
6941
|
};
|
|
6963
6942
|
reasoning: true;
|
|
6964
6943
|
input: "text"[];
|
|
@@ -6983,6 +6962,7 @@ export declare const MODELS: {
|
|
|
6983
6962
|
supportsReasoningEffort: false;
|
|
6984
6963
|
maxTokensField: "max_tokens";
|
|
6985
6964
|
supportsStrictMode: false;
|
|
6965
|
+
thinkingFormat: "deepseek";
|
|
6986
6966
|
};
|
|
6987
6967
|
reasoning: false;
|
|
6988
6968
|
input: "text"[];
|
|
@@ -7007,6 +6987,7 @@ export declare const MODELS: {
|
|
|
7007
6987
|
supportsReasoningEffort: false;
|
|
7008
6988
|
maxTokensField: "max_tokens";
|
|
7009
6989
|
supportsStrictMode: false;
|
|
6990
|
+
thinkingFormat: "deepseek";
|
|
7010
6991
|
};
|
|
7011
6992
|
reasoning: true;
|
|
7012
6993
|
input: ("image" | "text")[];
|
|
@@ -7031,6 +7012,32 @@ export declare const MODELS: {
|
|
|
7031
7012
|
supportsReasoningEffort: false;
|
|
7032
7013
|
maxTokensField: "max_tokens";
|
|
7033
7014
|
supportsStrictMode: false;
|
|
7015
|
+
thinkingFormat: "deepseek";
|
|
7016
|
+
};
|
|
7017
|
+
reasoning: true;
|
|
7018
|
+
input: ("image" | "text")[];
|
|
7019
|
+
cost: {
|
|
7020
|
+
input: number;
|
|
7021
|
+
output: number;
|
|
7022
|
+
cacheRead: number;
|
|
7023
|
+
cacheWrite: number;
|
|
7024
|
+
};
|
|
7025
|
+
contextWindow: number;
|
|
7026
|
+
maxTokens: number;
|
|
7027
|
+
};
|
|
7028
|
+
readonly "kimi-k2.7-code": {
|
|
7029
|
+
id: string;
|
|
7030
|
+
name: string;
|
|
7031
|
+
api: "openai-completions";
|
|
7032
|
+
provider: string;
|
|
7033
|
+
baseUrl: string;
|
|
7034
|
+
compat: {
|
|
7035
|
+
supportsStore: false;
|
|
7036
|
+
supportsDeveloperRole: false;
|
|
7037
|
+
supportsReasoningEffort: false;
|
|
7038
|
+
maxTokensField: "max_tokens";
|
|
7039
|
+
supportsStrictMode: false;
|
|
7040
|
+
thinkingFormat: "deepseek";
|
|
7034
7041
|
};
|
|
7035
7042
|
reasoning: true;
|
|
7036
7043
|
input: ("image" | "text")[];
|
|
@@ -7057,6 +7064,7 @@ export declare const MODELS: {
|
|
|
7057
7064
|
supportsReasoningEffort: false;
|
|
7058
7065
|
maxTokensField: "max_tokens";
|
|
7059
7066
|
supportsStrictMode: false;
|
|
7067
|
+
thinkingFormat: "deepseek";
|
|
7060
7068
|
};
|
|
7061
7069
|
reasoning: false;
|
|
7062
7070
|
input: "text"[];
|
|
@@ -7081,6 +7089,7 @@ export declare const MODELS: {
|
|
|
7081
7089
|
supportsReasoningEffort: false;
|
|
7082
7090
|
maxTokensField: "max_tokens";
|
|
7083
7091
|
supportsStrictMode: false;
|
|
7092
|
+
thinkingFormat: "deepseek";
|
|
7084
7093
|
};
|
|
7085
7094
|
reasoning: false;
|
|
7086
7095
|
input: "text"[];
|
|
@@ -7105,6 +7114,7 @@ export declare const MODELS: {
|
|
|
7105
7114
|
supportsReasoningEffort: false;
|
|
7106
7115
|
maxTokensField: "max_tokens";
|
|
7107
7116
|
supportsStrictMode: false;
|
|
7117
|
+
thinkingFormat: "deepseek";
|
|
7108
7118
|
};
|
|
7109
7119
|
reasoning: true;
|
|
7110
7120
|
input: "text"[];
|
|
@@ -7129,6 +7139,7 @@ export declare const MODELS: {
|
|
|
7129
7139
|
supportsReasoningEffort: false;
|
|
7130
7140
|
maxTokensField: "max_tokens";
|
|
7131
7141
|
supportsStrictMode: false;
|
|
7142
|
+
thinkingFormat: "deepseek";
|
|
7132
7143
|
};
|
|
7133
7144
|
reasoning: true;
|
|
7134
7145
|
input: "text"[];
|
|
@@ -7153,6 +7164,7 @@ export declare const MODELS: {
|
|
|
7153
7164
|
supportsReasoningEffort: false;
|
|
7154
7165
|
maxTokensField: "max_tokens";
|
|
7155
7166
|
supportsStrictMode: false;
|
|
7167
|
+
thinkingFormat: "deepseek";
|
|
7156
7168
|
};
|
|
7157
7169
|
reasoning: false;
|
|
7158
7170
|
input: "text"[];
|
|
@@ -7177,6 +7189,7 @@ export declare const MODELS: {
|
|
|
7177
7189
|
supportsReasoningEffort: false;
|
|
7178
7190
|
maxTokensField: "max_tokens";
|
|
7179
7191
|
supportsStrictMode: false;
|
|
7192
|
+
thinkingFormat: "deepseek";
|
|
7180
7193
|
};
|
|
7181
7194
|
reasoning: true;
|
|
7182
7195
|
input: ("image" | "text")[];
|
|
@@ -7201,6 +7214,7 @@ export declare const MODELS: {
|
|
|
7201
7214
|
supportsReasoningEffort: false;
|
|
7202
7215
|
maxTokensField: "max_tokens";
|
|
7203
7216
|
supportsStrictMode: false;
|
|
7217
|
+
thinkingFormat: "deepseek";
|
|
7204
7218
|
};
|
|
7205
7219
|
reasoning: true;
|
|
7206
7220
|
input: ("image" | "text")[];
|
|
@@ -7384,34 +7398,6 @@ export declare const MODELS: {
|
|
|
7384
7398
|
maxTokens: number;
|
|
7385
7399
|
};
|
|
7386
7400
|
readonly "mistralai/mistral-small-4-119b-2603": {
|
|
7387
|
-
id: string;
|
|
7388
|
-
name: string;
|
|
7389
|
-
api: "openai-completions";
|
|
7390
|
-
provider: string;
|
|
7391
|
-
baseUrl: string;
|
|
7392
|
-
headers: {
|
|
7393
|
-
"NVCF-POLL-SECONDS": string;
|
|
7394
|
-
};
|
|
7395
|
-
compat: {
|
|
7396
|
-
supportsStore: false;
|
|
7397
|
-
supportsDeveloperRole: false;
|
|
7398
|
-
supportsReasoningEffort: false;
|
|
7399
|
-
maxTokensField: "max_tokens";
|
|
7400
|
-
supportsStrictMode: false;
|
|
7401
|
-
supportsLongCacheRetention: false;
|
|
7402
|
-
};
|
|
7403
|
-
reasoning: false;
|
|
7404
|
-
input: "text"[];
|
|
7405
|
-
cost: {
|
|
7406
|
-
input: number;
|
|
7407
|
-
output: number;
|
|
7408
|
-
cacheRead: number;
|
|
7409
|
-
cacheWrite: number;
|
|
7410
|
-
};
|
|
7411
|
-
contextWindow: number;
|
|
7412
|
-
maxTokens: number;
|
|
7413
|
-
};
|
|
7414
|
-
readonly "moonshotai/kimi-k2.6": {
|
|
7415
7401
|
id: string;
|
|
7416
7402
|
name: string;
|
|
7417
7403
|
api: "openai-completions";
|
|
@@ -7429,35 +7415,7 @@ export declare const MODELS: {
|
|
|
7429
7415
|
supportsLongCacheRetention: false;
|
|
7430
7416
|
};
|
|
7431
7417
|
reasoning: true;
|
|
7432
|
-
input: ("image" | "text")[];
|
|
7433
|
-
cost: {
|
|
7434
|
-
input: number;
|
|
7435
|
-
output: number;
|
|
7436
|
-
cacheRead: number;
|
|
7437
|
-
cacheWrite: number;
|
|
7438
|
-
};
|
|
7439
|
-
contextWindow: number;
|
|
7440
|
-
maxTokens: number;
|
|
7441
|
-
};
|
|
7442
|
-
readonly "nvidia/llama-3.3-nemotron-super-49b-v1": {
|
|
7443
|
-
id: string;
|
|
7444
|
-
name: string;
|
|
7445
|
-
api: "openai-completions";
|
|
7446
|
-
provider: string;
|
|
7447
|
-
baseUrl: string;
|
|
7448
|
-
headers: {
|
|
7449
|
-
"NVCF-POLL-SECONDS": string;
|
|
7450
|
-
};
|
|
7451
|
-
compat: {
|
|
7452
|
-
supportsStore: false;
|
|
7453
|
-
supportsDeveloperRole: false;
|
|
7454
|
-
supportsReasoningEffort: false;
|
|
7455
|
-
maxTokensField: "max_tokens";
|
|
7456
|
-
supportsStrictMode: false;
|
|
7457
|
-
supportsLongCacheRetention: false;
|
|
7458
|
-
};
|
|
7459
|
-
reasoning: true;
|
|
7460
|
-
input: "text"[];
|
|
7418
|
+
input: ("image" | "text")[];
|
|
7461
7419
|
cost: {
|
|
7462
7420
|
input: number;
|
|
7463
7421
|
output: number;
|
|
@@ -7467,7 +7425,7 @@ export declare const MODELS: {
|
|
|
7467
7425
|
contextWindow: number;
|
|
7468
7426
|
maxTokens: number;
|
|
7469
7427
|
};
|
|
7470
|
-
readonly "
|
|
7428
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
7471
7429
|
id: string;
|
|
7472
7430
|
name: string;
|
|
7473
7431
|
api: "openai-completions";
|
|
@@ -7485,7 +7443,7 @@ export declare const MODELS: {
|
|
|
7485
7443
|
supportsLongCacheRetention: false;
|
|
7486
7444
|
};
|
|
7487
7445
|
reasoning: true;
|
|
7488
|
-
input: "text"[];
|
|
7446
|
+
input: ("image" | "text")[];
|
|
7489
7447
|
cost: {
|
|
7490
7448
|
input: number;
|
|
7491
7449
|
output: number;
|
|
@@ -7635,7 +7593,7 @@ export declare const MODELS: {
|
|
|
7635
7593
|
contextWindow: number;
|
|
7636
7594
|
maxTokens: number;
|
|
7637
7595
|
};
|
|
7638
|
-
readonly "openai/gpt-oss-
|
|
7596
|
+
readonly "openai/gpt-oss-120b": {
|
|
7639
7597
|
id: string;
|
|
7640
7598
|
name: string;
|
|
7641
7599
|
api: "openai-completions";
|
|
@@ -7663,7 +7621,7 @@ export declare const MODELS: {
|
|
|
7663
7621
|
contextWindow: number;
|
|
7664
7622
|
maxTokens: number;
|
|
7665
7623
|
};
|
|
7666
|
-
readonly "
|
|
7624
|
+
readonly "openai/gpt-oss-20b": {
|
|
7667
7625
|
id: string;
|
|
7668
7626
|
name: string;
|
|
7669
7627
|
api: "openai-completions";
|
|
@@ -7680,7 +7638,7 @@ export declare const MODELS: {
|
|
|
7680
7638
|
supportsStrictMode: false;
|
|
7681
7639
|
supportsLongCacheRetention: false;
|
|
7682
7640
|
};
|
|
7683
|
-
reasoning:
|
|
7641
|
+
reasoning: true;
|
|
7684
7642
|
input: "text"[];
|
|
7685
7643
|
cost: {
|
|
7686
7644
|
input: number;
|
|
@@ -8701,6 +8659,9 @@ export declare const MODELS: {
|
|
|
8701
8659
|
api: "openai-completions";
|
|
8702
8660
|
provider: string;
|
|
8703
8661
|
baseUrl: string;
|
|
8662
|
+
compat: {
|
|
8663
|
+
maxTokensField: "max_tokens";
|
|
8664
|
+
};
|
|
8704
8665
|
reasoning: true;
|
|
8705
8666
|
input: "text"[];
|
|
8706
8667
|
cost: {
|
|
@@ -8712,6 +8673,30 @@ export declare const MODELS: {
|
|
|
8712
8673
|
contextWindow: number;
|
|
8713
8674
|
maxTokens: number;
|
|
8714
8675
|
};
|
|
8676
|
+
readonly "claude-fable-5": {
|
|
8677
|
+
id: string;
|
|
8678
|
+
name: string;
|
|
8679
|
+
api: "anthropic-messages";
|
|
8680
|
+
provider: string;
|
|
8681
|
+
baseUrl: string;
|
|
8682
|
+
compat: {
|
|
8683
|
+
forceAdaptiveThinking: true;
|
|
8684
|
+
};
|
|
8685
|
+
reasoning: true;
|
|
8686
|
+
thinkingLevelMap: {
|
|
8687
|
+
off: null;
|
|
8688
|
+
xhigh: string;
|
|
8689
|
+
};
|
|
8690
|
+
input: ("image" | "text")[];
|
|
8691
|
+
cost: {
|
|
8692
|
+
input: number;
|
|
8693
|
+
output: number;
|
|
8694
|
+
cacheRead: number;
|
|
8695
|
+
cacheWrite: number;
|
|
8696
|
+
};
|
|
8697
|
+
contextWindow: number;
|
|
8698
|
+
maxTokens: number;
|
|
8699
|
+
};
|
|
8715
8700
|
readonly "claude-haiku-4-5": {
|
|
8716
8701
|
id: string;
|
|
8717
8702
|
name: string;
|
|
@@ -8895,6 +8880,7 @@ export declare const MODELS: {
|
|
|
8895
8880
|
provider: string;
|
|
8896
8881
|
baseUrl: string;
|
|
8897
8882
|
compat: {
|
|
8883
|
+
maxTokensField: "max_tokens";
|
|
8898
8884
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8899
8885
|
thinkingFormat: "deepseek";
|
|
8900
8886
|
};
|
|
@@ -8923,6 +8909,36 @@ export declare const MODELS: {
|
|
|
8923
8909
|
provider: string;
|
|
8924
8910
|
baseUrl: string;
|
|
8925
8911
|
compat: {
|
|
8912
|
+
maxTokensField: "max_tokens";
|
|
8913
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8914
|
+
thinkingFormat: "deepseek";
|
|
8915
|
+
};
|
|
8916
|
+
reasoning: true;
|
|
8917
|
+
thinkingLevelMap: {
|
|
8918
|
+
minimal: null;
|
|
8919
|
+
low: null;
|
|
8920
|
+
medium: null;
|
|
8921
|
+
high: string;
|
|
8922
|
+
xhigh: string;
|
|
8923
|
+
};
|
|
8924
|
+
input: "text"[];
|
|
8925
|
+
cost: {
|
|
8926
|
+
input: number;
|
|
8927
|
+
output: number;
|
|
8928
|
+
cacheRead: number;
|
|
8929
|
+
cacheWrite: number;
|
|
8930
|
+
};
|
|
8931
|
+
contextWindow: number;
|
|
8932
|
+
maxTokens: number;
|
|
8933
|
+
};
|
|
8934
|
+
readonly "deepseek-v4-pro": {
|
|
8935
|
+
id: string;
|
|
8936
|
+
name: string;
|
|
8937
|
+
api: "openai-completions";
|
|
8938
|
+
provider: string;
|
|
8939
|
+
baseUrl: string;
|
|
8940
|
+
compat: {
|
|
8941
|
+
maxTokensField: "max_tokens";
|
|
8926
8942
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8927
8943
|
thinkingFormat: "deepseek";
|
|
8928
8944
|
};
|
|
@@ -9014,6 +9030,9 @@ export declare const MODELS: {
|
|
|
9014
9030
|
api: "openai-completions";
|
|
9015
9031
|
provider: string;
|
|
9016
9032
|
baseUrl: string;
|
|
9033
|
+
compat: {
|
|
9034
|
+
maxTokensField: "max_tokens";
|
|
9035
|
+
};
|
|
9017
9036
|
reasoning: true;
|
|
9018
9037
|
input: "text"[];
|
|
9019
9038
|
cost: {
|
|
@@ -9031,6 +9050,9 @@ export declare const MODELS: {
|
|
|
9031
9050
|
api: "openai-completions";
|
|
9032
9051
|
provider: string;
|
|
9033
9052
|
baseUrl: string;
|
|
9053
|
+
compat: {
|
|
9054
|
+
maxTokensField: "max_tokens";
|
|
9055
|
+
};
|
|
9034
9056
|
reasoning: true;
|
|
9035
9057
|
input: "text"[];
|
|
9036
9058
|
cost: {
|
|
@@ -9381,6 +9403,7 @@ export declare const MODELS: {
|
|
|
9381
9403
|
baseUrl: string;
|
|
9382
9404
|
compat: {
|
|
9383
9405
|
supportsReasoningEffort: false;
|
|
9406
|
+
maxTokensField: "max_tokens";
|
|
9384
9407
|
};
|
|
9385
9408
|
reasoning: true;
|
|
9386
9409
|
thinkingLevelMap: {
|
|
@@ -9405,6 +9428,9 @@ export declare const MODELS: {
|
|
|
9405
9428
|
api: "openai-completions";
|
|
9406
9429
|
provider: string;
|
|
9407
9430
|
baseUrl: string;
|
|
9431
|
+
compat: {
|
|
9432
|
+
maxTokensField: "max_tokens";
|
|
9433
|
+
};
|
|
9408
9434
|
reasoning: true;
|
|
9409
9435
|
input: ("image" | "text")[];
|
|
9410
9436
|
cost: {
|
|
@@ -9425,6 +9451,7 @@ export declare const MODELS: {
|
|
|
9425
9451
|
compat: {
|
|
9426
9452
|
thinkingFormat: "deepseek";
|
|
9427
9453
|
supportsReasoningEffort: false;
|
|
9454
|
+
maxTokensField: "max_tokens";
|
|
9428
9455
|
};
|
|
9429
9456
|
reasoning: true;
|
|
9430
9457
|
input: ("image" | "text")[];
|
|
@@ -9443,6 +9470,9 @@ export declare const MODELS: {
|
|
|
9443
9470
|
api: "openai-completions";
|
|
9444
9471
|
provider: string;
|
|
9445
9472
|
baseUrl: string;
|
|
9473
|
+
compat: {
|
|
9474
|
+
maxTokensField: "max_tokens";
|
|
9475
|
+
};
|
|
9446
9476
|
reasoning: true;
|
|
9447
9477
|
input: ("image" | "text")[];
|
|
9448
9478
|
cost: {
|
|
@@ -9460,6 +9490,9 @@ export declare const MODELS: {
|
|
|
9460
9490
|
api: "openai-completions";
|
|
9461
9491
|
provider: string;
|
|
9462
9492
|
baseUrl: string;
|
|
9493
|
+
compat: {
|
|
9494
|
+
maxTokensField: "max_tokens";
|
|
9495
|
+
};
|
|
9463
9496
|
reasoning: true;
|
|
9464
9497
|
input: "text"[];
|
|
9465
9498
|
cost: {
|
|
@@ -9477,6 +9510,9 @@ export declare const MODELS: {
|
|
|
9477
9510
|
api: "openai-completions";
|
|
9478
9511
|
provider: string;
|
|
9479
9512
|
baseUrl: string;
|
|
9513
|
+
compat: {
|
|
9514
|
+
maxTokensField: "max_tokens";
|
|
9515
|
+
};
|
|
9480
9516
|
reasoning: true;
|
|
9481
9517
|
input: "text"[];
|
|
9482
9518
|
cost: {
|
|
@@ -9494,6 +9530,29 @@ export declare const MODELS: {
|
|
|
9494
9530
|
api: "openai-completions";
|
|
9495
9531
|
provider: string;
|
|
9496
9532
|
baseUrl: string;
|
|
9533
|
+
compat: {
|
|
9534
|
+
maxTokensField: "max_tokens";
|
|
9535
|
+
};
|
|
9536
|
+
reasoning: true;
|
|
9537
|
+
input: "text"[];
|
|
9538
|
+
cost: {
|
|
9539
|
+
input: number;
|
|
9540
|
+
output: number;
|
|
9541
|
+
cacheRead: number;
|
|
9542
|
+
cacheWrite: number;
|
|
9543
|
+
};
|
|
9544
|
+
contextWindow: number;
|
|
9545
|
+
maxTokens: number;
|
|
9546
|
+
};
|
|
9547
|
+
readonly "north-mini-code-free": {
|
|
9548
|
+
id: string;
|
|
9549
|
+
name: string;
|
|
9550
|
+
api: "openai-completions";
|
|
9551
|
+
provider: string;
|
|
9552
|
+
baseUrl: string;
|
|
9553
|
+
compat: {
|
|
9554
|
+
maxTokensField: "max_tokens";
|
|
9555
|
+
};
|
|
9497
9556
|
reasoning: true;
|
|
9498
9557
|
input: "text"[];
|
|
9499
9558
|
cost: {
|
|
@@ -9548,6 +9607,7 @@ export declare const MODELS: {
|
|
|
9548
9607
|
provider: string;
|
|
9549
9608
|
baseUrl: string;
|
|
9550
9609
|
compat: {
|
|
9610
|
+
maxTokensField: "max_tokens";
|
|
9551
9611
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9552
9612
|
thinkingFormat: "deepseek";
|
|
9553
9613
|
};
|
|
@@ -9576,6 +9636,7 @@ export declare const MODELS: {
|
|
|
9576
9636
|
provider: string;
|
|
9577
9637
|
baseUrl: string;
|
|
9578
9638
|
compat: {
|
|
9639
|
+
maxTokensField: "max_tokens";
|
|
9579
9640
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9580
9641
|
thinkingFormat: "deepseek";
|
|
9581
9642
|
};
|
|
@@ -9603,6 +9664,9 @@ export declare const MODELS: {
|
|
|
9603
9664
|
api: "openai-completions";
|
|
9604
9665
|
provider: string;
|
|
9605
9666
|
baseUrl: string;
|
|
9667
|
+
compat: {
|
|
9668
|
+
maxTokensField: "max_tokens";
|
|
9669
|
+
};
|
|
9606
9670
|
reasoning: true;
|
|
9607
9671
|
input: "text"[];
|
|
9608
9672
|
cost: {
|
|
@@ -9620,25 +9684,11 @@ export declare const MODELS: {
|
|
|
9620
9684
|
api: "openai-completions";
|
|
9621
9685
|
provider: string;
|
|
9622
9686
|
baseUrl: string;
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
cost: {
|
|
9626
|
-
input: number;
|
|
9627
|
-
output: number;
|
|
9628
|
-
cacheRead: number;
|
|
9629
|
-
cacheWrite: number;
|
|
9687
|
+
compat: {
|
|
9688
|
+
maxTokensField: "max_tokens";
|
|
9630
9689
|
};
|
|
9631
|
-
contextWindow: number;
|
|
9632
|
-
maxTokens: number;
|
|
9633
|
-
};
|
|
9634
|
-
readonly "kimi-k2.5": {
|
|
9635
|
-
id: string;
|
|
9636
|
-
name: string;
|
|
9637
|
-
api: "openai-completions";
|
|
9638
|
-
provider: string;
|
|
9639
|
-
baseUrl: string;
|
|
9640
9690
|
reasoning: true;
|
|
9641
|
-
input:
|
|
9691
|
+
input: "text"[];
|
|
9642
9692
|
cost: {
|
|
9643
9693
|
input: number;
|
|
9644
9694
|
output: number;
|
|
@@ -9657,6 +9707,7 @@ export declare const MODELS: {
|
|
|
9657
9707
|
compat: {
|
|
9658
9708
|
thinkingFormat: "deepseek";
|
|
9659
9709
|
supportsReasoningEffort: false;
|
|
9710
|
+
maxTokensField: "max_tokens";
|
|
9660
9711
|
};
|
|
9661
9712
|
reasoning: true;
|
|
9662
9713
|
thinkingLevelMap: {
|
|
@@ -9674,12 +9725,15 @@ export declare const MODELS: {
|
|
|
9674
9725
|
contextWindow: number;
|
|
9675
9726
|
maxTokens: number;
|
|
9676
9727
|
};
|
|
9677
|
-
readonly "
|
|
9728
|
+
readonly "kimi-k2.7-code": {
|
|
9678
9729
|
id: string;
|
|
9679
9730
|
name: string;
|
|
9680
9731
|
api: "openai-completions";
|
|
9681
9732
|
provider: string;
|
|
9682
9733
|
baseUrl: string;
|
|
9734
|
+
compat: {
|
|
9735
|
+
maxTokensField: "max_tokens";
|
|
9736
|
+
};
|
|
9683
9737
|
reasoning: true;
|
|
9684
9738
|
input: ("image" | "text")[];
|
|
9685
9739
|
cost: {
|
|
@@ -9691,14 +9745,17 @@ export declare const MODELS: {
|
|
|
9691
9745
|
contextWindow: number;
|
|
9692
9746
|
maxTokens: number;
|
|
9693
9747
|
};
|
|
9694
|
-
readonly "mimo-v2.5
|
|
9748
|
+
readonly "mimo-v2.5": {
|
|
9695
9749
|
id: string;
|
|
9696
9750
|
name: string;
|
|
9697
9751
|
api: "openai-completions";
|
|
9698
9752
|
provider: string;
|
|
9699
9753
|
baseUrl: string;
|
|
9754
|
+
compat: {
|
|
9755
|
+
maxTokensField: "max_tokens";
|
|
9756
|
+
};
|
|
9700
9757
|
reasoning: true;
|
|
9701
|
-
input: "text"[];
|
|
9758
|
+
input: ("image" | "text")[];
|
|
9702
9759
|
cost: {
|
|
9703
9760
|
input: number;
|
|
9704
9761
|
output: number;
|
|
@@ -9708,12 +9765,15 @@ export declare const MODELS: {
|
|
|
9708
9765
|
contextWindow: number;
|
|
9709
9766
|
maxTokens: number;
|
|
9710
9767
|
};
|
|
9711
|
-
readonly "
|
|
9768
|
+
readonly "mimo-v2.5-pro": {
|
|
9712
9769
|
id: string;
|
|
9713
9770
|
name: string;
|
|
9714
|
-
api: "
|
|
9771
|
+
api: "openai-completions";
|
|
9715
9772
|
provider: string;
|
|
9716
9773
|
baseUrl: string;
|
|
9774
|
+
compat: {
|
|
9775
|
+
maxTokensField: "max_tokens";
|
|
9776
|
+
};
|
|
9717
9777
|
reasoning: true;
|
|
9718
9778
|
input: "text"[];
|
|
9719
9779
|
cost: {
|
|
@@ -9731,6 +9791,9 @@ export declare const MODELS: {
|
|
|
9731
9791
|
api: "openai-completions";
|
|
9732
9792
|
provider: string;
|
|
9733
9793
|
baseUrl: string;
|
|
9794
|
+
compat: {
|
|
9795
|
+
maxTokensField: "max_tokens";
|
|
9796
|
+
};
|
|
9734
9797
|
reasoning: true;
|
|
9735
9798
|
input: "text"[];
|
|
9736
9799
|
cost: {
|
|
@@ -9767,6 +9830,7 @@ export declare const MODELS: {
|
|
|
9767
9830
|
baseUrl: string;
|
|
9768
9831
|
compat: {
|
|
9769
9832
|
thinkingFormat: "qwen";
|
|
9833
|
+
maxTokensField: "max_tokens";
|
|
9770
9834
|
};
|
|
9771
9835
|
reasoning: true;
|
|
9772
9836
|
input: ("image" | "text")[];
|
|
@@ -9951,6 +10015,23 @@ export declare const MODELS: {
|
|
|
9951
10015
|
contextWindow: number;
|
|
9952
10016
|
maxTokens: number;
|
|
9953
10017
|
};
|
|
10018
|
+
readonly "anthropic/claude-fable-5": {
|
|
10019
|
+
id: string;
|
|
10020
|
+
name: string;
|
|
10021
|
+
api: "openai-completions";
|
|
10022
|
+
provider: string;
|
|
10023
|
+
baseUrl: string;
|
|
10024
|
+
reasoning: true;
|
|
10025
|
+
input: ("image" | "text")[];
|
|
10026
|
+
cost: {
|
|
10027
|
+
input: number;
|
|
10028
|
+
output: number;
|
|
10029
|
+
cacheRead: number;
|
|
10030
|
+
cacheWrite: number;
|
|
10031
|
+
};
|
|
10032
|
+
contextWindow: number;
|
|
10033
|
+
maxTokens: number;
|
|
10034
|
+
};
|
|
9954
10035
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9955
10036
|
id: string;
|
|
9956
10037
|
name: string;
|
|
@@ -11560,16 +11641,12 @@ export declare const MODELS: {
|
|
|
11560
11641
|
contextWindow: number;
|
|
11561
11642
|
maxTokens: number;
|
|
11562
11643
|
};
|
|
11563
|
-
readonly "moonshotai/kimi-k2.
|
|
11644
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
11564
11645
|
id: string;
|
|
11565
11646
|
name: string;
|
|
11566
11647
|
api: "openai-completions";
|
|
11567
11648
|
provider: string;
|
|
11568
11649
|
baseUrl: string;
|
|
11569
|
-
compat: {
|
|
11570
|
-
supportsDeveloperRole: false;
|
|
11571
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
11572
|
-
};
|
|
11573
11650
|
reasoning: true;
|
|
11574
11651
|
input: ("image" | "text")[];
|
|
11575
11652
|
cost: {
|
|
@@ -11581,14 +11658,14 @@ export declare const MODELS: {
|
|
|
11581
11658
|
contextWindow: number;
|
|
11582
11659
|
maxTokens: number;
|
|
11583
11660
|
};
|
|
11584
|
-
readonly "
|
|
11661
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
11585
11662
|
id: string;
|
|
11586
11663
|
name: string;
|
|
11587
11664
|
api: "openai-completions";
|
|
11588
11665
|
provider: string;
|
|
11589
11666
|
baseUrl: string;
|
|
11590
11667
|
reasoning: true;
|
|
11591
|
-
input: "text"[];
|
|
11668
|
+
input: ("image" | "text")[];
|
|
11592
11669
|
cost: {
|
|
11593
11670
|
input: number;
|
|
11594
11671
|
output: number;
|
|
@@ -11598,7 +11675,7 @@ export declare const MODELS: {
|
|
|
11598
11675
|
contextWindow: number;
|
|
11599
11676
|
maxTokens: number;
|
|
11600
11677
|
};
|
|
11601
|
-
readonly "nvidia/
|
|
11678
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
11602
11679
|
id: string;
|
|
11603
11680
|
name: string;
|
|
11604
11681
|
api: "openai-completions";
|
|
@@ -11615,7 +11692,7 @@ export declare const MODELS: {
|
|
|
11615
11692
|
contextWindow: number;
|
|
11616
11693
|
maxTokens: number;
|
|
11617
11694
|
};
|
|
11618
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b
|
|
11695
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
11619
11696
|
id: string;
|
|
11620
11697
|
name: string;
|
|
11621
11698
|
api: "openai-completions";
|
|
@@ -11632,14 +11709,14 @@ export declare const MODELS: {
|
|
|
11632
11709
|
contextWindow: number;
|
|
11633
11710
|
maxTokens: number;
|
|
11634
11711
|
};
|
|
11635
|
-
readonly "nvidia/nemotron-3-nano-
|
|
11712
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
11636
11713
|
id: string;
|
|
11637
11714
|
name: string;
|
|
11638
11715
|
api: "openai-completions";
|
|
11639
11716
|
provider: string;
|
|
11640
11717
|
baseUrl: string;
|
|
11641
11718
|
reasoning: true;
|
|
11642
|
-
input:
|
|
11719
|
+
input: "text"[];
|
|
11643
11720
|
cost: {
|
|
11644
11721
|
input: number;
|
|
11645
11722
|
output: number;
|
|
@@ -11649,14 +11726,14 @@ export declare const MODELS: {
|
|
|
11649
11726
|
contextWindow: number;
|
|
11650
11727
|
maxTokens: number;
|
|
11651
11728
|
};
|
|
11652
|
-
readonly "nvidia/nemotron-3-
|
|
11729
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
11653
11730
|
id: string;
|
|
11654
11731
|
name: string;
|
|
11655
11732
|
api: "openai-completions";
|
|
11656
11733
|
provider: string;
|
|
11657
11734
|
baseUrl: string;
|
|
11658
11735
|
reasoning: true;
|
|
11659
|
-
input: "text"[];
|
|
11736
|
+
input: ("image" | "text")[];
|
|
11660
11737
|
cost: {
|
|
11661
11738
|
input: number;
|
|
11662
11739
|
output: number;
|
|
@@ -11666,7 +11743,7 @@ export declare const MODELS: {
|
|
|
11666
11743
|
contextWindow: number;
|
|
11667
11744
|
maxTokens: number;
|
|
11668
11745
|
};
|
|
11669
|
-
readonly "nvidia/nemotron-3-super-120b-a12b
|
|
11746
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
11670
11747
|
id: string;
|
|
11671
11748
|
name: string;
|
|
11672
11749
|
api: "openai-completions";
|
|
@@ -11683,7 +11760,7 @@ export declare const MODELS: {
|
|
|
11683
11760
|
contextWindow: number;
|
|
11684
11761
|
maxTokens: number;
|
|
11685
11762
|
};
|
|
11686
|
-
readonly "nvidia/nemotron-3-
|
|
11763
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
11687
11764
|
id: string;
|
|
11688
11765
|
name: string;
|
|
11689
11766
|
api: "openai-completions";
|
|
@@ -11700,7 +11777,7 @@ export declare const MODELS: {
|
|
|
11700
11777
|
contextWindow: number;
|
|
11701
11778
|
maxTokens: number;
|
|
11702
11779
|
};
|
|
11703
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b
|
|
11780
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
11704
11781
|
id: string;
|
|
11705
11782
|
name: string;
|
|
11706
11783
|
api: "openai-completions";
|
|
@@ -11717,14 +11794,14 @@ export declare const MODELS: {
|
|
|
11717
11794
|
contextWindow: number;
|
|
11718
11795
|
maxTokens: number;
|
|
11719
11796
|
};
|
|
11720
|
-
readonly "nvidia/nemotron-
|
|
11797
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11721
11798
|
id: string;
|
|
11722
11799
|
name: string;
|
|
11723
11800
|
api: "openai-completions";
|
|
11724
11801
|
provider: string;
|
|
11725
11802
|
baseUrl: string;
|
|
11726
11803
|
reasoning: true;
|
|
11727
|
-
input:
|
|
11804
|
+
input: "text"[];
|
|
11728
11805
|
cost: {
|
|
11729
11806
|
input: number;
|
|
11730
11807
|
output: number;
|
|
@@ -11734,14 +11811,14 @@ export declare const MODELS: {
|
|
|
11734
11811
|
contextWindow: number;
|
|
11735
11812
|
maxTokens: number;
|
|
11736
11813
|
};
|
|
11737
|
-
readonly "nvidia/nemotron-nano-
|
|
11814
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11738
11815
|
id: string;
|
|
11739
11816
|
name: string;
|
|
11740
11817
|
api: "openai-completions";
|
|
11741
11818
|
provider: string;
|
|
11742
11819
|
baseUrl: string;
|
|
11743
11820
|
reasoning: true;
|
|
11744
|
-
input: "text"[];
|
|
11821
|
+
input: ("image" | "text")[];
|
|
11745
11822
|
cost: {
|
|
11746
11823
|
input: number;
|
|
11747
11824
|
output: number;
|
|
@@ -13864,23 +13941,6 @@ export declare const MODELS: {
|
|
|
13864
13941
|
contextWindow: number;
|
|
13865
13942
|
maxTokens: number;
|
|
13866
13943
|
};
|
|
13867
|
-
readonly "z-ai/glm-4-32b": {
|
|
13868
|
-
id: string;
|
|
13869
|
-
name: string;
|
|
13870
|
-
api: "openai-completions";
|
|
13871
|
-
provider: string;
|
|
13872
|
-
baseUrl: string;
|
|
13873
|
-
reasoning: false;
|
|
13874
|
-
input: "text"[];
|
|
13875
|
-
cost: {
|
|
13876
|
-
input: number;
|
|
13877
|
-
output: number;
|
|
13878
|
-
cacheRead: number;
|
|
13879
|
-
cacheWrite: number;
|
|
13880
|
-
};
|
|
13881
|
-
contextWindow: number;
|
|
13882
|
-
maxTokens: number;
|
|
13883
|
-
};
|
|
13884
13944
|
readonly "z-ai/glm-4.5": {
|
|
13885
13945
|
id: string;
|
|
13886
13946
|
name: string;
|
|
@@ -13915,23 +13975,6 @@ export declare const MODELS: {
|
|
|
13915
13975
|
contextWindow: number;
|
|
13916
13976
|
maxTokens: number;
|
|
13917
13977
|
};
|
|
13918
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
13919
|
-
id: string;
|
|
13920
|
-
name: string;
|
|
13921
|
-
api: "openai-completions";
|
|
13922
|
-
provider: string;
|
|
13923
|
-
baseUrl: string;
|
|
13924
|
-
reasoning: true;
|
|
13925
|
-
input: "text"[];
|
|
13926
|
-
cost: {
|
|
13927
|
-
input: number;
|
|
13928
|
-
output: number;
|
|
13929
|
-
cacheRead: number;
|
|
13930
|
-
cacheWrite: number;
|
|
13931
|
-
};
|
|
13932
|
-
contextWindow: number;
|
|
13933
|
-
maxTokens: number;
|
|
13934
|
-
};
|
|
13935
13978
|
readonly "z-ai/glm-4.5v": {
|
|
13936
13979
|
id: string;
|
|
13937
13980
|
name: string;
|
|
@@ -14068,7 +14111,7 @@ export declare const MODELS: {
|
|
|
14068
14111
|
contextWindow: number;
|
|
14069
14112
|
maxTokens: number;
|
|
14070
14113
|
};
|
|
14071
|
-
readonly "
|
|
14114
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
14072
14115
|
id: string;
|
|
14073
14116
|
name: string;
|
|
14074
14117
|
api: "openai-completions";
|
|
@@ -14170,24 +14213,7 @@ export declare const MODELS: {
|
|
|
14170
14213
|
contextWindow: number;
|
|
14171
14214
|
maxTokens: number;
|
|
14172
14215
|
};
|
|
14173
|
-
readonly "~moonshotai/kimi-latest": {
|
|
14174
|
-
id: string;
|
|
14175
|
-
name: string;
|
|
14176
|
-
api: "openai-completions";
|
|
14177
|
-
provider: string;
|
|
14178
|
-
baseUrl: string;
|
|
14179
|
-
reasoning: true;
|
|
14180
|
-
input: ("image" | "text")[];
|
|
14181
|
-
cost: {
|
|
14182
|
-
input: number;
|
|
14183
|
-
output: number;
|
|
14184
|
-
cacheRead: number;
|
|
14185
|
-
cacheWrite: number;
|
|
14186
|
-
};
|
|
14187
|
-
contextWindow: number;
|
|
14188
|
-
maxTokens: number;
|
|
14189
|
-
};
|
|
14190
|
-
readonly "~openai/gpt-latest": {
|
|
14216
|
+
readonly "~moonshotai/kimi-latest": {
|
|
14191
14217
|
id: string;
|
|
14192
14218
|
name: string;
|
|
14193
14219
|
api: "openai-completions";
|
|
@@ -14204,7 +14230,7 @@ export declare const MODELS: {
|
|
|
14204
14230
|
contextWindow: number;
|
|
14205
14231
|
maxTokens: number;
|
|
14206
14232
|
};
|
|
14207
|
-
readonly "~openai/gpt-
|
|
14233
|
+
readonly "~openai/gpt-latest": {
|
|
14208
14234
|
id: string;
|
|
14209
14235
|
name: string;
|
|
14210
14236
|
api: "openai-completions";
|
|
@@ -14221,30 +14247,14 @@ export declare const MODELS: {
|
|
|
14221
14247
|
contextWindow: number;
|
|
14222
14248
|
maxTokens: number;
|
|
14223
14249
|
};
|
|
14224
|
-
|
|
14225
|
-
readonly together: {
|
|
14226
|
-
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
14250
|
+
readonly "~openai/gpt-mini-latest": {
|
|
14227
14251
|
id: string;
|
|
14228
14252
|
name: string;
|
|
14229
14253
|
api: "openai-completions";
|
|
14230
14254
|
provider: string;
|
|
14231
14255
|
baseUrl: string;
|
|
14232
|
-
compat: {
|
|
14233
|
-
supportsStore: false;
|
|
14234
|
-
supportsDeveloperRole: false;
|
|
14235
|
-
supportsReasoningEffort: false;
|
|
14236
|
-
maxTokensField: "max_tokens";
|
|
14237
|
-
supportsStrictMode: false;
|
|
14238
|
-
supportsLongCacheRetention: false;
|
|
14239
|
-
};
|
|
14240
14256
|
reasoning: true;
|
|
14241
|
-
|
|
14242
|
-
off: null;
|
|
14243
|
-
minimal: null;
|
|
14244
|
-
low: null;
|
|
14245
|
-
medium: null;
|
|
14246
|
-
};
|
|
14247
|
-
input: "text"[];
|
|
14257
|
+
input: ("image" | "text")[];
|
|
14248
14258
|
cost: {
|
|
14249
14259
|
input: number;
|
|
14250
14260
|
output: number;
|
|
@@ -14254,6 +14264,8 @@ export declare const MODELS: {
|
|
|
14254
14264
|
contextWindow: number;
|
|
14255
14265
|
maxTokens: number;
|
|
14256
14266
|
};
|
|
14267
|
+
};
|
|
14268
|
+
readonly together: {
|
|
14257
14269
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
14258
14270
|
id: string;
|
|
14259
14271
|
name: string;
|
|
@@ -14285,7 +14297,7 @@ export declare const MODELS: {
|
|
|
14285
14297
|
contextWindow: number;
|
|
14286
14298
|
maxTokens: number;
|
|
14287
14299
|
};
|
|
14288
|
-
readonly "Qwen/
|
|
14300
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
14289
14301
|
id: string;
|
|
14290
14302
|
name: string;
|
|
14291
14303
|
api: "openai-completions";
|
|
@@ -14298,14 +14310,8 @@ export declare const MODELS: {
|
|
|
14298
14310
|
maxTokensField: "max_tokens";
|
|
14299
14311
|
supportsStrictMode: false;
|
|
14300
14312
|
supportsLongCacheRetention: false;
|
|
14301
|
-
thinkingFormat: "together";
|
|
14302
|
-
};
|
|
14303
|
-
reasoning: true;
|
|
14304
|
-
thinkingLevelMap: {
|
|
14305
|
-
minimal: null;
|
|
14306
|
-
low: null;
|
|
14307
|
-
medium: null;
|
|
14308
14313
|
};
|
|
14314
|
+
reasoning: false;
|
|
14309
14315
|
input: "text"[];
|
|
14310
14316
|
cost: {
|
|
14311
14317
|
input: number;
|
|
@@ -14316,7 +14322,7 @@ export declare const MODELS: {
|
|
|
14316
14322
|
contextWindow: number;
|
|
14317
14323
|
maxTokens: number;
|
|
14318
14324
|
};
|
|
14319
|
-
readonly "Qwen/Qwen3-
|
|
14325
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
14320
14326
|
id: string;
|
|
14321
14327
|
name: string;
|
|
14322
14328
|
api: "openai-completions";
|
|
@@ -14341,7 +14347,7 @@ export declare const MODELS: {
|
|
|
14341
14347
|
contextWindow: number;
|
|
14342
14348
|
maxTokens: number;
|
|
14343
14349
|
};
|
|
14344
|
-
readonly "Qwen/Qwen3-
|
|
14350
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
14345
14351
|
id: string;
|
|
14346
14352
|
name: string;
|
|
14347
14353
|
api: "openai-completions";
|
|
@@ -14362,7 +14368,7 @@ export declare const MODELS: {
|
|
|
14362
14368
|
low: null;
|
|
14363
14369
|
medium: null;
|
|
14364
14370
|
};
|
|
14365
|
-
input: "text"[];
|
|
14371
|
+
input: ("image" | "text")[];
|
|
14366
14372
|
cost: {
|
|
14367
14373
|
input: number;
|
|
14368
14374
|
output: number;
|
|
@@ -14372,7 +14378,7 @@ export declare const MODELS: {
|
|
|
14372
14378
|
contextWindow: number;
|
|
14373
14379
|
maxTokens: number;
|
|
14374
14380
|
};
|
|
14375
|
-
readonly "Qwen/Qwen3.5-
|
|
14381
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
14376
14382
|
id: string;
|
|
14377
14383
|
name: string;
|
|
14378
14384
|
api: "openai-completions";
|
|
@@ -14447,14 +14453,8 @@ export declare const MODELS: {
|
|
|
14447
14453
|
maxTokensField: "max_tokens";
|
|
14448
14454
|
supportsStrictMode: false;
|
|
14449
14455
|
supportsLongCacheRetention: false;
|
|
14450
|
-
thinkingFormat: "together";
|
|
14451
|
-
};
|
|
14452
|
-
reasoning: true;
|
|
14453
|
-
thinkingLevelMap: {
|
|
14454
|
-
minimal: null;
|
|
14455
|
-
low: null;
|
|
14456
|
-
medium: null;
|
|
14457
14456
|
};
|
|
14457
|
+
reasoning: false;
|
|
14458
14458
|
input: "text"[];
|
|
14459
14459
|
cost: {
|
|
14460
14460
|
input: number;
|
|
@@ -14465,7 +14465,7 @@ export declare const MODELS: {
|
|
|
14465
14465
|
contextWindow: number;
|
|
14466
14466
|
maxTokens: number;
|
|
14467
14467
|
};
|
|
14468
|
-
readonly "deepseek-ai/DeepSeek-
|
|
14468
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
14469
14469
|
id: string;
|
|
14470
14470
|
name: string;
|
|
14471
14471
|
api: "openai-completions";
|
|
@@ -14474,7 +14474,7 @@ export declare const MODELS: {
|
|
|
14474
14474
|
compat: {
|
|
14475
14475
|
supportsStore: false;
|
|
14476
14476
|
supportsDeveloperRole: false;
|
|
14477
|
-
supportsReasoningEffort:
|
|
14477
|
+
supportsReasoningEffort: true;
|
|
14478
14478
|
maxTokensField: "max_tokens";
|
|
14479
14479
|
supportsStrictMode: false;
|
|
14480
14480
|
supportsLongCacheRetention: false;
|
|
@@ -14485,6 +14485,8 @@ export declare const MODELS: {
|
|
|
14485
14485
|
minimal: null;
|
|
14486
14486
|
low: null;
|
|
14487
14487
|
medium: null;
|
|
14488
|
+
high: string;
|
|
14489
|
+
xhigh: null;
|
|
14488
14490
|
};
|
|
14489
14491
|
input: "text"[];
|
|
14490
14492
|
cost: {
|
|
@@ -14496,7 +14498,7 @@ export declare const MODELS: {
|
|
|
14496
14498
|
contextWindow: number;
|
|
14497
14499
|
maxTokens: number;
|
|
14498
14500
|
};
|
|
14499
|
-
readonly "
|
|
14501
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
14500
14502
|
id: string;
|
|
14501
14503
|
name: string;
|
|
14502
14504
|
api: "openai-completions";
|
|
@@ -14509,14 +14511,8 @@ export declare const MODELS: {
|
|
|
14509
14511
|
maxTokensField: "max_tokens";
|
|
14510
14512
|
supportsStrictMode: false;
|
|
14511
14513
|
supportsLongCacheRetention: false;
|
|
14512
|
-
thinkingFormat: "together";
|
|
14513
|
-
};
|
|
14514
|
-
reasoning: true;
|
|
14515
|
-
thinkingLevelMap: {
|
|
14516
|
-
minimal: null;
|
|
14517
|
-
low: null;
|
|
14518
|
-
medium: null;
|
|
14519
14514
|
};
|
|
14515
|
+
reasoning: false;
|
|
14520
14516
|
input: "text"[];
|
|
14521
14517
|
cost: {
|
|
14522
14518
|
input: number;
|
|
@@ -14527,7 +14523,7 @@ export declare const MODELS: {
|
|
|
14527
14523
|
contextWindow: number;
|
|
14528
14524
|
maxTokens: number;
|
|
14529
14525
|
};
|
|
14530
|
-
readonly "
|
|
14526
|
+
readonly "google/gemma-4-31B-it": {
|
|
14531
14527
|
id: string;
|
|
14532
14528
|
name: string;
|
|
14533
14529
|
api: "openai-completions";
|
|
@@ -14536,7 +14532,7 @@ export declare const MODELS: {
|
|
|
14536
14532
|
compat: {
|
|
14537
14533
|
supportsStore: false;
|
|
14538
14534
|
supportsDeveloperRole: false;
|
|
14539
|
-
supportsReasoningEffort:
|
|
14535
|
+
supportsReasoningEffort: false;
|
|
14540
14536
|
maxTokensField: "max_tokens";
|
|
14541
14537
|
supportsStrictMode: false;
|
|
14542
14538
|
supportsLongCacheRetention: false;
|
|
@@ -14547,10 +14543,8 @@ export declare const MODELS: {
|
|
|
14547
14543
|
minimal: null;
|
|
14548
14544
|
low: null;
|
|
14549
14545
|
medium: null;
|
|
14550
|
-
high: string;
|
|
14551
|
-
xhigh: null;
|
|
14552
14546
|
};
|
|
14553
|
-
input: "text"[];
|
|
14547
|
+
input: ("image" | "text")[];
|
|
14554
14548
|
cost: {
|
|
14555
14549
|
input: number;
|
|
14556
14550
|
output: number;
|
|
@@ -14560,7 +14554,7 @@ export declare const MODELS: {
|
|
|
14560
14554
|
contextWindow: number;
|
|
14561
14555
|
maxTokens: number;
|
|
14562
14556
|
};
|
|
14563
|
-
readonly "
|
|
14557
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
14564
14558
|
id: string;
|
|
14565
14559
|
name: string;
|
|
14566
14560
|
api: "openai-completions";
|
|
@@ -14585,7 +14579,7 @@ export declare const MODELS: {
|
|
|
14585
14579
|
contextWindow: number;
|
|
14586
14580
|
maxTokens: number;
|
|
14587
14581
|
};
|
|
14588
|
-
readonly "
|
|
14582
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
14589
14583
|
id: string;
|
|
14590
14584
|
name: string;
|
|
14591
14585
|
api: "openai-completions";
|
|
@@ -14616,32 +14610,7 @@ export declare const MODELS: {
|
|
|
14616
14610
|
contextWindow: number;
|
|
14617
14611
|
maxTokens: number;
|
|
14618
14612
|
};
|
|
14619
|
-
readonly "
|
|
14620
|
-
id: string;
|
|
14621
|
-
name: string;
|
|
14622
|
-
api: "openai-completions";
|
|
14623
|
-
provider: string;
|
|
14624
|
-
baseUrl: string;
|
|
14625
|
-
compat: {
|
|
14626
|
-
supportsStore: false;
|
|
14627
|
-
supportsDeveloperRole: false;
|
|
14628
|
-
supportsReasoningEffort: false;
|
|
14629
|
-
maxTokensField: "max_tokens";
|
|
14630
|
-
supportsStrictMode: false;
|
|
14631
|
-
supportsLongCacheRetention: false;
|
|
14632
|
-
};
|
|
14633
|
-
reasoning: false;
|
|
14634
|
-
input: "text"[];
|
|
14635
|
-
cost: {
|
|
14636
|
-
input: number;
|
|
14637
|
-
output: number;
|
|
14638
|
-
cacheRead: number;
|
|
14639
|
-
cacheWrite: number;
|
|
14640
|
-
};
|
|
14641
|
-
contextWindow: number;
|
|
14642
|
-
maxTokens: number;
|
|
14643
|
-
};
|
|
14644
|
-
readonly "moonshotai/Kimi-K2.5": {
|
|
14613
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14645
14614
|
id: string;
|
|
14646
14615
|
name: string;
|
|
14647
14616
|
api: "openai-completions";
|
|
@@ -14662,7 +14631,7 @@ export declare const MODELS: {
|
|
|
14662
14631
|
low: null;
|
|
14663
14632
|
medium: null;
|
|
14664
14633
|
};
|
|
14665
|
-
input:
|
|
14634
|
+
input: "text"[];
|
|
14666
14635
|
cost: {
|
|
14667
14636
|
input: number;
|
|
14668
14637
|
output: number;
|
|
@@ -14672,7 +14641,7 @@ export declare const MODELS: {
|
|
|
14672
14641
|
contextWindow: number;
|
|
14673
14642
|
maxTokens: number;
|
|
14674
14643
|
};
|
|
14675
|
-
readonly "
|
|
14644
|
+
readonly "openai/gpt-oss-120b": {
|
|
14676
14645
|
id: string;
|
|
14677
14646
|
name: string;
|
|
14678
14647
|
api: "openai-completions";
|
|
@@ -14681,19 +14650,18 @@ export declare const MODELS: {
|
|
|
14681
14650
|
compat: {
|
|
14682
14651
|
supportsStore: false;
|
|
14683
14652
|
supportsDeveloperRole: false;
|
|
14684
|
-
supportsReasoningEffort:
|
|
14653
|
+
supportsReasoningEffort: true;
|
|
14685
14654
|
maxTokensField: "max_tokens";
|
|
14686
14655
|
supportsStrictMode: false;
|
|
14687
14656
|
supportsLongCacheRetention: false;
|
|
14688
|
-
thinkingFormat: "
|
|
14657
|
+
thinkingFormat: "openai";
|
|
14689
14658
|
};
|
|
14690
14659
|
reasoning: true;
|
|
14691
14660
|
thinkingLevelMap: {
|
|
14661
|
+
off: null;
|
|
14692
14662
|
minimal: null;
|
|
14693
|
-
low: null;
|
|
14694
|
-
medium: null;
|
|
14695
14663
|
};
|
|
14696
|
-
input:
|
|
14664
|
+
input: "text"[];
|
|
14697
14665
|
cost: {
|
|
14698
14666
|
input: number;
|
|
14699
14667
|
output: number;
|
|
@@ -14703,7 +14671,7 @@ export declare const MODELS: {
|
|
|
14703
14671
|
contextWindow: number;
|
|
14704
14672
|
maxTokens: number;
|
|
14705
14673
|
};
|
|
14706
|
-
readonly "
|
|
14674
|
+
readonly "openai/gpt-oss-20b": {
|
|
14707
14675
|
id: string;
|
|
14708
14676
|
name: string;
|
|
14709
14677
|
api: "openai-completions";
|
|
@@ -14712,17 +14680,16 @@ export declare const MODELS: {
|
|
|
14712
14680
|
compat: {
|
|
14713
14681
|
supportsStore: false;
|
|
14714
14682
|
supportsDeveloperRole: false;
|
|
14715
|
-
supportsReasoningEffort:
|
|
14683
|
+
supportsReasoningEffort: true;
|
|
14716
14684
|
maxTokensField: "max_tokens";
|
|
14717
14685
|
supportsStrictMode: false;
|
|
14718
14686
|
supportsLongCacheRetention: false;
|
|
14719
|
-
thinkingFormat: "
|
|
14687
|
+
thinkingFormat: "openai";
|
|
14720
14688
|
};
|
|
14721
14689
|
reasoning: true;
|
|
14722
14690
|
thinkingLevelMap: {
|
|
14691
|
+
off: null;
|
|
14723
14692
|
minimal: null;
|
|
14724
|
-
low: null;
|
|
14725
|
-
medium: null;
|
|
14726
14693
|
};
|
|
14727
14694
|
input: "text"[];
|
|
14728
14695
|
cost: {
|
|
@@ -14734,7 +14701,7 @@ export declare const MODELS: {
|
|
|
14734
14701
|
contextWindow: number;
|
|
14735
14702
|
maxTokens: number;
|
|
14736
14703
|
};
|
|
14737
|
-
readonly "
|
|
14704
|
+
readonly "zai-org/GLM-5": {
|
|
14738
14705
|
id: string;
|
|
14739
14706
|
name: string;
|
|
14740
14707
|
api: "openai-completions";
|
|
@@ -14743,16 +14710,17 @@ export declare const MODELS: {
|
|
|
14743
14710
|
compat: {
|
|
14744
14711
|
supportsStore: false;
|
|
14745
14712
|
supportsDeveloperRole: false;
|
|
14746
|
-
supportsReasoningEffort:
|
|
14713
|
+
supportsReasoningEffort: false;
|
|
14747
14714
|
maxTokensField: "max_tokens";
|
|
14748
14715
|
supportsStrictMode: false;
|
|
14749
14716
|
supportsLongCacheRetention: false;
|
|
14750
|
-
thinkingFormat: "
|
|
14717
|
+
thinkingFormat: "together";
|
|
14751
14718
|
};
|
|
14752
14719
|
reasoning: true;
|
|
14753
14720
|
thinkingLevelMap: {
|
|
14754
|
-
off: null;
|
|
14755
14721
|
minimal: null;
|
|
14722
|
+
low: null;
|
|
14723
|
+
medium: null;
|
|
14756
14724
|
};
|
|
14757
14725
|
input: "text"[];
|
|
14758
14726
|
cost: {
|
|
@@ -15205,6 +15173,30 @@ export declare const MODELS: {
|
|
|
15205
15173
|
contextWindow: number;
|
|
15206
15174
|
maxTokens: number;
|
|
15207
15175
|
};
|
|
15176
|
+
readonly "anthropic/claude-fable-5": {
|
|
15177
|
+
id: string;
|
|
15178
|
+
name: string;
|
|
15179
|
+
api: "anthropic-messages";
|
|
15180
|
+
provider: string;
|
|
15181
|
+
baseUrl: string;
|
|
15182
|
+
compat: {
|
|
15183
|
+
forceAdaptiveThinking: true;
|
|
15184
|
+
};
|
|
15185
|
+
reasoning: true;
|
|
15186
|
+
thinkingLevelMap: {
|
|
15187
|
+
off: null;
|
|
15188
|
+
xhigh: string;
|
|
15189
|
+
};
|
|
15190
|
+
input: ("image" | "text")[];
|
|
15191
|
+
cost: {
|
|
15192
|
+
input: number;
|
|
15193
|
+
output: number;
|
|
15194
|
+
cacheRead: number;
|
|
15195
|
+
cacheWrite: number;
|
|
15196
|
+
};
|
|
15197
|
+
contextWindow: number;
|
|
15198
|
+
maxTokens: number;
|
|
15199
|
+
};
|
|
15208
15200
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15209
15201
|
id: string;
|
|
15210
15202
|
name: string;
|
|
@@ -16350,31 +16342,14 @@ export declare const MODELS: {
|
|
|
16350
16342
|
contextWindow: number;
|
|
16351
16343
|
maxTokens: number;
|
|
16352
16344
|
};
|
|
16353
|
-
readonly "moonshotai/kimi-k2
|
|
16345
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
16354
16346
|
id: string;
|
|
16355
16347
|
name: string;
|
|
16356
16348
|
api: "anthropic-messages";
|
|
16357
16349
|
provider: string;
|
|
16358
16350
|
baseUrl: string;
|
|
16359
16351
|
reasoning: true;
|
|
16360
|
-
input: "text"[];
|
|
16361
|
-
cost: {
|
|
16362
|
-
input: number;
|
|
16363
|
-
output: number;
|
|
16364
|
-
cacheRead: number;
|
|
16365
|
-
cacheWrite: number;
|
|
16366
|
-
};
|
|
16367
|
-
contextWindow: number;
|
|
16368
|
-
maxTokens: number;
|
|
16369
|
-
};
|
|
16370
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
16371
|
-
id: string;
|
|
16372
|
-
name: string;
|
|
16373
|
-
api: "anthropic-messages";
|
|
16374
|
-
provider: string;
|
|
16375
|
-
baseUrl: string;
|
|
16376
|
-
reasoning: false;
|
|
16377
|
-
input: "text"[];
|
|
16352
|
+
input: ("image" | "text")[];
|
|
16378
16353
|
cost: {
|
|
16379
16354
|
input: number;
|
|
16380
16355
|
output: number;
|
|
@@ -16384,7 +16359,7 @@ export declare const MODELS: {
|
|
|
16384
16359
|
contextWindow: number;
|
|
16385
16360
|
maxTokens: number;
|
|
16386
16361
|
};
|
|
16387
|
-
readonly "moonshotai/kimi-k2.
|
|
16362
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
16388
16363
|
id: string;
|
|
16389
16364
|
name: string;
|
|
16390
16365
|
api: "anthropic-messages";
|
|
@@ -16401,7 +16376,7 @@ export declare const MODELS: {
|
|
|
16401
16376
|
contextWindow: number;
|
|
16402
16377
|
maxTokens: number;
|
|
16403
16378
|
};
|
|
16404
|
-
readonly "moonshotai/kimi-k2.
|
|
16379
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
16405
16380
|
id: string;
|
|
16406
16381
|
name: string;
|
|
16407
16382
|
api: "anthropic-messages";
|
|
@@ -17926,6 +17901,27 @@ export declare const MODELS: {
|
|
|
17926
17901
|
contextWindow: number;
|
|
17927
17902
|
maxTokens: number;
|
|
17928
17903
|
};
|
|
17904
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17905
|
+
id: string;
|
|
17906
|
+
name: string;
|
|
17907
|
+
api: "openai-completions";
|
|
17908
|
+
provider: string;
|
|
17909
|
+
baseUrl: string;
|
|
17910
|
+
compat: {
|
|
17911
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17912
|
+
thinkingFormat: "deepseek";
|
|
17913
|
+
};
|
|
17914
|
+
reasoning: true;
|
|
17915
|
+
input: "text"[];
|
|
17916
|
+
cost: {
|
|
17917
|
+
input: number;
|
|
17918
|
+
output: number;
|
|
17919
|
+
cacheRead: number;
|
|
17920
|
+
cacheWrite: number;
|
|
17921
|
+
};
|
|
17922
|
+
contextWindow: number;
|
|
17923
|
+
maxTokens: number;
|
|
17924
|
+
};
|
|
17929
17925
|
};
|
|
17930
17926
|
readonly "xiaomi-token-plan-ams": {
|
|
17931
17927
|
readonly "mimo-v2-omni": {
|
|
@@ -18012,6 +18008,27 @@ export declare const MODELS: {
|
|
|
18012
18008
|
contextWindow: number;
|
|
18013
18009
|
maxTokens: number;
|
|
18014
18010
|
};
|
|
18011
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18012
|
+
id: string;
|
|
18013
|
+
name: string;
|
|
18014
|
+
api: "openai-completions";
|
|
18015
|
+
provider: string;
|
|
18016
|
+
baseUrl: string;
|
|
18017
|
+
compat: {
|
|
18018
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18019
|
+
thinkingFormat: "deepseek";
|
|
18020
|
+
};
|
|
18021
|
+
reasoning: true;
|
|
18022
|
+
input: "text"[];
|
|
18023
|
+
cost: {
|
|
18024
|
+
input: number;
|
|
18025
|
+
output: number;
|
|
18026
|
+
cacheRead: number;
|
|
18027
|
+
cacheWrite: number;
|
|
18028
|
+
};
|
|
18029
|
+
contextWindow: number;
|
|
18030
|
+
maxTokens: number;
|
|
18031
|
+
};
|
|
18015
18032
|
};
|
|
18016
18033
|
readonly "xiaomi-token-plan-cn": {
|
|
18017
18034
|
readonly "mimo-v2-omni": {
|
|
@@ -18098,6 +18115,27 @@ export declare const MODELS: {
|
|
|
18098
18115
|
contextWindow: number;
|
|
18099
18116
|
maxTokens: number;
|
|
18100
18117
|
};
|
|
18118
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18119
|
+
id: string;
|
|
18120
|
+
name: string;
|
|
18121
|
+
api: "openai-completions";
|
|
18122
|
+
provider: string;
|
|
18123
|
+
baseUrl: string;
|
|
18124
|
+
compat: {
|
|
18125
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18126
|
+
thinkingFormat: "deepseek";
|
|
18127
|
+
};
|
|
18128
|
+
reasoning: true;
|
|
18129
|
+
input: "text"[];
|
|
18130
|
+
cost: {
|
|
18131
|
+
input: number;
|
|
18132
|
+
output: number;
|
|
18133
|
+
cacheRead: number;
|
|
18134
|
+
cacheWrite: number;
|
|
18135
|
+
};
|
|
18136
|
+
contextWindow: number;
|
|
18137
|
+
maxTokens: number;
|
|
18138
|
+
};
|
|
18101
18139
|
};
|
|
18102
18140
|
readonly "xiaomi-token-plan-sgp": {
|
|
18103
18141
|
readonly "mimo-v2-omni": {
|
|
@@ -18184,6 +18222,27 @@ export declare const MODELS: {
|
|
|
18184
18222
|
contextWindow: number;
|
|
18185
18223
|
maxTokens: number;
|
|
18186
18224
|
};
|
|
18225
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18226
|
+
id: string;
|
|
18227
|
+
name: string;
|
|
18228
|
+
api: "openai-completions";
|
|
18229
|
+
provider: string;
|
|
18230
|
+
baseUrl: string;
|
|
18231
|
+
compat: {
|
|
18232
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18233
|
+
thinkingFormat: "deepseek";
|
|
18234
|
+
};
|
|
18235
|
+
reasoning: true;
|
|
18236
|
+
input: "text"[];
|
|
18237
|
+
cost: {
|
|
18238
|
+
input: number;
|
|
18239
|
+
output: number;
|
|
18240
|
+
cacheRead: number;
|
|
18241
|
+
cacheWrite: number;
|
|
18242
|
+
};
|
|
18243
|
+
contextWindow: number;
|
|
18244
|
+
maxTokens: number;
|
|
18245
|
+
};
|
|
18187
18246
|
};
|
|
18188
18247
|
readonly zai: {
|
|
18189
18248
|
readonly "glm-4.5-air": {
|