Introduction
Claudexia gives you Claude-compatible API access through one API key from the dashboard. It works with both the Anthropic Messages API and the OpenAI Chat Completions API, so you can plug it into SDKs, editors, agents, and automation tools that support a custom base URL.
What Claudexia provides
| Area | What you get |
|---|---|
| Anthropic-compatible | POST /v1/messages with Anthropic-style request and SSE streaming |
| OpenAI-compatible | POST /v1/chat/completions and GET /v1/models |
| Claude models | Claude Opus 4.6, Opus 4.5, Sonnet 4.5, Sonnet 4, and Haiku 4.5 |
| Tooling | Works with Cursor, Claude Code, VS Code extensions, SDKs, and cURL |
| Billing | Pay-as-you-go per 1M tokens per model |
| Key controls | Allowed models, IDE restrictions, IP whitelist, usage limits, and request-level streaming control |
Recommended model IDs
These are the stable IDs we recommend in docs and clients:
claude-opus-4.6claude-opus-4.5claude-sonnet-4.5claude-sonnet-4claude-haiku-4.5
Legacy dated Anthropic IDs and some aliases also resolve correctly, but for new setups it is better to use the stable names above.
Base URL rules
- Anthropic SDK / raw Anthropic API: use
https://api.claudexia.tech/v1 - OpenAI SDK / Cursor / VS Code OpenAI-compatible tools: use
https://api.claudexia.tech/v1 - Claude Code: use
https://api.claudexia.techforANTHROPIC_BASE_URL(without/v1)
The rendered docs will automatically replace the host above with whatever base URL is configured in admin settings.
Quick links
- Quickstart - first request with Anthropic and OpenAI formats
- Models - stable model IDs, context sizes, and direct rates
- Authentication - API key usage and per-key controls
- IDE Integration - overview plus dedicated pages for Claude Code, VS Code extensions, and OpenCode
- Pricing - per-model rates per 1M tokens