@sammorrowdrums/mcpi-ai 0.70.0 → 0.70.1

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.
@@ -6772,6 +6772,23 @@ export declare const MODELS: {
6772
6772
  contextWindow: number;
6773
6773
  maxTokens: number;
6774
6774
  };
6775
+ readonly "deepseep-v4-flash-free": {
6776
+ id: string;
6777
+ name: string;
6778
+ api: "openai-completions";
6779
+ provider: string;
6780
+ baseUrl: string;
6781
+ reasoning: true;
6782
+ input: "text"[];
6783
+ cost: {
6784
+ input: number;
6785
+ output: number;
6786
+ cacheRead: number;
6787
+ cacheWrite: number;
6788
+ };
6789
+ contextWindow: number;
6790
+ maxTokens: number;
6791
+ };
6775
6792
  readonly "gemini-3-flash": {
6776
6793
  id: string;
6777
6794
  name: string;