@wasmagent/model-minimax
v1.0.0
Published
MiniMax model adapter for wasmagent
Readme
/model-minimax
MiniMax M2/M3 adapter — reasoning_split + <think> tag parsing.
Part of wasmagent — a TypeScript + WASM agent runtime.
▽ Maintenance-mode. This adapter is functional and security-patched, but is not receiving proactive feature work — it is dominated by
GenericOpenAICompatModel+ a recipe indocs/guides/openai-compat-recipes.md. See maintenance tiers for the rationale. If you actively use this package and want it promoted to ◆ Narrative, open an issue taggedtier:promote-requestwith your use case.
Install
npm install /model-minimax /coreUsage
import { MiniMaxModel, MiniMaxModels } from "/model-minimax";
const model = new MiniMaxModel(MiniMaxModels.M3, {
apiKey: process.env.MINIMAX_API_KEY,
});⚠️ Compliance — Review the MiniMax terms before using in production.
License
Apache-2.0 — © wasmagent contributors
