docs(providers): document Lyceum chat completions - #1542
Draft
BrunoKneffel-2 wants to merge 1 commit into
Draft
BrunoKneffel-2 wants to merge 1 commit into
BrunoKneffel-2 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
6 tasks
BrunoKneffel-2
force-pushed
the
feat/lyceum-provider
branch
from
September 18, 2026 10:39
840ab27 to
a160146
Compare
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.
Document the built-in
lyceum/provider,LYCEUM_API_KEY, optionalLYCEUM_API_BASE, and the canonicalhttps://api.lyceum.technology/openai/v1endpointCompanion implementation: BerriAI/litellm#41796
The page includes synchronous, asynchronous, streaming, tools, and LiteLLM Proxy examples, plus model-listing instructions and limitations. Add it to the providers sidebar
The serverless endpoint and supported request shapes are documented by Lyceum. An unauthenticated models request returned an OpenAI-shaped 401 at
/openai/v1/models;/v1/modelsreturned 404The new page passes the repository's structure and writing checks.
npm run buildexits 0 and generates the Lyceum page; it reports existing site warnings, including optional canvas resolution and HTML diagnostics on unrelated pages. The contributor's live run passed model listing, SDK sync/async/streaming, a tool roundtrip, and Proxy sync/streaming. An identity-only rewrite attributes the commits to BrunoKneffel-2; all nine live checks, including public endpoint discovery, pass at implementation tipe27c06efc962c2d5b80c442c1fdfb4f9ca0164ba. The CLA bot confirms all committers have signed and Greptile rates the implementation 5/5; remaining CI and maintainer review are pending. This draft should publish with the corresponding LiteLLM provider release