Client & IDE setup
The fastest way to connect any tool is the Connect page in your cabinet — pick a model, paste a key, and it generates a ready-to-run snippet for each client.
Common settings
- Base URL (OpenAI clients):
https://ai-api.cloud/v1 - Base URL (Anthropic clients):
https://ai-api.cloud - API key: your key as a Bearer token
- Model: e.g.
deepseek-v4-pro
Per client
- curl / OpenAI SDK / Anthropic SDK — see the snippets on the Connect page.
- Claude Code — set
ANTHROPIC_BASE_URL=https://ai-api.cloud,ANTHROPIC_AUTH_TOKEN=YOUR_API_KEY,ANTHROPIC_MODEL=deepseek-v4-pro. - Cursor — Settings → Models → OpenAI API Key → enable "Override base URL", set base URL
…/v1, your key and model id. - Cline — no generic "Anthropic-compatible" provider: use OpenAI Compatible (base URL
…/v1), or pick Anthropic and enable a custom base URLhttps://ai-api.cloudfor the native protocol. - OpenCode — add a provider in
opencode.json(@ai-sdk/openai-compatibleor@ai-sdk/anthropic,baseURL…/v1). The Connect page generates the full config and shows the config file paths per OS.
More clients (Zed, JetBrains, Codex CLI) will be added here.