docs(providers): add Prism provider page - #1570
Open
mateo-berri wants to merge 1 commit into
Open
mateo-berri wants to merge 1 commit into
mateo-berri wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 8dd4907. Configure here.
6 tasks
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.
Adds the provider page for Prism Inference (
prism/route), which lands in LiteLLM through the internal copy of BerriAI/litellm#40914The page covers the two models LiteLLM ships pricing for (
prism/deepseek-v4.1-flashandprism/deepseek-v4-flash, 1M context, 384,000 max output, prices from Prism's liveGET /v1/modelscatalog), thePRISM_API_KEYandPRISM_API_BASEvariables, SDK examples for chat completions (non-streaming, streaming, tools, JSON schema, image input), the native Responses and Anthropic Messages routes, a proxyconfig.yamlwith curl examples for all three endpoints, and the custom API base optionsSidebar entry added next to the other P providers
Note
Low Risk
Documentation and navigation only; no application or runtime behavior changes in this diff.
Overview
Adds Prism Inference (
prism/) to the docs site with a new provider page and sidebar link under Supported Models & Providers.The page documents the
prism/route, base URL,PRISM_API_KEY/PRISM_API_BASE, and the two priced models (deepseek-v4.1-flash,deepseek-v4-flash), plus notes on using other catalog models with manuallitellm_paramspricing. It includes SDK examples (chat, streaming, tools, JSON schema, vision), native Responses and Anthropic Messages usage, proxyconfig.yamlwith tabbed curl examples for/v1/chat/completions,/v1/responses, and/v1/messages, custom API base options, and supported OpenAI parameters.sidebars.jsregistersproviders/prismalphabetically among the P providers.Reviewed by Cursor Bugbot for commit 8dd4907. Bugbot is set up for automated code reviews on this repo. Configure here.