New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@agentkit-js/model-minimax

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentkit-js/model-minimax

MiniMax model adapter for agentkit-js

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@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/core

Usage

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

Keywords

agentkit

FAQs

Package last updated on 12 Jun 2026

Related posts