Skip to content

Making requests

Omniflare exposes the OpenAI API surface at https://api.omniflare.com/v1, so any OpenAI-compatible client works against it unmodified. POST /v1/chat/completions is the primary endpoint, including streaming responses and tool calls.

Requests you already send to OpenAI are valid Omniflare requests: same fields, same response shape, same error envelope.

TODO: List supported endpoints and parameters, and note the compatibility gaps.