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

AreaWhat you get
Anthropic-compatiblePOST /v1/messages with Anthropic-style request and SSE streaming
OpenAI-compatiblePOST /v1/chat/completions and GET /v1/models
Claude modelsClaude Opus 4.6, Opus 4.5, Sonnet 4.5, Sonnet 4, and Haiku 4.5
ToolingWorks with Cursor, Claude Code, VS Code extensions, SDKs, and cURL
BillingPay-as-you-go per 1M tokens per model
Key controlsAllowed models, IDE restrictions, IP whitelist, usage limits, and request-level streaming control

These are the stable IDs we recommend in docs and clients:

  • claude-opus-4.6
  • claude-opus-4.5
  • claude-sonnet-4.5
  • claude-sonnet-4
  • claude-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.tech for ANTHROPIC_BASE_URL (without /v1)

The rendered docs will automatically replace the host above with whatever base URL is configured in admin settings.

  • 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