Skip to main content
minimax-m2-7 is the production flagship from MiniMax — broad capability on Chinese tasks, suited to general chat workflows.

Pricing

InputCache readOutput
$0.26 / 1M$0.06 / 1M$1.20 / 1M
Cache write is billed at the input rate. See the pricing table for the live rate.

Protocols

ProtocolPath
OpenAI Chat CompletionsPOST https://llm.bytespike.ai/v1/chat/completions

Quickstart

curl https://llm.bytespike.ai/v1/chat/completions \
  -H "Authorization: Bearer $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "minimax-m2-7",
    "messages": [{ "role": "user", "content": "Hello, ByteSpike." }]
  }'

Capabilities

CapabilitySupported
Chat Completions
Streaming (SSE)
Tools / function calling
JSON mode
Vision (image input)
Context window128K tokens

When to use

  • General Chinese-language chat — solid alternative to Doubao / GLM for variety.

Next