From 59436485e641e4fecb97de1a657081b0e626c27e Mon Sep 17 00:00:00 2001 From: cuihuan Date: Thu, 27 Aug 2026 23:27:04 +0800 Subject: [PATCH] docs: add Synthorai to the OpenAI-compatible cloud providers One TabItem between Vercel AI Gateway and OpenRouter, mirroring the shape of the neighbouring gateway tabs. The /models behaviour in the tip was measured against a real key rather than assumed: GET /v1/models returns 200, and the list is scoped to the models that key is permitted to use rather than the whole catalog. The tip says so, because hand-adding an ID the key cannot use produces a model that appears in the selector and then fails on send. --- .../starting-with-openai-compatible.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx b/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx index ac677794c..da38a4234 100644 --- a/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx +++ b/docs/getting-started/quick-start/connect-a-provider/starting-with-openai-compatible.mdx @@ -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). ::: + + + + **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. + ::: +