Configure MiniMax
MiniMax is a leading general artificial intelligence company in China, providing the abab series ultra-long text large language models. Supporting 245K tokens ultra-long context, excelling at long text understanding, multi-turn conversations, and complex reasoning tasks. In 2025, it launched new user packages offering free credits.
1. Obtain MiniMax API Key
1.1 Visit MiniMax Open Platform
Visit the MiniMax open platform and log in: https://platform.minimaxi.com

1.2 Enter API Keys Page
After logging in, click API Keys in the left menu to enter the key management page.

1.3 Create New API Key
Click the Create New Key button in the upper left corner.
Note: When you first register an account, there will be a default key named "Experience Center".

1.4 Set API Key Information
In the pop-up dialog:
- Enter a name for the API Key (e.g., CueMate)
- Click the Create Key button

1.5 Copy API Key
After successful creation, the system will display the API Key.
Important: This is the only time you can see the complete API Key. Please copy and save it immediately.

Click the copy button, and the API Key is copied to the clipboard.
2. Configure MiniMax Model in CueMate
2.1 Enter Model Settings Page
After logging into CueMate, click Model Settings in the dropdown menu in the upper right corner.

2.2 Add New Model
Click the Add Model button in the upper right corner.

2.3 Select MiniMax Provider
In the pop-up dialog:
- Provider Type: Select MiniMax
- After clicking, automatically proceed to the next step

2.4 Fill in Configuration Information
Fill in the following information on the configuration page:
Basic Configuration
- Model Name: Give this model configuration a name (e.g., MiniMax-abab6.5)
- API URL: Keep the default
https://api.minimaxi.com/v1(OpenAI compatible format) - API Key: Paste the MiniMax API Key you just copied
- Model Version: Select the model ID you want to use. Common models include:
MiniMax-M2: Latest encoding and Agent model, 16K max outputabab6.5s-chat: Ultra-long context model, 245K context, 16K max outputabab6.5t-chat: Standard fast model, 8K context, cost-effectiveabab6.5g-chat: General conversation model, 8K context

Advanced Configuration (Optional)
Expand the Advanced Configuration panel to adjust the following parameters:
Parameters Adjustable in CueMate Interface:
Temperature: Controls output randomness
- Range: 0-1
- Recommended Value: 0.7
- Function: Higher values produce more random and creative output, lower values produce more stable and conservative output
- Usage Suggestions:
- Creative writing/brainstorming: 0.8-1.0
- Regular conversation/Q&A: 0.6-0.8
- Code generation/precise tasks: 0.3-0.5
Max Tokens: Limits single output length
- Range: 256 - 16384 (depending on model)
- Recommended Value: 4096
- Function: Controls the maximum word count of model's single response
- Model Limits:
- MiniMax-M2: Maximum 16K tokens
- abab6.5s-chat: Maximum 16K tokens
- abab6.5t-chat: Maximum 8K tokens
- abab6.5g-chat: Maximum 8K tokens
- Usage Suggestions:
- Short Q&A: 1024-2048
- Regular conversation: 4096-8192
- Long text generation: 8192-16384

Other Advanced Parameters Supported by MiniMax API:
Although the CueMate interface only provides temperature and max_tokens adjustments, if you call MiniMax directly through the API, you can also use the following advanced parameters (MiniMax uses OpenAI-compatible API format):
top_p (nucleus sampling)
- Range: 0-1
- Default Value: 1
- Function: Samples from the minimum candidate set where cumulative probability reaches p
- Relationship with temperature: Usually only adjust one of them
- Usage Suggestions:
- Maintain diversity but avoid unreasonable output: 0.9-0.95
- More conservative output: 0.7-0.8
stream (streaming output)
- Type: Boolean
- Default Value: false
- Function: Enable SSE streaming return, generate and return simultaneously
- In CueMate: Automatically handled, no manual setting required
| No. | Scenario | temperature | max_tokens | top_p | Suitable Model |
|---|---|---|---|---|---|
| 1 | Creative Writing | 0.8-1.0 | 4096-8192 | 0.95 | MiniMax-M2, abab6.5s |
| 2 | Code Generation | 0.2-0.5 | 2048-4096 | 0.9 | MiniMax-M2 |
| 3 | Q&A System | 0.7 | 1024-2048 | 0.9 | abab6.5t, abab6.5g |
| 4 | Long Text Generation | 0.6-0.8 | 8192-16384 | 0.9 | MiniMax-M2, abab6.5s |
2.5 Test Connection
After filling in the configuration, click the Test Connection button to verify if the configuration is correct.

If the configuration is correct, a successful test message will be displayed, along with a sample response from the model.

2.6 Save Configuration
After a successful test, click the Save button to complete the model configuration.

3. Use Model
Through the dropdown menu in the upper right corner, enter the system settings interface, and select the model configuration you want to use in the LLM provider section.
After configuration, you can select to use this model in interview training, question generation, and other functions. Of course, you can also select the model configuration for a specific interview in the interview options.

4. Supported Model List
4.1 MiniMax Series
| No. | Model Name | Model ID | Max Output | Use Case |
|---|---|---|---|---|
| 1 | MiniMax-M2 | MiniMax-M2 | 16K tokens | Coding tasks, Agent workflows, complex reasoning |
| 2 | abab6.5s-chat | abab6.5s-chat | 16K tokens | Long text processing, complex multi-turn conversations, deep analysis |
| 3 | abab6.5t-chat | abab6.5t-chat | 8K tokens | Regular conversation, fast response, cost-effective |
| 4 | abab6.5g-chat | abab6.5g-chat | 8K tokens | General conversation, daily use |
5. Common Issues
5.1 Invalid API Key
Symptom: API Key error when testing connection
Solution:
- Check if the API Key format is correct
- Confirm the API Key has not expired or been disabled
- Check if the account has available quota
5.2 Request Timeout
Symptom: No response for a long time during testing or use
Solution:
- Check if the network connection is normal
- Confirm the API URL address is correct:
https://api.minimaxi.com/v1 - Check firewall settings
5.3 Insufficient Quota
Symptom: Quota exhausted or insufficient balance message
Solution:
- Log in to MiniMax platform to check account balance
- Recharge or claim new user package
- Optimize usage frequency
