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

MethodPathDescription
POST/v1/messagesClaude Messages API
GET/v1/models/infoDetailed model information and pricing

OpenAI-compatible

MethodPathDescription
POST/v1/chat/completionsChat Completions API
GET/v1/modelsOpenAI-style model list

System

MethodPathDescription
GET/healthPublic health check
GET/Basic root check

Required headers

HeaderValueRequired for
x-api-key or Authorization: Bearersk-aw-...All authenticated endpoints
Content-Typeapplication/jsonPOST requests
anthropic-version2023-06-01/v1/messages
  • claude-opus-4.6
  • claude-opus-4.5
  • claude-sonnet-4.5
  • claude-sonnet-4
  • claude-haiku-4.5