@dreb/ai 2.7.0 → 2.9.0

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.
@@ -7580,13 +7580,13 @@ export const MODELS = {
7580
7580
  reasoning: true,
7581
7581
  input: ["text"],
7582
7582
  cost: {
7583
- input: 0.26,
7584
- output: 0.38,
7585
- cacheRead: 0.13,
7583
+ input: 0.25899999999999995,
7584
+ output: 0.42,
7585
+ cacheRead: 0.135,
7586
7586
  cacheWrite: 0,
7587
7587
  },
7588
7588
  contextWindow: 163840,
7589
- maxTokens: 4096,
7589
+ maxTokens: 163840,
7590
7590
  },
7591
7591
  "deepseek/deepseek-v3.2-exp": {
7592
7592
  id: "deepseek/deepseek-v3.2-exp",
@@ -7835,13 +7835,13 @@ export const MODELS = {
7835
7835
  reasoning: true,
7836
7836
  input: ["text", "image"],
7837
7837
  cost: {
7838
- input: 0.07,
7839
- output: 0.39999999999999997,
7840
- cacheRead: 0.04,
7838
+ input: 0.08,
7839
+ output: 0.35,
7840
+ cacheRead: 0.01,
7841
7841
  cacheWrite: 0,
7842
7842
  },
7843
7843
  contextWindow: 262144,
7844
- maxTokens: 262144,
7844
+ maxTokens: 4096,
7845
7845
  },
7846
7846
  "google/gemma-4-26b-a4b-it:free": {
7847
7847
  id: "google/gemma-4-26b-a4b-it:free",
@@ -8685,9 +8685,9 @@ export const MODELS = {
8685
8685
  reasoning: true,
8686
8686
  input: ["text"],
8687
8687
  cost: {
8688
- input: 0.09999999999999999,
8689
- output: 0.5,
8690
- cacheRead: 0.09999999999999999,
8688
+ input: 0.09,
8689
+ output: 0.44999999999999996,
8690
+ cacheRead: 0,
8691
8691
  cacheWrite: 0,
8692
8692
  },
8693
8693
  contextWindow: 262144,
@@ -10470,13 +10470,13 @@ export const MODELS = {
10470
10470
  reasoning: true,
10471
10471
  input: ["text", "image"],
10472
10472
  cost: {
10473
- input: 0.049999999999999996,
10473
+ input: 0.09999999999999999,
10474
10474
  output: 0.15,
10475
10475
  cacheRead: 0,
10476
10476
  cacheWrite: 0,
10477
10477
  },
10478
- contextWindow: 256000,
10479
- maxTokens: 32768,
10478
+ contextWindow: 262144,
10479
+ maxTokens: 4096,
10480
10480
  },
10481
10481
  "qwen/qwen3.5-flash-02-23": {
10482
10482
  id: "qwen/qwen3.5-flash-02-23",
@@ -13032,7 +13032,7 @@ export const MODELS = {
13032
13032
  },
13033
13033
  "openai/gpt-oss-20b": {
13034
13034
  id: "openai/gpt-oss-20b",
13035
- name: "gpt-oss-20b",
13035
+ name: "GPT OSS 120B",
13036
13036
  api: "anthropic-messages",
13037
13037
  provider: "vercel-ai-gateway",
13038
13038
  baseUrl: "https://ai-gateway.vercel.sh",
@@ -13049,7 +13049,7 @@ export const MODELS = {
13049
13049
  },
13050
13050
  "openai/gpt-oss-safeguard-20b": {
13051
13051
  id: "openai/gpt-oss-safeguard-20b",
13052
- name: "gpt-oss-safeguard-20b",
13052
+ name: "GPT OSS Safeguard 20B",
13053
13053
  api: "anthropic-messages",
13054
13054
  provider: "vercel-ai-gateway",
13055
13055
  baseUrl: "https://ai-gateway.vercel.sh",