Models

minimax-m3 β€” API, Pricing & Context Window | Vivgrid

minimax-m3 on Vivgrid: MiniMax's efficient coding model with a 512K context window, 128K max output, and very competitive pricing.

minimax-m3 is MiniMax's efficient coding model, combining a large 512K-token context window with 128K-token max output and very competitive token pricing. It's a strong value pick for long-context coding agents.

On Vivgrid, minimax-m3 is available through the unified, OpenAI-compatible endpoint and is accelerated in APAC, making it especially attractive for Asia-Pacific deployments.

Specifications

ProviderMiniMax
Model IDminimax-m3
Best forCoding
Context window512,000 tokens
Max output128,000 tokens
ModalitiesText
Tool / function callingYes
Knowledge cutoff2026-01
Acceleration🌐 Global (Centralized)

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$1.20$0.24$2.40

Quick start

Call minimax-m3 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.

curl https://api.vivgrid.com/v1/chat/completions \
  -H "Authorization: Bearer $VIVGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m3",
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Ideal use cases

  • Long-context coding agents on a budget
  • APAC-based deployments needing low latency
  • Tasks generating substantial code output
  • High-volume engineering workloads
  • minimax-m2.7 β€” the prior MiniMax generation
  • glm-5.1 β€” alternative competitive coding model
  • kimi-k2.6 β€” high-output coding model

On this page