Overview
Claudexia exposes two main formats:
- Anthropic Messages API
- OpenAI Chat Completions API
Both route to the same Claude model pool.
Base URL
https://api.claudexia.tech
Main endpoints
Anthropic-compatible
| Method | Path | Description |
|---|
| POST | /v1/messages | Claude Messages API |
| GET | /v1/models/info | Detailed model information and pricing |
OpenAI-compatible
| Method | Path | Description |
|---|
| POST | /v1/chat/completions | Chat Completions API |
| GET | /v1/models | OpenAI-style model list |
System
| Method | Path | Description |
|---|
| GET | /health | Public health check |
| GET | / | Basic root check |
| Header | Value | Required for |
|---|
x-api-key or Authorization: Bearer | sk-aw-... | All authenticated endpoints |
Content-Type | application/json | POST requests |
anthropic-version | 2023-06-01 | /v1/messages |
Recommended stable model IDs
claude-opus-4.6claude-opus-4.5claude-sonnet-4.5claude-sonnet-4claude-haiku-4.5