Skip to main content
The MiniMax M-series text models are available through Upmore via the standard Chat Completions API (/v1/chat/completions). All models in the series share the same request and response format — switch between them by changing the model parameter.

Available models

The -highspeed variants accept the same parameters and return the same response format as their standard counterparts. They run on faster inference infrastructure and are billed at a higher rate — pick them when latency matters more than cost.

Key capabilities

  • Chat Completions API — Standard /v1/chat/completions endpoint with messages
  • Reasoning — Thinks before answering; the chain-of-thought is returned in reasoning_content alongside the reply (budget max_tokens accordingly)
  • Anthropic-compatible — Also callable via /v1/messages in Claude message format
  • Streaming — Supports real-time token streaming via SSE
  • Tool use — Supports function calling and tool use

Quick example

Parameters

API Reference

View the interactive API playground.