Skip to content

docs: refresh model examples across provider pages - #1222

Open
ZHCHJ888 wants to merge 1 commit into
BerriAI:mainfrom
ZHCHJ888:docs/provider-model-refresh
Open

docs: refresh model examples across provider pages#1222
ZHCHJ888 wants to merge 1 commit into
BerriAI:mainfrom
ZHCHJ888:docs/provider-model-refresh

Conversation

@ZHCHJ888

@ZHCHJ888 ZHCHJ888 commented Sep 5, 2026

Copy link
Copy Markdown

Summary

Several provider pages identified in #1160 still lead with model IDs and catalog tables that are one or more generations behind. The most visible cases are Together AI and DeepInfra, which still use Llama 2 examples, and Cerebras, whose only example uses an old Llama 3 model.

This PR refreshes SDK, streaming, and proxy examples across 15 provider pages. It replaces the long static tables on Together AI, DeepInfra, and NVIDIA NIM with a small set of current examples plus links to each provider's live catalog. It also corrects a mislabeled Claude Haiku row in the Bedrock table and raises the 10-token output limits that would truncate responses from current reasoning models.

No LiteLLM runtime behavior or pricing metadata changes in this PR.

Model ID verification

Literal model IDs were cross-checked against LiteLLM's upstream model_prices_and_context_window.json and the providers' official model catalogs. For Cohere, DeepInfra, and NVIDIA NIM models that are not yet represented in the price map, the examples use an explicit provider prefix so routing remains unambiguous; adding their pricing and capability metadata remains a separate main-repository change.

OpenAI and Azure OpenAI do not need edits here because their examples already resolve to current models after #1201. The SambaNova E5-Mistral-7B-Instruct embedding example is intentionally retained because SambaNova's current API documentation still uses that exact ID.

Validation

  • python3 scripts/check-docs.py docs passes for all 785 documentation pages.
  • node scripts/check-writing-style.js docs/providers passes for all 183 provider pages.
  • git diff --check passes.
  • The full writing check reports 10 existing em dash errors in unchanged blog files.

Addresses #1160.

@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
litellm Ready Ready Preview Sep 5, 2026 3:04pm UTC

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant