@dreb/ai 2.55.2 → 2.55.3

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-lighting-free": {
8032
+ id: "nemotron-3.5-lighting-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",
@@ -13872,13 +13889,13 @@ export const MODELS = {
13872
13889
  reasoning: true,
13873
13890
  input: ["text"],
13874
13891
  cost: {
13875
- input: 0.76,
13876
- output: 2.42,
13877
- cacheRead: 0.14,
13892
+ input: 0.4886,
13893
+ output: 1.5355999999999999,
13894
+ cacheRead: 0.09074,
13878
13895
  cacheWrite: 0,
13879
13896
  },
13880
13897
  contextWindow: 1048576,
13881
- maxTokens: 262144,
13898
+ maxTokens: 131072,
13882
13899
  },
13883
13900
  "z-ai/glm-5.2:batch": {
13884
13901
  id: "z-ai/glm-5.2:batch",