@dreb/ai 2.55.4 → 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",
@@ -13906,9 +13923,9 @@ export const MODELS = {
13906
13923
  reasoning: true,
13907
13924
  input: ["text"],
13908
13925
  cost: {
13909
- input: 0.4886,
13910
- output: 1.5355999999999999,
13911
- cacheRead: 0.09074,
13926
+ input: 0.4046,
13927
+ output: 1.2716,
13928
+ cacheRead: 0.07514,
13912
13929
  cacheWrite: 0,
13913
13930
  },
13914
13931
  contextWindow: 1048576,