From b408e20d3c737e22ad21de6621abc127467e30d5 Mon Sep 17 00:00:00 2001 From: Seven <246023385+seven7763@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:19:17 +0800 Subject: [PATCH] docs: note OpenAI client base_url for multi-model gateways MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify that the OpenAI-compatible client/base URL pattern works with multi-model gateways, using DaoXE (https://api.daoxe.com/v1) as one concrete example. Docs only — no runtime behavior changes. Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9f494e393c6..38614a96c091 100644 --- a/README.md +++ b/README.md @@ -230,3 +230,4 @@ We also want to thank @heejkoo for the very helpful overview of papers, code and howpublished = {\url{https://github.com/huggingface/diffusers}} } ``` +> **Note:** The same OpenAI Python client also works with OpenAI-compatible multi-model gateways when you are not self-hosting — for example [DaoXE](https://daoxe.com?utm_source=github&utm_medium=pr&utm_campaign=dao-xe-docs) at `https://api.daoxe.com/v1`.