@caupulican/pi-ai 0.80.23 → 0.80.25

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.
@@ -3878,9 +3878,9 @@ export const MODELS = {
3878
3878
  contextWindow: 131072,
3879
3879
  maxTokens: 32768,
3880
3880
  },
3881
- "accounts/fireworks/models/kimi-k2p5": {
3882
- id: "accounts/fireworks/models/kimi-k2p5",
3883
- name: "Kimi K2.5",
3881
+ "accounts/fireworks/models/kimi-k2p6": {
3882
+ id: "accounts/fireworks/models/kimi-k2p6",
3883
+ name: "Kimi K2.6",
3884
3884
  api: "anthropic-messages",
3885
3885
  provider: "fireworks",
3886
3886
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3888,17 +3888,17 @@ export const MODELS = {
3888
3888
  reasoning: true,
3889
3889
  input: ["text", "image"],
3890
3890
  cost: {
3891
- input: 0.6,
3892
- output: 3,
3893
- cacheRead: 0.1,
3891
+ input: 0.95,
3892
+ output: 4,
3893
+ cacheRead: 0.16,
3894
3894
  cacheWrite: 0,
3895
3895
  },
3896
- contextWindow: 256000,
3897
- maxTokens: 256000,
3896
+ contextWindow: 262000,
3897
+ maxTokens: 262000,
3898
3898
  },
3899
- "accounts/fireworks/models/kimi-k2p6": {
3900
- id: "accounts/fireworks/models/kimi-k2p6",
3901
- name: "Kimi K2.6",
3899
+ "accounts/fireworks/models/kimi-k2p7-code": {
3900
+ id: "accounts/fireworks/models/kimi-k2p7-code",
3901
+ name: "Kimi K2.7 Code",
3902
3902
  api: "anthropic-messages",
3903
3903
  provider: "fireworks",
3904
3904
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3908,15 +3908,15 @@ export const MODELS = {
3908
3908
  cost: {
3909
3909
  input: 0.95,
3910
3910
  output: 4,
3911
- cacheRead: 0.16,
3911
+ cacheRead: 0.19,
3912
3912
  cacheWrite: 0,
3913
3913
  },
3914
3914
  contextWindow: 262000,
3915
3915
  maxTokens: 262000,
3916
3916
  },
3917
- "accounts/fireworks/models/minimax-m2p5": {
3918
- id: "accounts/fireworks/models/minimax-m2p5",
3919
- name: "MiniMax-M2.5",
3917
+ "accounts/fireworks/models/minimax-m2p7": {
3918
+ id: "accounts/fireworks/models/minimax-m2p7",
3919
+ name: "MiniMax-M2.7",
3920
3920
  api: "anthropic-messages",
3921
3921
  provider: "fireworks",
3922
3922
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3926,15 +3926,15 @@ export const MODELS = {
3926
3926
  cost: {
3927
3927
  input: 0.3,
3928
3928
  output: 1.2,
3929
- cacheRead: 0.03,
3929
+ cacheRead: 0.06,
3930
3930
  cacheWrite: 0,
3931
3931
  },
3932
3932
  contextWindow: 196608,
3933
3933
  maxTokens: 196608,
3934
3934
  },
3935
- "accounts/fireworks/models/minimax-m2p7": {
3936
- id: "accounts/fireworks/models/minimax-m2p7",
3937
- name: "MiniMax-M2.7",
3935
+ "accounts/fireworks/models/minimax-m3": {
3936
+ id: "accounts/fireworks/models/minimax-m3",
3937
+ name: "MiniMax-M3",
3938
3938
  api: "anthropic-messages",
3939
3939
  provider: "fireworks",
3940
3940
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3947,12 +3947,12 @@ export const MODELS = {
3947
3947
  cacheRead: 0.06,
3948
3948
  cacheWrite: 0,
3949
3949
  },
3950
- contextWindow: 196608,
3951
- maxTokens: 196608,
3950
+ contextWindow: 512000,
3951
+ maxTokens: 512000,
3952
3952
  },
3953
- "accounts/fireworks/models/qwen3p6-plus": {
3954
- id: "accounts/fireworks/models/qwen3p6-plus",
3955
- name: "Qwen 3.6 Plus",
3953
+ "accounts/fireworks/models/qwen3p7-plus": {
3954
+ id: "accounts/fireworks/models/qwen3p7-plus",
3955
+ name: "Qwen 3.7 Plus",
3956
3956
  api: "anthropic-messages",
3957
3957
  provider: "fireworks",
3958
3958
  baseUrl: "https://api.fireworks.ai/inference",
@@ -3960,9 +3960,9 @@ export const MODELS = {
3960
3960
  reasoning: true,
3961
3961
  input: ["text", "image"],
3962
3962
  cost: {
3963
- input: 0.5,
3964
- output: 3,
3965
- cacheRead: 0.1,
3963
+ input: 0.4,
3964
+ output: 1.6,
3965
+ cacheRead: 0.08,
3966
3966
  cacheWrite: 0,
3967
3967
  },
3968
3968
  contextWindow: 262144,
@@ -4022,6 +4022,24 @@ export const MODELS = {
4022
4022
  contextWindow: 262000,
4023
4023
  maxTokens: 262000,
4024
4024
  },
4025
+ "accounts/fireworks/routers/kimi-k2p7-code-fast": {
4026
+ id: "accounts/fireworks/routers/kimi-k2p7-code-fast",
4027
+ name: "Kimi K2.7 Code Fast",
4028
+ api: "anthropic-messages",
4029
+ provider: "fireworks",
4030
+ baseUrl: "https://api.fireworks.ai/inference",
4031
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4032
+ reasoning: true,
4033
+ input: ["text", "image"],
4034
+ cost: {
4035
+ input: 2,
4036
+ output: 8,
4037
+ cacheRead: 0.38,
4038
+ cacheWrite: 0,
4039
+ },
4040
+ contextWindow: 262000,
4041
+ maxTokens: 262000,
4042
+ },
4025
4043
  },
4026
4044
  "github-copilot": {
4027
4045
  "claude-fable-5": {
@@ -7296,23 +7314,6 @@ export const MODELS = {
7296
7314
  contextWindow: 200000,
7297
7315
  maxTokens: 32000,
7298
7316
  },
7299
- "claude-fable-5": {
7300
- id: "claude-fable-5",
7301
- name: "Claude Fable 5",
7302
- api: "anthropic-messages",
7303
- provider: "opencode",
7304
- baseUrl: "https://opencode.ai/zen",
7305
- reasoning: true,
7306
- input: ["text", "image"],
7307
- cost: {
7308
- input: 10,
7309
- output: 50,
7310
- cacheRead: 1,
7311
- cacheWrite: 12.5,
7312
- },
7313
- contextWindow: 1000000,
7314
- maxTokens: 128000,
7315
- },
7316
7317
  "claude-haiku-4-5": {
7317
7318
  id: "claude-haiku-4-5",
7318
7319
  name: "Claude Haiku 4.5",
@@ -9008,13 +9009,13 @@ export const MODELS = {
9008
9009
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
9009
9010
  input: ["text"],
9010
9011
  cost: {
9011
- input: 0.098,
9012
- output: 0.196,
9012
+ input: 0.09,
9013
+ output: 0.18,
9013
9014
  cacheRead: 0.02,
9014
9015
  cacheWrite: 0,
9015
9016
  },
9016
9017
  contextWindow: 1048576,
9017
- maxTokens: 4096,
9018
+ maxTokens: 65536,
9018
9019
  },
9019
9020
  "deepseek/deepseek-v4-pro": {
9020
9021
  id: "deepseek/deepseek-v4-pro",
@@ -10049,13 +10050,13 @@ export const MODELS = {
10049
10050
  reasoning: true,
10050
10051
  input: ["text", "image"],
10051
10052
  cost: {
10052
- input: 0.95,
10053
- output: 4,
10054
- cacheRead: 0.19,
10053
+ input: 0.75,
10054
+ output: 3.5,
10055
+ cacheRead: 0.16,
10055
10056
  cacheWrite: 0,
10056
10057
  },
10057
10058
  contextWindow: 262144,
10058
- maxTokens: 4096,
10059
+ maxTokens: 262144,
10059
10060
  },
10060
10061
  "nex-agi/nex-n2-pro:free": {
10061
10062
  id: "nex-agi/nex-n2-pro:free",
@@ -12657,6 +12658,25 @@ export const MODELS = {
12657
12658
  contextWindow: 202752,
12658
12659
  maxTokens: 131072,
12659
12660
  },
12661
+ "MiniMaxAI/MiniMax-M3": {
12662
+ id: "MiniMaxAI/MiniMax-M3",
12663
+ name: "MiniMax-M3",
12664
+ api: "openai-completions",
12665
+ provider: "together",
12666
+ baseUrl: "https://api.together.ai/v1",
12667
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
12668
+ reasoning: true,
12669
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
12670
+ input: ["text", "image"],
12671
+ cost: {
12672
+ input: 0.3,
12673
+ output: 1.2,
12674
+ cacheRead: 0.06,
12675
+ cacheWrite: 0,
12676
+ },
12677
+ contextWindow: 524288,
12678
+ maxTokens: 250000,
12679
+ },
12660
12680
  "Qwen/Qwen2.5-7B-Instruct-Turbo": {
12661
12681
  id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
12662
12682
  name: "Qwen 2.5 7B Instruct Turbo",
@@ -13366,23 +13386,6 @@ export const MODELS = {
13366
13386
  contextWindow: 200000,
13367
13387
  maxTokens: 8192,
13368
13388
  },
13369
- "anthropic/claude-fable-5": {
13370
- id: "anthropic/claude-fable-5",
13371
- name: "Claude Fable 5",
13372
- api: "anthropic-messages",
13373
- provider: "vercel-ai-gateway",
13374
- baseUrl: "https://ai-gateway.vercel.sh",
13375
- reasoning: true,
13376
- input: ["text", "image"],
13377
- cost: {
13378
- input: 10,
13379
- output: 50,
13380
- cacheRead: 1,
13381
- cacheWrite: 12.5,
13382
- },
13383
- contextWindow: 1000000,
13384
- maxTokens: 128000,
13385
- },
13386
13389
  "anthropic/claude-haiku-4.5": {
13387
13390
  id: "anthropic/claude-haiku-4.5",
13388
13391
  name: "Claude Haiku 4.5",
@@ -16397,6 +16400,24 @@ export const MODELS = {
16397
16400
  contextWindow: 200000,
16398
16401
  maxTokens: 131072,
16399
16402
  },
16403
+ "glm-5.2": {
16404
+ id: "glm-5.2",
16405
+ name: "GLM-5.2",
16406
+ api: "openai-completions",
16407
+ provider: "zai",
16408
+ baseUrl: "https://api.z.ai/api/coding/paas/v4",
16409
+ compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
16410
+ reasoning: true,
16411
+ input: ["text"],
16412
+ cost: {
16413
+ input: 0,
16414
+ output: 0,
16415
+ cacheRead: 0,
16416
+ cacheWrite: 0,
16417
+ },
16418
+ contextWindow: 1000000,
16419
+ maxTokens: 131072,
16420
+ },
16400
16421
  "glm-5v-turbo": {
16401
16422
  id: "glm-5v-turbo",
16402
16423
  name: "GLM-5V-Turbo",