@dreb/ai 2.4.4 → 2.5.0

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.
@@ -7089,7 +7089,7 @@ export const MODELS = {
7089
7089
  cost: {
7090
7090
  input: 0.22,
7091
7091
  output: 0.85,
7092
- cacheRead: 0,
7092
+ cacheRead: 0.06,
7093
7093
  cacheWrite: 0,
7094
7094
  },
7095
7095
  contextWindow: 262144,
@@ -7648,13 +7648,13 @@ export const MODELS = {
7648
7648
  reasoning: true,
7649
7649
  input: ["text", "image"],
7650
7650
  cost: {
7651
- input: 0.12,
7652
- output: 0.39999999999999997,
7653
- cacheRead: 0,
7651
+ input: 0.08,
7652
+ output: 0.35,
7653
+ cacheRead: 0.01,
7654
7654
  cacheWrite: 0,
7655
7655
  },
7656
7656
  contextWindow: 262144,
7657
- maxTokens: 262144,
7657
+ maxTokens: 4096,
7658
7658
  },
7659
7659
  "google/gemma-4-26b-a4b-it:free": {
7660
7660
  id: "google/gemma-4-26b-a4b-it:free",
@@ -7682,13 +7682,13 @@ export const MODELS = {
7682
7682
  reasoning: true,
7683
7683
  input: ["text", "image"],
7684
7684
  cost: {
7685
- input: 0.14,
7686
- output: 0.39999999999999997,
7687
- cacheRead: 0,
7685
+ input: 0.13,
7686
+ output: 0.38,
7687
+ cacheRead: 0.019999999499999997,
7688
7688
  cacheWrite: 0,
7689
7689
  },
7690
7690
  contextWindow: 262144,
7691
- maxTokens: 131072,
7691
+ maxTokens: 4096,
7692
7692
  },
7693
7693
  "google/gemma-4-31b-it:free": {
7694
7694
  id: "google/gemma-4-31b-it:free",
@@ -7775,23 +7775,6 @@ export const MODELS = {
7775
7775
  contextWindow: 256000,
7776
7776
  maxTokens: 80000,
7777
7777
  },
7778
- "meituan/longcat-flash-chat": {
7779
- id: "meituan/longcat-flash-chat",
7780
- name: "Meituan: LongCat Flash Chat",
7781
- api: "openai-completions",
7782
- provider: "openrouter",
7783
- baseUrl: "https://openrouter.ai/api/v1",
7784
- reasoning: false,
7785
- input: ["text"],
7786
- cost: {
7787
- input: 0.19999999999999998,
7788
- output: 0.7999999999999999,
7789
- cacheRead: 0.19999999999999998,
7790
- cacheWrite: 0,
7791
- },
7792
- contextWindow: 131072,
7793
- maxTokens: 131072,
7794
- },
7795
7778
  "meta-llama/llama-3-8b-instruct": {
7796
7779
  id: "meta-llama/llama-3-8b-instruct",
7797
7780
  name: "Meta: Llama 3 8B Instruct",