@draht/ai 2026.3.2-2 → 2026.3.2

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.
@@ -6950,7 +6950,7 @@ export const MODELS = {
6950
6950
  cacheWrite: 0.08333333333333334,
6951
6951
  },
6952
6952
  contextWindow: 1048576,
6953
- maxTokens: 65536,
6953
+ maxTokens: 65535,
6954
6954
  },
6955
6955
  "google/gemini-2.5-pro": {
6956
6956
  id: "google/gemini-2.5-pro",
@@ -7018,7 +7018,7 @@ export const MODELS = {
7018
7018
  cacheWrite: 0.08333333333333334,
7019
7019
  },
7020
7020
  contextWindow: 1048576,
7021
- maxTokens: 65536,
7021
+ maxTokens: 65535,
7022
7022
  },
7023
7023
  "google/gemini-3-pro-preview": {
7024
7024
  id: "google/gemini-3-pro-preview",
@@ -9580,12 +9580,12 @@ export const MODELS = {
9580
9580
  input: ["text", "image"],
9581
9581
  cost: {
9582
9582
  input: 0.25,
9583
- output: 1,
9583
+ output: 2,
9584
9584
  cacheRead: 0,
9585
9585
  cacheWrite: 0,
9586
9586
  },
9587
9587
  contextWindow: 262144,
9588
- maxTokens: 262144,
9588
+ maxTokens: 65536,
9589
9589
  },
9590
9590
  "qwen/qwen3.5-397b-a17b": {
9591
9591
  id: "qwen/qwen3.5-397b-a17b",
@@ -10140,13 +10140,13 @@ export const MODELS = {
10140
10140
  reasoning: true,
10141
10141
  input: ["text"],
10142
10142
  cost: {
10143
- input: 0.7999999999999999,
10144
- output: 2.56,
10145
- cacheRead: 0.16,
10143
+ input: 0.95,
10144
+ output: 2.5500000000000003,
10145
+ cacheRead: 0.19999999999999998,
10146
10146
  cacheWrite: 0,
10147
10147
  },
10148
- contextWindow: 202752,
10149
- maxTokens: 4096,
10148
+ contextWindow: 204800,
10149
+ maxTokens: 131072,
10150
10150
  },
10151
10151
  },
10152
10152
  "vercel-ai-gateway": {