docs: add byesu provider page#549
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8da6e2d433
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | Property | Details | | ||
| |-------|-------| | ||
| | Description | byesu is an AI API gateway that exposes an OpenAI-compatible endpoint (and an Anthropic-native `/v1/messages` endpoint) behind a single base URL, giving access to a broad catalog of chat, reasoning, and multimodal models. | | ||
| | Provider Route on LiteLLM | `byesu/` | |
There was a problem hiding this comment.
Document only a supported byesu route
This page presents byesu/ as an immediately usable LiteLLM provider route, but OpenAI-compatible provider prefixes are only available after adding the provider to litellm/llms/openai_like/providers.json as described in docs/contributing/adding_openai_compatible_providers.md:7-9, and the current LiteLLM provider registry does not include byesu. Until the companion LiteLLM change is merged and released, users following these examples with only BYESU_API_KEY will get an unknown-provider failure instead of routing to byesu; either gate this doc on that release or document the supported openai/... plus api_base="https://byesu.com/v1" form.
Useful? React with 👍 / 👎.
Add provider doc page: byesu
Adds an official provider documentation page for byesu, an AI API gateway that exposes an OpenAI-compatible endpoint (base URL
https://byesu.com/v1), so LiteLLM users can reach its models with thebyesu/prefix.Changes
docs/providers/byesu.md— new provider page, following the same template as the existing OpenAI-compatible gateway pages (e.g.publicai.md): overview table, required env vars, SDK + Proxy usage, streaming, and the/responsesroute.sidebars.js— one line registeringproviders/byesuin the providers list (alphabetical, betweenblack_forest_labs_img_editandbytez).Notes
model="openai/<m>", api_base="https://byesu.com/v1". This page documents that, and pairs with a companion code PR registeringbyesu/as a first-class provider prefix./v1/chat/completions,/v1/responsesreturn auth errors rather than 404, indicating the routes exist).Docs for byesu: https://docs.byesu.com/en/clients/litellm