mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 11:20:36 +00:00
docs: tighten subscription guidance and update MiniMax M2.5 refs
This commit is contained in:
@@ -98,7 +98,7 @@ describe("models-config", () => {
|
||||
providerKey: "minimax",
|
||||
expectedBaseUrl: "https://api.minimax.io/anthropic",
|
||||
expectedApiKeyRef: "MINIMAX_API_KEY",
|
||||
expectedModelIds: ["MiniMax-M2.1", "MiniMax-VL-01"],
|
||||
expectedModelIds: ["MiniMax-M2.5", "MiniMax-VL-01"],
|
||||
});
|
||||
});
|
||||
});
|
||||
@@ -111,7 +111,7 @@ describe("models-config", () => {
|
||||
providerKey: "synthetic",
|
||||
expectedBaseUrl: "https://api.synthetic.new/anthropic",
|
||||
expectedApiKeyRef: "SYNTHETIC_API_KEY",
|
||||
expectedModelIds: ["hf:MiniMaxAI/MiniMax-M2.1"],
|
||||
expectedModelIds: ["hf:MiniMaxAI/MiniMax-M2.5"],
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user