@dreb/ai 2.55.2 → 2.55.4

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.
@@ -8028,6 +8028,23 @@ export const MODELS = {
8028
8028
  contextWindow: 1000000,
8029
8029
  maxTokens: 128000,
8030
8030
  },
8031
+ "nemotron-3.5-lightning-free": {
8032
+ id: "nemotron-3.5-lightning-free",
8033
+ name: "Nemotron 3.5 Lightning Free",
8034
+ api: "openai-completions",
8035
+ provider: "opencode",
8036
+ baseUrl: "https://opencode.ai/zen/v1",
8037
+ reasoning: true,
8038
+ input: ["text"],
8039
+ cost: {
8040
+ input: 0,
8041
+ output: 0,
8042
+ cacheRead: 0,
8043
+ cacheWrite: 0,
8044
+ },
8045
+ contextWindow: 262144,
8046
+ maxTokens: 262144,
8047
+ },
8031
8048
  "qwen3.5-plus": {
8032
8049
  id: "qwen3.5-plus",
8033
8050
  name: "Qwen3.5 Plus",
@@ -9086,6 +9103,23 @@ export const MODELS = {
9086
9103
  contextWindow: 262144,
9087
9104
  maxTokens: 32768,
9088
9105
  },
9106
+ "bytedance-seed/seed-2.0-code": {
9107
+ id: "bytedance-seed/seed-2.0-code",
9108
+ name: "ByteDance Seed: Seed-2.0-Code",
9109
+ api: "openai-completions",
9110
+ provider: "openrouter",
9111
+ baseUrl: "https://openrouter.ai/api/v1",
9112
+ reasoning: true,
9113
+ input: ["text", "image"],
9114
+ cost: {
9115
+ input: 0.5,
9116
+ output: 3,
9117
+ cacheRead: 0,
9118
+ cacheWrite: 0,
9119
+ },
9120
+ contextWindow: 262144,
9121
+ maxTokens: 131072,
9122
+ },
9089
9123
  "bytedance-seed/seed-2.0-lite": {
9090
9124
  id: "bytedance-seed/seed-2.0-lite",
9091
9125
  name: "ByteDance Seed: Seed-2.0-Lite",
@@ -13872,13 +13906,13 @@ export const MODELS = {
13872
13906
  reasoning: true,
13873
13907
  input: ["text"],
13874
13908
  cost: {
13875
- input: 0.76,
13876
- output: 2.42,
13877
- cacheRead: 0.14,
13909
+ input: 0.4886,
13910
+ output: 1.5355999999999999,
13911
+ cacheRead: 0.09074,
13878
13912
  cacheWrite: 0,
13879
13913
  },
13880
13914
  contextWindow: 1048576,
13881
- maxTokens: 262144,
13915
+ maxTokens: 131072,
13882
13916
  },
13883
13917
  "z-ai/glm-5.2:batch": {
13884
13918
  id: "z-ai/glm-5.2:batch",
@@ -13991,13 +14025,13 @@ export const MODELS = {
13991
14025
  reasoning: true,
13992
14026
  input: ["text"],
13993
14027
  cost: {
13994
- input: 0.0798,
13995
- output: 0.1596,
13996
- cacheRead: 0.01596,
14028
+ input: 0.072,
14029
+ output: 0.144,
14030
+ cacheRead: 0.0144,
13997
14031
  cacheWrite: 0,
13998
14032
  },
13999
14033
  contextWindow: 1048576,
14000
- maxTokens: 131072,
14034
+ maxTokens: 262144,
14001
14035
  },
14002
14036
  "~google/gemini-flash-latest": {
14003
14037
  id: "~google/gemini-flash-latest",