docs: add Gonka Broker AI endpoint#676
Open
iamoeco wants to merge 2 commits into
Open
Conversation
|
@iamoeco is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hi @danny-avila — gentle bump 🙏 Docs-only addition (provider page + sidebar + icon, mirrors openrouter.mdx). The Vercel preview needs a team member to authorize the deploy from my fork. Could you authorize it and take a look? Thanks for LibreChat! |
Author
|
Hi @berry-13 — following up 🙏 Docs-only endpoint page (mirrors openrouter.mdx); it just needs a team member to authorize the Vercel fork-preview so CI can go green. Could you authorize + take a look? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: add Gonka Broker AI endpoint
Adds Gonka Broker to the AI Endpoints list as a pre-configured custom endpoint.
Gonka Broker is an OpenAI-compatible gateway to open-weight models (Qwen3, Kimi, MiniMax) served on the Gonka decentralized inference network. It exposes a public
/v1/modelsendpoint, so the example usesfetch: trueand LibreChat auto-discovers the model list.Changes
content/docs/configuration/librechat_yaml/ai_endpoints/gonkabroker.mdx— new provider page (mirrors the existing OpenRouter/Groq pages: API key,librechat.yamlconfig,user_providedoption, notes)content/docs/configuration/librechat_yaml/ai_endpoints/meta.json— sidebar entry (alphabetical, betweenfireworksandgroq)components/icons/providers/gonkabroker.tsx— provider icon (single-colorcurrentColorpath, same style as the other brand icons)components/icons/providers/index.ts— export the iconlib/icons.tsx— register the icon under theGonkaBrokerkey used in the page frontmatterVerification
pnpm buildsucceeds — the page prerenders at/docs/configuration/librechat_yaml/ai_endpoints/gonkabrokerwith the correct<title>,<h1>, meta description, and canonical.prettier --checkandeslintpass on all changed files.English-only; localized variants can follow via the usual translation automation.