@fleetagent/pi-ai 0.0.8 → 0.0.10
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 +30 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +30 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +286 -341
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +325 -404
- 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;
|
|
@@ -3024,6 +3092,23 @@ export declare const MODELS: {
|
|
|
3024
3092
|
contextWindow: number;
|
|
3025
3093
|
maxTokens: number;
|
|
3026
3094
|
};
|
|
3095
|
+
readonly "claude-fable-5": {
|
|
3096
|
+
id: string;
|
|
3097
|
+
name: string;
|
|
3098
|
+
api: "anthropic-messages";
|
|
3099
|
+
provider: string;
|
|
3100
|
+
baseUrl: string;
|
|
3101
|
+
reasoning: true;
|
|
3102
|
+
input: ("image" | "text")[];
|
|
3103
|
+
cost: {
|
|
3104
|
+
input: number;
|
|
3105
|
+
output: number;
|
|
3106
|
+
cacheRead: number;
|
|
3107
|
+
cacheWrite: number;
|
|
3108
|
+
};
|
|
3109
|
+
contextWindow: number;
|
|
3110
|
+
maxTokens: number;
|
|
3111
|
+
};
|
|
3027
3112
|
readonly "claude-haiku-4-5": {
|
|
3028
3113
|
id: string;
|
|
3029
3114
|
name: string;
|
|
@@ -4127,6 +4212,29 @@ export declare const MODELS: {
|
|
|
4127
4212
|
contextWindow: number;
|
|
4128
4213
|
maxTokens: number;
|
|
4129
4214
|
};
|
|
4215
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4216
|
+
id: string;
|
|
4217
|
+
name: string;
|
|
4218
|
+
api: "anthropic-messages";
|
|
4219
|
+
provider: string;
|
|
4220
|
+
baseUrl: string;
|
|
4221
|
+
compat: {
|
|
4222
|
+
sendSessionAffinityHeaders: true;
|
|
4223
|
+
supportsEagerToolInputStreaming: false;
|
|
4224
|
+
supportsCacheControlOnTools: false;
|
|
4225
|
+
supportsLongCacheRetention: false;
|
|
4226
|
+
};
|
|
4227
|
+
reasoning: true;
|
|
4228
|
+
input: ("image" | "text")[];
|
|
4229
|
+
cost: {
|
|
4230
|
+
input: number;
|
|
4231
|
+
output: number;
|
|
4232
|
+
cacheRead: number;
|
|
4233
|
+
cacheWrite: number;
|
|
4234
|
+
};
|
|
4235
|
+
contextWindow: number;
|
|
4236
|
+
maxTokens: number;
|
|
4237
|
+
};
|
|
4130
4238
|
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4131
4239
|
id: string;
|
|
4132
4240
|
name: string;
|
|
@@ -5326,74 +5434,6 @@ export declare const MODELS: {
|
|
|
5326
5434
|
};
|
|
5327
5435
|
};
|
|
5328
5436
|
readonly groq: {
|
|
5329
|
-
readonly "deepseek-r1-distill-llama-70b": {
|
|
5330
|
-
id: string;
|
|
5331
|
-
name: string;
|
|
5332
|
-
api: "openai-completions";
|
|
5333
|
-
provider: string;
|
|
5334
|
-
baseUrl: string;
|
|
5335
|
-
reasoning: true;
|
|
5336
|
-
input: "text"[];
|
|
5337
|
-
cost: {
|
|
5338
|
-
input: number;
|
|
5339
|
-
output: number;
|
|
5340
|
-
cacheRead: number;
|
|
5341
|
-
cacheWrite: number;
|
|
5342
|
-
};
|
|
5343
|
-
contextWindow: number;
|
|
5344
|
-
maxTokens: number;
|
|
5345
|
-
};
|
|
5346
|
-
readonly "gemma2-9b-it": {
|
|
5347
|
-
id: string;
|
|
5348
|
-
name: string;
|
|
5349
|
-
api: "openai-completions";
|
|
5350
|
-
provider: string;
|
|
5351
|
-
baseUrl: string;
|
|
5352
|
-
reasoning: false;
|
|
5353
|
-
input: "text"[];
|
|
5354
|
-
cost: {
|
|
5355
|
-
input: number;
|
|
5356
|
-
output: number;
|
|
5357
|
-
cacheRead: number;
|
|
5358
|
-
cacheWrite: number;
|
|
5359
|
-
};
|
|
5360
|
-
contextWindow: number;
|
|
5361
|
-
maxTokens: number;
|
|
5362
|
-
};
|
|
5363
|
-
readonly "groq/compound": {
|
|
5364
|
-
id: string;
|
|
5365
|
-
name: string;
|
|
5366
|
-
api: "openai-completions";
|
|
5367
|
-
provider: string;
|
|
5368
|
-
baseUrl: string;
|
|
5369
|
-
reasoning: true;
|
|
5370
|
-
input: "text"[];
|
|
5371
|
-
cost: {
|
|
5372
|
-
input: number;
|
|
5373
|
-
output: number;
|
|
5374
|
-
cacheRead: number;
|
|
5375
|
-
cacheWrite: number;
|
|
5376
|
-
};
|
|
5377
|
-
contextWindow: number;
|
|
5378
|
-
maxTokens: number;
|
|
5379
|
-
};
|
|
5380
|
-
readonly "groq/compound-mini": {
|
|
5381
|
-
id: string;
|
|
5382
|
-
name: string;
|
|
5383
|
-
api: "openai-completions";
|
|
5384
|
-
provider: string;
|
|
5385
|
-
baseUrl: string;
|
|
5386
|
-
reasoning: true;
|
|
5387
|
-
input: "text"[];
|
|
5388
|
-
cost: {
|
|
5389
|
-
input: number;
|
|
5390
|
-
output: number;
|
|
5391
|
-
cacheRead: number;
|
|
5392
|
-
cacheWrite: number;
|
|
5393
|
-
};
|
|
5394
|
-
contextWindow: number;
|
|
5395
|
-
maxTokens: number;
|
|
5396
|
-
};
|
|
5397
5437
|
readonly "llama-3.1-8b-instant": {
|
|
5398
5438
|
id: string;
|
|
5399
5439
|
name: string;
|
|
@@ -5428,57 +5468,6 @@ export declare const MODELS: {
|
|
|
5428
5468
|
contextWindow: number;
|
|
5429
5469
|
maxTokens: number;
|
|
5430
5470
|
};
|
|
5431
|
-
readonly "llama3-70b-8192": {
|
|
5432
|
-
id: string;
|
|
5433
|
-
name: string;
|
|
5434
|
-
api: "openai-completions";
|
|
5435
|
-
provider: string;
|
|
5436
|
-
baseUrl: string;
|
|
5437
|
-
reasoning: false;
|
|
5438
|
-
input: "text"[];
|
|
5439
|
-
cost: {
|
|
5440
|
-
input: number;
|
|
5441
|
-
output: number;
|
|
5442
|
-
cacheRead: number;
|
|
5443
|
-
cacheWrite: number;
|
|
5444
|
-
};
|
|
5445
|
-
contextWindow: number;
|
|
5446
|
-
maxTokens: number;
|
|
5447
|
-
};
|
|
5448
|
-
readonly "llama3-8b-8192": {
|
|
5449
|
-
id: string;
|
|
5450
|
-
name: string;
|
|
5451
|
-
api: "openai-completions";
|
|
5452
|
-
provider: string;
|
|
5453
|
-
baseUrl: string;
|
|
5454
|
-
reasoning: false;
|
|
5455
|
-
input: "text"[];
|
|
5456
|
-
cost: {
|
|
5457
|
-
input: number;
|
|
5458
|
-
output: number;
|
|
5459
|
-
cacheRead: number;
|
|
5460
|
-
cacheWrite: number;
|
|
5461
|
-
};
|
|
5462
|
-
contextWindow: number;
|
|
5463
|
-
maxTokens: number;
|
|
5464
|
-
};
|
|
5465
|
-
readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5466
|
-
id: string;
|
|
5467
|
-
name: string;
|
|
5468
|
-
api: "openai-completions";
|
|
5469
|
-
provider: string;
|
|
5470
|
-
baseUrl: string;
|
|
5471
|
-
reasoning: false;
|
|
5472
|
-
input: ("image" | "text")[];
|
|
5473
|
-
cost: {
|
|
5474
|
-
input: number;
|
|
5475
|
-
output: number;
|
|
5476
|
-
cacheRead: number;
|
|
5477
|
-
cacheWrite: number;
|
|
5478
|
-
};
|
|
5479
|
-
contextWindow: number;
|
|
5480
|
-
maxTokens: number;
|
|
5481
|
-
};
|
|
5482
5471
|
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5483
5472
|
id: string;
|
|
5484
5473
|
name: string;
|
|
@@ -5496,57 +5485,6 @@ export declare const MODELS: {
|
|
|
5496
5485
|
contextWindow: number;
|
|
5497
5486
|
maxTokens: number;
|
|
5498
5487
|
};
|
|
5499
|
-
readonly "mistral-saba-24b": {
|
|
5500
|
-
id: string;
|
|
5501
|
-
name: string;
|
|
5502
|
-
api: "openai-completions";
|
|
5503
|
-
provider: string;
|
|
5504
|
-
baseUrl: string;
|
|
5505
|
-
reasoning: false;
|
|
5506
|
-
input: "text"[];
|
|
5507
|
-
cost: {
|
|
5508
|
-
input: number;
|
|
5509
|
-
output: number;
|
|
5510
|
-
cacheRead: number;
|
|
5511
|
-
cacheWrite: number;
|
|
5512
|
-
};
|
|
5513
|
-
contextWindow: number;
|
|
5514
|
-
maxTokens: number;
|
|
5515
|
-
};
|
|
5516
|
-
readonly "moonshotai/kimi-k2-instruct": {
|
|
5517
|
-
id: string;
|
|
5518
|
-
name: string;
|
|
5519
|
-
api: "openai-completions";
|
|
5520
|
-
provider: string;
|
|
5521
|
-
baseUrl: string;
|
|
5522
|
-
reasoning: false;
|
|
5523
|
-
input: "text"[];
|
|
5524
|
-
cost: {
|
|
5525
|
-
input: number;
|
|
5526
|
-
output: number;
|
|
5527
|
-
cacheRead: number;
|
|
5528
|
-
cacheWrite: number;
|
|
5529
|
-
};
|
|
5530
|
-
contextWindow: number;
|
|
5531
|
-
maxTokens: number;
|
|
5532
|
-
};
|
|
5533
|
-
readonly "moonshotai/kimi-k2-instruct-0905": {
|
|
5534
|
-
id: string;
|
|
5535
|
-
name: string;
|
|
5536
|
-
api: "openai-completions";
|
|
5537
|
-
provider: string;
|
|
5538
|
-
baseUrl: string;
|
|
5539
|
-
reasoning: false;
|
|
5540
|
-
input: "text"[];
|
|
5541
|
-
cost: {
|
|
5542
|
-
input: number;
|
|
5543
|
-
output: number;
|
|
5544
|
-
cacheRead: number;
|
|
5545
|
-
cacheWrite: number;
|
|
5546
|
-
};
|
|
5547
|
-
contextWindow: number;
|
|
5548
|
-
maxTokens: number;
|
|
5549
|
-
};
|
|
5550
5488
|
readonly "openai/gpt-oss-120b": {
|
|
5551
5489
|
id: string;
|
|
5552
5490
|
name: string;
|
|
@@ -5598,23 +5536,6 @@ export declare const MODELS: {
|
|
|
5598
5536
|
contextWindow: number;
|
|
5599
5537
|
maxTokens: number;
|
|
5600
5538
|
};
|
|
5601
|
-
readonly "qwen-qwq-32b": {
|
|
5602
|
-
id: string;
|
|
5603
|
-
name: string;
|
|
5604
|
-
api: "openai-completions";
|
|
5605
|
-
provider: string;
|
|
5606
|
-
baseUrl: string;
|
|
5607
|
-
reasoning: true;
|
|
5608
|
-
input: "text"[];
|
|
5609
|
-
cost: {
|
|
5610
|
-
input: number;
|
|
5611
|
-
output: number;
|
|
5612
|
-
cacheRead: number;
|
|
5613
|
-
cacheWrite: number;
|
|
5614
|
-
};
|
|
5615
|
-
contextWindow: number;
|
|
5616
|
-
maxTokens: number;
|
|
5617
|
-
};
|
|
5618
5539
|
readonly "qwen/qwen3-32b": {
|
|
5619
5540
|
id: string;
|
|
5620
5541
|
name: string;
|
|
@@ -7997,6 +7918,23 @@ export declare const MODELS: {
|
|
|
7997
7918
|
contextWindow: number;
|
|
7998
7919
|
maxTokens: number;
|
|
7999
7920
|
};
|
|
7921
|
+
readonly "claude-fable-5": {
|
|
7922
|
+
id: string;
|
|
7923
|
+
name: string;
|
|
7924
|
+
api: "anthropic-messages";
|
|
7925
|
+
provider: string;
|
|
7926
|
+
baseUrl: string;
|
|
7927
|
+
reasoning: true;
|
|
7928
|
+
input: ("image" | "text")[];
|
|
7929
|
+
cost: {
|
|
7930
|
+
input: number;
|
|
7931
|
+
output: number;
|
|
7932
|
+
cacheRead: number;
|
|
7933
|
+
cacheWrite: number;
|
|
7934
|
+
};
|
|
7935
|
+
contextWindow: number;
|
|
7936
|
+
maxTokens: number;
|
|
7937
|
+
};
|
|
8000
7938
|
readonly "claude-haiku-4-5": {
|
|
8001
7939
|
id: string;
|
|
8002
7940
|
name: string;
|
|
@@ -8159,8 +8097,36 @@ export declare const MODELS: {
|
|
|
8159
8097
|
compat: {
|
|
8160
8098
|
forceAdaptiveThinking: true;
|
|
8161
8099
|
};
|
|
8162
|
-
reasoning: true;
|
|
8163
|
-
input: ("image" | "text")[];
|
|
8100
|
+
reasoning: true;
|
|
8101
|
+
input: ("image" | "text")[];
|
|
8102
|
+
cost: {
|
|
8103
|
+
input: number;
|
|
8104
|
+
output: number;
|
|
8105
|
+
cacheRead: number;
|
|
8106
|
+
cacheWrite: number;
|
|
8107
|
+
};
|
|
8108
|
+
contextWindow: number;
|
|
8109
|
+
maxTokens: number;
|
|
8110
|
+
};
|
|
8111
|
+
readonly "deepseek-v4-flash": {
|
|
8112
|
+
id: string;
|
|
8113
|
+
name: string;
|
|
8114
|
+
api: "openai-completions";
|
|
8115
|
+
provider: string;
|
|
8116
|
+
baseUrl: string;
|
|
8117
|
+
compat: {
|
|
8118
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8119
|
+
thinkingFormat: "deepseek";
|
|
8120
|
+
};
|
|
8121
|
+
reasoning: true;
|
|
8122
|
+
thinkingLevelMap: {
|
|
8123
|
+
minimal: null;
|
|
8124
|
+
low: null;
|
|
8125
|
+
medium: null;
|
|
8126
|
+
high: string;
|
|
8127
|
+
xhigh: string;
|
|
8128
|
+
};
|
|
8129
|
+
input: "text"[];
|
|
8164
8130
|
cost: {
|
|
8165
8131
|
input: number;
|
|
8166
8132
|
output: number;
|
|
@@ -8170,7 +8136,7 @@ export declare const MODELS: {
|
|
|
8170
8136
|
contextWindow: number;
|
|
8171
8137
|
maxTokens: number;
|
|
8172
8138
|
};
|
|
8173
|
-
readonly "deepseek-v4-flash": {
|
|
8139
|
+
readonly "deepseek-v4-flash-free": {
|
|
8174
8140
|
id: string;
|
|
8175
8141
|
name: string;
|
|
8176
8142
|
api: "openai-completions";
|
|
@@ -8198,7 +8164,7 @@ export declare const MODELS: {
|
|
|
8198
8164
|
contextWindow: number;
|
|
8199
8165
|
maxTokens: number;
|
|
8200
8166
|
};
|
|
8201
|
-
readonly "deepseek-v4-
|
|
8167
|
+
readonly "deepseek-v4-pro": {
|
|
8202
8168
|
id: string;
|
|
8203
8169
|
name: string;
|
|
8204
8170
|
api: "openai-completions";
|
|
@@ -8770,14 +8736,14 @@ export declare const MODELS: {
|
|
|
8770
8736
|
contextWindow: number;
|
|
8771
8737
|
maxTokens: number;
|
|
8772
8738
|
};
|
|
8773
|
-
readonly "
|
|
8739
|
+
readonly "nemotron-3-ultra-free": {
|
|
8774
8740
|
id: string;
|
|
8775
8741
|
name: string;
|
|
8776
|
-
api: "
|
|
8742
|
+
api: "openai-completions";
|
|
8777
8743
|
provider: string;
|
|
8778
8744
|
baseUrl: string;
|
|
8779
8745
|
reasoning: true;
|
|
8780
|
-
input:
|
|
8746
|
+
input: "text"[];
|
|
8781
8747
|
cost: {
|
|
8782
8748
|
input: number;
|
|
8783
8749
|
output: number;
|
|
@@ -8787,7 +8753,7 @@ export declare const MODELS: {
|
|
|
8787
8753
|
contextWindow: number;
|
|
8788
8754
|
maxTokens: number;
|
|
8789
8755
|
};
|
|
8790
|
-
readonly "
|
|
8756
|
+
readonly "north-mini-code-free": {
|
|
8791
8757
|
id: string;
|
|
8792
8758
|
name: string;
|
|
8793
8759
|
api: "openai-completions";
|
|
@@ -9250,6 +9216,23 @@ export declare const MODELS: {
|
|
|
9250
9216
|
contextWindow: number;
|
|
9251
9217
|
maxTokens: number;
|
|
9252
9218
|
};
|
|
9219
|
+
readonly "anthropic/claude-fable-5": {
|
|
9220
|
+
id: string;
|
|
9221
|
+
name: string;
|
|
9222
|
+
api: "openai-completions";
|
|
9223
|
+
provider: string;
|
|
9224
|
+
baseUrl: string;
|
|
9225
|
+
reasoning: true;
|
|
9226
|
+
input: ("image" | "text")[];
|
|
9227
|
+
cost: {
|
|
9228
|
+
input: number;
|
|
9229
|
+
output: number;
|
|
9230
|
+
cacheRead: number;
|
|
9231
|
+
cacheWrite: number;
|
|
9232
|
+
};
|
|
9233
|
+
contextWindow: number;
|
|
9234
|
+
maxTokens: number;
|
|
9235
|
+
};
|
|
9253
9236
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9254
9237
|
id: string;
|
|
9255
9238
|
name: string;
|
|
@@ -9551,23 +9534,6 @@ export declare const MODELS: {
|
|
|
9551
9534
|
contextWindow: number;
|
|
9552
9535
|
maxTokens: number;
|
|
9553
9536
|
};
|
|
9554
|
-
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
9555
|
-
id: string;
|
|
9556
|
-
name: string;
|
|
9557
|
-
api: "openai-completions";
|
|
9558
|
-
provider: string;
|
|
9559
|
-
baseUrl: string;
|
|
9560
|
-
reasoning: true;
|
|
9561
|
-
input: ("image" | "text")[];
|
|
9562
|
-
cost: {
|
|
9563
|
-
input: number;
|
|
9564
|
-
output: number;
|
|
9565
|
-
cacheRead: number;
|
|
9566
|
-
cacheWrite: number;
|
|
9567
|
-
};
|
|
9568
|
-
contextWindow: number;
|
|
9569
|
-
maxTokens: number;
|
|
9570
|
-
};
|
|
9571
9537
|
readonly "bytedance-seed/seed-1.6": {
|
|
9572
9538
|
id: string;
|
|
9573
9539
|
name: string;
|
|
@@ -10869,15 +10835,12 @@ export declare const MODELS: {
|
|
|
10869
10835
|
contextWindow: number;
|
|
10870
10836
|
maxTokens: number;
|
|
10871
10837
|
};
|
|
10872
|
-
readonly "
|
|
10838
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
10873
10839
|
id: string;
|
|
10874
10840
|
name: string;
|
|
10875
10841
|
api: "openai-completions";
|
|
10876
10842
|
provider: string;
|
|
10877
10843
|
baseUrl: string;
|
|
10878
|
-
compat: {
|
|
10879
|
-
supportsDeveloperRole: false;
|
|
10880
|
-
};
|
|
10881
10844
|
reasoning: true;
|
|
10882
10845
|
input: ("image" | "text")[];
|
|
10883
10846
|
cost: {
|
|
@@ -10889,23 +10852,6 @@ export declare const MODELS: {
|
|
|
10889
10852
|
contextWindow: number;
|
|
10890
10853
|
maxTokens: number;
|
|
10891
10854
|
};
|
|
10892
|
-
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
10893
|
-
id: string;
|
|
10894
|
-
name: string;
|
|
10895
|
-
api: "openai-completions";
|
|
10896
|
-
provider: string;
|
|
10897
|
-
baseUrl: string;
|
|
10898
|
-
reasoning: false;
|
|
10899
|
-
input: "text"[];
|
|
10900
|
-
cost: {
|
|
10901
|
-
input: number;
|
|
10902
|
-
output: number;
|
|
10903
|
-
cacheRead: number;
|
|
10904
|
-
cacheWrite: number;
|
|
10905
|
-
};
|
|
10906
|
-
contextWindow: number;
|
|
10907
|
-
maxTokens: number;
|
|
10908
|
-
};
|
|
10909
10855
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10910
10856
|
id: string;
|
|
10911
10857
|
name: string;
|
|
@@ -11161,23 +11107,6 @@ export declare const MODELS: {
|
|
|
11161
11107
|
contextWindow: number;
|
|
11162
11108
|
maxTokens: number;
|
|
11163
11109
|
};
|
|
11164
|
-
readonly "openai/gpt-4-1106-preview": {
|
|
11165
|
-
id: string;
|
|
11166
|
-
name: string;
|
|
11167
|
-
api: "openai-completions";
|
|
11168
|
-
provider: string;
|
|
11169
|
-
baseUrl: string;
|
|
11170
|
-
reasoning: false;
|
|
11171
|
-
input: "text"[];
|
|
11172
|
-
cost: {
|
|
11173
|
-
input: number;
|
|
11174
|
-
output: number;
|
|
11175
|
-
cacheRead: number;
|
|
11176
|
-
cacheWrite: number;
|
|
11177
|
-
};
|
|
11178
|
-
contextWindow: number;
|
|
11179
|
-
maxTokens: number;
|
|
11180
|
-
};
|
|
11181
11110
|
readonly "openai/gpt-4-turbo": {
|
|
11182
11111
|
id: string;
|
|
11183
11112
|
name: string;
|
|
@@ -12985,23 +12914,6 @@ export declare const MODELS: {
|
|
|
12985
12914
|
contextWindow: number;
|
|
12986
12915
|
maxTokens: number;
|
|
12987
12916
|
};
|
|
12988
|
-
readonly "sao10k/l3-euryale-70b": {
|
|
12989
|
-
id: string;
|
|
12990
|
-
name: string;
|
|
12991
|
-
api: "openai-completions";
|
|
12992
|
-
provider: string;
|
|
12993
|
-
baseUrl: string;
|
|
12994
|
-
reasoning: false;
|
|
12995
|
-
input: "text"[];
|
|
12996
|
-
cost: {
|
|
12997
|
-
input: number;
|
|
12998
|
-
output: number;
|
|
12999
|
-
cacheRead: number;
|
|
13000
|
-
cacheWrite: number;
|
|
13001
|
-
};
|
|
13002
|
-
contextWindow: number;
|
|
13003
|
-
maxTokens: number;
|
|
13004
|
-
};
|
|
13005
12917
|
readonly "sao10k/l3.1-euryale-70b": {
|
|
13006
12918
|
id: string;
|
|
13007
12919
|
name: string;
|
|
@@ -13223,23 +13135,6 @@ export declare const MODELS: {
|
|
|
13223
13135
|
contextWindow: number;
|
|
13224
13136
|
maxTokens: number;
|
|
13225
13137
|
};
|
|
13226
|
-
readonly "z-ai/glm-4-32b": {
|
|
13227
|
-
id: string;
|
|
13228
|
-
name: string;
|
|
13229
|
-
api: "openai-completions";
|
|
13230
|
-
provider: string;
|
|
13231
|
-
baseUrl: string;
|
|
13232
|
-
reasoning: false;
|
|
13233
|
-
input: "text"[];
|
|
13234
|
-
cost: {
|
|
13235
|
-
input: number;
|
|
13236
|
-
output: number;
|
|
13237
|
-
cacheRead: number;
|
|
13238
|
-
cacheWrite: number;
|
|
13239
|
-
};
|
|
13240
|
-
contextWindow: number;
|
|
13241
|
-
maxTokens: number;
|
|
13242
|
-
};
|
|
13243
13138
|
readonly "z-ai/glm-4.5": {
|
|
13244
13139
|
id: string;
|
|
13245
13140
|
name: string;
|
|
@@ -13274,23 +13169,6 @@ export declare const MODELS: {
|
|
|
13274
13169
|
contextWindow: number;
|
|
13275
13170
|
maxTokens: number;
|
|
13276
13171
|
};
|
|
13277
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
13278
|
-
id: string;
|
|
13279
|
-
name: string;
|
|
13280
|
-
api: "openai-completions";
|
|
13281
|
-
provider: string;
|
|
13282
|
-
baseUrl: string;
|
|
13283
|
-
reasoning: true;
|
|
13284
|
-
input: "text"[];
|
|
13285
|
-
cost: {
|
|
13286
|
-
input: number;
|
|
13287
|
-
output: number;
|
|
13288
|
-
cacheRead: number;
|
|
13289
|
-
cacheWrite: number;
|
|
13290
|
-
};
|
|
13291
|
-
contextWindow: number;
|
|
13292
|
-
maxTokens: number;
|
|
13293
|
-
};
|
|
13294
13172
|
readonly "z-ai/glm-4.5v": {
|
|
13295
13173
|
id: string;
|
|
13296
13174
|
name: string;
|
|
@@ -13427,7 +13305,7 @@ export declare const MODELS: {
|
|
|
13427
13305
|
contextWindow: number;
|
|
13428
13306
|
maxTokens: number;
|
|
13429
13307
|
};
|
|
13430
|
-
readonly "
|
|
13308
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
13431
13309
|
id: string;
|
|
13432
13310
|
name: string;
|
|
13433
13311
|
api: "openai-completions";
|
|
@@ -14564,6 +14442,23 @@ export declare const MODELS: {
|
|
|
14564
14442
|
contextWindow: number;
|
|
14565
14443
|
maxTokens: number;
|
|
14566
14444
|
};
|
|
14445
|
+
readonly "anthropic/claude-fable-5": {
|
|
14446
|
+
id: string;
|
|
14447
|
+
name: string;
|
|
14448
|
+
api: "anthropic-messages";
|
|
14449
|
+
provider: string;
|
|
14450
|
+
baseUrl: string;
|
|
14451
|
+
reasoning: true;
|
|
14452
|
+
input: ("image" | "text")[];
|
|
14453
|
+
cost: {
|
|
14454
|
+
input: number;
|
|
14455
|
+
output: number;
|
|
14456
|
+
cacheRead: number;
|
|
14457
|
+
cacheWrite: number;
|
|
14458
|
+
};
|
|
14459
|
+
contextWindow: number;
|
|
14460
|
+
maxTokens: number;
|
|
14461
|
+
};
|
|
14567
14462
|
readonly "anthropic/claude-haiku-4.5": {
|
|
14568
14463
|
id: string;
|
|
14569
14464
|
name: string;
|
|
@@ -14958,40 +14853,6 @@ export declare const MODELS: {
|
|
|
14958
14853
|
contextWindow: number;
|
|
14959
14854
|
maxTokens: number;
|
|
14960
14855
|
};
|
|
14961
|
-
readonly "google/gemini-2.0-flash": {
|
|
14962
|
-
id: string;
|
|
14963
|
-
name: string;
|
|
14964
|
-
api: "anthropic-messages";
|
|
14965
|
-
provider: string;
|
|
14966
|
-
baseUrl: string;
|
|
14967
|
-
reasoning: false;
|
|
14968
|
-
input: ("image" | "text")[];
|
|
14969
|
-
cost: {
|
|
14970
|
-
input: number;
|
|
14971
|
-
output: number;
|
|
14972
|
-
cacheRead: number;
|
|
14973
|
-
cacheWrite: number;
|
|
14974
|
-
};
|
|
14975
|
-
contextWindow: number;
|
|
14976
|
-
maxTokens: number;
|
|
14977
|
-
};
|
|
14978
|
-
readonly "google/gemini-2.0-flash-lite": {
|
|
14979
|
-
id: string;
|
|
14980
|
-
name: string;
|
|
14981
|
-
api: "anthropic-messages";
|
|
14982
|
-
provider: string;
|
|
14983
|
-
baseUrl: string;
|
|
14984
|
-
reasoning: false;
|
|
14985
|
-
input: ("image" | "text")[];
|
|
14986
|
-
cost: {
|
|
14987
|
-
input: number;
|
|
14988
|
-
output: number;
|
|
14989
|
-
cacheRead: number;
|
|
14990
|
-
cacheWrite: number;
|
|
14991
|
-
};
|
|
14992
|
-
contextWindow: number;
|
|
14993
|
-
maxTokens: number;
|
|
14994
|
-
};
|
|
14995
14856
|
readonly "google/gemini-2.5-flash": {
|
|
14996
14857
|
id: string;
|
|
14997
14858
|
name: string;
|
|
@@ -17316,6 +17177,27 @@ export declare const MODELS: {
|
|
|
17316
17177
|
contextWindow: number;
|
|
17317
17178
|
maxTokens: number;
|
|
17318
17179
|
};
|
|
17180
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17181
|
+
id: string;
|
|
17182
|
+
name: string;
|
|
17183
|
+
api: "openai-completions";
|
|
17184
|
+
provider: string;
|
|
17185
|
+
baseUrl: string;
|
|
17186
|
+
compat: {
|
|
17187
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17188
|
+
thinkingFormat: "deepseek";
|
|
17189
|
+
};
|
|
17190
|
+
reasoning: true;
|
|
17191
|
+
input: "text"[];
|
|
17192
|
+
cost: {
|
|
17193
|
+
input: number;
|
|
17194
|
+
output: number;
|
|
17195
|
+
cacheRead: number;
|
|
17196
|
+
cacheWrite: number;
|
|
17197
|
+
};
|
|
17198
|
+
contextWindow: number;
|
|
17199
|
+
maxTokens: number;
|
|
17200
|
+
};
|
|
17319
17201
|
};
|
|
17320
17202
|
readonly "xiaomi-token-plan-ams": {
|
|
17321
17203
|
readonly "mimo-v2-omni": {
|
|
@@ -17402,6 +17284,27 @@ export declare const MODELS: {
|
|
|
17402
17284
|
contextWindow: number;
|
|
17403
17285
|
maxTokens: number;
|
|
17404
17286
|
};
|
|
17287
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17288
|
+
id: string;
|
|
17289
|
+
name: string;
|
|
17290
|
+
api: "openai-completions";
|
|
17291
|
+
provider: string;
|
|
17292
|
+
baseUrl: string;
|
|
17293
|
+
compat: {
|
|
17294
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17295
|
+
thinkingFormat: "deepseek";
|
|
17296
|
+
};
|
|
17297
|
+
reasoning: true;
|
|
17298
|
+
input: "text"[];
|
|
17299
|
+
cost: {
|
|
17300
|
+
input: number;
|
|
17301
|
+
output: number;
|
|
17302
|
+
cacheRead: number;
|
|
17303
|
+
cacheWrite: number;
|
|
17304
|
+
};
|
|
17305
|
+
contextWindow: number;
|
|
17306
|
+
maxTokens: number;
|
|
17307
|
+
};
|
|
17405
17308
|
};
|
|
17406
17309
|
readonly "xiaomi-token-plan-cn": {
|
|
17407
17310
|
readonly "mimo-v2-omni": {
|
|
@@ -17488,6 +17391,27 @@ export declare const MODELS: {
|
|
|
17488
17391
|
contextWindow: number;
|
|
17489
17392
|
maxTokens: number;
|
|
17490
17393
|
};
|
|
17394
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17395
|
+
id: string;
|
|
17396
|
+
name: string;
|
|
17397
|
+
api: "openai-completions";
|
|
17398
|
+
provider: string;
|
|
17399
|
+
baseUrl: string;
|
|
17400
|
+
compat: {
|
|
17401
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17402
|
+
thinkingFormat: "deepseek";
|
|
17403
|
+
};
|
|
17404
|
+
reasoning: true;
|
|
17405
|
+
input: "text"[];
|
|
17406
|
+
cost: {
|
|
17407
|
+
input: number;
|
|
17408
|
+
output: number;
|
|
17409
|
+
cacheRead: number;
|
|
17410
|
+
cacheWrite: number;
|
|
17411
|
+
};
|
|
17412
|
+
contextWindow: number;
|
|
17413
|
+
maxTokens: number;
|
|
17414
|
+
};
|
|
17491
17415
|
};
|
|
17492
17416
|
readonly "xiaomi-token-plan-sgp": {
|
|
17493
17417
|
readonly "mimo-v2-omni": {
|
|
@@ -17574,6 +17498,27 @@ export declare const MODELS: {
|
|
|
17574
17498
|
contextWindow: number;
|
|
17575
17499
|
maxTokens: number;
|
|
17576
17500
|
};
|
|
17501
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
17502
|
+
id: string;
|
|
17503
|
+
name: string;
|
|
17504
|
+
api: "openai-completions";
|
|
17505
|
+
provider: string;
|
|
17506
|
+
baseUrl: string;
|
|
17507
|
+
compat: {
|
|
17508
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
17509
|
+
thinkingFormat: "deepseek";
|
|
17510
|
+
};
|
|
17511
|
+
reasoning: true;
|
|
17512
|
+
input: "text"[];
|
|
17513
|
+
cost: {
|
|
17514
|
+
input: number;
|
|
17515
|
+
output: number;
|
|
17516
|
+
cacheRead: number;
|
|
17517
|
+
cacheWrite: number;
|
|
17518
|
+
};
|
|
17519
|
+
contextWindow: number;
|
|
17520
|
+
maxTokens: number;
|
|
17521
|
+
};
|
|
17577
17522
|
};
|
|
17578
17523
|
readonly zai: {
|
|
17579
17524
|
readonly "glm-4.5-air": {
|