@elyracode/ai 0.4.8 → 0.4.9

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.
@@ -8958,13 +8958,13 @@ export const MODELS = {
8958
8958
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8959
8959
  input: ["text"],
8960
8960
  cost: {
8961
- input: 0.14,
8962
- output: 0.28,
8963
- cacheRead: 0.0028,
8961
+ input: 0.126,
8962
+ output: 0.252,
8963
+ cacheRead: 0.0252,
8964
8964
  cacheWrite: 0,
8965
8965
  },
8966
8966
  contextWindow: 1048576,
8967
- maxTokens: 384000,
8967
+ maxTokens: 131072,
8968
8968
  },
8969
8969
  "deepseek/deepseek-v4-pro": {
8970
8970
  id: "deepseek/deepseek-v4-pro",