Third-party clients
TRAE Setup
TRAE supports custom models using OpenAI Chat Completions or Anthropic Messages. To avoid Base URL path ambiguity, the recommended setup enables Full URL and uses the complete endpoint.
Use Codex models
Quick settings
| Setting | Value |
|---|---|
| API Format | OpenAI Chat Completions |
| Full URL | On |
| Request URL | https://api.icodeeasy.cc/v1/chat/completions |
| Model ID | gpt-5.6-sol |
| API Key | Copy it from API Keys |
Backup URLs are https://jp.icodeeasy.cc/v1/chat/completions and https://sg.icodeeasy.cc/v1/chat/completions.
Steps
- Open
Settings → Models. - Click
Add Model, then chooseCustom Config. - Choose
OpenAI Chat Completionsas the API Format. - Enable
Full URLand enterhttps://api.icodeeasy.cc/v1/chat/completions. - Enter
gpt-5.6-solas the Model ID and paste your API key. - Keep
Model SeriesonDefaultwhen unsure; optionally set a display name and context window. - Click
Add Model. TRAE validates the connection before adding it to the model list.
Use Claude models
Quick settings
| Setting | Value |
|---|---|
| API Format | Anthropic Messages |
| Full URL | On |
| Request URL | https://api.icodeeasy.cc/v1/messages |
| Model ID | claude-sonnet-4-6 |
| API Key | Copy it from API Keys |
Backup URLs are https://jp.icodeeasy.cc/v1/messages and https://sg.icodeeasy.cc/v1/messages.
Steps
- Open
Settings → Models. - Click
Add Model, then chooseCustom Config. - Choose
Anthropic Messagesas the API Format. - Enable
Full URLand enterhttps://api.icodeeasy.cc/v1/messages. - Enter
claude-sonnet-4-6as the Model ID and paste your API key. - Keep
Model SeriesonDefaultwhen unsure. - Click
Add Modeland select the new Claude model after the connection check succeeds.
If you receive non_claude_code_client, select a Claude endpoint in the dashboard that allows third-party clients.
Compatibility notes
- TRAE currently documents OpenAI Chat Completions and Anthropic Messages custom formats, not OpenAI Responses API.
- A specific
Model Seriesapplies TRAE prompt and parameter adaptations. UseDefaultunless you know the matching series. - A successful connection check proves the base request works; Agent tool calls still depend on model and upstream tool compatibility.
Official reference
Verified against TRAE official documentation on 2026-07-16.