docs(providers): add the Apodex provider page - #906
Open
zhanghanduo wants to merge 6 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5 tasks
Author
|
Please review this before BerriAI/litellm#37071. It documents both required environment variables, and the Vercel preview is green |
Covers both model families, the parameter contract each one accepts on /chat/completions and /responses, native Anthropic Messages for the core models, and cost tracking with cached input.
- the core models default stream to false; only the Deep Research tiers default it to true - the Deep Discover tier is served on /responses only - state the 65,536 max output GET /v1/models reports for the core models - scope the 200K multiplier to the core models and to the three price components it applies to - name what falls outside cost tracking: the per-invocation Deep Research tool call billing, and the unregistered 1.0 tiers
zhanghanduo
force-pushed
the
litellm_apodex_provider_docs
branch
from
August 16, 2026 10:21
23acf26 to
ef4e65d
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.
Adds the Apodex provider page for BerriAI/litellm#37071. The main PR already links its README and endpoint capability table to
/docs/providers/apodex, so this page should merge before or with itThe page covers
APODEX_API_KEY, the optionalAPODEX_API_BASE, supported models, pricing, Chat Completions, Responses, Anthropic Messages compatibility, streaming, tools, and model-specific parameter supportIt distinguishes the two provider contracts: core models accept native sampling and function tools, while Deep Research tiers use a server-side agent and external tools through
mcp_servers. Core Messages requests use Apodex's native endpoint, while Deep Research Messages requests are translated through the Responses APIThe Responses section documents stateless core-model restrictions and notes that LiteLLM validates top-level parameters. Values passed through
extra_bodyremain a raw provider escape hatch and bypass that validation