@caupulican/pi-ai 0.80.5 → 0.80.7

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.
@@ -8231,6 +8231,23 @@ export const MODELS = {
8231
8231
  contextWindow: 1000000,
8232
8232
  maxTokens: 65536,
8233
8233
  },
8234
+ "qwen3.7-plus": {
8235
+ id: "qwen3.7-plus",
8236
+ name: "Qwen3.7 Plus",
8237
+ api: "anthropic-messages",
8238
+ provider: "opencode-go",
8239
+ baseUrl: "https://opencode.ai/zen/go",
8240
+ reasoning: true,
8241
+ input: ["text", "image"],
8242
+ cost: {
8243
+ input: 0.4,
8244
+ output: 1.6,
8245
+ cacheRead: 0.04,
8246
+ cacheWrite: 0.5,
8247
+ },
8248
+ contextWindow: 262144,
8249
+ maxTokens: 65536,
8250
+ },
8234
8251
  },
8235
8252
  "openrouter": {
8236
8253
  "ai21/jamba-large-1.7": {
@@ -11981,6 +11998,23 @@ export const MODELS = {
11981
11998
  contextWindow: 1000000,
11982
11999
  maxTokens: 65536,
11983
12000
  },
12001
+ "qwen/qwen3.7-plus": {
12002
+ id: "qwen/qwen3.7-plus",
12003
+ name: "Qwen: Qwen3.7 Plus",
12004
+ api: "openai-completions",
12005
+ provider: "openrouter",
12006
+ baseUrl: "https://openrouter.ai/api/v1",
12007
+ reasoning: true,
12008
+ input: ["text", "image"],
12009
+ cost: {
12010
+ input: 0.39999999999999997,
12011
+ output: 1.5999999999999999,
12012
+ cacheRead: 0.08,
12013
+ cacheWrite: 0.5,
12014
+ },
12015
+ contextWindow: 1000000,
12016
+ maxTokens: 65536,
12017
+ },
11984
12018
  "rekaai/reka-edge": {
11985
12019
  id: "rekaai/reka-edge",
11986
12020
  name: "Reka Edge",
@@ -12421,7 +12455,7 @@ export const MODELS = {
12421
12455
  cacheWrite: 0,
12422
12456
  },
12423
12457
  contextWindow: 202752,
12424
- maxTokens: 16384,
12458
+ maxTokens: 4096,
12425
12459
  },
12426
12460
  "z-ai/glm-5-turbo": {
12427
12461
  id: "z-ai/glm-5-turbo",
@@ -12455,7 +12489,7 @@ export const MODELS = {
12455
12489
  cacheWrite: 0,
12456
12490
  },
12457
12491
  contextWindow: 202752,
12458
- maxTokens: 131072,
12492
+ maxTokens: 4096,
12459
12493
  },
12460
12494
  "z-ai/glm-5v-turbo": {
12461
12495
  id: "z-ai/glm-5v-turbo",
@@ -13732,7 +13766,7 @@ export const MODELS = {
13732
13766
  provider: "vercel-ai-gateway",
13733
13767
  baseUrl: "https://ai-gateway.vercel.sh",
13734
13768
  reasoning: true,
13735
- input: ["text", "image"],
13769
+ input: ["text"],
13736
13770
  cost: {
13737
13771
  input: 0.435,
13738
13772
  output: 0.87,