@dreb/ai 2.55.3 → 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,8 +8028,8 @@ export const MODELS = {
8028
8028
  contextWindow: 1000000,
8029
8029
  maxTokens: 128000,
8030
8030
  },
8031
- "nemotron-3.5-lighting-free": {
8032
- id: "nemotron-3.5-lighting-free",
8031
+ "nemotron-3.5-lightning-free": {
8032
+ id: "nemotron-3.5-lightning-free",
8033
8033
  name: "Nemotron 3.5 Lightning Free",
8034
8034
  api: "openai-completions",
8035
8035
  provider: "opencode",
@@ -9103,6 +9103,23 @@ export const MODELS = {
9103
9103
  contextWindow: 262144,
9104
9104
  maxTokens: 32768,
9105
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
+ },
9106
9123
  "bytedance-seed/seed-2.0-lite": {
9107
9124
  id: "bytedance-seed/seed-2.0-lite",
9108
9125
  name: "ByteDance Seed: Seed-2.0-Lite",
@@ -14008,13 +14025,13 @@ export const MODELS = {
14008
14025
  reasoning: true,
14009
14026
  input: ["text"],
14010
14027
  cost: {
14011
- input: 0.0798,
14012
- output: 0.1596,
14013
- cacheRead: 0.01596,
14028
+ input: 0.072,
14029
+ output: 0.144,
14030
+ cacheRead: 0.0144,
14014
14031
  cacheWrite: 0,
14015
14032
  },
14016
14033
  contextWindow: 1048576,
14017
- maxTokens: 131072,
14034
+ maxTokens: 262144,
14018
14035
  },
14019
14036
  "~google/gemini-flash-latest": {
14020
14037
  id: "~google/gemini-flash-latest",