docs: add native GPUStack embedding and rerank provider - #911
Open
qdivan wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5 tasks
Author
|
This docs PR is now the remaining documentation dependency for BerriAI/litellm#37138 The code PR's current head has passed its lint, strict Ruff, type-discipline, full basedpyright, tests, and benchmarks. Its two remaining failures run LiteLLM's environment-key documentation test against the default docs branch, so they cannot turn green until this docs page lands I also ran the official |
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.
Summary
Documents the native GPUStack embedding and rerank provider added by BerriAI/litellm#37138.
gpustack/provider routeGPUSTACK_API_BASEandGPUSTACK_API_KEYDuplicate check
Related docs PR #629 covers configuring GPUStack chat models through the generic Custom OpenAI provider and currently describes
gpustack/v1, which is not a native LiteLLM provider route. This PR has a different acceptance boundary: it documents the nativegpustack/<model>embedding and rerank routes implemented by BerriAI/litellm#37138 and does not claim native chat support.Validation
The page includes the exact environment variables required by LiteLLM's
tests/documentation_tests/test_env_keys.pygate.