@sammorrowdrums/mcpi-ai 0.70.0 → 0.70.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.
@@ -6601,6 +6601,23 @@ export const MODELS = {
6601
6601
  contextWindow: 1000000,
6602
6602
  maxTokens: 64000,
6603
6603
  },
6604
+ "deepseep-v4-flash-free": {
6605
+ id: "deepseep-v4-flash-free",
6606
+ name: "DeepSeek V4 Flash Free",
6607
+ api: "openai-completions",
6608
+ provider: "opencode",
6609
+ baseUrl: "https://opencode.ai/zen/v1",
6610
+ reasoning: true,
6611
+ input: ["text"],
6612
+ cost: {
6613
+ input: 0,
6614
+ output: 0,
6615
+ cacheRead: 0,
6616
+ cacheWrite: 0,
6617
+ },
6618
+ contextWindow: 1000000,
6619
+ maxTokens: 384000,
6620
+ },
6604
6621
  "gemini-3-flash": {
6605
6622
  id: "gemini-3-flash",
6606
6623
  name: "Gemini 3 Flash",