@caupulican/pi-ai 0.78.2 → 0.78.3

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.
@@ -1883,6 +1883,7 @@ export declare const MODELS: {
1883
1883
  baseUrl: string;
1884
1884
  compat: {
1885
1885
  forceAdaptiveThinking: true;
1886
+ supportsTemperature: false;
1886
1887
  };
1887
1888
  reasoning: true;
1888
1889
  thinkingLevelMap: {
@@ -1906,6 +1907,7 @@ export declare const MODELS: {
1906
1907
  baseUrl: string;
1907
1908
  compat: {
1908
1909
  forceAdaptiveThinking: true;
1910
+ supportsTemperature: false;
1909
1911
  };
1910
1912
  reasoning: true;
1911
1913
  thinkingLevelMap: {
@@ -3068,6 +3070,7 @@ export declare const MODELS: {
3068
3070
  baseUrl: string;
3069
3071
  compat: {
3070
3072
  forceAdaptiveThinking: true;
3073
+ supportsTemperature: false;
3071
3074
  };
3072
3075
  reasoning: true;
3073
3076
  thinkingLevelMap: {
@@ -3091,6 +3094,7 @@ export declare const MODELS: {
3091
3094
  baseUrl: string;
3092
3095
  compat: {
3093
3096
  forceAdaptiveThinking: true;
3097
+ supportsTemperature: false;
3094
3098
  };
3095
3099
  reasoning: true;
3096
3100
  thinkingLevelMap: {
@@ -3640,26 +3644,6 @@ export declare const MODELS: {
3640
3644
  contextWindow: number;
3641
3645
  maxTokens: number;
3642
3646
  };
3643
- readonly "@cf/moonshotai/kimi-k2.5": {
3644
- id: string;
3645
- name: string;
3646
- api: "openai-completions";
3647
- provider: string;
3648
- baseUrl: string;
3649
- compat: {
3650
- sendSessionAffinityHeaders: true;
3651
- };
3652
- reasoning: true;
3653
- input: ("image" | "text")[];
3654
- cost: {
3655
- input: number;
3656
- output: number;
3657
- cacheRead: number;
3658
- cacheWrite: number;
3659
- };
3660
- contextWindow: number;
3661
- maxTokens: number;
3662
- };
3663
3647
  readonly "@cf/moonshotai/kimi-k2.6": {
3664
3648
  id: string;
3665
3649
  name: string;
@@ -4210,6 +4194,7 @@ export declare const MODELS: {
4210
4194
  };
4211
4195
  compat: {
4212
4196
  forceAdaptiveThinking: true;
4197
+ supportsTemperature: false;
4213
4198
  };
4214
4199
  reasoning: true;
4215
4200
  thinkingLevelMap: {
@@ -4239,6 +4224,7 @@ export declare const MODELS: {
4239
4224
  };
4240
4225
  compat: {
4241
4226
  forceAdaptiveThinking: true;
4227
+ supportsTemperature: false;
4242
4228
  };
4243
4229
  reasoning: true;
4244
4230
  thinkingLevelMap: {
@@ -6064,6 +6050,32 @@ export declare const MODELS: {
6064
6050
  maxTokens: number;
6065
6051
  };
6066
6052
  };
6053
+ readonly "llama-cpp": {
6054
+ readonly local: {
6055
+ id: string;
6056
+ name: string;
6057
+ api: "openai-completions";
6058
+ provider: string;
6059
+ baseUrl: string;
6060
+ compat: {
6061
+ supportsDeveloperRole: false;
6062
+ supportsStore: false;
6063
+ supportsReasoningEffort: false;
6064
+ maxTokensField: "max_tokens";
6065
+ supportsStrictMode: false;
6066
+ };
6067
+ reasoning: false;
6068
+ input: "text"[];
6069
+ cost: {
6070
+ input: number;
6071
+ output: number;
6072
+ cacheRead: number;
6073
+ cacheWrite: number;
6074
+ };
6075
+ contextWindow: number;
6076
+ maxTokens: number;
6077
+ };
6078
+ };
6067
6079
  readonly minimax: {
6068
6080
  readonly "MiniMax-M2.7": {
6069
6081
  id: string;
@@ -7586,6 +7598,7 @@ export declare const MODELS: {
7586
7598
  thinkingLevelMap: {
7587
7599
  off: string;
7588
7600
  xhigh: string;
7601
+ minimal: null;
7589
7602
  };
7590
7603
  input: ("image" | "text")[];
7591
7604
  cost: {
@@ -7985,6 +7998,7 @@ export declare const MODELS: {
7985
7998
  baseUrl: string;
7986
7999
  compat: {
7987
8000
  forceAdaptiveThinking: true;
8001
+ supportsTemperature: false;
7988
8002
  };
7989
8003
  reasoning: true;
7990
8004
  thinkingLevelMap: {
@@ -8008,6 +8022,7 @@ export declare const MODELS: {
8008
8022
  baseUrl: string;
8009
8023
  compat: {
8010
8024
  forceAdaptiveThinking: true;
8025
+ supportsTemperature: false;
8011
8026
  };
8012
8027
  reasoning: true;
8013
8028
  thinkingLevelMap: {
@@ -8677,6 +8692,23 @@ export declare const MODELS: {
8677
8692
  contextWindow: number;
8678
8693
  maxTokens: number;
8679
8694
  };
8695
+ readonly "minimax-m3-free": {
8696
+ id: string;
8697
+ name: string;
8698
+ api: "anthropic-messages";
8699
+ provider: string;
8700
+ baseUrl: string;
8701
+ reasoning: true;
8702
+ input: ("image" | "text")[];
8703
+ cost: {
8704
+ input: number;
8705
+ output: number;
8706
+ cacheRead: number;
8707
+ cacheWrite: number;
8708
+ };
8709
+ contextWindow: number;
8710
+ maxTokens: number;
8711
+ };
8680
8712
  readonly "nemotron-3-super-free": {
8681
8713
  id: string;
8682
8714
  name: string;
@@ -8931,6 +8963,23 @@ export declare const MODELS: {
8931
8963
  contextWindow: number;
8932
8964
  maxTokens: number;
8933
8965
  };
8966
+ readonly "minimax-m3": {
8967
+ id: string;
8968
+ name: string;
8969
+ api: "anthropic-messages";
8970
+ provider: string;
8971
+ baseUrl: string;
8972
+ reasoning: true;
8973
+ input: ("image" | "text")[];
8974
+ cost: {
8975
+ input: number;
8976
+ output: number;
8977
+ cacheRead: number;
8978
+ cacheWrite: number;
8979
+ };
8980
+ contextWindow: number;
8981
+ maxTokens: number;
8982
+ };
8934
8983
  readonly "qwen3.6-plus": {
8935
8984
  id: string;
8936
8985
  name: string;
@@ -10371,6 +10420,23 @@ export declare const MODELS: {
10371
10420
  contextWindow: number;
10372
10421
  maxTokens: number;
10373
10422
  };
10423
+ readonly "minimax/minimax-m3": {
10424
+ id: string;
10425
+ name: string;
10426
+ api: "openai-completions";
10427
+ provider: string;
10428
+ baseUrl: string;
10429
+ reasoning: true;
10430
+ input: ("image" | "text")[];
10431
+ cost: {
10432
+ input: number;
10433
+ output: number;
10434
+ cacheRead: number;
10435
+ cacheWrite: number;
10436
+ };
10437
+ contextWindow: number;
10438
+ maxTokens: number;
10439
+ };
10374
10440
  readonly "mistralai/codestral-2508": {
10375
10441
  id: string;
10376
10442
  name: string;
@@ -14426,6 +14492,7 @@ export declare const MODELS: {
14426
14492
  baseUrl: string;
14427
14493
  compat: {
14428
14494
  forceAdaptiveThinking: true;
14495
+ supportsTemperature: false;
14429
14496
  };
14430
14497
  reasoning: true;
14431
14498
  thinkingLevelMap: {
@@ -14449,6 +14516,7 @@ export declare const MODELS: {
14449
14516
  baseUrl: string;
14450
14517
  compat: {
14451
14518
  forceAdaptiveThinking: true;
14519
+ supportsTemperature: false;
14452
14520
  };
14453
14521
  reasoning: true;
14454
14522
  thinkingLevelMap: {
@@ -15249,6 +15317,23 @@ export declare const MODELS: {
15249
15317
  contextWindow: number;
15250
15318
  maxTokens: number;
15251
15319
  };
15320
+ readonly "minimax/minimax-m3": {
15321
+ id: string;
15322
+ name: string;
15323
+ api: "anthropic-messages";
15324
+ provider: string;
15325
+ baseUrl: string;
15326
+ reasoning: true;
15327
+ input: ("image" | "text")[];
15328
+ cost: {
15329
+ input: number;
15330
+ output: number;
15331
+ cacheRead: number;
15332
+ cacheWrite: number;
15333
+ };
15334
+ contextWindow: number;
15335
+ maxTokens: number;
15336
+ };
15252
15337
  readonly "mistral/codestral": {
15253
15338
  id: string;
15254
15339
  name: string;
@@ -16274,6 +16359,23 @@ export declare const MODELS: {
16274
16359
  contextWindow: number;
16275
16360
  maxTokens: number;
16276
16361
  };
16362
+ readonly "stepfun/step-3.5-flash": {
16363
+ id: string;
16364
+ name: string;
16365
+ api: "anthropic-messages";
16366
+ provider: string;
16367
+ baseUrl: string;
16368
+ reasoning: true;
16369
+ input: "text"[];
16370
+ cost: {
16371
+ input: number;
16372
+ output: number;
16373
+ cacheRead: number;
16374
+ cacheWrite: number;
16375
+ };
16376
+ contextWindow: number;
16377
+ maxTokens: number;
16378
+ };
16277
16379
  readonly "stepfun/step-3.7-flash": {
16278
16380
  id: string;
16279
16381
  name: string;