@caupulican/pi-ai 0.80.20 → 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.
@@ -5461,74 +5461,6 @@ export declare const MODELS: {
5461
5461
  };
5462
5462
  };
5463
5463
  readonly groq: {
5464
- readonly "deepseek-r1-distill-llama-70b": {
5465
- id: string;
5466
- name: string;
5467
- api: "openai-completions";
5468
- provider: string;
5469
- baseUrl: string;
5470
- reasoning: true;
5471
- input: "text"[];
5472
- cost: {
5473
- input: number;
5474
- output: number;
5475
- cacheRead: number;
5476
- cacheWrite: number;
5477
- };
5478
- contextWindow: number;
5479
- maxTokens: number;
5480
- };
5481
- readonly "gemma2-9b-it": {
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 "groq/compound": {
5499
- id: string;
5500
- name: string;
5501
- api: "openai-completions";
5502
- provider: string;
5503
- baseUrl: string;
5504
- reasoning: true;
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 "groq/compound-mini": {
5516
- id: string;
5517
- name: string;
5518
- api: "openai-completions";
5519
- provider: string;
5520
- baseUrl: string;
5521
- reasoning: true;
5522
- input: "text"[];
5523
- cost: {
5524
- input: number;
5525
- output: number;
5526
- cacheRead: number;
5527
- cacheWrite: number;
5528
- };
5529
- contextWindow: number;
5530
- maxTokens: number;
5531
- };
5532
5464
  readonly "llama-3.1-8b-instant": {
5533
5465
  id: string;
5534
5466
  name: string;
@@ -5563,57 +5495,6 @@ export declare const MODELS: {
5563
5495
  contextWindow: number;
5564
5496
  maxTokens: number;
5565
5497
  };
5566
- readonly "llama3-70b-8192": {
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 "llama3-8b-8192": {
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
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
5601
- id: string;
5602
- name: string;
5603
- api: "openai-completions";
5604
- provider: string;
5605
- baseUrl: string;
5606
- reasoning: false;
5607
- input: ("image" | "text")[];
5608
- cost: {
5609
- input: number;
5610
- output: number;
5611
- cacheRead: number;
5612
- cacheWrite: number;
5613
- };
5614
- contextWindow: number;
5615
- maxTokens: number;
5616
- };
5617
5498
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
5618
5499
  id: string;
5619
5500
  name: string;
@@ -5631,57 +5512,6 @@ export declare const MODELS: {
5631
5512
  contextWindow: number;
5632
5513
  maxTokens: number;
5633
5514
  };
5634
- readonly "mistral-saba-24b": {
5635
- id: string;
5636
- name: string;
5637
- api: "openai-completions";
5638
- provider: string;
5639
- baseUrl: string;
5640
- reasoning: false;
5641
- input: "text"[];
5642
- cost: {
5643
- input: number;
5644
- output: number;
5645
- cacheRead: number;
5646
- cacheWrite: number;
5647
- };
5648
- contextWindow: number;
5649
- maxTokens: number;
5650
- };
5651
- readonly "moonshotai/kimi-k2-instruct": {
5652
- id: string;
5653
- name: string;
5654
- api: "openai-completions";
5655
- provider: string;
5656
- baseUrl: string;
5657
- reasoning: false;
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
- readonly "moonshotai/kimi-k2-instruct-0905": {
5669
- id: string;
5670
- name: string;
5671
- api: "openai-completions";
5672
- provider: string;
5673
- baseUrl: string;
5674
- reasoning: false;
5675
- input: "text"[];
5676
- cost: {
5677
- input: number;
5678
- output: number;
5679
- cacheRead: number;
5680
- cacheWrite: number;
5681
- };
5682
- contextWindow: number;
5683
- maxTokens: number;
5684
- };
5685
5515
  readonly "openai/gpt-oss-120b": {
5686
5516
  id: string;
5687
5517
  name: string;
@@ -5733,23 +5563,6 @@ export declare const MODELS: {
5733
5563
  contextWindow: number;
5734
5564
  maxTokens: number;
5735
5565
  };
5736
- readonly "qwen-qwq-32b": {
5737
- id: string;
5738
- name: string;
5739
- api: "openai-completions";
5740
- provider: string;
5741
- baseUrl: string;
5742
- reasoning: true;
5743
- input: "text"[];
5744
- cost: {
5745
- input: number;
5746
- output: number;
5747
- cacheRead: number;
5748
- cacheWrite: number;
5749
- };
5750
- contextWindow: number;
5751
- maxTokens: number;
5752
- };
5753
5566
  readonly "qwen/qwen3-32b": {
5754
5567
  id: string;
5755
5568
  name: string;
@@ -8407,6 +8220,34 @@ export declare const MODELS: {
8407
8220
  contextWindow: number;
8408
8221
  maxTokens: number;
8409
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
+ };
8410
8251
  readonly "gemini-3-flash": {
8411
8252
  id: string;
8412
8253
  name: string;
@@ -11056,26 +10897,6 @@ export declare const MODELS: {
11056
10897
  contextWindow: number;
11057
10898
  maxTokens: number;
11058
10899
  };
11059
- readonly "moonshotai/kimi-k2.6:free": {
11060
- id: string;
11061
- name: string;
11062
- api: "openai-completions";
11063
- provider: string;
11064
- baseUrl: string;
11065
- compat: {
11066
- supportsDeveloperRole: false;
11067
- };
11068
- reasoning: true;
11069
- input: ("image" | "text")[];
11070
- cost: {
11071
- input: number;
11072
- output: number;
11073
- cacheRead: number;
11074
- cacheWrite: number;
11075
- };
11076
- contextWindow: number;
11077
- maxTokens: number;
11078
- };
11079
10900
  readonly "nex-agi/nex-n2-pro:free": {
11080
10901
  id: string;
11081
10902
  name: string;