@fleetagent/pi-ai 0.0.9 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +444 -569
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +472 -590
- package/dist/models.generated.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;
|
|
@@ -349,6 +349,23 @@ export declare const MODELS: {
|
|
|
349
349
|
contextWindow: number;
|
|
350
350
|
maxTokens: number;
|
|
351
351
|
};
|
|
352
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
353
|
+
id: string;
|
|
354
|
+
name: string;
|
|
355
|
+
api: "bedrock-converse-stream";
|
|
356
|
+
provider: string;
|
|
357
|
+
baseUrl: string;
|
|
358
|
+
reasoning: true;
|
|
359
|
+
input: ("image" | "text")[];
|
|
360
|
+
cost: {
|
|
361
|
+
input: number;
|
|
362
|
+
output: number;
|
|
363
|
+
cacheRead: number;
|
|
364
|
+
cacheWrite: number;
|
|
365
|
+
};
|
|
366
|
+
contextWindow: number;
|
|
367
|
+
maxTokens: number;
|
|
368
|
+
};
|
|
352
369
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
353
370
|
id: string;
|
|
354
371
|
name: string;
|
|
@@ -474,6 +491,23 @@ export declare const MODELS: {
|
|
|
474
491
|
contextWindow: number;
|
|
475
492
|
maxTokens: number;
|
|
476
493
|
};
|
|
494
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
495
|
+
id: string;
|
|
496
|
+
name: string;
|
|
497
|
+
api: "bedrock-converse-stream";
|
|
498
|
+
provider: string;
|
|
499
|
+
baseUrl: string;
|
|
500
|
+
reasoning: true;
|
|
501
|
+
input: ("image" | "text")[];
|
|
502
|
+
cost: {
|
|
503
|
+
input: number;
|
|
504
|
+
output: number;
|
|
505
|
+
cacheRead: number;
|
|
506
|
+
cacheWrite: number;
|
|
507
|
+
};
|
|
508
|
+
contextWindow: number;
|
|
509
|
+
maxTokens: number;
|
|
510
|
+
};
|
|
477
511
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
478
512
|
id: string;
|
|
479
513
|
name: string;
|
|
@@ -1141,7 +1175,7 @@ export declare const MODELS: {
|
|
|
1141
1175
|
api: "bedrock-converse-stream";
|
|
1142
1176
|
provider: string;
|
|
1143
1177
|
baseUrl: string;
|
|
1144
|
-
reasoning:
|
|
1178
|
+
reasoning: true;
|
|
1145
1179
|
input: "text"[];
|
|
1146
1180
|
cost: {
|
|
1147
1181
|
input: number;
|
|
@@ -1158,7 +1192,7 @@ export declare const MODELS: {
|
|
|
1158
1192
|
api: "bedrock-converse-stream";
|
|
1159
1193
|
provider: string;
|
|
1160
1194
|
baseUrl: string;
|
|
1161
|
-
reasoning:
|
|
1195
|
+
reasoning: true;
|
|
1162
1196
|
input: "text"[];
|
|
1163
1197
|
cost: {
|
|
1164
1198
|
input: number;
|
|
@@ -1175,7 +1209,7 @@ export declare const MODELS: {
|
|
|
1175
1209
|
api: "bedrock-converse-stream";
|
|
1176
1210
|
provider: string;
|
|
1177
1211
|
baseUrl: string;
|
|
1178
|
-
reasoning:
|
|
1212
|
+
reasoning: true;
|
|
1179
1213
|
input: "text"[];
|
|
1180
1214
|
cost: {
|
|
1181
1215
|
input: number;
|
|
@@ -1192,7 +1226,7 @@ export declare const MODELS: {
|
|
|
1192
1226
|
api: "bedrock-converse-stream";
|
|
1193
1227
|
provider: string;
|
|
1194
1228
|
baseUrl: string;
|
|
1195
|
-
reasoning:
|
|
1229
|
+
reasoning: true;
|
|
1196
1230
|
input: "text"[];
|
|
1197
1231
|
cost: {
|
|
1198
1232
|
input: number;
|
|
@@ -1356,6 +1390,23 @@ export declare const MODELS: {
|
|
|
1356
1390
|
contextWindow: number;
|
|
1357
1391
|
maxTokens: number;
|
|
1358
1392
|
};
|
|
1393
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1394
|
+
id: string;
|
|
1395
|
+
name: string;
|
|
1396
|
+
api: "bedrock-converse-stream";
|
|
1397
|
+
provider: string;
|
|
1398
|
+
baseUrl: string;
|
|
1399
|
+
reasoning: true;
|
|
1400
|
+
input: ("image" | "text")[];
|
|
1401
|
+
cost: {
|
|
1402
|
+
input: number;
|
|
1403
|
+
output: number;
|
|
1404
|
+
cacheRead: number;
|
|
1405
|
+
cacheWrite: number;
|
|
1406
|
+
};
|
|
1407
|
+
contextWindow: number;
|
|
1408
|
+
maxTokens: number;
|
|
1409
|
+
};
|
|
1359
1410
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1360
1411
|
id: string;
|
|
1361
1412
|
name: string;
|
|
@@ -1772,6 +1823,23 @@ export declare const MODELS: {
|
|
|
1772
1823
|
contextWindow: number;
|
|
1773
1824
|
maxTokens: number;
|
|
1774
1825
|
};
|
|
1826
|
+
readonly "claude-fable-5": {
|
|
1827
|
+
id: string;
|
|
1828
|
+
name: string;
|
|
1829
|
+
api: "anthropic-messages";
|
|
1830
|
+
provider: string;
|
|
1831
|
+
baseUrl: string;
|
|
1832
|
+
reasoning: true;
|
|
1833
|
+
input: ("image" | "text")[];
|
|
1834
|
+
cost: {
|
|
1835
|
+
input: number;
|
|
1836
|
+
output: number;
|
|
1837
|
+
cacheRead: number;
|
|
1838
|
+
cacheWrite: number;
|
|
1839
|
+
};
|
|
1840
|
+
contextWindow: number;
|
|
1841
|
+
maxTokens: number;
|
|
1842
|
+
};
|
|
1775
1843
|
readonly "claude-haiku-4-5": {
|
|
1776
1844
|
id: string;
|
|
1777
1845
|
name: string;
|
|
@@ -2886,13 +2954,13 @@ export declare const MODELS: {
|
|
|
2886
2954
|
contextWindow: number;
|
|
2887
2955
|
maxTokens: number;
|
|
2888
2956
|
};
|
|
2889
|
-
readonly "
|
|
2957
|
+
readonly "zai-glm-4.7": {
|
|
2890
2958
|
id: string;
|
|
2891
2959
|
name: string;
|
|
2892
2960
|
api: "openai-completions";
|
|
2893
2961
|
provider: string;
|
|
2894
2962
|
baseUrl: string;
|
|
2895
|
-
reasoning:
|
|
2963
|
+
reasoning: true;
|
|
2896
2964
|
input: "text"[];
|
|
2897
2965
|
cost: {
|
|
2898
2966
|
input: number;
|
|
@@ -2903,14 +2971,16 @@ export declare const MODELS: {
|
|
|
2903
2971
|
contextWindow: number;
|
|
2904
2972
|
maxTokens: number;
|
|
2905
2973
|
};
|
|
2906
|
-
|
|
2974
|
+
};
|
|
2975
|
+
readonly "cloudflare-ai-gateway": {
|
|
2976
|
+
readonly "claude-3-5-haiku": {
|
|
2907
2977
|
id: string;
|
|
2908
2978
|
name: string;
|
|
2909
|
-
api: "
|
|
2979
|
+
api: "anthropic-messages";
|
|
2910
2980
|
provider: string;
|
|
2911
2981
|
baseUrl: string;
|
|
2912
2982
|
reasoning: false;
|
|
2913
|
-
input: "text"[];
|
|
2983
|
+
input: ("image" | "text")[];
|
|
2914
2984
|
cost: {
|
|
2915
2985
|
input: number;
|
|
2916
2986
|
output: number;
|
|
@@ -2920,9 +2990,7 @@ export declare const MODELS: {
|
|
|
2920
2990
|
contextWindow: number;
|
|
2921
2991
|
maxTokens: number;
|
|
2922
2992
|
};
|
|
2923
|
-
|
|
2924
|
-
readonly "cloudflare-ai-gateway": {
|
|
2925
|
-
readonly "claude-3-5-haiku": {
|
|
2993
|
+
readonly "claude-3-haiku": {
|
|
2926
2994
|
id: string;
|
|
2927
2995
|
name: string;
|
|
2928
2996
|
api: "anthropic-messages";
|
|
@@ -2939,7 +3007,7 @@ export declare const MODELS: {
|
|
|
2939
3007
|
contextWindow: number;
|
|
2940
3008
|
maxTokens: number;
|
|
2941
3009
|
};
|
|
2942
|
-
readonly "claude-3-
|
|
3010
|
+
readonly "claude-3-opus": {
|
|
2943
3011
|
id: string;
|
|
2944
3012
|
name: string;
|
|
2945
3013
|
api: "anthropic-messages";
|
|
@@ -2956,7 +3024,7 @@ export declare const MODELS: {
|
|
|
2956
3024
|
contextWindow: number;
|
|
2957
3025
|
maxTokens: number;
|
|
2958
3026
|
};
|
|
2959
|
-
readonly "claude-3-
|
|
3027
|
+
readonly "claude-3-sonnet": {
|
|
2960
3028
|
id: string;
|
|
2961
3029
|
name: string;
|
|
2962
3030
|
api: "anthropic-messages";
|
|
@@ -2973,7 +3041,7 @@ export declare const MODELS: {
|
|
|
2973
3041
|
contextWindow: number;
|
|
2974
3042
|
maxTokens: number;
|
|
2975
3043
|
};
|
|
2976
|
-
readonly "claude-3-
|
|
3044
|
+
readonly "claude-3.5-haiku": {
|
|
2977
3045
|
id: string;
|
|
2978
3046
|
name: string;
|
|
2979
3047
|
api: "anthropic-messages";
|
|
@@ -2990,7 +3058,7 @@ export declare const MODELS: {
|
|
|
2990
3058
|
contextWindow: number;
|
|
2991
3059
|
maxTokens: number;
|
|
2992
3060
|
};
|
|
2993
|
-
readonly "claude-3.5-
|
|
3061
|
+
readonly "claude-3.5-sonnet": {
|
|
2994
3062
|
id: string;
|
|
2995
3063
|
name: string;
|
|
2996
3064
|
api: "anthropic-messages";
|
|
@@ -3007,13 +3075,13 @@ export declare const MODELS: {
|
|
|
3007
3075
|
contextWindow: number;
|
|
3008
3076
|
maxTokens: number;
|
|
3009
3077
|
};
|
|
3010
|
-
readonly "claude-
|
|
3078
|
+
readonly "claude-fable-5": {
|
|
3011
3079
|
id: string;
|
|
3012
3080
|
name: string;
|
|
3013
3081
|
api: "anthropic-messages";
|
|
3014
3082
|
provider: string;
|
|
3015
3083
|
baseUrl: string;
|
|
3016
|
-
reasoning:
|
|
3084
|
+
reasoning: true;
|
|
3017
3085
|
input: ("image" | "text")[];
|
|
3018
3086
|
cost: {
|
|
3019
3087
|
input: number;
|
|
@@ -4175,6 +4243,34 @@ export declare const MODELS: {
|
|
|
4175
4243
|
};
|
|
4176
4244
|
};
|
|
4177
4245
|
readonly "github-copilot": {
|
|
4246
|
+
readonly "claude-fable-5": {
|
|
4247
|
+
id: string;
|
|
4248
|
+
name: string;
|
|
4249
|
+
api: "openai-completions";
|
|
4250
|
+
provider: string;
|
|
4251
|
+
baseUrl: string;
|
|
4252
|
+
headers: {
|
|
4253
|
+
"User-Agent": string;
|
|
4254
|
+
"Editor-Version": string;
|
|
4255
|
+
"Editor-Plugin-Version": string;
|
|
4256
|
+
"Copilot-Integration-Id": string;
|
|
4257
|
+
};
|
|
4258
|
+
compat: {
|
|
4259
|
+
supportsStore: false;
|
|
4260
|
+
supportsDeveloperRole: false;
|
|
4261
|
+
supportsReasoningEffort: false;
|
|
4262
|
+
};
|
|
4263
|
+
reasoning: true;
|
|
4264
|
+
input: ("image" | "text")[];
|
|
4265
|
+
cost: {
|
|
4266
|
+
input: number;
|
|
4267
|
+
output: number;
|
|
4268
|
+
cacheRead: number;
|
|
4269
|
+
cacheWrite: number;
|
|
4270
|
+
};
|
|
4271
|
+
contextWindow: number;
|
|
4272
|
+
maxTokens: number;
|
|
4273
|
+
};
|
|
4178
4274
|
readonly "claude-haiku-4.5": {
|
|
4179
4275
|
id: string;
|
|
4180
4276
|
name: string;
|
|
@@ -5349,13 +5445,13 @@ export declare const MODELS: {
|
|
|
5349
5445
|
};
|
|
5350
5446
|
};
|
|
5351
5447
|
readonly groq: {
|
|
5352
|
-
readonly "
|
|
5448
|
+
readonly "llama-3.1-8b-instant": {
|
|
5353
5449
|
id: string;
|
|
5354
5450
|
name: string;
|
|
5355
5451
|
api: "openai-completions";
|
|
5356
5452
|
provider: string;
|
|
5357
5453
|
baseUrl: string;
|
|
5358
|
-
reasoning:
|
|
5454
|
+
reasoning: false;
|
|
5359
5455
|
input: "text"[];
|
|
5360
5456
|
cost: {
|
|
5361
5457
|
input: number;
|
|
@@ -5366,7 +5462,7 @@ export declare const MODELS: {
|
|
|
5366
5462
|
contextWindow: number;
|
|
5367
5463
|
maxTokens: number;
|
|
5368
5464
|
};
|
|
5369
|
-
readonly "
|
|
5465
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5370
5466
|
id: string;
|
|
5371
5467
|
name: string;
|
|
5372
5468
|
api: "openai-completions";
|
|
@@ -5383,14 +5479,14 @@ export declare const MODELS: {
|
|
|
5383
5479
|
contextWindow: number;
|
|
5384
5480
|
maxTokens: number;
|
|
5385
5481
|
};
|
|
5386
|
-
readonly "
|
|
5482
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5387
5483
|
id: string;
|
|
5388
5484
|
name: string;
|
|
5389
5485
|
api: "openai-completions";
|
|
5390
5486
|
provider: string;
|
|
5391
5487
|
baseUrl: string;
|
|
5392
|
-
reasoning:
|
|
5393
|
-
input: "text"[];
|
|
5488
|
+
reasoning: false;
|
|
5489
|
+
input: ("image" | "text")[];
|
|
5394
5490
|
cost: {
|
|
5395
5491
|
input: number;
|
|
5396
5492
|
output: number;
|
|
@@ -5400,7 +5496,7 @@ export declare const MODELS: {
|
|
|
5400
5496
|
contextWindow: number;
|
|
5401
5497
|
maxTokens: number;
|
|
5402
5498
|
};
|
|
5403
|
-
readonly "
|
|
5499
|
+
readonly "openai/gpt-oss-120b": {
|
|
5404
5500
|
id: string;
|
|
5405
5501
|
name: string;
|
|
5406
5502
|
api: "openai-completions";
|
|
@@ -5417,13 +5513,13 @@ export declare const MODELS: {
|
|
|
5417
5513
|
contextWindow: number;
|
|
5418
5514
|
maxTokens: number;
|
|
5419
5515
|
};
|
|
5420
|
-
readonly "
|
|
5516
|
+
readonly "openai/gpt-oss-20b": {
|
|
5421
5517
|
id: string;
|
|
5422
5518
|
name: string;
|
|
5423
5519
|
api: "openai-completions";
|
|
5424
5520
|
provider: string;
|
|
5425
5521
|
baseUrl: string;
|
|
5426
|
-
reasoning:
|
|
5522
|
+
reasoning: true;
|
|
5427
5523
|
input: "text"[];
|
|
5428
5524
|
cost: {
|
|
5429
5525
|
input: number;
|
|
@@ -5434,13 +5530,13 @@ export declare const MODELS: {
|
|
|
5434
5530
|
contextWindow: number;
|
|
5435
5531
|
maxTokens: number;
|
|
5436
5532
|
};
|
|
5437
|
-
readonly "
|
|
5533
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5438
5534
|
id: string;
|
|
5439
5535
|
name: string;
|
|
5440
5536
|
api: "openai-completions";
|
|
5441
5537
|
provider: string;
|
|
5442
5538
|
baseUrl: string;
|
|
5443
|
-
reasoning:
|
|
5539
|
+
reasoning: true;
|
|
5444
5540
|
input: "text"[];
|
|
5445
5541
|
cost: {
|
|
5446
5542
|
input: number;
|
|
@@ -5451,13 +5547,19 @@ export declare const MODELS: {
|
|
|
5451
5547
|
contextWindow: number;
|
|
5452
5548
|
maxTokens: number;
|
|
5453
5549
|
};
|
|
5454
|
-
readonly "
|
|
5550
|
+
readonly "qwen/qwen3-32b": {
|
|
5455
5551
|
id: string;
|
|
5456
5552
|
name: string;
|
|
5457
5553
|
api: "openai-completions";
|
|
5458
5554
|
provider: string;
|
|
5459
5555
|
baseUrl: string;
|
|
5460
|
-
reasoning:
|
|
5556
|
+
reasoning: true;
|
|
5557
|
+
thinkingLevelMap: {
|
|
5558
|
+
minimal: null;
|
|
5559
|
+
low: null;
|
|
5560
|
+
medium: null;
|
|
5561
|
+
high: string;
|
|
5562
|
+
};
|
|
5461
5563
|
input: "text"[];
|
|
5462
5564
|
cost: {
|
|
5463
5565
|
input: number;
|
|
@@ -5468,13 +5570,18 @@ export declare const MODELS: {
|
|
|
5468
5570
|
contextWindow: number;
|
|
5469
5571
|
maxTokens: number;
|
|
5470
5572
|
};
|
|
5471
|
-
|
|
5573
|
+
};
|
|
5574
|
+
readonly huggingface: {
|
|
5575
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5472
5576
|
id: string;
|
|
5473
5577
|
name: string;
|
|
5474
5578
|
api: "openai-completions";
|
|
5475
5579
|
provider: string;
|
|
5476
5580
|
baseUrl: string;
|
|
5477
|
-
|
|
5581
|
+
compat: {
|
|
5582
|
+
supportsDeveloperRole: false;
|
|
5583
|
+
};
|
|
5584
|
+
reasoning: true;
|
|
5478
5585
|
input: "text"[];
|
|
5479
5586
|
cost: {
|
|
5480
5587
|
input: number;
|
|
@@ -5485,14 +5592,17 @@ export declare const MODELS: {
|
|
|
5485
5592
|
contextWindow: number;
|
|
5486
5593
|
maxTokens: number;
|
|
5487
5594
|
};
|
|
5488
|
-
readonly "
|
|
5595
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5489
5596
|
id: string;
|
|
5490
5597
|
name: string;
|
|
5491
5598
|
api: "openai-completions";
|
|
5492
5599
|
provider: string;
|
|
5493
5600
|
baseUrl: string;
|
|
5494
|
-
|
|
5495
|
-
|
|
5601
|
+
compat: {
|
|
5602
|
+
supportsDeveloperRole: false;
|
|
5603
|
+
};
|
|
5604
|
+
reasoning: true;
|
|
5605
|
+
input: "text"[];
|
|
5496
5606
|
cost: {
|
|
5497
5607
|
input: number;
|
|
5498
5608
|
output: number;
|
|
@@ -5502,14 +5612,17 @@ export declare const MODELS: {
|
|
|
5502
5612
|
contextWindow: number;
|
|
5503
5613
|
maxTokens: number;
|
|
5504
5614
|
};
|
|
5505
|
-
readonly "
|
|
5615
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5506
5616
|
id: string;
|
|
5507
5617
|
name: string;
|
|
5508
5618
|
api: "openai-completions";
|
|
5509
5619
|
provider: string;
|
|
5510
5620
|
baseUrl: string;
|
|
5511
|
-
|
|
5512
|
-
|
|
5621
|
+
compat: {
|
|
5622
|
+
supportsDeveloperRole: false;
|
|
5623
|
+
};
|
|
5624
|
+
reasoning: true;
|
|
5625
|
+
input: "text"[];
|
|
5513
5626
|
cost: {
|
|
5514
5627
|
input: number;
|
|
5515
5628
|
output: number;
|
|
@@ -5519,13 +5632,16 @@ export declare const MODELS: {
|
|
|
5519
5632
|
contextWindow: number;
|
|
5520
5633
|
maxTokens: number;
|
|
5521
5634
|
};
|
|
5522
|
-
readonly "
|
|
5635
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5523
5636
|
id: string;
|
|
5524
5637
|
name: string;
|
|
5525
5638
|
api: "openai-completions";
|
|
5526
5639
|
provider: string;
|
|
5527
5640
|
baseUrl: string;
|
|
5528
|
-
|
|
5641
|
+
compat: {
|
|
5642
|
+
supportsDeveloperRole: false;
|
|
5643
|
+
};
|
|
5644
|
+
reasoning: true;
|
|
5529
5645
|
input: "text"[];
|
|
5530
5646
|
cost: {
|
|
5531
5647
|
input: number;
|
|
@@ -5536,12 +5652,15 @@ export declare const MODELS: {
|
|
|
5536
5652
|
contextWindow: number;
|
|
5537
5653
|
maxTokens: number;
|
|
5538
5654
|
};
|
|
5539
|
-
readonly "
|
|
5655
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5540
5656
|
id: string;
|
|
5541
5657
|
name: string;
|
|
5542
5658
|
api: "openai-completions";
|
|
5543
5659
|
provider: string;
|
|
5544
5660
|
baseUrl: string;
|
|
5661
|
+
compat: {
|
|
5662
|
+
supportsDeveloperRole: false;
|
|
5663
|
+
};
|
|
5545
5664
|
reasoning: false;
|
|
5546
5665
|
input: "text"[];
|
|
5547
5666
|
cost: {
|
|
@@ -5553,12 +5672,15 @@ export declare const MODELS: {
|
|
|
5553
5672
|
contextWindow: number;
|
|
5554
5673
|
maxTokens: number;
|
|
5555
5674
|
};
|
|
5556
|
-
readonly "
|
|
5675
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5557
5676
|
id: string;
|
|
5558
5677
|
name: string;
|
|
5559
5678
|
api: "openai-completions";
|
|
5560
5679
|
provider: string;
|
|
5561
5680
|
baseUrl: string;
|
|
5681
|
+
compat: {
|
|
5682
|
+
supportsDeveloperRole: false;
|
|
5683
|
+
};
|
|
5562
5684
|
reasoning: false;
|
|
5563
5685
|
input: "text"[];
|
|
5564
5686
|
cost: {
|
|
@@ -5570,13 +5692,16 @@ export declare const MODELS: {
|
|
|
5570
5692
|
contextWindow: number;
|
|
5571
5693
|
maxTokens: number;
|
|
5572
5694
|
};
|
|
5573
|
-
readonly "
|
|
5695
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5574
5696
|
id: string;
|
|
5575
5697
|
name: string;
|
|
5576
5698
|
api: "openai-completions";
|
|
5577
5699
|
provider: string;
|
|
5578
5700
|
baseUrl: string;
|
|
5579
|
-
|
|
5701
|
+
compat: {
|
|
5702
|
+
supportsDeveloperRole: false;
|
|
5703
|
+
};
|
|
5704
|
+
reasoning: false;
|
|
5580
5705
|
input: "text"[];
|
|
5581
5706
|
cost: {
|
|
5582
5707
|
input: number;
|
|
@@ -5587,13 +5712,16 @@ export declare const MODELS: {
|
|
|
5587
5712
|
contextWindow: number;
|
|
5588
5713
|
maxTokens: number;
|
|
5589
5714
|
};
|
|
5590
|
-
readonly "
|
|
5715
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5591
5716
|
id: string;
|
|
5592
5717
|
name: string;
|
|
5593
5718
|
api: "openai-completions";
|
|
5594
5719
|
provider: string;
|
|
5595
5720
|
baseUrl: string;
|
|
5596
|
-
|
|
5721
|
+
compat: {
|
|
5722
|
+
supportsDeveloperRole: false;
|
|
5723
|
+
};
|
|
5724
|
+
reasoning: false;
|
|
5597
5725
|
input: "text"[];
|
|
5598
5726
|
cost: {
|
|
5599
5727
|
input: number;
|
|
@@ -5604,14 +5732,17 @@ export declare const MODELS: {
|
|
|
5604
5732
|
contextWindow: number;
|
|
5605
5733
|
maxTokens: number;
|
|
5606
5734
|
};
|
|
5607
|
-
readonly "
|
|
5735
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5608
5736
|
id: string;
|
|
5609
5737
|
name: string;
|
|
5610
5738
|
api: "openai-completions";
|
|
5611
5739
|
provider: string;
|
|
5612
5740
|
baseUrl: string;
|
|
5741
|
+
compat: {
|
|
5742
|
+
supportsDeveloperRole: false;
|
|
5743
|
+
};
|
|
5613
5744
|
reasoning: true;
|
|
5614
|
-
input: "text"[];
|
|
5745
|
+
input: ("image" | "text")[];
|
|
5615
5746
|
cost: {
|
|
5616
5747
|
input: number;
|
|
5617
5748
|
output: number;
|
|
@@ -5621,12 +5752,15 @@ export declare const MODELS: {
|
|
|
5621
5752
|
contextWindow: number;
|
|
5622
5753
|
maxTokens: number;
|
|
5623
5754
|
};
|
|
5624
|
-
readonly "
|
|
5755
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5625
5756
|
id: string;
|
|
5626
5757
|
name: string;
|
|
5627
5758
|
api: "openai-completions";
|
|
5628
5759
|
provider: string;
|
|
5629
5760
|
baseUrl: string;
|
|
5761
|
+
compat: {
|
|
5762
|
+
supportsDeveloperRole: false;
|
|
5763
|
+
};
|
|
5630
5764
|
reasoning: true;
|
|
5631
5765
|
input: "text"[];
|
|
5632
5766
|
cost: {
|
|
@@ -5638,19 +5772,16 @@ export declare const MODELS: {
|
|
|
5638
5772
|
contextWindow: number;
|
|
5639
5773
|
maxTokens: number;
|
|
5640
5774
|
};
|
|
5641
|
-
readonly "
|
|
5775
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5642
5776
|
id: string;
|
|
5643
5777
|
name: string;
|
|
5644
5778
|
api: "openai-completions";
|
|
5645
5779
|
provider: string;
|
|
5646
5780
|
baseUrl: string;
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
minimal: null;
|
|
5650
|
-
low: null;
|
|
5651
|
-
medium: null;
|
|
5652
|
-
high: string;
|
|
5781
|
+
compat: {
|
|
5782
|
+
supportsDeveloperRole: false;
|
|
5653
5783
|
};
|
|
5784
|
+
reasoning: true;
|
|
5654
5785
|
input: "text"[];
|
|
5655
5786
|
cost: {
|
|
5656
5787
|
input: number;
|
|
@@ -5661,9 +5792,7 @@ export declare const MODELS: {
|
|
|
5661
5792
|
contextWindow: number;
|
|
5662
5793
|
maxTokens: number;
|
|
5663
5794
|
};
|
|
5664
|
-
|
|
5665
|
-
readonly huggingface: {
|
|
5666
|
-
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5795
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5667
5796
|
id: string;
|
|
5668
5797
|
name: string;
|
|
5669
5798
|
api: "openai-completions";
|
|
@@ -5683,7 +5812,7 @@ export declare const MODELS: {
|
|
|
5683
5812
|
contextWindow: number;
|
|
5684
5813
|
maxTokens: number;
|
|
5685
5814
|
};
|
|
5686
|
-
readonly "
|
|
5815
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5687
5816
|
id: string;
|
|
5688
5817
|
name: string;
|
|
5689
5818
|
api: "openai-completions";
|
|
@@ -5703,7 +5832,7 @@ export declare const MODELS: {
|
|
|
5703
5832
|
contextWindow: number;
|
|
5704
5833
|
maxTokens: number;
|
|
5705
5834
|
};
|
|
5706
|
-
readonly "
|
|
5835
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
5707
5836
|
id: string;
|
|
5708
5837
|
name: string;
|
|
5709
5838
|
api: "openai-completions";
|
|
@@ -5712,7 +5841,7 @@ export declare const MODELS: {
|
|
|
5712
5841
|
compat: {
|
|
5713
5842
|
supportsDeveloperRole: false;
|
|
5714
5843
|
};
|
|
5715
|
-
reasoning:
|
|
5844
|
+
reasoning: false;
|
|
5716
5845
|
input: "text"[];
|
|
5717
5846
|
cost: {
|
|
5718
5847
|
input: number;
|
|
@@ -5723,7 +5852,7 @@ export declare const MODELS: {
|
|
|
5723
5852
|
contextWindow: number;
|
|
5724
5853
|
maxTokens: number;
|
|
5725
5854
|
};
|
|
5726
|
-
readonly "
|
|
5855
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
5727
5856
|
id: string;
|
|
5728
5857
|
name: string;
|
|
5729
5858
|
api: "openai-completions";
|
|
@@ -5732,7 +5861,7 @@ export declare const MODELS: {
|
|
|
5732
5861
|
compat: {
|
|
5733
5862
|
supportsDeveloperRole: false;
|
|
5734
5863
|
};
|
|
5735
|
-
reasoning:
|
|
5864
|
+
reasoning: false;
|
|
5736
5865
|
input: "text"[];
|
|
5737
5866
|
cost: {
|
|
5738
5867
|
input: number;
|
|
@@ -5743,7 +5872,7 @@ export declare const MODELS: {
|
|
|
5743
5872
|
contextWindow: number;
|
|
5744
5873
|
maxTokens: number;
|
|
5745
5874
|
};
|
|
5746
|
-
readonly "
|
|
5875
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
5747
5876
|
id: string;
|
|
5748
5877
|
name: string;
|
|
5749
5878
|
api: "openai-completions";
|
|
@@ -5752,7 +5881,7 @@ export declare const MODELS: {
|
|
|
5752
5881
|
compat: {
|
|
5753
5882
|
supportsDeveloperRole: false;
|
|
5754
5883
|
};
|
|
5755
|
-
reasoning:
|
|
5884
|
+
reasoning: true;
|
|
5756
5885
|
input: "text"[];
|
|
5757
5886
|
cost: {
|
|
5758
5887
|
input: number;
|
|
@@ -5763,7 +5892,7 @@ export declare const MODELS: {
|
|
|
5763
5892
|
contextWindow: number;
|
|
5764
5893
|
maxTokens: number;
|
|
5765
5894
|
};
|
|
5766
|
-
readonly "
|
|
5895
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
5767
5896
|
id: string;
|
|
5768
5897
|
name: string;
|
|
5769
5898
|
api: "openai-completions";
|
|
@@ -5772,8 +5901,8 @@ export declare const MODELS: {
|
|
|
5772
5901
|
compat: {
|
|
5773
5902
|
supportsDeveloperRole: false;
|
|
5774
5903
|
};
|
|
5775
|
-
reasoning:
|
|
5776
|
-
input: "text"[];
|
|
5904
|
+
reasoning: true;
|
|
5905
|
+
input: ("image" | "text")[];
|
|
5777
5906
|
cost: {
|
|
5778
5907
|
input: number;
|
|
5779
5908
|
output: number;
|
|
@@ -5783,227 +5912,7 @@ export declare const MODELS: {
|
|
|
5783
5912
|
contextWindow: number;
|
|
5784
5913
|
maxTokens: number;
|
|
5785
5914
|
};
|
|
5786
|
-
readonly "
|
|
5787
|
-
id: string;
|
|
5788
|
-
name: string;
|
|
5789
|
-
api: "openai-completions";
|
|
5790
|
-
provider: string;
|
|
5791
|
-
baseUrl: string;
|
|
5792
|
-
compat: {
|
|
5793
|
-
supportsDeveloperRole: false;
|
|
5794
|
-
};
|
|
5795
|
-
reasoning: false;
|
|
5796
|
-
input: "text"[];
|
|
5797
|
-
cost: {
|
|
5798
|
-
input: number;
|
|
5799
|
-
output: number;
|
|
5800
|
-
cacheRead: number;
|
|
5801
|
-
cacheWrite: number;
|
|
5802
|
-
};
|
|
5803
|
-
contextWindow: number;
|
|
5804
|
-
maxTokens: number;
|
|
5805
|
-
};
|
|
5806
|
-
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5807
|
-
id: string;
|
|
5808
|
-
name: string;
|
|
5809
|
-
api: "openai-completions";
|
|
5810
|
-
provider: string;
|
|
5811
|
-
baseUrl: string;
|
|
5812
|
-
compat: {
|
|
5813
|
-
supportsDeveloperRole: false;
|
|
5814
|
-
};
|
|
5815
|
-
reasoning: false;
|
|
5816
|
-
input: "text"[];
|
|
5817
|
-
cost: {
|
|
5818
|
-
input: number;
|
|
5819
|
-
output: number;
|
|
5820
|
-
cacheRead: number;
|
|
5821
|
-
cacheWrite: number;
|
|
5822
|
-
};
|
|
5823
|
-
contextWindow: number;
|
|
5824
|
-
maxTokens: number;
|
|
5825
|
-
};
|
|
5826
|
-
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5827
|
-
id: string;
|
|
5828
|
-
name: string;
|
|
5829
|
-
api: "openai-completions";
|
|
5830
|
-
provider: string;
|
|
5831
|
-
baseUrl: string;
|
|
5832
|
-
compat: {
|
|
5833
|
-
supportsDeveloperRole: false;
|
|
5834
|
-
};
|
|
5835
|
-
reasoning: true;
|
|
5836
|
-
input: ("image" | "text")[];
|
|
5837
|
-
cost: {
|
|
5838
|
-
input: number;
|
|
5839
|
-
output: number;
|
|
5840
|
-
cacheRead: number;
|
|
5841
|
-
cacheWrite: number;
|
|
5842
|
-
};
|
|
5843
|
-
contextWindow: number;
|
|
5844
|
-
maxTokens: number;
|
|
5845
|
-
};
|
|
5846
|
-
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5847
|
-
id: string;
|
|
5848
|
-
name: string;
|
|
5849
|
-
api: "openai-completions";
|
|
5850
|
-
provider: string;
|
|
5851
|
-
baseUrl: string;
|
|
5852
|
-
compat: {
|
|
5853
|
-
supportsDeveloperRole: false;
|
|
5854
|
-
};
|
|
5855
|
-
reasoning: true;
|
|
5856
|
-
input: "text"[];
|
|
5857
|
-
cost: {
|
|
5858
|
-
input: number;
|
|
5859
|
-
output: number;
|
|
5860
|
-
cacheRead: number;
|
|
5861
|
-
cacheWrite: number;
|
|
5862
|
-
};
|
|
5863
|
-
contextWindow: number;
|
|
5864
|
-
maxTokens: number;
|
|
5865
|
-
};
|
|
5866
|
-
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5867
|
-
id: string;
|
|
5868
|
-
name: string;
|
|
5869
|
-
api: "openai-completions";
|
|
5870
|
-
provider: string;
|
|
5871
|
-
baseUrl: string;
|
|
5872
|
-
compat: {
|
|
5873
|
-
supportsDeveloperRole: false;
|
|
5874
|
-
};
|
|
5875
|
-
reasoning: true;
|
|
5876
|
-
input: "text"[];
|
|
5877
|
-
cost: {
|
|
5878
|
-
input: number;
|
|
5879
|
-
output: number;
|
|
5880
|
-
cacheRead: number;
|
|
5881
|
-
cacheWrite: number;
|
|
5882
|
-
};
|
|
5883
|
-
contextWindow: number;
|
|
5884
|
-
maxTokens: number;
|
|
5885
|
-
};
|
|
5886
|
-
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5887
|
-
id: string;
|
|
5888
|
-
name: string;
|
|
5889
|
-
api: "openai-completions";
|
|
5890
|
-
provider: string;
|
|
5891
|
-
baseUrl: string;
|
|
5892
|
-
compat: {
|
|
5893
|
-
supportsDeveloperRole: false;
|
|
5894
|
-
};
|
|
5895
|
-
reasoning: true;
|
|
5896
|
-
input: "text"[];
|
|
5897
|
-
cost: {
|
|
5898
|
-
input: number;
|
|
5899
|
-
output: number;
|
|
5900
|
-
cacheRead: number;
|
|
5901
|
-
cacheWrite: number;
|
|
5902
|
-
};
|
|
5903
|
-
contextWindow: number;
|
|
5904
|
-
maxTokens: number;
|
|
5905
|
-
};
|
|
5906
|
-
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5907
|
-
id: string;
|
|
5908
|
-
name: string;
|
|
5909
|
-
api: "openai-completions";
|
|
5910
|
-
provider: string;
|
|
5911
|
-
baseUrl: string;
|
|
5912
|
-
compat: {
|
|
5913
|
-
supportsDeveloperRole: false;
|
|
5914
|
-
};
|
|
5915
|
-
reasoning: true;
|
|
5916
|
-
input: "text"[];
|
|
5917
|
-
cost: {
|
|
5918
|
-
input: number;
|
|
5919
|
-
output: number;
|
|
5920
|
-
cacheRead: number;
|
|
5921
|
-
cacheWrite: number;
|
|
5922
|
-
};
|
|
5923
|
-
contextWindow: number;
|
|
5924
|
-
maxTokens: number;
|
|
5925
|
-
};
|
|
5926
|
-
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
5927
|
-
id: string;
|
|
5928
|
-
name: string;
|
|
5929
|
-
api: "openai-completions";
|
|
5930
|
-
provider: string;
|
|
5931
|
-
baseUrl: string;
|
|
5932
|
-
compat: {
|
|
5933
|
-
supportsDeveloperRole: false;
|
|
5934
|
-
};
|
|
5935
|
-
reasoning: false;
|
|
5936
|
-
input: "text"[];
|
|
5937
|
-
cost: {
|
|
5938
|
-
input: number;
|
|
5939
|
-
output: number;
|
|
5940
|
-
cacheRead: number;
|
|
5941
|
-
cacheWrite: number;
|
|
5942
|
-
};
|
|
5943
|
-
contextWindow: number;
|
|
5944
|
-
maxTokens: number;
|
|
5945
|
-
};
|
|
5946
|
-
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
5947
|
-
id: string;
|
|
5948
|
-
name: string;
|
|
5949
|
-
api: "openai-completions";
|
|
5950
|
-
provider: string;
|
|
5951
|
-
baseUrl: string;
|
|
5952
|
-
compat: {
|
|
5953
|
-
supportsDeveloperRole: false;
|
|
5954
|
-
};
|
|
5955
|
-
reasoning: false;
|
|
5956
|
-
input: "text"[];
|
|
5957
|
-
cost: {
|
|
5958
|
-
input: number;
|
|
5959
|
-
output: number;
|
|
5960
|
-
cacheRead: number;
|
|
5961
|
-
cacheWrite: number;
|
|
5962
|
-
};
|
|
5963
|
-
contextWindow: number;
|
|
5964
|
-
maxTokens: number;
|
|
5965
|
-
};
|
|
5966
|
-
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
5967
|
-
id: string;
|
|
5968
|
-
name: string;
|
|
5969
|
-
api: "openai-completions";
|
|
5970
|
-
provider: string;
|
|
5971
|
-
baseUrl: string;
|
|
5972
|
-
compat: {
|
|
5973
|
-
supportsDeveloperRole: false;
|
|
5974
|
-
};
|
|
5975
|
-
reasoning: true;
|
|
5976
|
-
input: "text"[];
|
|
5977
|
-
cost: {
|
|
5978
|
-
input: number;
|
|
5979
|
-
output: number;
|
|
5980
|
-
cacheRead: number;
|
|
5981
|
-
cacheWrite: number;
|
|
5982
|
-
};
|
|
5983
|
-
contextWindow: number;
|
|
5984
|
-
maxTokens: number;
|
|
5985
|
-
};
|
|
5986
|
-
readonly "moonshotai/Kimi-K2.5": {
|
|
5987
|
-
id: string;
|
|
5988
|
-
name: string;
|
|
5989
|
-
api: "openai-completions";
|
|
5990
|
-
provider: string;
|
|
5991
|
-
baseUrl: string;
|
|
5992
|
-
compat: {
|
|
5993
|
-
supportsDeveloperRole: false;
|
|
5994
|
-
};
|
|
5995
|
-
reasoning: true;
|
|
5996
|
-
input: ("image" | "text")[];
|
|
5997
|
-
cost: {
|
|
5998
|
-
input: number;
|
|
5999
|
-
output: number;
|
|
6000
|
-
cacheRead: number;
|
|
6001
|
-
cacheWrite: number;
|
|
6002
|
-
};
|
|
6003
|
-
contextWindow: number;
|
|
6004
|
-
maxTokens: number;
|
|
6005
|
-
};
|
|
6006
|
-
readonly "moonshotai/Kimi-K2.6": {
|
|
5915
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
6007
5916
|
id: string;
|
|
6008
5917
|
name: string;
|
|
6009
5918
|
api: "openai-completions";
|
|
@@ -8020,6 +7929,23 @@ export declare const MODELS: {
|
|
|
8020
7929
|
contextWindow: number;
|
|
8021
7930
|
maxTokens: number;
|
|
8022
7931
|
};
|
|
7932
|
+
readonly "claude-fable-5": {
|
|
7933
|
+
id: string;
|
|
7934
|
+
name: string;
|
|
7935
|
+
api: "anthropic-messages";
|
|
7936
|
+
provider: string;
|
|
7937
|
+
baseUrl: string;
|
|
7938
|
+
reasoning: true;
|
|
7939
|
+
input: ("image" | "text")[];
|
|
7940
|
+
cost: {
|
|
7941
|
+
input: number;
|
|
7942
|
+
output: number;
|
|
7943
|
+
cacheRead: number;
|
|
7944
|
+
cacheWrite: number;
|
|
7945
|
+
};
|
|
7946
|
+
contextWindow: number;
|
|
7947
|
+
maxTokens: number;
|
|
7948
|
+
};
|
|
8023
7949
|
readonly "claude-haiku-4-5": {
|
|
8024
7950
|
id: string;
|
|
8025
7951
|
name: string;
|
|
@@ -8249,6 +8175,34 @@ export declare const MODELS: {
|
|
|
8249
8175
|
contextWindow: number;
|
|
8250
8176
|
maxTokens: number;
|
|
8251
8177
|
};
|
|
8178
|
+
readonly "deepseek-v4-pro": {
|
|
8179
|
+
id: string;
|
|
8180
|
+
name: string;
|
|
8181
|
+
api: "openai-completions";
|
|
8182
|
+
provider: string;
|
|
8183
|
+
baseUrl: string;
|
|
8184
|
+
compat: {
|
|
8185
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8186
|
+
thinkingFormat: "deepseek";
|
|
8187
|
+
};
|
|
8188
|
+
reasoning: true;
|
|
8189
|
+
thinkingLevelMap: {
|
|
8190
|
+
minimal: null;
|
|
8191
|
+
low: null;
|
|
8192
|
+
medium: null;
|
|
8193
|
+
high: string;
|
|
8194
|
+
xhigh: string;
|
|
8195
|
+
};
|
|
8196
|
+
input: "text"[];
|
|
8197
|
+
cost: {
|
|
8198
|
+
input: number;
|
|
8199
|
+
output: number;
|
|
8200
|
+
cacheRead: number;
|
|
8201
|
+
cacheWrite: number;
|
|
8202
|
+
};
|
|
8203
|
+
contextWindow: number;
|
|
8204
|
+
maxTokens: number;
|
|
8205
|
+
};
|
|
8252
8206
|
readonly "gemini-3-flash": {
|
|
8253
8207
|
id: string;
|
|
8254
8208
|
name: string;
|
|
@@ -8810,6 +8764,23 @@ export declare const MODELS: {
|
|
|
8810
8764
|
contextWindow: number;
|
|
8811
8765
|
maxTokens: number;
|
|
8812
8766
|
};
|
|
8767
|
+
readonly "north-mini-code-free": {
|
|
8768
|
+
id: string;
|
|
8769
|
+
name: string;
|
|
8770
|
+
api: "openai-completions";
|
|
8771
|
+
provider: string;
|
|
8772
|
+
baseUrl: string;
|
|
8773
|
+
reasoning: true;
|
|
8774
|
+
input: "text"[];
|
|
8775
|
+
cost: {
|
|
8776
|
+
input: number;
|
|
8777
|
+
output: number;
|
|
8778
|
+
cacheRead: number;
|
|
8779
|
+
cacheWrite: number;
|
|
8780
|
+
};
|
|
8781
|
+
contextWindow: number;
|
|
8782
|
+
maxTokens: number;
|
|
8783
|
+
};
|
|
8813
8784
|
readonly "qwen3.5-plus": {
|
|
8814
8785
|
id: string;
|
|
8815
8786
|
name: string;
|
|
@@ -9256,6 +9227,23 @@ export declare const MODELS: {
|
|
|
9256
9227
|
contextWindow: number;
|
|
9257
9228
|
maxTokens: number;
|
|
9258
9229
|
};
|
|
9230
|
+
readonly "anthropic/claude-fable-5": {
|
|
9231
|
+
id: string;
|
|
9232
|
+
name: string;
|
|
9233
|
+
api: "openai-completions";
|
|
9234
|
+
provider: string;
|
|
9235
|
+
baseUrl: string;
|
|
9236
|
+
reasoning: true;
|
|
9237
|
+
input: ("image" | "text")[];
|
|
9238
|
+
cost: {
|
|
9239
|
+
input: number;
|
|
9240
|
+
output: number;
|
|
9241
|
+
cacheRead: number;
|
|
9242
|
+
cacheWrite: number;
|
|
9243
|
+
};
|
|
9244
|
+
contextWindow: number;
|
|
9245
|
+
maxTokens: number;
|
|
9246
|
+
};
|
|
9259
9247
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9260
9248
|
id: string;
|
|
9261
9249
|
name: string;
|
|
@@ -10858,15 +10846,12 @@ export declare const MODELS: {
|
|
|
10858
10846
|
contextWindow: number;
|
|
10859
10847
|
maxTokens: number;
|
|
10860
10848
|
};
|
|
10861
|
-
readonly "
|
|
10849
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
10862
10850
|
id: string;
|
|
10863
10851
|
name: string;
|
|
10864
10852
|
api: "openai-completions";
|
|
10865
10853
|
provider: string;
|
|
10866
10854
|
baseUrl: string;
|
|
10867
|
-
compat: {
|
|
10868
|
-
supportsDeveloperRole: false;
|
|
10869
|
-
};
|
|
10870
10855
|
reasoning: true;
|
|
10871
10856
|
input: ("image" | "text")[];
|
|
10872
10857
|
cost: {
|
|
@@ -10878,23 +10863,6 @@ export declare const MODELS: {
|
|
|
10878
10863
|
contextWindow: number;
|
|
10879
10864
|
maxTokens: number;
|
|
10880
10865
|
};
|
|
10881
|
-
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
10882
|
-
id: string;
|
|
10883
|
-
name: string;
|
|
10884
|
-
api: "openai-completions";
|
|
10885
|
-
provider: string;
|
|
10886
|
-
baseUrl: string;
|
|
10887
|
-
reasoning: false;
|
|
10888
|
-
input: "text"[];
|
|
10889
|
-
cost: {
|
|
10890
|
-
input: number;
|
|
10891
|
-
output: number;
|
|
10892
|
-
cacheRead: number;
|
|
10893
|
-
cacheWrite: number;
|
|
10894
|
-
};
|
|
10895
|
-
contextWindow: number;
|
|
10896
|
-
maxTokens: number;
|
|
10897
|
-
};
|
|
10898
10866
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10899
10867
|
id: string;
|
|
10900
10868
|
name: string;
|
|
@@ -11048,23 +11016,6 @@ export declare const MODELS: {
|
|
|
11048
11016
|
contextWindow: number;
|
|
11049
11017
|
maxTokens: number;
|
|
11050
11018
|
};
|
|
11051
|
-
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11052
|
-
id: string;
|
|
11053
|
-
name: string;
|
|
11054
|
-
api: "openai-completions";
|
|
11055
|
-
provider: string;
|
|
11056
|
-
baseUrl: string;
|
|
11057
|
-
reasoning: true;
|
|
11058
|
-
input: "text"[];
|
|
11059
|
-
cost: {
|
|
11060
|
-
input: number;
|
|
11061
|
-
output: number;
|
|
11062
|
-
cacheRead: number;
|
|
11063
|
-
cacheWrite: number;
|
|
11064
|
-
};
|
|
11065
|
-
contextWindow: number;
|
|
11066
|
-
maxTokens: number;
|
|
11067
|
-
};
|
|
11068
11019
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11069
11020
|
id: string;
|
|
11070
11021
|
name: string;
|
|
@@ -13178,23 +13129,6 @@ export declare const MODELS: {
|
|
|
13178
13129
|
contextWindow: number;
|
|
13179
13130
|
maxTokens: number;
|
|
13180
13131
|
};
|
|
13181
|
-
readonly "z-ai/glm-4-32b": {
|
|
13182
|
-
id: string;
|
|
13183
|
-
name: string;
|
|
13184
|
-
api: "openai-completions";
|
|
13185
|
-
provider: string;
|
|
13186
|
-
baseUrl: string;
|
|
13187
|
-
reasoning: false;
|
|
13188
|
-
input: "text"[];
|
|
13189
|
-
cost: {
|
|
13190
|
-
input: number;
|
|
13191
|
-
output: number;
|
|
13192
|
-
cacheRead: number;
|
|
13193
|
-
cacheWrite: number;
|
|
13194
|
-
};
|
|
13195
|
-
contextWindow: number;
|
|
13196
|
-
maxTokens: number;
|
|
13197
|
-
};
|
|
13198
13132
|
readonly "z-ai/glm-4.5": {
|
|
13199
13133
|
id: string;
|
|
13200
13134
|
name: string;
|
|
@@ -13229,23 +13163,6 @@ export declare const MODELS: {
|
|
|
13229
13163
|
contextWindow: number;
|
|
13230
13164
|
maxTokens: number;
|
|
13231
13165
|
};
|
|
13232
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
13233
|
-
id: string;
|
|
13234
|
-
name: string;
|
|
13235
|
-
api: "openai-completions";
|
|
13236
|
-
provider: string;
|
|
13237
|
-
baseUrl: string;
|
|
13238
|
-
reasoning: true;
|
|
13239
|
-
input: "text"[];
|
|
13240
|
-
cost: {
|
|
13241
|
-
input: number;
|
|
13242
|
-
output: number;
|
|
13243
|
-
cacheRead: number;
|
|
13244
|
-
cacheWrite: number;
|
|
13245
|
-
};
|
|
13246
|
-
contextWindow: number;
|
|
13247
|
-
maxTokens: number;
|
|
13248
|
-
};
|
|
13249
13166
|
readonly "z-ai/glm-4.5v": {
|
|
13250
13167
|
id: string;
|
|
13251
13168
|
name: string;
|
|
@@ -13382,7 +13299,7 @@ export declare const MODELS: {
|
|
|
13382
13299
|
contextWindow: number;
|
|
13383
13300
|
maxTokens: number;
|
|
13384
13301
|
};
|
|
13385
|
-
readonly "
|
|
13302
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
13386
13303
|
id: string;
|
|
13387
13304
|
name: string;
|
|
13388
13305
|
api: "openai-completions";
|
|
@@ -13535,102 +13452,9 @@ export declare const MODELS: {
|
|
|
13535
13452
|
contextWindow: number;
|
|
13536
13453
|
maxTokens: number;
|
|
13537
13454
|
};
|
|
13538
|
-
};
|
|
13539
|
-
readonly together: {
|
|
13540
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
13541
|
-
id: string;
|
|
13542
|
-
name: string;
|
|
13543
|
-
api: "openai-completions";
|
|
13544
|
-
provider: string;
|
|
13545
|
-
baseUrl: string;
|
|
13546
|
-
compat: {
|
|
13547
|
-
supportsStore: false;
|
|
13548
|
-
supportsDeveloperRole: false;
|
|
13549
|
-
supportsReasoningEffort: false;
|
|
13550
|
-
maxTokensField: "max_tokens";
|
|
13551
|
-
supportsStrictMode: false;
|
|
13552
|
-
supportsLongCacheRetention: false;
|
|
13553
|
-
};
|
|
13554
|
-
reasoning: true;
|
|
13555
|
-
thinkingLevelMap: {
|
|
13556
|
-
off: null;
|
|
13557
|
-
minimal: null;
|
|
13558
|
-
low: null;
|
|
13559
|
-
medium: null;
|
|
13560
|
-
};
|
|
13561
|
-
input: "text"[];
|
|
13562
|
-
cost: {
|
|
13563
|
-
input: number;
|
|
13564
|
-
output: number;
|
|
13565
|
-
cacheRead: number;
|
|
13566
|
-
cacheWrite: number;
|
|
13567
|
-
};
|
|
13568
|
-
contextWindow: number;
|
|
13569
|
-
maxTokens: number;
|
|
13570
|
-
};
|
|
13571
|
-
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13572
|
-
id: string;
|
|
13573
|
-
name: string;
|
|
13574
|
-
api: "openai-completions";
|
|
13575
|
-
provider: string;
|
|
13576
|
-
baseUrl: string;
|
|
13577
|
-
compat: {
|
|
13578
|
-
supportsStore: false;
|
|
13579
|
-
supportsDeveloperRole: false;
|
|
13580
|
-
supportsReasoningEffort: false;
|
|
13581
|
-
maxTokensField: "max_tokens";
|
|
13582
|
-
supportsStrictMode: false;
|
|
13583
|
-
supportsLongCacheRetention: false;
|
|
13584
|
-
};
|
|
13585
|
-
reasoning: true;
|
|
13586
|
-
thinkingLevelMap: {
|
|
13587
|
-
off: null;
|
|
13588
|
-
minimal: null;
|
|
13589
|
-
low: null;
|
|
13590
|
-
medium: null;
|
|
13591
|
-
};
|
|
13592
|
-
input: "text"[];
|
|
13593
|
-
cost: {
|
|
13594
|
-
input: number;
|
|
13595
|
-
output: number;
|
|
13596
|
-
cacheRead: number;
|
|
13597
|
-
cacheWrite: number;
|
|
13598
|
-
};
|
|
13599
|
-
contextWindow: number;
|
|
13600
|
-
maxTokens: number;
|
|
13601
|
-
};
|
|
13602
|
-
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13603
|
-
id: string;
|
|
13604
|
-
name: string;
|
|
13605
|
-
api: "openai-completions";
|
|
13606
|
-
provider: string;
|
|
13607
|
-
baseUrl: string;
|
|
13608
|
-
compat: {
|
|
13609
|
-
supportsStore: false;
|
|
13610
|
-
supportsDeveloperRole: false;
|
|
13611
|
-
supportsReasoningEffort: false;
|
|
13612
|
-
maxTokensField: "max_tokens";
|
|
13613
|
-
supportsStrictMode: false;
|
|
13614
|
-
supportsLongCacheRetention: false;
|
|
13615
|
-
thinkingFormat: "together";
|
|
13616
|
-
};
|
|
13617
|
-
reasoning: true;
|
|
13618
|
-
thinkingLevelMap: {
|
|
13619
|
-
minimal: null;
|
|
13620
|
-
low: null;
|
|
13621
|
-
medium: null;
|
|
13622
|
-
};
|
|
13623
|
-
input: "text"[];
|
|
13624
|
-
cost: {
|
|
13625
|
-
input: number;
|
|
13626
|
-
output: number;
|
|
13627
|
-
cacheRead: number;
|
|
13628
|
-
cacheWrite: number;
|
|
13629
|
-
};
|
|
13630
|
-
contextWindow: number;
|
|
13631
|
-
maxTokens: number;
|
|
13632
|
-
};
|
|
13633
|
-
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
|
|
13455
|
+
};
|
|
13456
|
+
readonly together: {
|
|
13457
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13634
13458
|
id: string;
|
|
13635
13459
|
name: string;
|
|
13636
13460
|
api: "openai-completions";
|
|
@@ -13644,7 +13468,13 @@ export declare const MODELS: {
|
|
|
13644
13468
|
supportsStrictMode: false;
|
|
13645
13469
|
supportsLongCacheRetention: false;
|
|
13646
13470
|
};
|
|
13647
|
-
reasoning:
|
|
13471
|
+
reasoning: true;
|
|
13472
|
+
thinkingLevelMap: {
|
|
13473
|
+
off: null;
|
|
13474
|
+
minimal: null;
|
|
13475
|
+
low: null;
|
|
13476
|
+
medium: null;
|
|
13477
|
+
};
|
|
13648
13478
|
input: "text"[];
|
|
13649
13479
|
cost: {
|
|
13650
13480
|
input: number;
|
|
@@ -13655,7 +13485,7 @@ export declare const MODELS: {
|
|
|
13655
13485
|
contextWindow: number;
|
|
13656
13486
|
maxTokens: number;
|
|
13657
13487
|
};
|
|
13658
|
-
readonly "Qwen/
|
|
13488
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13659
13489
|
id: string;
|
|
13660
13490
|
name: string;
|
|
13661
13491
|
api: "openai-completions";
|
|
@@ -13668,14 +13498,8 @@ export declare const MODELS: {
|
|
|
13668
13498
|
maxTokensField: "max_tokens";
|
|
13669
13499
|
supportsStrictMode: false;
|
|
13670
13500
|
supportsLongCacheRetention: false;
|
|
13671
|
-
thinkingFormat: "together";
|
|
13672
|
-
};
|
|
13673
|
-
reasoning: true;
|
|
13674
|
-
thinkingLevelMap: {
|
|
13675
|
-
minimal: null;
|
|
13676
|
-
low: null;
|
|
13677
|
-
medium: null;
|
|
13678
13501
|
};
|
|
13502
|
+
reasoning: false;
|
|
13679
13503
|
input: "text"[];
|
|
13680
13504
|
cost: {
|
|
13681
13505
|
input: number;
|
|
@@ -13686,7 +13510,7 @@ export declare const MODELS: {
|
|
|
13686
13510
|
contextWindow: number;
|
|
13687
13511
|
maxTokens: number;
|
|
13688
13512
|
};
|
|
13689
|
-
readonly "Qwen/Qwen3
|
|
13513
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13690
13514
|
id: string;
|
|
13691
13515
|
name: string;
|
|
13692
13516
|
api: "openai-completions";
|
|
@@ -13699,15 +13523,9 @@ export declare const MODELS: {
|
|
|
13699
13523
|
maxTokensField: "max_tokens";
|
|
13700
13524
|
supportsStrictMode: false;
|
|
13701
13525
|
supportsLongCacheRetention: false;
|
|
13702
|
-
thinkingFormat: "together";
|
|
13703
|
-
};
|
|
13704
|
-
reasoning: true;
|
|
13705
|
-
thinkingLevelMap: {
|
|
13706
|
-
minimal: null;
|
|
13707
|
-
low: null;
|
|
13708
|
-
medium: null;
|
|
13709
13526
|
};
|
|
13710
|
-
|
|
13527
|
+
reasoning: false;
|
|
13528
|
+
input: "text"[];
|
|
13711
13529
|
cost: {
|
|
13712
13530
|
input: number;
|
|
13713
13531
|
output: number;
|
|
@@ -13717,7 +13535,7 @@ export declare const MODELS: {
|
|
|
13717
13535
|
contextWindow: number;
|
|
13718
13536
|
maxTokens: number;
|
|
13719
13537
|
};
|
|
13720
|
-
readonly "Qwen/Qwen3.
|
|
13538
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
13721
13539
|
id: string;
|
|
13722
13540
|
name: string;
|
|
13723
13541
|
api: "openai-completions";
|
|
@@ -13738,7 +13556,7 @@ export declare const MODELS: {
|
|
|
13738
13556
|
low: null;
|
|
13739
13557
|
medium: null;
|
|
13740
13558
|
};
|
|
13741
|
-
input: "text"[];
|
|
13559
|
+
input: ("image" | "text")[];
|
|
13742
13560
|
cost: {
|
|
13743
13561
|
input: number;
|
|
13744
13562
|
output: number;
|
|
@@ -13748,7 +13566,7 @@ export declare const MODELS: {
|
|
|
13748
13566
|
contextWindow: number;
|
|
13749
13567
|
maxTokens: number;
|
|
13750
13568
|
};
|
|
13751
|
-
readonly "Qwen/Qwen3.
|
|
13569
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
13752
13570
|
id: string;
|
|
13753
13571
|
name: string;
|
|
13754
13572
|
api: "openai-completions";
|
|
@@ -13769,7 +13587,7 @@ export declare const MODELS: {
|
|
|
13769
13587
|
low: null;
|
|
13770
13588
|
medium: null;
|
|
13771
13589
|
};
|
|
13772
|
-
input: "text"[];
|
|
13590
|
+
input: ("image" | "text")[];
|
|
13773
13591
|
cost: {
|
|
13774
13592
|
input: number;
|
|
13775
13593
|
output: number;
|
|
@@ -13779,7 +13597,7 @@ export declare const MODELS: {
|
|
|
13779
13597
|
contextWindow: number;
|
|
13780
13598
|
maxTokens: number;
|
|
13781
13599
|
};
|
|
13782
|
-
readonly "
|
|
13600
|
+
readonly "Qwen/Qwen3.6-Plus": {
|
|
13783
13601
|
id: string;
|
|
13784
13602
|
name: string;
|
|
13785
13603
|
api: "openai-completions";
|
|
@@ -13810,7 +13628,7 @@ export declare const MODELS: {
|
|
|
13810
13628
|
contextWindow: number;
|
|
13811
13629
|
maxTokens: number;
|
|
13812
13630
|
};
|
|
13813
|
-
readonly "
|
|
13631
|
+
readonly "Qwen/Qwen3.7-Max": {
|
|
13814
13632
|
id: string;
|
|
13815
13633
|
name: string;
|
|
13816
13634
|
api: "openai-completions";
|
|
@@ -13823,14 +13641,8 @@ export declare const MODELS: {
|
|
|
13823
13641
|
maxTokensField: "max_tokens";
|
|
13824
13642
|
supportsStrictMode: false;
|
|
13825
13643
|
supportsLongCacheRetention: false;
|
|
13826
|
-
thinkingFormat: "together";
|
|
13827
|
-
};
|
|
13828
|
-
reasoning: true;
|
|
13829
|
-
thinkingLevelMap: {
|
|
13830
|
-
minimal: null;
|
|
13831
|
-
low: null;
|
|
13832
|
-
medium: null;
|
|
13833
13644
|
};
|
|
13645
|
+
reasoning: false;
|
|
13834
13646
|
input: "text"[];
|
|
13835
13647
|
cost: {
|
|
13836
13648
|
input: number;
|
|
@@ -13955,7 +13767,7 @@ export declare const MODELS: {
|
|
|
13955
13767
|
contextWindow: number;
|
|
13956
13768
|
maxTokens: number;
|
|
13957
13769
|
};
|
|
13958
|
-
readonly "moonshotai/Kimi-K2.
|
|
13770
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
13959
13771
|
id: string;
|
|
13960
13772
|
name: string;
|
|
13961
13773
|
api: "openai-completions";
|
|
@@ -13986,7 +13798,7 @@ export declare const MODELS: {
|
|
|
13986
13798
|
contextWindow: number;
|
|
13987
13799
|
maxTokens: number;
|
|
13988
13800
|
};
|
|
13989
|
-
readonly "
|
|
13801
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13990
13802
|
id: string;
|
|
13991
13803
|
name: string;
|
|
13992
13804
|
api: "openai-completions";
|
|
@@ -14007,7 +13819,7 @@ export declare const MODELS: {
|
|
|
14007
13819
|
low: null;
|
|
14008
13820
|
medium: null;
|
|
14009
13821
|
};
|
|
14010
|
-
input:
|
|
13822
|
+
input: "text"[];
|
|
14011
13823
|
cost: {
|
|
14012
13824
|
input: number;
|
|
14013
13825
|
output: number;
|
|
@@ -14017,7 +13829,7 @@ export declare const MODELS: {
|
|
|
14017
13829
|
contextWindow: number;
|
|
14018
13830
|
maxTokens: number;
|
|
14019
13831
|
};
|
|
14020
|
-
readonly "
|
|
13832
|
+
readonly "openai/gpt-oss-120b": {
|
|
14021
13833
|
id: string;
|
|
14022
13834
|
name: string;
|
|
14023
13835
|
api: "openai-completions";
|
|
@@ -14026,17 +13838,16 @@ export declare const MODELS: {
|
|
|
14026
13838
|
compat: {
|
|
14027
13839
|
supportsStore: false;
|
|
14028
13840
|
supportsDeveloperRole: false;
|
|
14029
|
-
supportsReasoningEffort:
|
|
13841
|
+
supportsReasoningEffort: true;
|
|
14030
13842
|
maxTokensField: "max_tokens";
|
|
14031
13843
|
supportsStrictMode: false;
|
|
14032
13844
|
supportsLongCacheRetention: false;
|
|
14033
|
-
thinkingFormat: "
|
|
13845
|
+
thinkingFormat: "openai";
|
|
14034
13846
|
};
|
|
14035
13847
|
reasoning: true;
|
|
14036
13848
|
thinkingLevelMap: {
|
|
13849
|
+
off: null;
|
|
14037
13850
|
minimal: null;
|
|
14038
|
-
low: null;
|
|
14039
|
-
medium: null;
|
|
14040
13851
|
};
|
|
14041
13852
|
input: "text"[];
|
|
14042
13853
|
cost: {
|
|
@@ -14048,7 +13859,7 @@ export declare const MODELS: {
|
|
|
14048
13859
|
contextWindow: number;
|
|
14049
13860
|
maxTokens: number;
|
|
14050
13861
|
};
|
|
14051
|
-
readonly "openai/gpt-oss-
|
|
13862
|
+
readonly "openai/gpt-oss-20b": {
|
|
14052
13863
|
id: string;
|
|
14053
13864
|
name: string;
|
|
14054
13865
|
api: "openai-completions";
|
|
@@ -14078,6 +13889,37 @@ export declare const MODELS: {
|
|
|
14078
13889
|
contextWindow: number;
|
|
14079
13890
|
maxTokens: number;
|
|
14080
13891
|
};
|
|
13892
|
+
readonly "zai-org/GLM-5": {
|
|
13893
|
+
id: string;
|
|
13894
|
+
name: string;
|
|
13895
|
+
api: "openai-completions";
|
|
13896
|
+
provider: string;
|
|
13897
|
+
baseUrl: string;
|
|
13898
|
+
compat: {
|
|
13899
|
+
supportsStore: false;
|
|
13900
|
+
supportsDeveloperRole: false;
|
|
13901
|
+
supportsReasoningEffort: false;
|
|
13902
|
+
maxTokensField: "max_tokens";
|
|
13903
|
+
supportsStrictMode: false;
|
|
13904
|
+
supportsLongCacheRetention: false;
|
|
13905
|
+
thinkingFormat: "together";
|
|
13906
|
+
};
|
|
13907
|
+
reasoning: true;
|
|
13908
|
+
thinkingLevelMap: {
|
|
13909
|
+
minimal: null;
|
|
13910
|
+
low: null;
|
|
13911
|
+
medium: null;
|
|
13912
|
+
};
|
|
13913
|
+
input: "text"[];
|
|
13914
|
+
cost: {
|
|
13915
|
+
input: number;
|
|
13916
|
+
output: number;
|
|
13917
|
+
cacheRead: number;
|
|
13918
|
+
cacheWrite: number;
|
|
13919
|
+
};
|
|
13920
|
+
contextWindow: number;
|
|
13921
|
+
maxTokens: number;
|
|
13922
|
+
};
|
|
14081
13923
|
readonly "zai-org/GLM-5.1": {
|
|
14082
13924
|
id: string;
|
|
14083
13925
|
name: string;
|
|
@@ -14519,6 +14361,23 @@ export declare const MODELS: {
|
|
|
14519
14361
|
contextWindow: number;
|
|
14520
14362
|
maxTokens: number;
|
|
14521
14363
|
};
|
|
14364
|
+
readonly "anthropic/claude-fable-5": {
|
|
14365
|
+
id: string;
|
|
14366
|
+
name: string;
|
|
14367
|
+
api: "anthropic-messages";
|
|
14368
|
+
provider: string;
|
|
14369
|
+
baseUrl: string;
|
|
14370
|
+
reasoning: true;
|
|
14371
|
+
input: ("image" | "text")[];
|
|
14372
|
+
cost: {
|
|
14373
|
+
input: number;
|
|
14374
|
+
output: number;
|
|
14375
|
+
cacheRead: number;
|
|
14376
|
+
cacheWrite: number;
|
|
14377
|
+
};
|
|
14378
|
+
contextWindow: number;
|
|
14379
|
+
maxTokens: number;
|
|
14380
|
+
};
|
|
14522
14381
|
readonly "anthropic/claude-haiku-4.5": {
|
|
14523
14382
|
id: string;
|
|
14524
14383
|
name: string;
|
|
@@ -14913,40 +14772,6 @@ export declare const MODELS: {
|
|
|
14913
14772
|
contextWindow: number;
|
|
14914
14773
|
maxTokens: number;
|
|
14915
14774
|
};
|
|
14916
|
-
readonly "google/gemini-2.0-flash": {
|
|
14917
|
-
id: string;
|
|
14918
|
-
name: string;
|
|
14919
|
-
api: "anthropic-messages";
|
|
14920
|
-
provider: string;
|
|
14921
|
-
baseUrl: string;
|
|
14922
|
-
reasoning: false;
|
|
14923
|
-
input: ("image" | "text")[];
|
|
14924
|
-
cost: {
|
|
14925
|
-
input: number;
|
|
14926
|
-
output: number;
|
|
14927
|
-
cacheRead: number;
|
|
14928
|
-
cacheWrite: number;
|
|
14929
|
-
};
|
|
14930
|
-
contextWindow: number;
|
|
14931
|
-
maxTokens: number;
|
|
14932
|
-
};
|
|
14933
|
-
readonly "google/gemini-2.0-flash-lite": {
|
|
14934
|
-
id: string;
|
|
14935
|
-
name: string;
|
|
14936
|
-
api: "anthropic-messages";
|
|
14937
|
-
provider: string;
|
|
14938
|
-
baseUrl: string;
|
|
14939
|
-
reasoning: false;
|
|
14940
|
-
input: ("image" | "text")[];
|
|
14941
|
-
cost: {
|
|
14942
|
-
input: number;
|
|
14943
|
-
output: number;
|
|
14944
|
-
cacheRead: number;
|
|
14945
|
-
cacheWrite: number;
|
|
14946
|
-
};
|
|
14947
|
-
contextWindow: number;
|
|
14948
|
-
maxTokens: number;
|
|
14949
|
-
};
|
|
14950
14775
|
readonly "google/gemini-2.5-flash": {
|
|
14951
14776
|
id: string;
|
|
14952
14777
|
name: string;
|
|
@@ -15695,40 +15520,6 @@ export declare const MODELS: {
|
|
|
15695
15520
|
contextWindow: number;
|
|
15696
15521
|
maxTokens: number;
|
|
15697
15522
|
};
|
|
15698
|
-
readonly "moonshotai/kimi-k2-thinking-turbo": {
|
|
15699
|
-
id: string;
|
|
15700
|
-
name: string;
|
|
15701
|
-
api: "anthropic-messages";
|
|
15702
|
-
provider: string;
|
|
15703
|
-
baseUrl: string;
|
|
15704
|
-
reasoning: true;
|
|
15705
|
-
input: "text"[];
|
|
15706
|
-
cost: {
|
|
15707
|
-
input: number;
|
|
15708
|
-
output: number;
|
|
15709
|
-
cacheRead: number;
|
|
15710
|
-
cacheWrite: number;
|
|
15711
|
-
};
|
|
15712
|
-
contextWindow: number;
|
|
15713
|
-
maxTokens: number;
|
|
15714
|
-
};
|
|
15715
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
15716
|
-
id: string;
|
|
15717
|
-
name: string;
|
|
15718
|
-
api: "anthropic-messages";
|
|
15719
|
-
provider: string;
|
|
15720
|
-
baseUrl: string;
|
|
15721
|
-
reasoning: false;
|
|
15722
|
-
input: "text"[];
|
|
15723
|
-
cost: {
|
|
15724
|
-
input: number;
|
|
15725
|
-
output: number;
|
|
15726
|
-
cacheRead: number;
|
|
15727
|
-
cacheWrite: number;
|
|
15728
|
-
};
|
|
15729
|
-
contextWindow: number;
|
|
15730
|
-
maxTokens: number;
|
|
15731
|
-
};
|
|
15732
15523
|
readonly "moonshotai/kimi-k2.5": {
|
|
15733
15524
|
id: string;
|
|
15734
15525
|
name: string;
|
|
@@ -17271,6 +17062,27 @@ export declare const MODELS: {
|
|
|
17271
17062
|
contextWindow: number;
|
|
17272
17063
|
maxTokens: number;
|
|
17273
17064
|
};
|
|
17065
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17066
|
+
id: string;
|
|
17067
|
+
name: string;
|
|
17068
|
+
api: "openai-completions";
|
|
17069
|
+
provider: string;
|
|
17070
|
+
baseUrl: string;
|
|
17071
|
+
compat: {
|
|
17072
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17073
|
+
thinkingFormat: "deepseek";
|
|
17074
|
+
};
|
|
17075
|
+
reasoning: true;
|
|
17076
|
+
input: "text"[];
|
|
17077
|
+
cost: {
|
|
17078
|
+
input: number;
|
|
17079
|
+
output: number;
|
|
17080
|
+
cacheRead: number;
|
|
17081
|
+
cacheWrite: number;
|
|
17082
|
+
};
|
|
17083
|
+
contextWindow: number;
|
|
17084
|
+
maxTokens: number;
|
|
17085
|
+
};
|
|
17274
17086
|
};
|
|
17275
17087
|
readonly "xiaomi-token-plan-ams": {
|
|
17276
17088
|
readonly "mimo-v2-omni": {
|
|
@@ -17357,6 +17169,27 @@ export declare const MODELS: {
|
|
|
17357
17169
|
contextWindow: number;
|
|
17358
17170
|
maxTokens: number;
|
|
17359
17171
|
};
|
|
17172
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17173
|
+
id: string;
|
|
17174
|
+
name: string;
|
|
17175
|
+
api: "openai-completions";
|
|
17176
|
+
provider: string;
|
|
17177
|
+
baseUrl: string;
|
|
17178
|
+
compat: {
|
|
17179
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17180
|
+
thinkingFormat: "deepseek";
|
|
17181
|
+
};
|
|
17182
|
+
reasoning: true;
|
|
17183
|
+
input: "text"[];
|
|
17184
|
+
cost: {
|
|
17185
|
+
input: number;
|
|
17186
|
+
output: number;
|
|
17187
|
+
cacheRead: number;
|
|
17188
|
+
cacheWrite: number;
|
|
17189
|
+
};
|
|
17190
|
+
contextWindow: number;
|
|
17191
|
+
maxTokens: number;
|
|
17192
|
+
};
|
|
17360
17193
|
};
|
|
17361
17194
|
readonly "xiaomi-token-plan-cn": {
|
|
17362
17195
|
readonly "mimo-v2-omni": {
|
|
@@ -17443,6 +17276,27 @@ export declare const MODELS: {
|
|
|
17443
17276
|
contextWindow: number;
|
|
17444
17277
|
maxTokens: number;
|
|
17445
17278
|
};
|
|
17279
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17280
|
+
id: string;
|
|
17281
|
+
name: string;
|
|
17282
|
+
api: "openai-completions";
|
|
17283
|
+
provider: string;
|
|
17284
|
+
baseUrl: string;
|
|
17285
|
+
compat: {
|
|
17286
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17287
|
+
thinkingFormat: "deepseek";
|
|
17288
|
+
};
|
|
17289
|
+
reasoning: true;
|
|
17290
|
+
input: "text"[];
|
|
17291
|
+
cost: {
|
|
17292
|
+
input: number;
|
|
17293
|
+
output: number;
|
|
17294
|
+
cacheRead: number;
|
|
17295
|
+
cacheWrite: number;
|
|
17296
|
+
};
|
|
17297
|
+
contextWindow: number;
|
|
17298
|
+
maxTokens: number;
|
|
17299
|
+
};
|
|
17446
17300
|
};
|
|
17447
17301
|
readonly "xiaomi-token-plan-sgp": {
|
|
17448
17302
|
readonly "mimo-v2-omni": {
|
|
@@ -17529,6 +17383,27 @@ export declare const MODELS: {
|
|
|
17529
17383
|
contextWindow: number;
|
|
17530
17384
|
maxTokens: number;
|
|
17531
17385
|
};
|
|
17386
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17387
|
+
id: string;
|
|
17388
|
+
name: string;
|
|
17389
|
+
api: "openai-completions";
|
|
17390
|
+
provider: string;
|
|
17391
|
+
baseUrl: string;
|
|
17392
|
+
compat: {
|
|
17393
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17394
|
+
thinkingFormat: "deepseek";
|
|
17395
|
+
};
|
|
17396
|
+
reasoning: true;
|
|
17397
|
+
input: "text"[];
|
|
17398
|
+
cost: {
|
|
17399
|
+
input: number;
|
|
17400
|
+
output: number;
|
|
17401
|
+
cacheRead: number;
|
|
17402
|
+
cacheWrite: number;
|
|
17403
|
+
};
|
|
17404
|
+
contextWindow: number;
|
|
17405
|
+
maxTokens: number;
|
|
17406
|
+
};
|
|
17532
17407
|
};
|
|
17533
17408
|
readonly zai: {
|
|
17534
17409
|
readonly "glm-4.5-air": {
|