@mariozechner/pi-ai 0.67.67 → 0.67.68

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.
@@ -6825,9 +6825,9 @@ export const MODELS = {
6825
6825
  "minimax-m2.5": {
6826
6826
  id: "minimax-m2.5",
6827
6827
  name: "MiniMax M2.5",
6828
- api: "anthropic-messages",
6828
+ api: "openai-completions",
6829
6829
  provider: "opencode-go",
6830
- baseUrl: "https://opencode.ai/zen/go",
6830
+ baseUrl: "https://opencode.ai/zen/go/v1",
6831
6831
  reasoning: true,
6832
6832
  input: ["text"],
6833
6833
  cost: {
@@ -6837,7 +6837,7 @@ export const MODELS = {
6837
6837
  cacheWrite: 0,
6838
6838
  },
6839
6839
  contextWindow: 204800,
6840
- maxTokens: 131072,
6840
+ maxTokens: 65536,
6841
6841
  },
6842
6842
  "minimax-m2.7": {
6843
6843
  id: "minimax-m2.7",
@@ -7654,7 +7654,7 @@ export const MODELS = {
7654
7654
  cacheRead: 0.024999999999999998,
7655
7655
  cacheWrite: 0.08333333333333334,
7656
7656
  },
7657
- contextWindow: 1048576,
7657
+ contextWindow: 1000000,
7658
7658
  maxTokens: 8192,
7659
7659
  },
7660
7660
  "google/gemini-2.0-flash-lite-001": {