MiniMax
MiniMax (Hailuo AI) is an AI assistant by MiniMax, supporting deep thinking and web search capabilities.
Supported Models
| Model | Description |
|---|---|
| MiniMax-M2.5 | Latest 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.
Method 1: OAuth Login (Recommended)
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
- Navigate to Providers > Add Provider
- Select MiniMax from the list
- Enter your JWT Token (
_tokenvalue) - Enter your Real User ID
- Click Validate to verify
- Save the provider
API Usage
Model Names
{
"model": "MiniMax-M2.5",
"messages": [...]
}Model Mapping Recommendations
| Model Name | Actual Model | Description |
|---|---|---|
MiniMax-M2.5-Think | MiniMax-M2.5 | Deep thinking model |
MiniMax-M2.5-Search | MiniMax-M2.5 | Web search model |
MiniMax-M2.5-Think-Search | MiniMax-M2.5 | Deep 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:
- Get both
_tokenandrealUserID - Enter them separately in the corresponding fields in Chat2API
Token Expired
MiniMax tokens may expire. If authentication errors occur:
- Re-login to MiniMax Agent website
- Get new
_tokenandrealUserID - Update in Chat2API