@caupulican/pi-ai 0.80.19 → 0.80.21

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.
@@ -6,7 +6,7 @@ export declare const MODELS: {
6
6
  api: "bedrock-converse-stream";
7
7
  provider: string;
8
8
  baseUrl: string;
9
- reasoning: false;
9
+ reasoning: true;
10
10
  input: ("image" | "text")[];
11
11
  cost: {
12
12
  input: number;
@@ -355,6 +355,23 @@ 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
+ input: ("image" | "text")[];
366
+ cost: {
367
+ input: number;
368
+ output: number;
369
+ cacheRead: number;
370
+ cacheWrite: number;
371
+ };
372
+ contextWindow: number;
373
+ maxTokens: number;
374
+ };
358
375
  readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
359
376
  id: string;
360
377
  name: string;
@@ -483,6 +500,23 @@ export declare const MODELS: {
483
500
  contextWindow: number;
484
501
  maxTokens: number;
485
502
  };
503
+ readonly "global.anthropic.claude-fable-5": {
504
+ id: string;
505
+ name: string;
506
+ api: "bedrock-converse-stream";
507
+ provider: string;
508
+ baseUrl: string;
509
+ reasoning: true;
510
+ input: ("image" | "text")[];
511
+ cost: {
512
+ input: number;
513
+ output: number;
514
+ cacheRead: number;
515
+ cacheWrite: number;
516
+ };
517
+ contextWindow: number;
518
+ maxTokens: number;
519
+ };
486
520
  readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
487
521
  id: string;
488
522
  name: string;
@@ -1156,7 +1190,7 @@ export declare const MODELS: {
1156
1190
  api: "bedrock-converse-stream";
1157
1191
  provider: string;
1158
1192
  baseUrl: string;
1159
- reasoning: false;
1193
+ reasoning: true;
1160
1194
  input: "text"[];
1161
1195
  cost: {
1162
1196
  input: number;
@@ -1173,7 +1207,7 @@ export declare const MODELS: {
1173
1207
  api: "bedrock-converse-stream";
1174
1208
  provider: string;
1175
1209
  baseUrl: string;
1176
- reasoning: false;
1210
+ reasoning: true;
1177
1211
  input: "text"[];
1178
1212
  cost: {
1179
1213
  input: number;
@@ -1190,7 +1224,7 @@ export declare const MODELS: {
1190
1224
  api: "bedrock-converse-stream";
1191
1225
  provider: string;
1192
1226
  baseUrl: string;
1193
- reasoning: false;
1227
+ reasoning: true;
1194
1228
  input: "text"[];
1195
1229
  cost: {
1196
1230
  input: number;
@@ -1207,7 +1241,7 @@ export declare const MODELS: {
1207
1241
  api: "bedrock-converse-stream";
1208
1242
  provider: string;
1209
1243
  baseUrl: string;
1210
- reasoning: false;
1244
+ reasoning: true;
1211
1245
  input: "text"[];
1212
1246
  cost: {
1213
1247
  input: number;
@@ -1371,6 +1405,23 @@ export declare const MODELS: {
1371
1405
  contextWindow: number;
1372
1406
  maxTokens: number;
1373
1407
  };
1408
+ readonly "us.anthropic.claude-fable-5": {
1409
+ id: string;
1410
+ name: string;
1411
+ api: "bedrock-converse-stream";
1412
+ provider: string;
1413
+ baseUrl: string;
1414
+ reasoning: true;
1415
+ input: ("image" | "text")[];
1416
+ cost: {
1417
+ input: number;
1418
+ output: number;
1419
+ cacheRead: number;
1420
+ cacheWrite: number;
1421
+ };
1422
+ contextWindow: number;
1423
+ maxTokens: number;
1424
+ };
1374
1425
  readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
1375
1426
  id: string;
1376
1427
  name: string;
@@ -1790,6 +1841,23 @@ export declare const MODELS: {
1790
1841
  contextWindow: number;
1791
1842
  maxTokens: number;
1792
1843
  };
1844
+ readonly "claude-fable-5": {
1845
+ id: string;
1846
+ name: string;
1847
+ api: "anthropic-messages";
1848
+ provider: string;
1849
+ baseUrl: string;
1850
+ reasoning: true;
1851
+ input: ("image" | "text")[];
1852
+ cost: {
1853
+ input: number;
1854
+ output: number;
1855
+ cacheRead: number;
1856
+ cacheWrite: number;
1857
+ };
1858
+ contextWindow: number;
1859
+ maxTokens: number;
1860
+ };
1793
1861
  readonly "claude-haiku-4-5": {
1794
1862
  id: string;
1795
1863
  name: string;
@@ -3045,6 +3113,23 @@ export declare const MODELS: {
3045
3113
  contextWindow: number;
3046
3114
  maxTokens: number;
3047
3115
  };
3116
+ readonly "claude-fable-5": {
3117
+ id: string;
3118
+ name: string;
3119
+ api: "anthropic-messages";
3120
+ provider: string;
3121
+ baseUrl: string;
3122
+ reasoning: true;
3123
+ input: ("image" | "text")[];
3124
+ cost: {
3125
+ input: number;
3126
+ output: number;
3127
+ cacheRead: number;
3128
+ cacheWrite: number;
3129
+ };
3130
+ contextWindow: number;
3131
+ maxTokens: number;
3132
+ };
3048
3133
  readonly "claude-haiku-4-5": {
3049
3134
  id: string;
3050
3135
  name: string;
@@ -5376,74 +5461,6 @@ export declare const MODELS: {
5376
5461
  };
5377
5462
  };
5378
5463
  readonly groq: {
5379
- readonly "deepseek-r1-distill-llama-70b": {
5380
- id: string;
5381
- name: string;
5382
- api: "openai-completions";
5383
- provider: string;
5384
- baseUrl: string;
5385
- reasoning: true;
5386
- input: "text"[];
5387
- cost: {
5388
- input: number;
5389
- output: number;
5390
- cacheRead: number;
5391
- cacheWrite: number;
5392
- };
5393
- contextWindow: number;
5394
- maxTokens: number;
5395
- };
5396
- readonly "gemma2-9b-it": {
5397
- id: string;
5398
- name: string;
5399
- api: "openai-completions";
5400
- provider: string;
5401
- baseUrl: string;
5402
- reasoning: false;
5403
- input: "text"[];
5404
- cost: {
5405
- input: number;
5406
- output: number;
5407
- cacheRead: number;
5408
- cacheWrite: number;
5409
- };
5410
- contextWindow: number;
5411
- maxTokens: number;
5412
- };
5413
- readonly "groq/compound": {
5414
- id: string;
5415
- name: string;
5416
- api: "openai-completions";
5417
- provider: string;
5418
- baseUrl: string;
5419
- reasoning: true;
5420
- input: "text"[];
5421
- cost: {
5422
- input: number;
5423
- output: number;
5424
- cacheRead: number;
5425
- cacheWrite: number;
5426
- };
5427
- contextWindow: number;
5428
- maxTokens: number;
5429
- };
5430
- readonly "groq/compound-mini": {
5431
- id: string;
5432
- name: string;
5433
- api: "openai-completions";
5434
- provider: string;
5435
- baseUrl: string;
5436
- reasoning: true;
5437
- input: "text"[];
5438
- cost: {
5439
- input: number;
5440
- output: number;
5441
- cacheRead: number;
5442
- cacheWrite: number;
5443
- };
5444
- contextWindow: number;
5445
- maxTokens: number;
5446
- };
5447
5464
  readonly "llama-3.1-8b-instant": {
5448
5465
  id: string;
5449
5466
  name: string;
@@ -5478,57 +5495,6 @@ export declare const MODELS: {
5478
5495
  contextWindow: number;
5479
5496
  maxTokens: number;
5480
5497
  };
5481
- readonly "llama3-70b-8192": {
5482
- id: string;
5483
- name: string;
5484
- api: "openai-completions";
5485
- provider: string;
5486
- baseUrl: string;
5487
- reasoning: false;
5488
- input: "text"[];
5489
- cost: {
5490
- input: number;
5491
- output: number;
5492
- cacheRead: number;
5493
- cacheWrite: number;
5494
- };
5495
- contextWindow: number;
5496
- maxTokens: number;
5497
- };
5498
- readonly "llama3-8b-8192": {
5499
- id: string;
5500
- name: string;
5501
- api: "openai-completions";
5502
- provider: string;
5503
- baseUrl: string;
5504
- reasoning: false;
5505
- input: "text"[];
5506
- cost: {
5507
- input: number;
5508
- output: number;
5509
- cacheRead: number;
5510
- cacheWrite: number;
5511
- };
5512
- contextWindow: number;
5513
- maxTokens: number;
5514
- };
5515
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
5516
- id: string;
5517
- name: string;
5518
- api: "openai-completions";
5519
- provider: string;
5520
- baseUrl: string;
5521
- reasoning: false;
5522
- input: ("image" | "text")[];
5523
- cost: {
5524
- input: number;
5525
- output: number;
5526
- cacheRead: number;
5527
- cacheWrite: number;
5528
- };
5529
- contextWindow: number;
5530
- maxTokens: number;
5531
- };
5532
5498
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
5533
5499
  id: string;
5534
5500
  name: string;
@@ -5546,57 +5512,6 @@ export declare const MODELS: {
5546
5512
  contextWindow: number;
5547
5513
  maxTokens: number;
5548
5514
  };
5549
- readonly "mistral-saba-24b": {
5550
- id: string;
5551
- name: string;
5552
- api: "openai-completions";
5553
- provider: string;
5554
- baseUrl: string;
5555
- reasoning: false;
5556
- input: "text"[];
5557
- cost: {
5558
- input: number;
5559
- output: number;
5560
- cacheRead: number;
5561
- cacheWrite: number;
5562
- };
5563
- contextWindow: number;
5564
- maxTokens: number;
5565
- };
5566
- readonly "moonshotai/kimi-k2-instruct": {
5567
- id: string;
5568
- name: string;
5569
- api: "openai-completions";
5570
- provider: string;
5571
- baseUrl: string;
5572
- reasoning: false;
5573
- input: "text"[];
5574
- cost: {
5575
- input: number;
5576
- output: number;
5577
- cacheRead: number;
5578
- cacheWrite: number;
5579
- };
5580
- contextWindow: number;
5581
- maxTokens: number;
5582
- };
5583
- readonly "moonshotai/kimi-k2-instruct-0905": {
5584
- id: string;
5585
- name: string;
5586
- api: "openai-completions";
5587
- provider: string;
5588
- baseUrl: string;
5589
- reasoning: false;
5590
- input: "text"[];
5591
- cost: {
5592
- input: number;
5593
- output: number;
5594
- cacheRead: number;
5595
- cacheWrite: number;
5596
- };
5597
- contextWindow: number;
5598
- maxTokens: number;
5599
- };
5600
5515
  readonly "openai/gpt-oss-120b": {
5601
5516
  id: string;
5602
5517
  name: string;
@@ -5648,23 +5563,6 @@ export declare const MODELS: {
5648
5563
  contextWindow: number;
5649
5564
  maxTokens: number;
5650
5565
  };
5651
- readonly "qwen-qwq-32b": {
5652
- id: string;
5653
- name: string;
5654
- api: "openai-completions";
5655
- provider: string;
5656
- baseUrl: string;
5657
- reasoning: true;
5658
- input: "text"[];
5659
- cost: {
5660
- input: number;
5661
- output: number;
5662
- cacheRead: number;
5663
- cacheWrite: number;
5664
- };
5665
- contextWindow: number;
5666
- maxTokens: number;
5667
- };
5668
5566
  readonly "qwen/qwen3-32b": {
5669
5567
  id: string;
5670
5568
  name: string;
@@ -8073,6 +7971,23 @@ export declare const MODELS: {
8073
7971
  contextWindow: number;
8074
7972
  maxTokens: number;
8075
7973
  };
7974
+ readonly "claude-fable-5": {
7975
+ id: string;
7976
+ name: string;
7977
+ api: "anthropic-messages";
7978
+ provider: string;
7979
+ baseUrl: string;
7980
+ reasoning: true;
7981
+ input: ("image" | "text")[];
7982
+ cost: {
7983
+ input: number;
7984
+ output: number;
7985
+ cacheRead: number;
7986
+ cacheWrite: number;
7987
+ };
7988
+ contextWindow: number;
7989
+ maxTokens: number;
7990
+ };
8076
7991
  readonly "claude-haiku-4-5": {
8077
7992
  id: string;
8078
7993
  name: string;
@@ -8305,6 +8220,34 @@ export declare const MODELS: {
8305
8220
  contextWindow: number;
8306
8221
  maxTokens: number;
8307
8222
  };
8223
+ readonly "deepseek-v4-pro": {
8224
+ id: string;
8225
+ name: string;
8226
+ api: "openai-completions";
8227
+ provider: string;
8228
+ baseUrl: string;
8229
+ compat: {
8230
+ requiresReasoningContentOnAssistantMessages: true;
8231
+ thinkingFormat: "deepseek";
8232
+ };
8233
+ reasoning: true;
8234
+ thinkingLevelMap: {
8235
+ minimal: null;
8236
+ low: null;
8237
+ medium: null;
8238
+ high: string;
8239
+ xhigh: string;
8240
+ };
8241
+ input: "text"[];
8242
+ cost: {
8243
+ input: number;
8244
+ output: number;
8245
+ cacheRead: number;
8246
+ cacheWrite: number;
8247
+ };
8248
+ contextWindow: number;
8249
+ maxTokens: number;
8250
+ };
8308
8251
  readonly "gemini-3-flash": {
8309
8252
  id: string;
8310
8253
  name: string;
@@ -8866,6 +8809,23 @@ export declare const MODELS: {
8866
8809
  contextWindow: number;
8867
8810
  maxTokens: number;
8868
8811
  };
8812
+ readonly "north-mini-code-free": {
8813
+ id: string;
8814
+ name: string;
8815
+ api: "openai-completions";
8816
+ provider: string;
8817
+ baseUrl: string;
8818
+ reasoning: true;
8819
+ input: "text"[];
8820
+ cost: {
8821
+ input: number;
8822
+ output: number;
8823
+ cacheRead: number;
8824
+ cacheWrite: number;
8825
+ };
8826
+ contextWindow: number;
8827
+ maxTokens: number;
8828
+ };
8869
8829
  readonly "qwen3.5-plus": {
8870
8830
  id: string;
8871
8831
  name: string;
@@ -9312,6 +9272,23 @@ export declare const MODELS: {
9312
9272
  contextWindow: number;
9313
9273
  maxTokens: number;
9314
9274
  };
9275
+ readonly "anthropic/claude-fable-5": {
9276
+ id: string;
9277
+ name: string;
9278
+ api: "openai-completions";
9279
+ provider: string;
9280
+ baseUrl: string;
9281
+ reasoning: true;
9282
+ input: ("image" | "text")[];
9283
+ cost: {
9284
+ input: number;
9285
+ output: number;
9286
+ cacheRead: number;
9287
+ cacheWrite: number;
9288
+ };
9289
+ contextWindow: number;
9290
+ maxTokens: number;
9291
+ };
9315
9292
  readonly "anthropic/claude-haiku-4.5": {
9316
9293
  id: string;
9317
9294
  name: string;
@@ -10920,26 +10897,6 @@ export declare const MODELS: {
10920
10897
  contextWindow: number;
10921
10898
  maxTokens: number;
10922
10899
  };
10923
- readonly "moonshotai/kimi-k2.6:free": {
10924
- id: string;
10925
- name: string;
10926
- api: "openai-completions";
10927
- provider: string;
10928
- baseUrl: string;
10929
- compat: {
10930
- supportsDeveloperRole: false;
10931
- };
10932
- reasoning: true;
10933
- input: ("image" | "text")[];
10934
- cost: {
10935
- input: number;
10936
- output: number;
10937
- cacheRead: number;
10938
- cacheWrite: number;
10939
- };
10940
- contextWindow: number;
10941
- maxTokens: number;
10942
- };
10943
10900
  readonly "nex-agi/nex-n2-pro:free": {
10944
10901
  id: string;
10945
10902
  name: string;
@@ -13240,23 +13197,6 @@ export declare const MODELS: {
13240
13197
  contextWindow: number;
13241
13198
  maxTokens: number;
13242
13199
  };
13243
- readonly "z-ai/glm-4-32b": {
13244
- id: string;
13245
- name: string;
13246
- api: "openai-completions";
13247
- provider: string;
13248
- baseUrl: string;
13249
- reasoning: false;
13250
- input: "text"[];
13251
- cost: {
13252
- input: number;
13253
- output: number;
13254
- cacheRead: number;
13255
- cacheWrite: number;
13256
- };
13257
- contextWindow: number;
13258
- maxTokens: number;
13259
- };
13260
13200
  readonly "z-ai/glm-4.5": {
13261
13201
  id: string;
13262
13202
  name: string;
@@ -13291,23 +13231,6 @@ export declare const MODELS: {
13291
13231
  contextWindow: number;
13292
13232
  maxTokens: number;
13293
13233
  };
13294
- readonly "z-ai/glm-4.5-air:free": {
13295
- id: string;
13296
- name: string;
13297
- api: "openai-completions";
13298
- provider: string;
13299
- baseUrl: string;
13300
- reasoning: true;
13301
- input: "text"[];
13302
- cost: {
13303
- input: number;
13304
- output: number;
13305
- cacheRead: number;
13306
- cacheWrite: number;
13307
- };
13308
- contextWindow: number;
13309
- maxTokens: number;
13310
- };
13311
13234
  readonly "z-ai/glm-4.5v": {
13312
13235
  id: string;
13313
13236
  name: string;
@@ -13444,7 +13367,7 @@ export declare const MODELS: {
13444
13367
  contextWindow: number;
13445
13368
  maxTokens: number;
13446
13369
  };
13447
- readonly "z-ai/glm-5v-turbo": {
13370
+ readonly "~anthropic/claude-fable-latest": {
13448
13371
  id: string;
13449
13372
  name: string;
13450
13373
  api: "openai-completions";
@@ -14581,6 +14504,23 @@ export declare const MODELS: {
14581
14504
  contextWindow: number;
14582
14505
  maxTokens: number;
14583
14506
  };
14507
+ readonly "anthropic/claude-fable-5": {
14508
+ id: string;
14509
+ name: string;
14510
+ api: "anthropic-messages";
14511
+ provider: string;
14512
+ baseUrl: string;
14513
+ reasoning: true;
14514
+ input: ("image" | "text")[];
14515
+ cost: {
14516
+ input: number;
14517
+ output: number;
14518
+ cacheRead: number;
14519
+ cacheWrite: number;
14520
+ };
14521
+ contextWindow: number;
14522
+ maxTokens: number;
14523
+ };
14584
14524
  readonly "anthropic/claude-haiku-4.5": {
14585
14525
  id: string;
14586
14526
  name: string;
@@ -17302,6 +17242,27 @@ export declare const MODELS: {
17302
17242
  contextWindow: number;
17303
17243
  maxTokens: number;
17304
17244
  };
17245
+ readonly "mimo-v2.5-pro-ultraspeed": {
17246
+ id: string;
17247
+ name: string;
17248
+ api: "openai-completions";
17249
+ provider: string;
17250
+ baseUrl: string;
17251
+ compat: {
17252
+ requiresReasoningContentOnAssistantMessages: true;
17253
+ thinkingFormat: "deepseek";
17254
+ };
17255
+ reasoning: true;
17256
+ input: "text"[];
17257
+ cost: {
17258
+ input: number;
17259
+ output: number;
17260
+ cacheRead: number;
17261
+ cacheWrite: number;
17262
+ };
17263
+ contextWindow: number;
17264
+ maxTokens: number;
17265
+ };
17305
17266
  };
17306
17267
  readonly "xiaomi-token-plan-ams": {
17307
17268
  readonly "mimo-v2-omni": {
@@ -17388,6 +17349,27 @@ export declare const MODELS: {
17388
17349
  contextWindow: number;
17389
17350
  maxTokens: number;
17390
17351
  };
17352
+ readonly "mimo-v2.5-pro-ultraspeed": {
17353
+ id: string;
17354
+ name: string;
17355
+ api: "openai-completions";
17356
+ provider: string;
17357
+ baseUrl: string;
17358
+ compat: {
17359
+ requiresReasoningContentOnAssistantMessages: true;
17360
+ thinkingFormat: "deepseek";
17361
+ };
17362
+ reasoning: true;
17363
+ input: "text"[];
17364
+ cost: {
17365
+ input: number;
17366
+ output: number;
17367
+ cacheRead: number;
17368
+ cacheWrite: number;
17369
+ };
17370
+ contextWindow: number;
17371
+ maxTokens: number;
17372
+ };
17391
17373
  };
17392
17374
  readonly "xiaomi-token-plan-cn": {
17393
17375
  readonly "mimo-v2-omni": {
@@ -17474,6 +17456,27 @@ export declare const MODELS: {
17474
17456
  contextWindow: number;
17475
17457
  maxTokens: number;
17476
17458
  };
17459
+ readonly "mimo-v2.5-pro-ultraspeed": {
17460
+ id: string;
17461
+ name: string;
17462
+ api: "openai-completions";
17463
+ provider: string;
17464
+ baseUrl: string;
17465
+ compat: {
17466
+ requiresReasoningContentOnAssistantMessages: true;
17467
+ thinkingFormat: "deepseek";
17468
+ };
17469
+ reasoning: true;
17470
+ input: "text"[];
17471
+ cost: {
17472
+ input: number;
17473
+ output: number;
17474
+ cacheRead: number;
17475
+ cacheWrite: number;
17476
+ };
17477
+ contextWindow: number;
17478
+ maxTokens: number;
17479
+ };
17477
17480
  };
17478
17481
  readonly "xiaomi-token-plan-sgp": {
17479
17482
  readonly "mimo-v2-omni": {
@@ -17560,6 +17563,27 @@ export declare const MODELS: {
17560
17563
  contextWindow: number;
17561
17564
  maxTokens: number;
17562
17565
  };
17566
+ readonly "mimo-v2.5-pro-ultraspeed": {
17567
+ id: string;
17568
+ name: string;
17569
+ api: "openai-completions";
17570
+ provider: string;
17571
+ baseUrl: string;
17572
+ compat: {
17573
+ requiresReasoningContentOnAssistantMessages: true;
17574
+ thinkingFormat: "deepseek";
17575
+ };
17576
+ reasoning: true;
17577
+ input: "text"[];
17578
+ cost: {
17579
+ input: number;
17580
+ output: number;
17581
+ cacheRead: number;
17582
+ cacheWrite: number;
17583
+ };
17584
+ contextWindow: number;
17585
+ maxTokens: number;
17586
+ };
17563
17587
  };
17564
17588
  readonly zai: {
17565
17589
  readonly "glm-4.5-air": {