@dreb/ai 2.42.0 → 2.43.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.
@@ -9063,13 +9063,13 @@ export const MODELS = {
9063
9063
  reasoning: true,
9064
9064
  input: ["text", "image"],
9065
9065
  cost: {
9066
- input: 0.22,
9067
- output: 0.55,
9068
- cacheRead: 0.12,
9066
+ input: 0.12,
9067
+ output: 0.37,
9068
+ cacheRead: 0,
9069
9069
  cacheWrite: 0,
9070
9070
  },
9071
9071
  contextWindow: 262144,
9072
- maxTokens: 262144,
9072
+ maxTokens: 16384,
9073
9073
  },
9074
9074
  "google/gemma-4-31b-it:free": {
9075
9075
  id: "google/gemma-4-31b-it:free",
@@ -9981,13 +9981,13 @@ export const MODELS = {
9981
9981
  reasoning: true,
9982
9982
  input: ["text"],
9983
9983
  cost: {
9984
- input: 0,
9985
- output: 0,
9986
- cacheRead: 0,
9984
+ input: 0.6,
9985
+ output: 3.5999999999999996,
9986
+ cacheRead: 0.19999999999999998,
9987
9987
  cacheWrite: 0,
9988
9988
  },
9989
9989
  contextWindow: 1000000,
9990
- maxTokens: 202800,
9990
+ maxTokens: 4096,
9991
9991
  },
9992
9992
  "nvidia/nemotron-3-ultra-550b-a55b:free": {
9993
9993
  id: "nvidia/nemotron-3-ultra-550b-a55b:free",
@@ -11060,6 +11060,23 @@ export const MODELS = {
11060
11060
  contextWindow: 2000000,
11061
11061
  maxTokens: 4096,
11062
11062
  },
11063
+ "openrouter/auto-beta": {
11064
+ id: "openrouter/auto-beta",
11065
+ name: "Auto Router (Beta)",
11066
+ api: "openai-completions",
11067
+ provider: "openrouter",
11068
+ baseUrl: "https://openrouter.ai/api/v1",
11069
+ reasoning: true,
11070
+ input: ["text", "image"],
11071
+ cost: {
11072
+ input: -1000000,
11073
+ output: -1000000,
11074
+ cacheRead: 0,
11075
+ cacheWrite: 0,
11076
+ },
11077
+ contextWindow: 2000000,
11078
+ maxTokens: 4096,
11079
+ },
11063
11080
  "openrouter/free": {
11064
11081
  id: "openrouter/free",
11065
11082
  name: "Free Models Router",
@@ -12412,9 +12429,9 @@ export const MODELS = {
12412
12429
  reasoning: true,
12413
12430
  input: ["text"],
12414
12431
  cost: {
12415
- input: 0.9254,
12416
- output: 2.9084,
12417
- cacheRead: 0.17186,
12432
+ input: 0.9212,
12433
+ output: 2.8952,
12434
+ cacheRead: 0.17107999999999998,
12418
12435
  cacheWrite: 0,
12419
12436
  },
12420
12437
  contextWindow: 1048576,