Short answer
Do not choose only by model name. First confirm which protocol and Key group your tool needs. Then choose by task type, quality, speed, context length, and cost. If you use LLMEasy, Claude Code should usually use the Claude group. Codex CLI, Cursor, Cline, OpenCode, OpenClaw, and other external tools should usually use the GPT group. Copy the Model ID from the model plaza.When you need this
- You are not sure whether to use the Claude group or the GPT group
- You switch between Claude Code, Codex CLI, Cursor, Cline, or similar tools
- A model works, but it is too expensive, too slow, or has too little context
- You want a cheaper model for batch tasks
- You want to connect the same API gateway to several AI coding tools
Start with the tool, then choose the model
The first step is not comparing model rankings. The first step is checking which protocol the client expects.| Use case | Recommended Key group | Common Base URL |
|---|---|---|
| Claude Code | Claude group | https://www.llmeasy.ru |
| Claude Desktop Gateway | Claude group, or the group required by the local gateway | Follow the gateway configuration |
| Codex CLI | GPT group | https://www.llmeasy.ru/v1 |
| Cursor | GPT group | https://www.llmeasy.ru/v1 |
| Cline | GPT group | https://www.llmeasy.ru/v1 |
| OpenCode / OpenClaw | GPT group | https://www.llmeasy.ru/v1 |
model not found, authentication errors, or an invalid request format.
Choose by task type
| Task type | Prioritize |
|---|---|
| Complex coding, architecture, long-running tasks | Reasoning quality, context window, tool-call stability |
| Daily Q&A and light generation | Speed and cost |
| Batch translation, classification, summaries | Unit price, throughput, stability |
| Code review and technical documentation | Code understanding, long context, stable output |
| Exploratory tasks | Start with a mid-cost model, then switch to a stronger model for critical steps |
Recommended workflow
- Confirm whether the tool supports an OpenAI-compatible or Anthropic-compatible API.
- Choose the Claude group or GPT group based on the tool.
- Copy the current Model ID from the model plaza.
- Test quality, speed, and cost with a small task.
- Check usage in the dashboard before using that model long term.
- Keep a stronger backup model for complex tasks instead of configuring only one model.
Common mistakes
- Looking only at the display name and not confirming the Model ID.
- Using a Claude group model in a GPT / OpenAI-compatible tool.
- Using a GPT group model in an Anthropic-compatible Claude Code setup.
- Assuming the newest model is always best for every task.
- Comparing only output quality while ignoring context length, speed, and cost.
- Moving production traffic to a new model without a small test first.
About LLMEasy
LLMEasy gives you one place to manage API Keys, balance, and usage records. You can manage model calls from the same dashboard, but each tool still needs the protocol and Key group it supports. Quick rule:- Claude Code uses the Claude group and
https://www.llmeasy.ru - Codex CLI, Cursor, Cline, OpenCode, and OpenClaw use the GPT group and
https://www.llmeasy.ru/v1

