Skip to content

docs: add byesu provider page#549

Open
amdmsz wants to merge 2 commits into
BerriAI:mainfrom
amdmsz:add-byesu-provider-docs
Open

docs: add byesu provider page#549
amdmsz wants to merge 2 commits into
BerriAI:mainfrom
amdmsz:add-byesu-provider-docs

Conversation

@amdmsz

@amdmsz amdmsz commented Jul 12, 2026

Copy link
Copy Markdown

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 the byesu/ 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 /responses route.
  • sidebars.js — one line registering providers/byesu in the providers list (alphabetical, between black_forest_labs_img_edit and bytez).

Notes

  • byesu speaks the standard OpenAI Chat Completions + Responses format, so no code changes are needed to use it today via model="openai/<m>", api_base="https://byesu.com/v1". This page documents that, and pairs with a companion code PR registering byesu/ as a first-class provider prefix.
  • Endpoints referenced were confirmed reachable (/v1/chat/completions, /v1/responses return auth errors rather than 404, indicating the routes exist).

Docs for byesu: https://docs.byesu.com/en/clients/litellm

@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Jul 12, 2026 9:13am

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 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".

Comment thread docs/providers/byesu.md
| 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/` |

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge 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 👍 / 👎.

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.

1 participant