Skip to content

docs: note OpenAI client base_url for multi-model gateways - #6670

Open
seven7763 wants to merge 1 commit into
livekit:mainfrom
seven7763:docs/openai-compatible-gateway-example
Open

docs: note OpenAI client base_url for multi-model gateways#6670
seven7763 wants to merge 1 commit into
livekit:mainfrom
seven7763:docs/openai-compatible-gateway-example

Conversation

@seven7763

Copy link
Copy Markdown

Summary

The README already shows the OpenAI plugin for LLM.

This PR adds a one-line note that the same OpenAI plugin pattern works with OpenAI-compatible multi-model gateways when you are not self-hosting, using DaoXE (https://api.daoxe.com/v1) as one concrete example.

Docs only β€” no runtime behavior changes.

Test plan

  • README renders
  • Existing examples unchanged
  • Note is clearly optional

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

Clarify that the OpenAI plugin works with OpenAI-compatible multi-model gateways when you are not self-hosting, using DaoXE (https://api.daoxe.com/v1) as one concrete example. Docs only β€” no runtime behavior changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@seven7763
seven7763 requested a review from a team as a code owner August 3, 2026 01:25
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread README.md
cli.run_app(server)
```

> **Note:** The OpenAI plugin also works with OpenAI-compatible multi-model gateways when you are not self-hosting β€” for example [DaoXE](https://daoxe.com) at `https://api.daoxe.com/v1` (set `base_url` if the plugin supports it).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟨 README recommends routing model traffic and API keys through an unvetted third-party endpoint

The added note directs users to point the OpenAI plugin's base_url at a third-party gateway (https://api.daoxe.com/v1) in the project's official README. Following this guidance sends prompts, conversation content, and provider credentials to an external host not affiliated with or vetted by LiveKit, with no caveat about the trust implications.

Open in Devin Review

Was this helpful? React with πŸ‘ or πŸ‘Ž to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants