@dreb/ai 2.55.3 → 2.55.5

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.
@@ -7824,6 +7824,23 @@ export const MODELS = {
7824
7824
  contextWindow: 256000,
7825
7825
  maxTokens: 256000,
7826
7826
  },
7827
+ "hy3-free": {
7828
+ id: "hy3-free",
7829
+ name: "Hy3 Free",
7830
+ api: "openai-completions",
7831
+ provider: "opencode",
7832
+ baseUrl: "https://opencode.ai/zen/v1",
7833
+ reasoning: true,
7834
+ input: ["text"],
7835
+ cost: {
7836
+ input: 0,
7837
+ output: 0,
7838
+ cacheRead: 0,
7839
+ cacheWrite: 0,
7840
+ },
7841
+ contextWindow: 190000,
7842
+ maxTokens: 64000,
7843
+ },
7827
7844
  "kimi-k2.5": {
7828
7845
  id: "kimi-k2.5",
7829
7846
  name: "Kimi K2.5",
@@ -8028,8 +8045,8 @@ export const MODELS = {
8028
8045
  contextWindow: 1000000,
8029
8046
  maxTokens: 128000,
8030
8047
  },
8031
- "nemotron-3.5-lighting-free": {
8032
- id: "nemotron-3.5-lighting-free",
8048
+ "nemotron-3.5-lightning-free": {
8049
+ id: "nemotron-3.5-lightning-free",
8033
8050
  name: "Nemotron 3.5 Lightning Free",
8034
8051
  api: "openai-completions",
8035
8052
  provider: "opencode",
@@ -9103,6 +9120,23 @@ export const MODELS = {
9103
9120
  contextWindow: 262144,
9104
9121
  maxTokens: 32768,
9105
9122
  },
9123
+ "bytedance-seed/seed-2.0-code": {
9124
+ id: "bytedance-seed/seed-2.0-code",
9125
+ name: "ByteDance Seed: Seed-2.0-Code",
9126
+ api: "openai-completions",
9127
+ provider: "openrouter",
9128
+ baseUrl: "https://openrouter.ai/api/v1",
9129
+ reasoning: true,
9130
+ input: ["text", "image"],
9131
+ cost: {
9132
+ input: 0.5,
9133
+ output: 3,
9134
+ cacheRead: 0,
9135
+ cacheWrite: 0,
9136
+ },
9137
+ contextWindow: 262144,
9138
+ maxTokens: 131072,
9139
+ },
9106
9140
  "bytedance-seed/seed-2.0-lite": {
9107
9141
  id: "bytedance-seed/seed-2.0-lite",
9108
9142
  name: "ByteDance Seed: Seed-2.0-Lite",
@@ -13889,9 +13923,9 @@ export const MODELS = {
13889
13923
  reasoning: true,
13890
13924
  input: ["text"],
13891
13925
  cost: {
13892
- input: 0.4886,
13893
- output: 1.5355999999999999,
13894
- cacheRead: 0.09074,
13926
+ input: 0.4046,
13927
+ output: 1.2716,
13928
+ cacheRead: 0.07514,
13895
13929
  cacheWrite: 0,
13896
13930
  },
13897
13931
  contextWindow: 1048576,
@@ -14008,13 +14042,13 @@ export const MODELS = {
14008
14042
  reasoning: true,
14009
14043
  input: ["text"],
14010
14044
  cost: {
14011
- input: 0.0798,
14012
- output: 0.1596,
14013
- cacheRead: 0.01596,
14045
+ input: 0.072,
14046
+ output: 0.144,
14047
+ cacheRead: 0.0144,
14014
14048
  cacheWrite: 0,
14015
14049
  },
14016
14050
  contextWindow: 1048576,
14017
- maxTokens: 131072,
14051
+ maxTokens: 262144,
14018
14052
  },
14019
14053
  "~google/gemini-flash-latest": {
14020
14054
  id: "~google/gemini-flash-latest",