Coding Plan Setup Center
Coding Plan provides Claude Messages, OpenAI Responses, and OpenAI-compatible Chat Completions. Every tier has the same model access; see the Coding Plan pricing page for current prices and promotional Credits. Coding Applications do not fall back to the general balance.
¶ Clients and setup methods
| Product | Setup method | Guide |
|---|---|---|
| Claude Code | CLI | Terminal setup |
| Claude Code | VS Code | VS Code setup |
| Codex | CLI | Terminal setup |
| Kimi Code | CLI/TUI | Kimi Code setup |
| OpenClaw | Provider Plugin | OpenClaw setup |
| Hermes | Custom Endpoint Wizard | Wizard setup |
| Hermes | YAML Provider | Manual setup |
| Kilo Code | CLI | CLI setup |
| Aider | CLI | Aider setup |
| Qwen Code | CLI | Qwen Code setup |
| DeepSeek Harness | Python SDK | Harness setup |
¶ API scope
Coding Plan links:
- Claude Messages
- Claude Messages Count Tokens
- Claude Chat Completions
- OpenAI Chat Completions
- OpenAI Responses
- Gemini Chat Completions
- GLM Chat Completions
- Grok Chat Completions
- Kimi Chat Completions
- DeepSeek Chat Completions
A specific credential can still be limited by allowed_api_ids and its application's API scope.
¶ Dynamic model directory
Use a valid Coding Application credential:
curl https://api.ai.moses.day/v1/models \
-H "Authorization: Bearer YOUR_API_TOKEN"
The directory changes over time, so this guide does not maintain a fixed count or static model list. /v1/models returns the global model directory and is not automatically filtered for a Coding credential; cross-check each exact model ID against credential scope, protocol, and client compatibility.
¶ Troubleshooting
- Insufficient balance: open the Applications console, find the Coding Application, and purchase again.
- The client still calls its original endpoint: confirm the configuration belongs to the same user and workspace that launches the client, then fully restart it.
- A model is not listed: request
/v1/modelsagain and check the exact model ID, credential API scope, and client protocol. - The token cannot call an endpoint: confirm the credential belongs to a Coding Application and inspect
allowed_api_idsand application permissions.