@elyracode/ai 0.5.1 → 0.5.2

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.
@@ -9642,6 +9642,34 @@ export declare const MODELS: {
9642
9642
  contextWindow: number;
9643
9643
  maxTokens: number;
9644
9644
  };
9645
+ readonly "deepseek/deepseek-v4-flash:free": {
9646
+ id: string;
9647
+ name: string;
9648
+ api: "openai-completions";
9649
+ provider: string;
9650
+ baseUrl: string;
9651
+ compat: {
9652
+ requiresReasoningContentOnAssistantMessages: true;
9653
+ thinkingFormat: "deepseek";
9654
+ };
9655
+ reasoning: true;
9656
+ thinkingLevelMap: {
9657
+ minimal: null;
9658
+ low: null;
9659
+ medium: null;
9660
+ high: string;
9661
+ xhigh: string;
9662
+ };
9663
+ input: "text"[];
9664
+ cost: {
9665
+ input: number;
9666
+ output: number;
9667
+ cacheRead: number;
9668
+ cacheWrite: number;
9669
+ };
9670
+ contextWindow: number;
9671
+ maxTokens: number;
9672
+ };
9645
9673
  readonly "deepseek/deepseek-v4-pro": {
9646
9674
  id: string;
9647
9675
  name: string;