@dreb/ai 2.25.1 → 2.25.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.
@@ -4674,7 +4674,7 @@ export const MODELS = {
4674
4674
  baseUrl: "https://api.kimi.com/coding/v1",
4675
4675
  compat: { "thinkingFormat": "kimi", "supportsDeveloperRole": false },
4676
4676
  reasoning: true,
4677
- input: ["text"],
4677
+ input: ["text", "image"],
4678
4678
  cost: {
4679
4679
  input: 0,
4680
4680
  output: 0,
@@ -8093,12 +8093,12 @@ export const MODELS = {
8093
8093
  input: ["text", "image"],
8094
8094
  cost: {
8095
8095
  input: 0.12,
8096
- output: 0.37,
8097
- cacheRead: 0,
8096
+ output: 0.36,
8097
+ cacheRead: 0.09,
8098
8098
  cacheWrite: 0,
8099
8099
  },
8100
8100
  contextWindow: 262144,
8101
- maxTokens: 16384,
8101
+ maxTokens: 8192,
8102
8102
  },
8103
8103
  "google/gemma-4-31b-it:free": {
8104
8104
  id: "google/gemma-4-31b-it:free",
@@ -8404,7 +8404,7 @@ export const MODELS = {
8404
8404
  cacheWrite: 0,
8405
8405
  },
8406
8406
  contextWindow: 204800,
8407
- maxTokens: 131072,
8407
+ maxTokens: 196608,
8408
8408
  },
8409
8409
  "minimax/minimax-m3": {
8410
8410
  id: "minimax/minimax-m3",