> ## Documentation Index
> Fetch the complete documentation index at: https://onr.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAI-Compatible Endpoints

> OpenAI-style API paths supported by ONR.

The provider DSL `match api = "<api-name>" { ... }` uses OpenAI-style API names. Common values include:

* `completions`
* `chat.completions`
* `responses`
* `embeddings`
* `images.generations`
* `images.edits`
* `audio.speech`
* `audio.transcriptions`
* `audio.translations`

If a provider is selected but no `match` rule is found, ONR rejects the request with HTTP 400 (no silent fallback).
