@caupulican/pi-ai 0.80.42 → 0.80.45

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.
@@ -8835,7 +8835,7 @@ export const MODELS = {
8835
8835
  cacheRead: 0.02,
8836
8836
  cacheWrite: 0,
8837
8837
  },
8838
- contextWindow: 512000,
8838
+ contextWindow: 1000000,
8839
8839
  maxTokens: 131072,
8840
8840
  },
8841
8841
  "qwen3.6-plus": {
@@ -9555,7 +9555,7 @@ export const MODELS = {
9555
9555
  cost: {
9556
9556
  input: 0.2288,
9557
9557
  output: 0.3432,
9558
- cacheRead: 0,
9558
+ cacheRead: 0.02288,
9559
9559
  cacheWrite: 0,
9560
9560
  },
9561
9561
  contextWindow: 131072,
@@ -10221,9 +10221,9 @@ export const MODELS = {
10221
10221
  reasoning: true,
10222
10222
  input: ["text"],
10223
10223
  cost: {
10224
- input: 0.15,
10225
- output: 0.8999999999999999,
10226
- cacheRead: 0.049999999999999996,
10224
+ input: 0.12,
10225
+ output: 0.48,
10226
+ cacheRead: 0,
10227
10227
  cacheWrite: 0,
10228
10228
  },
10229
10229
  contextWindow: 204800,
@@ -10238,8 +10238,8 @@ export const MODELS = {
10238
10238
  reasoning: true,
10239
10239
  input: ["text"],
10240
10240
  cost: {
10241
- input: 0.24,
10242
- output: 0.96,
10241
+ input: 0.18,
10242
+ output: 0.72,
10243
10243
  cacheRead: 0,
10244
10244
  cacheWrite: 0,
10245
10245
  },
@@ -10597,7 +10597,7 @@ export const MODELS = {
10597
10597
  cost: {
10598
10598
  input: 0.6,
10599
10599
  output: 2.5,
10600
- cacheRead: 0,
10600
+ cacheRead: 0.6,
10601
10601
  cacheWrite: 0,
10602
10602
  },
10603
10603
  contextWindow: 262144,
@@ -10732,13 +10732,13 @@ export const MODELS = {
10732
10732
  reasoning: true,
10733
10733
  input: ["text"],
10734
10734
  cost: {
10735
- input: 0.09,
10736
- output: 0.44999999999999996,
10735
+ input: 0.08499999999999999,
10736
+ output: 0.39999999999999997,
10737
10737
  cacheRead: 0,
10738
10738
  cacheWrite: 0,
10739
10739
  },
10740
10740
  contextWindow: 1000000,
10741
- maxTokens: 4096,
10741
+ maxTokens: 16384,
10742
10742
  },
10743
10743
  "nvidia/nemotron-3-super-120b-a12b:free": {
10744
10744
  id: "nvidia/nemotron-3-super-120b-a12b:free",
@@ -11526,13 +11526,13 @@ export const MODELS = {
11526
11526
  reasoning: true,
11527
11527
  input: ["text"],
11528
11528
  cost: {
11529
- input: 0.039,
11530
- output: 0.18,
11529
+ input: 0.03,
11530
+ output: 0.15,
11531
11531
  cacheRead: 0,
11532
11532
  cacheWrite: 0,
11533
11533
  },
11534
11534
  contextWindow: 131072,
11535
- maxTokens: 4096,
11535
+ maxTokens: 131072,
11536
11536
  },
11537
11537
  "openai/gpt-oss-120b:free": {
11538
11538
  id: "openai/gpt-oss-120b:free",
@@ -12480,11 +12480,11 @@ export const MODELS = {
12480
12480
  cost: {
12481
12481
  input: 0.14,
12482
12482
  output: 1,
12483
- cacheRead: 0,
12483
+ cacheRead: 0.049999999999999996,
12484
12484
  cacheWrite: 0,
12485
12485
  },
12486
12486
  contextWindow: 262144,
12487
- maxTokens: 262144,
12487
+ maxTokens: 81920,
12488
12488
  },
12489
12489
  "qwen/qwen3.5-397b-a17b": {
12490
12490
  id: "qwen/qwen3.5-397b-a17b",
@@ -13092,11 +13092,11 @@ export const MODELS = {
13092
13092
  cost: {
13093
13093
  input: 0.98,
13094
13094
  output: 3.08,
13095
- cacheRead: 0.49,
13095
+ cacheRead: 0.182,
13096
13096
  cacheWrite: 0,
13097
13097
  },
13098
13098
  contextWindow: 202752,
13099
- maxTokens: 65535,
13099
+ maxTokens: 4096,
13100
13100
  },
13101
13101
  "z-ai/glm-5.2": {
13102
13102
  id: "z-ai/glm-5.2",
@@ -13643,6 +13643,25 @@ export const MODELS = {
13643
13643
  contextWindow: 202752,
13644
13644
  maxTokens: 131072,
13645
13645
  },
13646
+ "zai-org/GLM-5.2": {
13647
+ id: "zai-org/GLM-5.2",
13648
+ name: "GLM-5.2",
13649
+ api: "openai-completions",
13650
+ provider: "together",
13651
+ baseUrl: "https://api.together.ai/v1",
13652
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
13653
+ reasoning: true,
13654
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
13655
+ input: ["text"],
13656
+ cost: {
13657
+ input: 1.4,
13658
+ output: 4.4,
13659
+ cacheRead: 0.26,
13660
+ cacheWrite: 0,
13661
+ },
13662
+ contextWindow: 262144,
13663
+ maxTokens: 164000,
13664
+ },
13646
13665
  },
13647
13666
  "vercel-ai-gateway": {
13648
13667
  "alibaba/qwen-3-14b": {