Skip to main content
Native Anthropic Messages API. Body is forwarded verbatim to Anthropic for Claude models, or translated to OpenAI Chat Completions shape for everything else.

Endpoint

Auth

Request body

Standard Anthropic Messages shape. See Anthropic’s docs for the full schema. Notable extras:
  • cache_control: ephemeral markers are forwarded to Anthropic upstream verbatim. ~75% input-cost reduction on cached blocks.
  • model accepts any qlaud catalog slug (see /models for the full list).

Example

Response

Standard Anthropic Messages response. usage field powers our metering.

Errors