@caupulican/pi-ai 0.80.38 → 0.80.42

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.
@@ -4379,6 +4379,7 @@ export declare const MODELS: {
4379
4379
  cacheWrite: number;
4380
4380
  };
4381
4381
  contextWindow: number;
4382
+ autoCompactionTriggerTokens: number;
4382
4383
  maxTokens: number;
4383
4384
  };
4384
4385
  readonly "fugu-ultra": {
@@ -4407,6 +4408,7 @@ export declare const MODELS: {
4407
4408
  cacheWrite: number;
4408
4409
  };
4409
4410
  contextWindow: number;
4411
+ autoCompactionTriggerTokens: number;
4410
4412
  maxTokens: number;
4411
4413
  };
4412
4414
  };
@@ -6075,6 +6077,26 @@ export declare const MODELS: {
6075
6077
  contextWindow: number;
6076
6078
  maxTokens: number;
6077
6079
  };
6080
+ readonly "Qwen/Qwen3.6-27B": {
6081
+ id: string;
6082
+ name: string;
6083
+ api: "openai-completions";
6084
+ provider: string;
6085
+ baseUrl: string;
6086
+ compat: {
6087
+ supportsDeveloperRole: false;
6088
+ };
6089
+ reasoning: true;
6090
+ input: ("image" | "text")[];
6091
+ cost: {
6092
+ input: number;
6093
+ output: number;
6094
+ cacheRead: number;
6095
+ cacheWrite: number;
6096
+ };
6097
+ contextWindow: number;
6098
+ maxTokens: number;
6099
+ };
6078
6100
  readonly "Qwen/Qwen3.6-35B-A3B": {
6079
6101
  id: string;
6080
6102
  name: string;
@@ -6115,6 +6137,26 @@ export declare const MODELS: {
6115
6137
  contextWindow: number;
6116
6138
  maxTokens: number;
6117
6139
  };
6140
+ readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
6141
+ id: string;
6142
+ name: string;
6143
+ api: "openai-completions";
6144
+ provider: string;
6145
+ baseUrl: string;
6146
+ compat: {
6147
+ supportsDeveloperRole: false;
6148
+ };
6149
+ reasoning: true;
6150
+ input: "text"[];
6151
+ cost: {
6152
+ input: number;
6153
+ output: number;
6154
+ cacheRead: number;
6155
+ cacheWrite: number;
6156
+ };
6157
+ contextWindow: number;
6158
+ maxTokens: number;
6159
+ };
6118
6160
  readonly "deepseek-ai/DeepSeek-R1": {
6119
6161
  id: string;
6120
6162
  name: string;
@@ -6415,6 +6457,26 @@ export declare const MODELS: {
6415
6457
  contextWindow: number;
6416
6458
  maxTokens: number;
6417
6459
  };
6460
+ readonly "stepfun-ai/Step-3.7-Flash": {
6461
+ id: string;
6462
+ name: string;
6463
+ api: "openai-completions";
6464
+ provider: string;
6465
+ baseUrl: string;
6466
+ compat: {
6467
+ supportsDeveloperRole: false;
6468
+ };
6469
+ reasoning: true;
6470
+ input: ("image" | "text")[];
6471
+ cost: {
6472
+ input: number;
6473
+ output: number;
6474
+ cacheRead: number;
6475
+ cacheWrite: number;
6476
+ };
6477
+ contextWindow: number;
6478
+ maxTokens: number;
6479
+ };
6418
6480
  readonly "zai-org/GLM-4.5": {
6419
6481
  id: string;
6420
6482
  name: string;
@@ -13693,6 +13755,23 @@ export declare const MODELS: {
13693
13755
  contextWindow: number;
13694
13756
  maxTokens: number;
13695
13757
  };
13758
+ readonly "sakana/fugu-ultra": {
13759
+ id: string;
13760
+ name: string;
13761
+ api: "openai-completions";
13762
+ provider: string;
13763
+ baseUrl: string;
13764
+ reasoning: true;
13765
+ input: ("image" | "text")[];
13766
+ cost: {
13767
+ input: number;
13768
+ output: number;
13769
+ cacheRead: number;
13770
+ cacheWrite: number;
13771
+ };
13772
+ contextWindow: number;
13773
+ maxTokens: number;
13774
+ };
13696
13775
  readonly "sao10k/l3.1-euryale-70b": {
13697
13776
  id: string;
13698
13777
  name: string;
@@ -14908,7 +14987,7 @@ export declare const MODELS: {
14908
14987
  api: "anthropic-messages";
14909
14988
  provider: string;
14910
14989
  baseUrl: string;
14911
- reasoning: true;
14990
+ reasoning: false;
14912
14991
  input: "text"[];
14913
14992
  cost: {
14914
14993
  input: number;
@@ -14925,7 +15004,7 @@ export declare const MODELS: {
14925
15004
  api: "anthropic-messages";
14926
15005
  provider: string;
14927
15006
  baseUrl: string;
14928
- reasoning: true;
15007
+ reasoning: false;
14929
15008
  input: "text"[];
14930
15009
  cost: {
14931
15010
  input: number;
@@ -14942,7 +15021,7 @@ export declare const MODELS: {
14942
15021
  api: "anthropic-messages";
14943
15022
  provider: string;
14944
15023
  baseUrl: string;
14945
- reasoning: true;
15024
+ reasoning: false;
14946
15025
  input: "text"[];
14947
15026
  cost: {
14948
15027
  input: number;
@@ -15055,6 +15134,40 @@ export declare const MODELS: {
15055
15134
  contextWindow: number;
15056
15135
  maxTokens: number;
15057
15136
  };
15137
+ readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
15138
+ id: string;
15139
+ name: string;
15140
+ api: "anthropic-messages";
15141
+ provider: string;
15142
+ baseUrl: string;
15143
+ reasoning: false;
15144
+ input: ("image" | "text")[];
15145
+ cost: {
15146
+ input: number;
15147
+ output: number;
15148
+ cacheRead: number;
15149
+ cacheWrite: number;
15150
+ };
15151
+ contextWindow: number;
15152
+ maxTokens: number;
15153
+ };
15154
+ readonly "alibaba/qwen3-vl-instruct": {
15155
+ id: string;
15156
+ name: string;
15157
+ api: "anthropic-messages";
15158
+ provider: string;
15159
+ baseUrl: string;
15160
+ reasoning: false;
15161
+ input: ("image" | "text")[];
15162
+ cost: {
15163
+ input: number;
15164
+ output: number;
15165
+ cacheRead: number;
15166
+ cacheWrite: number;
15167
+ };
15168
+ contextWindow: number;
15169
+ maxTokens: number;
15170
+ };
15058
15171
  readonly "alibaba/qwen3-vl-thinking": {
15059
15172
  id: string;
15060
15173
  name: string;
@@ -15174,6 +15287,74 @@ export declare const MODELS: {
15174
15287
  contextWindow: number;
15175
15288
  maxTokens: number;
15176
15289
  };
15290
+ readonly "amazon/nova-2-lite": {
15291
+ id: string;
15292
+ name: string;
15293
+ api: "anthropic-messages";
15294
+ provider: string;
15295
+ baseUrl: string;
15296
+ reasoning: true;
15297
+ input: ("image" | "text")[];
15298
+ cost: {
15299
+ input: number;
15300
+ output: number;
15301
+ cacheRead: number;
15302
+ cacheWrite: number;
15303
+ };
15304
+ contextWindow: number;
15305
+ maxTokens: number;
15306
+ };
15307
+ readonly "amazon/nova-lite": {
15308
+ id: string;
15309
+ name: string;
15310
+ api: "anthropic-messages";
15311
+ provider: string;
15312
+ baseUrl: string;
15313
+ reasoning: false;
15314
+ input: ("image" | "text")[];
15315
+ cost: {
15316
+ input: number;
15317
+ output: number;
15318
+ cacheRead: number;
15319
+ cacheWrite: number;
15320
+ };
15321
+ contextWindow: number;
15322
+ maxTokens: number;
15323
+ };
15324
+ readonly "amazon/nova-micro": {
15325
+ id: string;
15326
+ name: string;
15327
+ api: "anthropic-messages";
15328
+ provider: string;
15329
+ baseUrl: string;
15330
+ reasoning: false;
15331
+ input: "text"[];
15332
+ cost: {
15333
+ input: number;
15334
+ output: number;
15335
+ cacheRead: number;
15336
+ cacheWrite: number;
15337
+ };
15338
+ contextWindow: number;
15339
+ maxTokens: number;
15340
+ };
15341
+ readonly "amazon/nova-pro": {
15342
+ id: string;
15343
+ name: string;
15344
+ api: "anthropic-messages";
15345
+ provider: string;
15346
+ baseUrl: string;
15347
+ reasoning: false;
15348
+ input: ("image" | "text")[];
15349
+ cost: {
15350
+ input: number;
15351
+ output: number;
15352
+ cacheRead: number;
15353
+ cacheWrite: number;
15354
+ };
15355
+ contextWindow: number;
15356
+ maxTokens: number;
15357
+ };
15177
15358
  readonly "anthropic/claude-3-haiku": {
15178
15359
  id: string;
15179
15360
  name: string;
@@ -15435,6 +15616,23 @@ export declare const MODELS: {
15435
15616
  contextWindow: number;
15436
15617
  maxTokens: number;
15437
15618
  };
15619
+ readonly "arcee-ai/trinity-mini": {
15620
+ id: string;
15621
+ name: string;
15622
+ api: "anthropic-messages";
15623
+ provider: string;
15624
+ baseUrl: string;
15625
+ reasoning: false;
15626
+ input: "text"[];
15627
+ cost: {
15628
+ input: number;
15629
+ output: number;
15630
+ cacheRead: number;
15631
+ cacheWrite: number;
15632
+ };
15633
+ contextWindow: number;
15634
+ maxTokens: number;
15635
+ };
15438
15636
  readonly "bytedance/seed-1.6": {
15439
15637
  id: string;
15440
15638
  name: string;
@@ -15442,7 +15640,24 @@ export declare const MODELS: {
15442
15640
  provider: string;
15443
15641
  baseUrl: string;
15444
15642
  reasoning: true;
15445
- input: "text"[];
15643
+ input: ("image" | "text")[];
15644
+ cost: {
15645
+ input: number;
15646
+ output: number;
15647
+ cacheRead: number;
15648
+ cacheWrite: number;
15649
+ };
15650
+ contextWindow: number;
15651
+ maxTokens: number;
15652
+ };
15653
+ readonly "bytedance/seed-1.8": {
15654
+ id: string;
15655
+ name: string;
15656
+ api: "anthropic-messages";
15657
+ provider: string;
15658
+ baseUrl: string;
15659
+ reasoning: true;
15660
+ input: ("image" | "text")[];
15446
15661
  cost: {
15447
15662
  input: number;
15448
15663
  output: number;
@@ -15543,8 +15758,8 @@ export declare const MODELS: {
15543
15758
  api: "anthropic-messages";
15544
15759
  provider: string;
15545
15760
  baseUrl: string;
15546
- reasoning: true;
15547
- input: ("image" | "text")[];
15761
+ reasoning: false;
15762
+ input: "text"[];
15548
15763
  cost: {
15549
15764
  input: number;
15550
15765
  output: number;
@@ -15561,7 +15776,7 @@ export declare const MODELS: {
15561
15776
  provider: string;
15562
15777
  baseUrl: string;
15563
15778
  reasoning: true;
15564
- input: ("image" | "text")[];
15779
+ input: "text"[];
15565
15780
  cost: {
15566
15781
  input: number;
15567
15782
  output: number;
@@ -15578,7 +15793,7 @@ export declare const MODELS: {
15578
15793
  provider: string;
15579
15794
  baseUrl: string;
15580
15795
  reasoning: true;
15581
- input: ("image" | "text")[];
15796
+ input: "text"[];
15582
15797
  cost: {
15583
15798
  input: number;
15584
15799
  output: number;
@@ -15781,7 +15996,7 @@ export declare const MODELS: {
15781
15996
  api: "anthropic-messages";
15782
15997
  provider: string;
15783
15998
  baseUrl: string;
15784
- reasoning: false;
15999
+ reasoning: true;
15785
16000
  input: ("image" | "text")[];
15786
16001
  cost: {
15787
16002
  input: number;
@@ -15826,6 +16041,40 @@ export declare const MODELS: {
15826
16041
  contextWindow: number;
15827
16042
  maxTokens: number;
15828
16043
  };
16044
+ readonly "interfaze/interfaze-beta": {
16045
+ id: string;
16046
+ name: string;
16047
+ api: "anthropic-messages";
16048
+ provider: string;
16049
+ baseUrl: string;
16050
+ reasoning: true;
16051
+ input: ("image" | "text")[];
16052
+ cost: {
16053
+ input: number;
16054
+ output: number;
16055
+ cacheRead: number;
16056
+ cacheWrite: number;
16057
+ };
16058
+ contextWindow: number;
16059
+ maxTokens: number;
16060
+ };
16061
+ readonly "kwaipilot/kat-coder-pro-v1": {
16062
+ id: string;
16063
+ name: string;
16064
+ api: "anthropic-messages";
16065
+ provider: string;
16066
+ baseUrl: string;
16067
+ reasoning: false;
16068
+ input: "text"[];
16069
+ cost: {
16070
+ input: number;
16071
+ output: number;
16072
+ cacheRead: number;
16073
+ cacheWrite: number;
16074
+ };
16075
+ contextWindow: number;
16076
+ maxTokens: number;
16077
+ };
15829
16078
  readonly "kwaipilot/kat-coder-pro-v2": {
15830
16079
  id: string;
15831
16080
  name: string;
@@ -15860,6 +16109,23 @@ export declare const MODELS: {
15860
16109
  contextWindow: number;
15861
16110
  maxTokens: number;
15862
16111
  };
16112
+ readonly "meituan/longcat-flash-thinking-2601": {
16113
+ id: string;
16114
+ name: string;
16115
+ api: "anthropic-messages";
16116
+ provider: string;
16117
+ baseUrl: string;
16118
+ reasoning: true;
16119
+ input: "text"[];
16120
+ cost: {
16121
+ input: number;
16122
+ output: number;
16123
+ cacheRead: number;
16124
+ cacheWrite: number;
16125
+ };
16126
+ contextWindow: number;
16127
+ maxTokens: number;
16128
+ };
15863
16129
  readonly "meta/llama-3.1-70b": {
15864
16130
  id: string;
15865
16131
  name: string;
@@ -16173,7 +16439,58 @@ export declare const MODELS: {
16173
16439
  provider: string;
16174
16440
  baseUrl: string;
16175
16441
  reasoning: false;
16176
- input: "text"[];
16442
+ input: ("image" | "text")[];
16443
+ cost: {
16444
+ input: number;
16445
+ output: number;
16446
+ cacheRead: number;
16447
+ cacheWrite: number;
16448
+ };
16449
+ contextWindow: number;
16450
+ maxTokens: number;
16451
+ };
16452
+ readonly "mistral/magistral-medium": {
16453
+ id: string;
16454
+ name: string;
16455
+ api: "anthropic-messages";
16456
+ provider: string;
16457
+ baseUrl: string;
16458
+ reasoning: true;
16459
+ input: ("image" | "text")[];
16460
+ cost: {
16461
+ input: number;
16462
+ output: number;
16463
+ cacheRead: number;
16464
+ cacheWrite: number;
16465
+ };
16466
+ contextWindow: number;
16467
+ maxTokens: number;
16468
+ };
16469
+ readonly "mistral/magistral-small": {
16470
+ id: string;
16471
+ name: string;
16472
+ api: "anthropic-messages";
16473
+ provider: string;
16474
+ baseUrl: string;
16475
+ reasoning: true;
16476
+ input: ("image" | "text")[];
16477
+ cost: {
16478
+ input: number;
16479
+ output: number;
16480
+ cacheRead: number;
16481
+ cacheWrite: number;
16482
+ };
16483
+ contextWindow: number;
16484
+ maxTokens: number;
16485
+ };
16486
+ readonly "mistral/ministral-14b": {
16487
+ id: string;
16488
+ name: string;
16489
+ api: "anthropic-messages";
16490
+ provider: string;
16491
+ baseUrl: string;
16492
+ reasoning: false;
16493
+ input: ("image" | "text")[];
16177
16494
  cost: {
16178
16495
  input: number;
16179
16496
  output: number;
@@ -16217,6 +16534,23 @@ export declare const MODELS: {
16217
16534
  contextWindow: number;
16218
16535
  maxTokens: number;
16219
16536
  };
16537
+ readonly "mistral/mistral-large-3": {
16538
+ id: string;
16539
+ name: string;
16540
+ api: "anthropic-messages";
16541
+ provider: string;
16542
+ baseUrl: string;
16543
+ reasoning: false;
16544
+ input: ("image" | "text")[];
16545
+ cost: {
16546
+ input: number;
16547
+ output: number;
16548
+ cacheRead: number;
16549
+ cacheWrite: number;
16550
+ };
16551
+ contextWindow: number;
16552
+ maxTokens: number;
16553
+ };
16220
16554
  readonly "mistral/mistral-medium": {
16221
16555
  id: string;
16222
16556
  name: string;
@@ -16241,7 +16575,7 @@ export declare const MODELS: {
16241
16575
  provider: string;
16242
16576
  baseUrl: string;
16243
16577
  reasoning: true;
16244
- input: "text"[];
16578
+ input: ("image" | "text")[];
16245
16579
  cost: {
16246
16580
  input: number;
16247
16581
  output: number;
@@ -16421,6 +16755,23 @@ export declare const MODELS: {
16421
16755
  contextWindow: number;
16422
16756
  maxTokens: number;
16423
16757
  };
16758
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
16759
+ id: string;
16760
+ name: string;
16761
+ api: "anthropic-messages";
16762
+ provider: string;
16763
+ baseUrl: string;
16764
+ reasoning: true;
16765
+ input: "text"[];
16766
+ cost: {
16767
+ input: number;
16768
+ output: number;
16769
+ cacheRead: number;
16770
+ cacheWrite: number;
16771
+ };
16772
+ contextWindow: number;
16773
+ maxTokens: number;
16774
+ };
16424
16775
  readonly "nvidia/nemotron-3-super-120b-a12b": {
16425
16776
  id: string;
16426
16777
  name: string;
@@ -16489,6 +16840,23 @@ export declare const MODELS: {
16489
16840
  contextWindow: number;
16490
16841
  maxTokens: number;
16491
16842
  };
16843
+ readonly "openai/gpt-3.5-turbo": {
16844
+ id: string;
16845
+ name: string;
16846
+ api: "anthropic-messages";
16847
+ provider: string;
16848
+ baseUrl: string;
16849
+ reasoning: false;
16850
+ input: "text"[];
16851
+ cost: {
16852
+ input: number;
16853
+ output: number;
16854
+ cacheRead: number;
16855
+ cacheWrite: number;
16856
+ };
16857
+ contextWindow: number;
16858
+ maxTokens: number;
16859
+ };
16492
16860
  readonly "openai/gpt-4-turbo": {
16493
16861
  id: string;
16494
16862
  name: string;
@@ -16614,7 +16982,7 @@ export declare const MODELS: {
16614
16982
  api: "anthropic-messages";
16615
16983
  provider: string;
16616
16984
  baseUrl: string;
16617
- reasoning: true;
16985
+ reasoning: false;
16618
16986
  input: ("image" | "text")[];
16619
16987
  cost: {
16620
16988
  input: number;
@@ -16750,7 +17118,7 @@ export declare const MODELS: {
16750
17118
  api: "anthropic-messages";
16751
17119
  provider: string;
16752
17120
  baseUrl: string;
16753
- reasoning: true;
17121
+ reasoning: false;
16754
17122
  input: ("image" | "text")[];
16755
17123
  cost: {
16756
17124
  input: number;
@@ -16804,7 +17172,7 @@ export declare const MODELS: {
16804
17172
  api: "anthropic-messages";
16805
17173
  provider: string;
16806
17174
  baseUrl: string;
16807
- reasoning: true;
17175
+ reasoning: false;
16808
17176
  thinkingLevelMap: {
16809
17177
  xhigh: string;
16810
17178
  };
@@ -16864,7 +17232,7 @@ export declare const MODELS: {
16864
17232
  api: "anthropic-messages";
16865
17233
  provider: string;
16866
17234
  baseUrl: string;
16867
- reasoning: true;
17235
+ reasoning: false;
16868
17236
  thinkingLevelMap: {
16869
17237
  xhigh: string;
16870
17238
  };
@@ -17174,40 +17542,6 @@ export declare const MODELS: {
17174
17542
  contextWindow: number;
17175
17543
  maxTokens: number;
17176
17544
  };
17177
- readonly "perplexity/sonar": {
17178
- id: string;
17179
- name: string;
17180
- api: "anthropic-messages";
17181
- provider: string;
17182
- baseUrl: string;
17183
- reasoning: false;
17184
- input: ("image" | "text")[];
17185
- cost: {
17186
- input: number;
17187
- output: number;
17188
- cacheRead: number;
17189
- cacheWrite: number;
17190
- };
17191
- contextWindow: number;
17192
- maxTokens: number;
17193
- };
17194
- readonly "perplexity/sonar-pro": {
17195
- id: string;
17196
- name: string;
17197
- api: "anthropic-messages";
17198
- provider: string;
17199
- baseUrl: string;
17200
- reasoning: false;
17201
- input: ("image" | "text")[];
17202
- cost: {
17203
- input: number;
17204
- output: number;
17205
- cacheRead: number;
17206
- cacheWrite: number;
17207
- };
17208
- contextWindow: number;
17209
- maxTokens: number;
17210
- };
17211
17545
  readonly "sakana/fugu-ultra": {
17212
17546
  id: string;
17213
17547
  name: string;
@@ -17487,7 +17821,7 @@ export declare const MODELS: {
17487
17821
  provider: string;
17488
17822
  baseUrl: string;
17489
17823
  reasoning: true;
17490
- input: ("image" | "text")[];
17824
+ input: "text"[];
17491
17825
  cost: {
17492
17826
  input: number;
17493
17827
  output: number;
@@ -17691,7 +18025,7 @@ export declare const MODELS: {
17691
18025
  provider: string;
17692
18026
  baseUrl: string;
17693
18027
  reasoning: true;
17694
- input: ("image" | "text")[];
18028
+ input: "text"[];
17695
18029
  cost: {
17696
18030
  input: number;
17697
18031
  output: number;
@@ -17718,6 +18052,23 @@ export declare const MODELS: {
17718
18052
  contextWindow: number;
17719
18053
  maxTokens: number;
17720
18054
  };
18055
+ readonly "zai/glm-5.2-fast": {
18056
+ id: string;
18057
+ name: string;
18058
+ api: "anthropic-messages";
18059
+ provider: string;
18060
+ baseUrl: string;
18061
+ reasoning: true;
18062
+ input: "text"[];
18063
+ cost: {
18064
+ input: number;
18065
+ output: number;
18066
+ cacheRead: number;
18067
+ cacheWrite: number;
18068
+ };
18069
+ contextWindow: number;
18070
+ maxTokens: number;
18071
+ };
17721
18072
  readonly "zai/glm-5v-turbo": {
17722
18073
  id: string;
17723
18074
  name: string;