Configure StepFun
StepFun is an emerging AI company in China that provides the Step series of large language models. It focuses on long context capabilities, supporting up to 32K tokens context window, with fully OpenAI-compatible API format. Registration is simple and quick to get started.
1. Obtain StepFun API Key
1.1 Visit StepFun Open Platform
Visit the StepFun Open Platform and log in: https://platform.stepfun.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 right corner.
Note: When you register an account and enter, there will be a default key data named "Default Key".

1.4 Set API Key Information
In the popup dialog:
- Enter the API Key name (e.g., CueMate)
- Click the OK 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 has been copied to the clipboard.
2. Configure StepFun 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 StepFun Provider
In the popup dialog:
- Provider Type: Select StepFun
- After clicking, it will 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., Step-1-32K)
- API URL: Keep the default
https://api.stepfun.com/v1(OpenAI-compatible format) - API Key: Paste the StepFun API Key you just copied
- Model Version: Select the model ID you want to use. Common models include:
step-2-mini: Latest lightweight model, 32K max outputstep-2-16k: New generation standard model, 16K max outputstep-1-8k: Standard model, 8K max outputstep-1-32k: Long context model, 32K max outputstep-1-256k: Ultra-long context model, 256K max output

Advanced Configuration (Optional)
Expand the Advanced Configuration panel to adjust the following parameters:
CueMate Interface Adjustable Parameters:
Temperature: Controls output randomness
- Range: 0-2
- 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: 1.0-1.5
- Regular conversation/Q&A: 0.6-0.9
- Code generation/precise tasks: 0.3-0.5
Max Tokens: Limits single output length
- Range: 256 - 32768 (depending on model)
- Recommended Value: 4096
- Function: Controls the maximum word count of model's single response
- Model Limits:
- step-2-mini: max 32K tokens
- step-2-16k: max 16K tokens
- step-1-8k: max 8K tokens
- step-1-32k: max 32K tokens
- step-1-256k: max 256K tokens
- Usage Suggestions:
- Short Q&A: 1024-2048
- Regular conversation: 4096-8192
- Long text generation: 16384-32768
- Ultra-long documents: 256K (step-1-256k only)

Other Advanced Parameters Supported by StepFun API:
Although CueMate's interface only provides temperature and max_tokens adjustments, if you call StepFun directly through the API, you can also use the following advanced parameters (StepFun uses OpenAI-compatible API format):
top_p (nucleus sampling)
- Range: 0-1
- Default Value: 1
- Function: Samples from the smallest candidate set with cumulative probability reaching p
- Relationship with temperature: Usually only adjust one of them
- Usage Suggestions:
- Maintain diversity but avoid absurdity: 0.9-0.95
- More conservative output: 0.7-0.8
frequency_penalty
- Range: -2.0 to 2.0
- Default Value: 0
- Function: Reduces the probability of repeating the same words (based on word frequency)
- Usage Suggestions:
- Reduce repetition: 0.3-0.8
- Allow repetition: 0 (default)
presence_penalty
- Range: -2.0 to 2.0
- Default Value: 0
- Function: Reduces the probability of words that have already appeared appearing again (based on whether they appear)
- Usage Suggestions:
- Encourage new topics: 0.3-0.8
- Allow repeated topics: 0 (default)
stream
- Type: Boolean
- Default Value: false
- Function: Enables SSE streaming return, returning as it generates
- In CueMate: Handled automatically, no manual setting required
| No. | Scenario | temperature | max_tokens | top_p | frequency_penalty | presence_penalty |
|---|---|---|---|---|---|---|
| 1 | Creative writing | 1.0-1.2 | 4096-8192 | 0.95 | 0.5 | 0.5 |
| 2 | Code generation | 0.2-0.5 | 2048-4096 | 0.9 | 0.0 | 0.0 |
| 3 | Q&A system | 0.7 | 1024-2048 | 0.9 | 0.0 | 0.0 |
| 4 | Long text processing | 0.6-0.8 | 16384-32768 | 0.9 | 0.3 | 0.0 |
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, it will display a success message and return a model response example.

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 Large Model Provider section.
After configuration, you can select to use this model in functions such as interview training and question generation, or you can individually select the model configuration for a specific interview in the interview options.

4. Supported Model List
4.1 Step Series
| No. | Model Name | Model ID | Max Output | Use Case |
|---|---|---|---|---|
| 1 | Step-2-Mini | step-2-mini | 32K tokens | Latest lightweight model, fast response, high cost-performance |
| 2 | Step-2-16K | step-2-16k | 16K tokens | New generation standard model, balanced performance and cost |
| 3 | Step-1-8K | step-1-8k | 8K tokens | Regular conversation, fast response, cost-performance priority |
| 4 | Step-1-32K | step-1-32k | 32K tokens | Long text processing, complex conversations, deep analysis |
| 5 | Step-1-256K | step-1-256k | 256K tokens | Ultra-long context, ultra-long document processing, deep analysis |
5. Common Issues
5.1 Invalid API Key
Symptom: API Key error prompt during test connection
Solution:
- Check if the API Key format is correct
- Confirm that 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 test connection or usage
Solution:
- Check if network connection is normal
- Confirm API URL address is correct:
https://api.stepfun.com/v1 - Check firewall settings
5.3 Insufficient Quota
Symptom: Prompt that quota is exhausted or insufficient balance
Solution:
- Log in to StepFun platform to check account balance
- Recharge or apply for more quota
- Optimize usage frequency
