minimax
MiniMax: MiniMax M2-her
MiniMax M2-her is a dialogue-first large language model built for immersive roleplay, character-driven chat, and expressive multi-turn conversations. Designed to stay consistent in tone and personality, it supports rich message...
Context
66k tokens
Input / 1M tokens
$0.30
Output / 1M tokens
$1.20
Benchmark
—
Pricing
Input tokens$0.30 per 1M tokens
Output tokens$1.20 per 1M tokens
Cache read$0.03 per 1M tokens
Technical details
Model IDminimax/minimax-m2-her
Context window66k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens2,048
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'minimax/minimax-m2-her',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use MiniMax: MiniMax M2-her?
Get an API key and start making requests in minutes.
Get an API key