@dreb/ai 2.60.0 → 2.60.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.
@@ -11133,9 +11133,9 @@ export const MODELS = {
11133
11133
  reasoning: true,
11134
11134
  input: ["text", "image"],
11135
11135
  cost: {
11136
- input: 0.5605,
11137
- output: 2.36,
11138
- cacheRead: 0.0944,
11136
+ input: 0.5415,
11137
+ output: 2.2800000000000002,
11138
+ cacheRead: 0.09119999999999999,
11139
11139
  cacheWrite: 0,
11140
11140
  },
11141
11141
  contextWindow: 262144,
@@ -13963,6 +13963,23 @@ export const MODELS = {
13963
13963
  contextWindow: 131072,
13964
13964
  maxTokens: 16384,
13965
13965
  },
13966
+ "stealth/ox-alpha": {
13967
+ id: "stealth/ox-alpha",
13968
+ name: "Ox Alpha",
13969
+ api: "openai-completions",
13970
+ provider: "openrouter",
13971
+ baseUrl: "https://openrouter.ai/api/v1",
13972
+ reasoning: true,
13973
+ input: ["text", "image"],
13974
+ cost: {
13975
+ input: 0,
13976
+ output: 0,
13977
+ cacheRead: 0,
13978
+ cacheWrite: 0,
13979
+ },
13980
+ contextWindow: 1048576,
13981
+ maxTokens: 131072,
13982
+ },
13966
13983
  "stepfun/step-3.5-flash": {
13967
13984
  id: "stepfun/step-3.5-flash",
13968
13985
  name: "StepFun: Step 3.5 Flash",
@@ -14079,7 +14096,7 @@ export const MODELS = {
14079
14096
  cacheRead: 0.09999999999999999,
14080
14097
  cacheWrite: 0,
14081
14098
  },
14082
- contextWindow: 524288,
14099
+ contextWindow: 1048576,
14083
14100
  maxTokens: 262144,
14084
14101
  },
14085
14102
  "thinkingmachines/inkling:batch": {
@@ -14453,7 +14470,7 @@ export const MODELS = {
14453
14470
  cacheRead: 0.26,
14454
14471
  cacheWrite: 0,
14455
14472
  },
14456
- contextWindow: 512000,
14473
+ contextWindow: 1048575,
14457
14474
  maxTokens: 4096,
14458
14475
  },
14459
14476
  "z-ai/glm-5.2:free": {
@@ -15145,7 +15162,7 @@ export const MODELS = {
15145
15162
  provider: "vercel-ai-gateway",
15146
15163
  baseUrl: "https://ai-gateway.vercel.sh",
15147
15164
  reasoning: true,
15148
- input: ["text"],
15165
+ input: ["text", "image"],
15149
15166
  cost: {
15150
15167
  input: 2,
15151
15168
  output: 6,