Third-party clients

Cherry Studio Setup

Cherry Studio supports custom OpenAI and Anthropic providers. It appends standard endpoint paths automatically, so enter the domain root without /v1 or a full endpoint path.

Use Codex models

Quick settings

SettingValue
Provider typeOpenAI
API KeyCopy it from API Keys
API addresshttps://api.icodeeasy.cc
Recommended modelgpt-5.6-sol

If the primary domain is slow, use https://jp.icodeeasy.cc or https://sg.icodeeasy.cc.

Steps

  1. Open Settings → Model Providers.
  2. Click + Add at the bottom of the provider list.
  3. Name it I Code Easy and choose OpenAI as the provider type.
  4. Enter the API key and set the API address to https://api.icodeeasy.cc.
  5. Use Manage to load models, or manually add gpt-5.6-sol.
  6. Click the check button next to the API key.
  7. Enable the provider and select gpt-5.6-sol in the chat model picker.

Do not enter https://api.icodeeasy.cc/v1 or https://api.icodeeasy.cc/v1/chat/completions. Cherry Studio appends /v1/chat/completions to the root address.

Use Claude models

Quick settings

SettingValue
Provider typeAnthropic
API KeyCopy it from API Keys
API addresshttps://api.icodeeasy.cc
Recommended modelclaude-sonnet-4-6

If the primary domain is slow, use https://jp.icodeeasy.cc or https://sg.icodeeasy.cc.

Steps

  1. Open Settings → Model Providers and click + Add.
  2. Name the provider I Code Easy Claude and choose Anthropic as the provider type.
  3. Enter the API key and set the API address to https://api.icodeeasy.cc.
  4. Use Manage to load models, or manually add claude-sonnet-4-6.
  5. Click the check button, enable the provider, and select claude-sonnet-4-6 in the chat model picker.

Cherry Studio appends /v1/messages for the Anthropic provider. If you receive non_claude_code_client, select a Claude endpoint in the dashboard that allows third-party clients.

Troubleshooting

SymptomFix
The connection check returns 404Remove /v1, /v1/chat/completions, or /v1/messages from the API address
The model list is emptyAdd the exact model ID manually
The check passes but chat failsConfirm the new provider/model is selected and check balance
A non-standard full endpoint is requiredCherry Studio supports a trailing # to stop path appending; I Code Easy does not need it

Official references

Verified against Cherry Studio official documentation on 2026-07-16.