TRAE Integration Guide
TRAE is an intelligent IDE built for developers, integrating AI Q&A, inline code completion, and Agentic Coding Workflow features, suitable for daily development use.
1. Obtain API Key
- Refer to Model Activation Help Document
2. Install TRAE CN
Visit the TRAE Official Website to download and install the version suitable for your operating system.
3. Connect to EazyDevelop
1: Add Custom Model
In TRAE, click 设置, find the 模型 menu, and select 添加模型.

2: Configure Model Information
Select OpenAI as the model provider, choose 自定义模型 for the model, and configure as follows:
| Configuration Item | Description |
|---|---|
| Model Provider | Select OpenAI |
| Model | Select 自定义模型 |
| Model ID | Enter the model name (e.g., MiniMax-M2.7) |
| API Key | Enter the API Key you activated in EazyDevelop |
| Custom Request URL | Enter https://api-maas.eazytec-cloud.com/v1/chat/completions |

3: Select the Model to Use
Turn off AUTO, and select the configured custom model from the list.

Done! Now you can use EazyDevelop models in TRAE for code generation, debugging, task analysis, and more.
Notes
- The custom request URL must include the complete
/chat/completionspath - If the model list is empty, please check whether the API Key and Model ID are correct
- It is recommended to turn off AUTO mode and manually select the configured custom model