offrouter-minimax
v0.34.0
Published
MiniMax provider package for OffRouter.
Readme
offrouter-minimax
MiniMax provider package for OffRouter.
Install
npm install offrouter-minimaxUsage
import { createMiniMaxAdapter } from "offrouter-minimax";
const adapter = createMiniMaxAdapter({
apiKey: process.env.MINIMAX_API_KEY,
});Provider activation names: MINIMAX_API_KEY.
The package delegates transport and policy behavior to offrouter-core.
