@dreb/ai 2.32.0 → 2.32.1

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.
@@ -9068,7 +9068,7 @@ export const MODELS = {
9068
9068
  cost: {
9069
9069
  input: 0.6,
9070
9070
  output: 2.5,
9071
- cacheRead: 0.6,
9071
+ cacheRead: 0,
9072
9072
  cacheWrite: 0,
9073
9073
  },
9074
9074
  contextWindow: 262144,
@@ -10921,11 +10921,11 @@ export const MODELS = {
10921
10921
  cost: {
10922
10922
  input: 0.14,
10923
10923
  output: 1,
10924
- cacheRead: 0.049999999999999996,
10924
+ cacheRead: 0,
10925
10925
  cacheWrite: 0,
10926
10926
  },
10927
10927
  contextWindow: 262144,
10928
- maxTokens: 81920,
10928
+ maxTokens: 262144,
10929
10929
  },
10930
10930
  "qwen/qwen3.5-397b-a17b": {
10931
10931
  id: "qwen/qwen3.5-397b-a17b",
@@ -11533,11 +11533,11 @@ export const MODELS = {
11533
11533
  cost: {
11534
11534
  input: 0.98,
11535
11535
  output: 3.08,
11536
- cacheRead: 0.182,
11536
+ cacheRead: 0.49,
11537
11537
  cacheWrite: 0,
11538
11538
  },
11539
11539
  contextWindow: 202752,
11540
- maxTokens: 4096,
11540
+ maxTokens: 65535,
11541
11541
  },
11542
11542
  "z-ai/glm-5.2": {
11543
11543
  id: "z-ai/glm-5.2",
@@ -14608,7 +14608,7 @@ export const MODELS = {
14608
14608
  provider: "vercel-ai-gateway",
14609
14609
  baseUrl: "https://ai-gateway.vercel.sh",
14610
14610
  reasoning: true,
14611
- input: ["text", "image"],
14611
+ input: ["text"],
14612
14612
  cost: {
14613
14613
  input: 0.435,
14614
14614
  output: 0.87,