Providers

MiniMax

MiniMax (Hailuo AI) is an AI assistant by MiniMax, supporting deep thinking and web search capabilities.

Supported Models

ModelDescription
MiniMax-M2.5Latest MiniMax M2.5 model

Features

  • Deep thinking mode
  • Web search
  • Streaming/non-streaming output
  • Multi-turn conversation support
  • Tool calling support

Authentication

MiniMax supports OAuth Login and JWT Token authentication methods.

In Chat2API, click Add Provider and select MiniMax.

Choose OAuth Login method.

Click Start Login, the system will automatically open the browser and redirect to the MiniMax login page.

After completing login in the browser, return to Chat2API, the system will automatically obtain authentication information.

Method 2: JWT Token Authentication

Go to MiniMax Agent and log in.

Press F12 to open Developer Tools.

Go to Application > Local Storage.

Find _token and copy its value (JWT format, starts with eyJ).

In the same Local Storage, find user_detail_agent, open it and copy the realUserID value.

MiniMax requires both _token and realUserID for authentication, please enter them in the corresponding input fields.

Adding to Chat2API

  1. Navigate to Providers > Add Provider
  2. Select MiniMax from the list
  3. Enter your JWT Token (_token value)
  4. Enter your Real User ID
  5. Click Validate to verify
  6. Save the provider

API Usage

Model Names

{
  "model": "MiniMax-M2.5",
  "messages": [...]
}

Model Mapping Recommendations

Model NameActual ModelDescription
MiniMax-M2.5-ThinkMiniMax-M2.5Deep thinking model
MiniMax-M2.5-SearchMiniMax-M2.5Web search model
MiniMax-M2.5-Think-SearchMiniMax-M2.5Deep thinking + Web search

Usage Limits

  • 200 free credits daily
  • Note conversation limits, unable to continue when credits are exhausted

MiniMax's conversation implementation differs from other providers, using a polling mechanism to get responses. Therefore, response speed may be slower, and conversation failures may occur. If you encounter issues, please retry later or switch to another provider.

Troubleshooting

401 Authentication Failed

New accounts may not work with standard JWT authentication. Solutions:

  1. Get both _token and realUserID
  2. Enter them separately in the corresponding fields in Chat2API

Token Expired

MiniMax tokens may expire. If authentication errors occur:

  1. Re-login to MiniMax Agent website
  2. Get new _token and realUserID
  3. Update in Chat2API

Official Resources

On this page