Operating manual
API Reference
Two wire-compatible ports into the same metered bench. Point any OpenAI or Anthropic SDK at the matching base URL — you're billed by the tokens the model reports, same rate on either.
01
OpenAI SDK
https://ai.delg.dev/api/v1POST /chat/completions02
Anthropic SDK
https://ai.delg.dev/apiPOST /v1/messages·
Endpoint
POST https://ai.delg.dev/api/v1/chat/completions — OpenAI chat-completions body
POST https://ai.delg.dev/api/v1/messages — Anthropic Messages body
Both accept stream: true and return the matching SDK's response/event shape. You're billed by the tokens the model reports, same rate on either endpoint.