@agentkit-js/model-minimax
v0.2.0
Published
MiniMax model adapter for agentkit-js
Readme
@agentkit-js/model-minimax
MiniMax M2/M3 adapter — reasoning_split + <think> tag parsing.
Part of agentkit-js — a TypeScript + WASM agent runtime.
Install
npm install @agentkit-js/model-minimax @agentkit-js/coreUsage
import { MiniMaxModel, MiniMaxModels } from "@agentkit-js/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 — © agentkit-js contributors
