docs(parallel_ai): add LLM provider page, full search params, and env key reference - #882
Open
jliounis wants to merge 3 commits into
Open
docs(parallel_ai): add LLM provider page, full search params, and env key reference#882jliounis wants to merge 3 commits into
jliounis wants to merge 3 commits into
Conversation
… and env keys Covers the new parallel_ai chat and Responses API support landing in BerriAI/litellm#36704: provider page with models, basis, and effort tiers, expanded search parameter reference, and PARALLEL_AI_API_KEY / PARALLEL_API_KEY rows in the env reference
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Parallel Chat API is deprecated; the provider now serves /v1/responses natively with chat and messages bridged by the gateway
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.
Documents the Parallel AI LLM provider support landing in BerriAI/litellm#36704 and unblocks that PR's
documentation_test_env_keyscheck, which fails onPARALLEL_API_KEYbeing read in code but mentioned nowhere in the docsNew
docs/providers/parallel_ai.mdcovers the chat models (speed/lite/base/core, researchbasis), the Responses API model (parallel,reasoning.efforttiers), API key and trusted api_base behavior, plus SDK and proxy examples. The existingdocs/search/parallel_ai.mdgains the full v1 search parameter reference (mode, objective, domain and date filters, fetch_policy, session_id) and the preserved response metadata (search_id,parallel_usage,warnings, rawexcerpts).config_settings.mdgains PARALLEL_AI_API_KEY and PARALLEL_API_KEY rows next to the existing PARALLEL_AI_API_BASE entry