Skip to content

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

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 添加模型.

Add Model

2: Configure Model Information

Select OpenAI as the model provider, choose 自定义模型 for the model, and configure as follows:

Configuration ItemDescription
Model ProviderSelect OpenAI
ModelSelect 自定义模型
Model IDEnter the model name (e.g., MiniMax-M2.7)
API KeyEnter the API Key you activated in EazyDevelop
Custom Request URLEnter https://api-maas.eazytec-cloud.com/v1/chat/completions

Configure Model

3: Select the Model to Use

Turn off AUTO, and select the configured custom model from the list.

Select Model

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/completions path
  • 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