Create an API key
Open API Keys, create a key, and copy it immediately. The full secret is shown only once.
Go to API keysEverything needed to connect chat, API keys, tools, pricing, and limits.
Open API Keys, create a key, and copy it immediately. The full secret is shown only once.
Go to API keysOpenAI-compatible provider
OpenAI API Key: YOUR_API_KEYOpenAI Base URL: https://apiclaude.org/v1claude-opus-4-7claude-sonnet-4-6claude-haiku-4-5Official CLI
npm install -g @anthropic-ai/claude-codeexport ANTHROPIC_BASE_URL="https://apiclaude.org/v1"export ANTHROPIC_API_KEY="YOUR_API_KEY"claudeVS Code extension
Some IDE agents do not forward images to custom providers. Text, code, and normal chat work correctly.
Anthropic Base URL: https://apiclaude.org/v1API Key: YOUR_API_KEYclaude-sonnet-4-6VS Code agent
Images may be limited by the client itself. For text and code use OpenAI Compatible mode.
OpenAI Compatiblehttps://apiclaude.org/v1YOUR_API_KEYclaude-haiku-4-5VS Code / JetBrains
name: ApiClaude
version: 1.0.0
schema: v1
models:
- name: Claude Sonnet 4.6
provider: openai
model: claude-sonnet-4-6
apiBase: https://apiclaude.org/v1
apiKey: YOUR_API_KEY
- name: Claude Haiku 4.5
provider: openai
model: claude-haiku-4-5
apiBase: https://apiclaude.org/v1
apiKey: YOUR_API_KEY
Terminal agent
npm install -g opencode-ai"baseURL": "https://apiclaude.org/v1""apiKey": "YOUR_API_KEY"opencodeManual model choice always uses the selected model. Auto mode is the separate economy router.
cligate-chat
Routes simple requests to cheaper models and keeps explicit model selection untouched.claude-opus-4-7
claude-opus-4-6
claude-opus-4-7-1m
gemini-3-1-pro-preview
claude-sonnet-4-6-1m
gpt-5-5
gpt-5-4
claude-opus-4-6-1m
claude-opus-4-5
claude-sonnet-4-6
claude-sonnet-4-5
claude-haiku-4-5
Cost per 1M tokens. Billing is charged in RUB using the current service rate 72.3497 · CBR.
| Model | Input | Output | Approx. RUB input | Approx. RUB output |
|---|---|---|---|---|
Claude Opus 4.7 NEWclaude-opus-4-7 |
50¢ | 50¢ | 36,17 ₽ | 36,17 ₽ |
Claude Opus 4.6claude-opus-4-6 |
50¢ | 50¢ | 36,17 ₽ | 36,17 ₽ |
Claude Opus 4.7 1M 1Mclaude-opus-4-7-1m |
150¢ | 150¢ | 108,52 ₽ | 108,52 ₽ |
Gemini 3.1 Pro Preview NEWgemini-3-1-pro-preview |
50¢ | 50¢ | 36,17 ₽ | 36,17 ₽ |
Claude Sonnet 4.6 1M 1Mclaude-sonnet-4-6-1m |
120¢ | 120¢ | 86,82 ₽ | 86,82 ₽ |
GPT 5.5 NEWgpt-5-5 |
50¢ | 50¢ | 36,17 ₽ | 36,17 ₽ |
GPT 5.4 ДЁШЕВОgpt-5-4 |
25¢ | 25¢ | 18,09 ₽ | 18,09 ₽ |
Claude Opus 4.6 1M 1Mclaude-opus-4-6-1m |
150¢ | 150¢ | 108,52 ₽ | 108,52 ₽ |
Claude Opus 4.5claude-opus-4-5 |
50¢ | 50¢ | 36,17 ₽ | 36,17 ₽ |
Claude Sonnet 4.6claude-sonnet-4-6 |
40¢ | 40¢ | 28,94 ₽ | 28,94 ₽ |
Claude Sonnet 4.5claude-sonnet-4-5 |
40¢ | 40¢ | 28,94 ₽ | 28,94 ₽ |
Claude Haiku 4.5claude-haiku-4-5 |
40¢ | 40¢ | 28,94 ₽ | 28,94 ₽ |
All private endpoints require Authorization: Bearer YOUR_API_KEY.
https://apiclaude.org/v1
OpenAI-compatible Chat Completions API. Use it with OpenAI SDKs, Cursor, Continue, Cline, and similar clients.
authAnthropic-style Messages API through the proxy when the client sends Anthropic payloads.
authAvailable models in OpenAI format.
authCurrent balance for the account attached to the API key.
authToken counting without a model call when supported by the upstream provider.
authFrequently asked questions
IDE agents often send chat history and project files with every request. Use shorter sessions, summaries, and context compaction.
The account shows public model aliases. If you select a specific model, ApiClaude does not substitute it. Auto mode is separate.
No. Charges are based on provider and LiteLLM usage fields saved in logs.
Open API Keys, click Create key, set name and optional limit. The full key is shown only once.
Click Top up, choose amount and method. Before automatic payments are connected, requests are confirmed by an admin.
Large-context models use more expensive account capacity and should be selected only when a task really needs huge files or long history.
How to keep quality high and spend under control.
Long context is expensive. Start a new chat for new tasks and keep only what matters.
/compactSeparate keys make limits and spending much easier to track.
Logs show request source, model, token count, cost, latency, and status.
Use Haiku or Sonnet for everyday work. Keep Opus and 1M context for hard tasks.
A RUB spend limit protects the balance from unexpected client behavior.
If a model is unavailable or the client fails, support can see request status and help faster.