API reference
3 endpoints, generated from the OpenAPI contract.
ModelBeat is OpenAI-compatible: point an existing SDK at https://api.modelbeat.ai/v1 and change the key. Streaming is supported. See Limits.
Create a chat completionOpenAI-compatible chat completion.
ModelBeat reserves a worst-case cost hold before routing, then settles it
against realized usage after the provider responds. A `402` means the hold
exceeded the available prepaid balance.
Create a text completionOpenAI-compatible text completion.
List available modelsReturns the ModelBeat model catalog in the OpenAI `/v1/models` list shape.
Authenticated and rate-limited, but never metered — no balance hold is taken.
The catalog is served from the ModelBeat registry, not from any upstream provider.
It lists only models ModelBeat serves, with `owned_by: "modelbeat"`.
Everything else the gateway exposes is not part of the API.