Endpoint
Auth
Request body
Standard Anthropic Messages shape. See Anthropic’s docs for the full schema. Notable extras:cache_control: ephemeralmarkers are forwarded to Anthropic upstream verbatim. ~75% input-cost reduction on cached blocks.modelaccepts any qlaud catalog slug (see /models for the full list).
Example
Response
Standard Anthropic Messages response.usage field powers our metering.
Errors
| Status | Meaning |
|---|---|
| 401 | Bad / revoked qlk key |
| 402 | Wallet exhausted OR per-key cap exceeded |
| 404 | Unknown model slug |
| 429 | Upstream rate-limited |
| 5xx | Upstream returned 5xx — retry with backoff |