nexusflow
Online
MiniMax

MiniMax Model API

The MiniMax model family excels at creative writing and multi-turn conversations. Examples here default to OpenAI Chat Completions; the same model ID can also be called via the Anthropic Messages or Responses API protocols, depending on model support.

POSThttps://nexusflow.hk/v1/chat/completions

This is the default example endpoint. For multi-protocol usage, see Multi-Protocol Support, Anthropic Messages, and Responses API.

Models

Model IDDescriptionContextInput/1MOutput/1M
MiniMax-M2.5M2.5 enhanced, reasoning and coding192K$2.1$8.4
MiniMax-M2.1M2.1 creative writing and chat200K$2.1$8.4

Request Examples

curl https://nexusflow.hk/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MiniMax-M2.5",
    "messages": [
      {"role": "user", "content": "Write the opening of a short sci-fi story about a time traveler"}
    ],
    "stream": true
  }'
Chat Completions
View the full chat API documentation
Quick Start
5-minute integration guide
Full Pricing
View pricing for all models