Back to models
dashscope

MiniMax M2.5

minimax-m2.5
dashscope197K context$0.30 / 1M tokens (input)$1.20 / 1M tokens (output)

MiniMax M2.5 supports Text input and Text output through OpenAI.

Total Context197K
Input Price$0.30
Output Price$1.20

Providers for MiniMax M2.5

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

dashscope
Total Context197K
Input Price$0.30
Output Price$1.20

Sample code and API for MiniMax M2.5

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "minimax-m2.5",
  "input": "Describe a calm futuristic city at sunrise."
}'