@caupulican/pi-ai 0.80.25 → 0.80.26

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.
@@ -3926,6 +3926,26 @@ export declare const MODELS: {
3926
3926
  contextWindow: number;
3927
3927
  maxTokens: number;
3928
3928
  };
3929
+ readonly "@cf/zai-org/glm-5.2": {
3930
+ id: string;
3931
+ name: string;
3932
+ api: "openai-completions";
3933
+ provider: string;
3934
+ baseUrl: string;
3935
+ compat: {
3936
+ sendSessionAffinityHeaders: true;
3937
+ };
3938
+ reasoning: true;
3939
+ input: "text"[];
3940
+ cost: {
3941
+ input: number;
3942
+ output: number;
3943
+ cacheRead: number;
3944
+ cacheWrite: number;
3945
+ };
3946
+ contextWindow: number;
3947
+ maxTokens: number;
3948
+ };
3929
3949
  };
3930
3950
  readonly deepseek: {
3931
3951
  readonly "deepseek-v4-flash": {
@@ -4055,6 +4075,29 @@ export declare const MODELS: {
4055
4075
  contextWindow: number;
4056
4076
  maxTokens: number;
4057
4077
  };
4078
+ readonly "accounts/fireworks/models/glm-5p2": {
4079
+ id: string;
4080
+ name: string;
4081
+ api: "anthropic-messages";
4082
+ provider: string;
4083
+ baseUrl: string;
4084
+ compat: {
4085
+ sendSessionAffinityHeaders: true;
4086
+ supportsEagerToolInputStreaming: false;
4087
+ supportsCacheControlOnTools: false;
4088
+ supportsLongCacheRetention: false;
4089
+ };
4090
+ reasoning: true;
4091
+ input: "text"[];
4092
+ cost: {
4093
+ input: number;
4094
+ output: number;
4095
+ cacheRead: number;
4096
+ cacheWrite: number;
4097
+ };
4098
+ contextWindow: number;
4099
+ maxTokens: number;
4100
+ };
4058
4101
  readonly "accounts/fireworks/models/gpt-oss-120b": {
4059
4102
  id: string;
4060
4103
  name: string;
@@ -5266,6 +5309,54 @@ export declare const MODELS: {
5266
5309
  contextWindow: number;
5267
5310
  maxTokens: number;
5268
5311
  };
5312
+ readonly "gemma-4-E2B-it": {
5313
+ id: string;
5314
+ name: string;
5315
+ api: "google-generative-ai";
5316
+ provider: string;
5317
+ baseUrl: string;
5318
+ reasoning: true;
5319
+ thinkingLevelMap: {
5320
+ off: null;
5321
+ minimal: string;
5322
+ low: null;
5323
+ medium: null;
5324
+ high: string;
5325
+ };
5326
+ input: ("image" | "text")[];
5327
+ cost: {
5328
+ input: number;
5329
+ output: number;
5330
+ cacheRead: number;
5331
+ cacheWrite: number;
5332
+ };
5333
+ contextWindow: number;
5334
+ maxTokens: number;
5335
+ };
5336
+ readonly "gemma-4-E4B-it": {
5337
+ id: string;
5338
+ name: string;
5339
+ api: "google-generative-ai";
5340
+ provider: string;
5341
+ baseUrl: string;
5342
+ reasoning: true;
5343
+ thinkingLevelMap: {
5344
+ off: null;
5345
+ minimal: string;
5346
+ low: null;
5347
+ medium: null;
5348
+ high: string;
5349
+ };
5350
+ input: ("image" | "text")[];
5351
+ cost: {
5352
+ input: number;
5353
+ output: number;
5354
+ cacheRead: number;
5355
+ cacheWrite: number;
5356
+ };
5357
+ contextWindow: number;
5358
+ maxTokens: number;
5359
+ };
5269
5360
  };
5270
5361
  readonly "google-vertex": {
5271
5362
  readonly "gemini-1.5-flash": {
@@ -6948,6 +7039,30 @@ export declare const MODELS: {
6948
7039
  contextWindow: number;
6949
7040
  maxTokens: number;
6950
7041
  };
7042
+ readonly "kimi-k2.7-code-highspeed": {
7043
+ id: string;
7044
+ name: string;
7045
+ api: "openai-completions";
7046
+ provider: string;
7047
+ baseUrl: string;
7048
+ compat: {
7049
+ supportsStore: false;
7050
+ supportsDeveloperRole: false;
7051
+ supportsReasoningEffort: false;
7052
+ maxTokensField: "max_tokens";
7053
+ supportsStrictMode: false;
7054
+ };
7055
+ reasoning: true;
7056
+ input: ("image" | "text")[];
7057
+ cost: {
7058
+ input: number;
7059
+ output: number;
7060
+ cacheRead: number;
7061
+ cacheWrite: number;
7062
+ };
7063
+ contextWindow: number;
7064
+ maxTokens: number;
7065
+ };
6951
7066
  };
6952
7067
  readonly "moonshotai-cn": {
6953
7068
  readonly "kimi-k2-0711-preview": {
@@ -7118,6 +7233,54 @@ export declare const MODELS: {
7118
7233
  contextWindow: number;
7119
7234
  maxTokens: number;
7120
7235
  };
7236
+ readonly "kimi-k2.7-code": {
7237
+ id: string;
7238
+ name: string;
7239
+ api: "openai-completions";
7240
+ provider: string;
7241
+ baseUrl: string;
7242
+ compat: {
7243
+ supportsStore: false;
7244
+ supportsDeveloperRole: false;
7245
+ supportsReasoningEffort: false;
7246
+ maxTokensField: "max_tokens";
7247
+ supportsStrictMode: false;
7248
+ };
7249
+ reasoning: true;
7250
+ input: ("image" | "text")[];
7251
+ cost: {
7252
+ input: number;
7253
+ output: number;
7254
+ cacheRead: number;
7255
+ cacheWrite: number;
7256
+ };
7257
+ contextWindow: number;
7258
+ maxTokens: number;
7259
+ };
7260
+ readonly "kimi-k2.7-code-highspeed": {
7261
+ id: string;
7262
+ name: string;
7263
+ api: "openai-completions";
7264
+ provider: string;
7265
+ baseUrl: string;
7266
+ compat: {
7267
+ supportsStore: false;
7268
+ supportsDeveloperRole: false;
7269
+ supportsReasoningEffort: false;
7270
+ maxTokensField: "max_tokens";
7271
+ supportsStrictMode: false;
7272
+ };
7273
+ reasoning: true;
7274
+ input: ("image" | "text")[];
7275
+ cost: {
7276
+ input: number;
7277
+ output: number;
7278
+ cacheRead: number;
7279
+ cacheWrite: number;
7280
+ };
7281
+ contextWindow: number;
7282
+ maxTokens: number;
7283
+ };
7121
7284
  };
7122
7285
  readonly openai: {
7123
7286
  readonly "gpt-4": {
@@ -8999,7 +9162,7 @@ export declare const MODELS: {
8999
9162
  contextWindow: number;
9000
9163
  maxTokens: number;
9001
9164
  };
9002
- readonly "glm-5": {
9165
+ readonly "glm-5.1": {
9003
9166
  id: string;
9004
9167
  name: string;
9005
9168
  api: "openai-completions";
@@ -9016,7 +9179,7 @@ export declare const MODELS: {
9016
9179
  contextWindow: number;
9017
9180
  maxTokens: number;
9018
9181
  };
9019
- readonly "glm-5.1": {
9182
+ readonly "glm-5.2": {
9020
9183
  id: string;
9021
9184
  name: string;
9022
9185
  api: "openai-completions";
@@ -9762,6 +9925,23 @@ export declare const MODELS: {
9762
9925
  contextWindow: number;
9763
9926
  maxTokens: number;
9764
9927
  };
9928
+ readonly "cohere/north-mini-code:free": {
9929
+ id: string;
9930
+ name: string;
9931
+ api: "openai-completions";
9932
+ provider: string;
9933
+ baseUrl: string;
9934
+ reasoning: true;
9935
+ input: "text"[];
9936
+ cost: {
9937
+ input: number;
9938
+ output: number;
9939
+ cacheRead: number;
9940
+ cacheWrite: number;
9941
+ };
9942
+ contextWindow: number;
9943
+ maxTokens: number;
9944
+ };
9765
9945
  readonly "deepseek/deepseek-chat": {
9766
9946
  id: string;
9767
9947
  name: string;
@@ -13210,23 +13390,6 @@ export declare const MODELS: {
13210
13390
  contextWindow: number;
13211
13391
  maxTokens: number;
13212
13392
  };
13213
- readonly "xiaomi/mimo-v2-flash": {
13214
- id: string;
13215
- name: string;
13216
- api: "openai-completions";
13217
- provider: string;
13218
- baseUrl: string;
13219
- reasoning: true;
13220
- input: "text"[];
13221
- cost: {
13222
- input: number;
13223
- output: number;
13224
- cacheRead: number;
13225
- cacheWrite: number;
13226
- };
13227
- contextWindow: number;
13228
- maxTokens: number;
13229
- };
13230
13393
  readonly "xiaomi/mimo-v2.5": {
13231
13394
  id: string;
13232
13395
  name: string;
@@ -13431,6 +13594,23 @@ export declare const MODELS: {
13431
13594
  contextWindow: number;
13432
13595
  maxTokens: number;
13433
13596
  };
13597
+ readonly "z-ai/glm-5.2": {
13598
+ id: string;
13599
+ name: string;
13600
+ api: "openai-completions";
13601
+ provider: string;
13602
+ baseUrl: string;
13603
+ reasoning: true;
13604
+ input: "text"[];
13605
+ cost: {
13606
+ input: number;
13607
+ output: number;
13608
+ cacheRead: number;
13609
+ cacheWrite: number;
13610
+ };
13611
+ contextWindow: number;
13612
+ maxTokens: number;
13613
+ };
13434
13614
  readonly "~anthropic/claude-fable-latest": {
13435
13615
  id: string;
13436
13616
  name: string;
@@ -13961,6 +14141,37 @@ export declare const MODELS: {
13961
14141
  contextWindow: number;
13962
14142
  maxTokens: number;
13963
14143
  };
14144
+ readonly "moonshotai/Kimi-K2.7-Code": {
14145
+ id: string;
14146
+ name: string;
14147
+ api: "openai-completions";
14148
+ provider: string;
14149
+ baseUrl: string;
14150
+ compat: {
14151
+ supportsStore: false;
14152
+ supportsDeveloperRole: false;
14153
+ supportsReasoningEffort: false;
14154
+ maxTokensField: "max_tokens";
14155
+ supportsStrictMode: false;
14156
+ supportsLongCacheRetention: false;
14157
+ thinkingFormat: "together";
14158
+ };
14159
+ reasoning: true;
14160
+ thinkingLevelMap: {
14161
+ minimal: null;
14162
+ low: null;
14163
+ medium: null;
14164
+ };
14165
+ input: "text"[];
14166
+ cost: {
14167
+ input: number;
14168
+ output: number;
14169
+ cacheRead: number;
14170
+ cacheWrite: number;
14171
+ };
14172
+ contextWindow: number;
14173
+ maxTokens: number;
14174
+ };
13964
14175
  readonly "nvidia/nemotron-3-ultra-550b-a55b": {
13965
14176
  id: string;
13966
14177
  name: string;
@@ -15720,6 +15931,23 @@ export declare const MODELS: {
15720
15931
  contextWindow: number;
15721
15932
  maxTokens: number;
15722
15933
  };
15934
+ readonly "moonshotai/kimi-k2.7-code-highspeed": {
15935
+ id: string;
15936
+ name: string;
15937
+ api: "anthropic-messages";
15938
+ provider: string;
15939
+ baseUrl: string;
15940
+ reasoning: true;
15941
+ input: ("image" | "text")[];
15942
+ cost: {
15943
+ input: number;
15944
+ output: number;
15945
+ cacheRead: number;
15946
+ cacheWrite: number;
15947
+ };
15948
+ contextWindow: number;
15949
+ maxTokens: number;
15950
+ };
15723
15951
  readonly "nvidia/nemotron-3-super-120b-a12b": {
15724
15952
  id: string;
15725
15953
  name: string;
@@ -16983,6 +17211,23 @@ export declare const MODELS: {
16983
17211
  contextWindow: number;
16984
17212
  maxTokens: number;
16985
17213
  };
17214
+ readonly "zai/glm-5.2": {
17215
+ id: string;
17216
+ name: string;
17217
+ api: "anthropic-messages";
17218
+ provider: string;
17219
+ baseUrl: string;
17220
+ reasoning: true;
17221
+ input: "text"[];
17222
+ cost: {
17223
+ input: number;
17224
+ output: number;
17225
+ cacheRead: number;
17226
+ cacheWrite: number;
17227
+ };
17228
+ contextWindow: number;
17229
+ maxTokens: number;
17230
+ };
16986
17231
  readonly "zai/glm-5v-turbo": {
16987
17232
  id: string;
16988
17233
  name: string;