@caupulican/pi-ai 0.80.5 → 0.80.6

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.
@@ -11981,6 +11981,23 @@ export const MODELS = {
11981
11981
  contextWindow: 1000000,
11982
11982
  maxTokens: 65536,
11983
11983
  },
11984
+ "qwen/qwen3.7-plus": {
11985
+ id: "qwen/qwen3.7-plus",
11986
+ name: "Qwen: Qwen3.7 Plus",
11987
+ api: "openai-completions",
11988
+ provider: "openrouter",
11989
+ baseUrl: "https://openrouter.ai/api/v1",
11990
+ reasoning: true,
11991
+ input: ["text", "image"],
11992
+ cost: {
11993
+ input: 0.39999999999999997,
11994
+ output: 1.5999999999999999,
11995
+ cacheRead: 0.08,
11996
+ cacheWrite: 0.5,
11997
+ },
11998
+ contextWindow: 1000000,
11999
+ maxTokens: 65536,
12000
+ },
11984
12001
  "rekaai/reka-edge": {
11985
12002
  id: "rekaai/reka-edge",
11986
12003
  name: "Reka Edge",
@@ -12421,7 +12438,7 @@ export const MODELS = {
12421
12438
  cacheWrite: 0,
12422
12439
  },
12423
12440
  contextWindow: 202752,
12424
- maxTokens: 16384,
12441
+ maxTokens: 4096,
12425
12442
  },
12426
12443
  "z-ai/glm-5-turbo": {
12427
12444
  id: "z-ai/glm-5-turbo",
@@ -12455,7 +12472,7 @@ export const MODELS = {
12455
12472
  cacheWrite: 0,
12456
12473
  },
12457
12474
  contextWindow: 202752,
12458
- maxTokens: 131072,
12475
+ maxTokens: 4096,
12459
12476
  },
12460
12477
  "z-ai/glm-5v-turbo": {
12461
12478
  id: "z-ai/glm-5v-turbo",