Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,21 @@ Each connection has a **toggle switch** that lets you enable or disable it witho
Vercel AI Gateway implements the OpenAI Chat Completions API, including `/models` and `/chat/completions`, so you can add it as a normal OpenAI-compatible connection in Open WebUI. Use the model IDs shown in the [AI Gateway model catalog](https://vercel.com/ai-gateway/models).
:::

</TabItem>
<TabItem value="synthorai" label="Synthorai">

**Synthorai** provides a single OpenAI-compatible endpoint for models from multiple upstream providers, with per-key model permissions and spend limits.

| Setting | Value |
|---|---|
| **URL** | `https://synthorai.io/v1` |
| **API Key** | Your API key from the [Synthorai console](https://synthorai.io/docs/quickstart/) |
| **Model IDs** | Auto-detected, leave empty or filter to specific models |

:::tip
`/models` returns the models **your key is permitted to use**, not the whole catalog, so the list you see depends on the key. If a model you expect is missing, check that key's model permissions rather than adding the ID by hand. The [model catalog](https://synthorai.io/models/) lists what is available overall.
:::

</TabItem>
<TabItem value="openrouter" label="OpenRouter">

Expand Down