@dreb/ai 2.55.5 → 2.55.6

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.
@@ -10072,6 +10072,23 @@ export const MODELS = {
10072
10072
  contextWindow: 256000,
10073
10073
  maxTokens: 80000,
10074
10074
  },
10075
+ "liquid/lfm-2.5-2.6b:free": {
10076
+ id: "liquid/lfm-2.5-2.6b:free",
10077
+ name: "LiquidAI: LFM2.5-2.6B (free)",
10078
+ api: "openai-completions",
10079
+ provider: "openrouter",
10080
+ baseUrl: "https://openrouter.ai/api/v1",
10081
+ reasoning: true,
10082
+ input: ["text"],
10083
+ cost: {
10084
+ input: 0,
10085
+ output: 0,
10086
+ cacheRead: 0,
10087
+ cacheWrite: 0,
10088
+ },
10089
+ contextWindow: 128000,
10090
+ maxTokens: 32768,
10091
+ },
10075
10092
  "meituan/longcat-2.0": {
10076
10093
  id: "meituan/longcat-2.0",
10077
10094
  name: "Meituan: LongCat 2.0",
@@ -10693,9 +10710,9 @@ export const MODELS = {
10693
10710
  reasoning: true,
10694
10711
  input: ["text", "image"],
10695
10712
  cost: {
10696
- input: 0.5795,
10697
- output: 2.44,
10698
- cacheRead: 0.0976,
10713
+ input: 0.95,
10714
+ output: 4,
10715
+ cacheRead: 0.16,
10699
10716
  cacheWrite: 0,
10700
10717
  },
10701
10718
  contextWindow: 262144,
@@ -13906,9 +13923,9 @@ export const MODELS = {
13906
13923
  reasoning: true,
13907
13924
  input: ["text"],
13908
13925
  cost: {
13909
- input: 0.952,
13910
- output: 2.992,
13911
- cacheRead: 0.17679999999999998,
13926
+ input: 1.4,
13927
+ output: 4.4,
13928
+ cacheRead: 0.26,
13912
13929
  cacheWrite: 0,
13913
13930
  },
13914
13931
  contextWindow: 204800,
@@ -13923,13 +13940,13 @@ export const MODELS = {
13923
13940
  reasoning: true,
13924
13941
  input: ["text"],
13925
13942
  cost: {
13926
- input: 0.4046,
13927
- output: 1.2716,
13928
- cacheRead: 0.07514,
13943
+ input: 0.76,
13944
+ output: 2.42,
13945
+ cacheRead: 0.14,
13929
13946
  cacheWrite: 0,
13930
13947
  },
13931
13948
  contextWindow: 1048576,
13932
- maxTokens: 131072,
13949
+ maxTokens: 262144,
13933
13950
  },
13934
13951
  "z-ai/glm-5.2:batch": {
13935
13952
  id: "z-ai/glm-5.2:batch",