DELG·AI

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 SDKhttps://ai.delg.dev/api/v1POST /chat/completions
02
Anthropic SDKhttps://ai.delg.dev/apiPOST /v1/messages
·
AuthorizationBearer YOUR_API_KEYKeys from your dashboard

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.