MiniMax M2-her
MiniMax: MiniMax M2-her is a MiniMax model listed in the NextModel catalog for Chinese Q&A, general chat workloads. Its listed price is $0.058 / 1M tokens input and $0.226 / 1M tokens output per 1M tokens, with a 65.5k token context window.
What is MiniMax M2 Her in NextModel?
MiniMax: MiniMax M2-her is a MiniMax model listed in the NextModel catalog for Chinese Q&A, general chat workloads. Its listed price is $0.058 / 1M tokens input and $0.226 / 1M tokens output per 1M tokens, with a 65.5k token context window.
Best use cases
- Chinese Q&A
- general chat
OpenAI-compatible code example
Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model ID minimax--minimax-m2-her.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="minimax/minimax-m2-her",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)Similar alternatives
Available through the NextModel gateway via MiniMax.
Available through the NextModel gateway via MiniMax.
MiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding. It has 456 billion parameters, with 45.9 billion parameters activated per inference, and can handle a context...
FAQ