Processing...Please wait while we secure this action
MiniMax model

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.

MiniMaxPlatform curatedCatalog
Streaming
Input price$0.058 / 1M tokens
Output price$0.226 / 1M tokens
Context length65.5k tokens
Max output2k tokens

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.

Python
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

MiniMaxCatalog

Available through the NextModel gateway via MiniMax.

$0 / 1M tokensInput$0 / 1M tokensOutputContext
Best forChinese Q&A, general chat
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
View details
MiniMaxCatalog

Available through the NextModel gateway via MiniMax.

$0 / 1M tokensInput$0 / 1M tokensOutputContext
Best forChinese Q&A, general chat
RoutingConfigured
Streaming
Platform curatedNextModel gateway catalog (Go origin)
View details
MiniMaxCatalog

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...

$0.038 / 1M tokensInput$0.208 / 1M tokensOutput1MContext
Best forimage understanding, multimodal chat
RoutingConfigured
StreamingVisionLong context
Platform curatedNextModel gateway catalog (Go origin)
View details

FAQ

MiniMax: MiniMax M2-her API questions