@caupulican/pi-ai 0.80.6 → 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": {
@@ -13749,7 +13766,7 @@ export const MODELS = {
13749
13766
  provider: "vercel-ai-gateway",
13750
13767
  baseUrl: "https://ai-gateway.vercel.sh",
13751
13768
  reasoning: true,
13752
- input: ["text", "image"],
13769
+ input: ["text"],
13753
13770
  cost: {
13754
13771
  input: 0.435,
13755
13772
  output: 0.87,