API reference
The OpenAI-compatible API — authentication, endpoints, streaming and errors.
Overview
One stable host, OpenAI-compatible semantics, credentials held by runtime actors.
ReadAuthentication
Bearer keys held by runtime actors, with zero-downtime rotation built in.
ReadChat completionssoon
The workhorse endpoint — request shape, parameters and responses.
ReadModelssoon
List the products your key can call, with capability metadata.
ReadStreamingsoon
Server-sent events, chunk shapes and usage accounting on streams.
ReadErrors
The error envelope and the codes you should handle.
ReadRate limitssoon
Per-key and per-product limits, headers, and retry guidance.
Read