Endpoint reference

Two base URLs, six endpoints. Everything else is the dashboard.

Inference

MethodPathWhat it does
POST/v1/chat/completionsOpenAI chat completions, streaming or not.
POST/v1/messagesAnthropic messages. What Claude Code and the Anthropic SDKs call.
POST/v1/messages/count_tokensToken count for a message payload.

Catalogue

MethodPathWhat it does
GET/v1/modelsThe catalogue, with search, filter, limit, offset.
GET/v1/countsTotals: models, uncensored, abliterated.

Verification

MethodPathWhat it does
POST/v1/verify-receiptChecks a receipt against the messages you claim were sent.