docs: replace gpt-3.5-turbo with gpt-4o across all documentation#24304
Draft
krrishdholakia wants to merge 14 commits intomainfrom
Draft
docs: replace gpt-3.5-turbo with gpt-4o across all documentation#24304krrishdholakia wants to merge 14 commits intomainfrom
krrishdholakia wants to merge 14 commits intomainfrom
Conversation
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Update example model names across virtual keys, users, keys, onboarding, reliability, projects, team routing, model management, logging, timeouts, provider budgets, service accounts, pass-through, tag routing, and token auth. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Update model name strings across proxy documentation pages for consistency with current OpenAI model guidance. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Update tutorial snippets and tables to reference gpt-4o instead of gpt-3.5-turbo across 16 documentation files. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
…ckStart Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
Update model strings across OpenRouter, Azure, caching, LangChain, Letta, and related docs using StrReplace (replace_all) for consistency with gpt-4o. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
…rsions Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
- Updated OpenAI provider docs with gpt-4o examples - Updated proxy quickstart and configuration docs - Updated index.md and set_keys.md - Updated static llms-full.txt file This change modernizes the documentation examples to use the newer gpt-4o model instead of the deprecated gpt-3.5-turbo. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Contributor
Member
Author
|
@cursor don't modify release notes |
|
❌ Unable to add follow-up after multiple attempts. The agent may be experiencing issues. Please try again later or Open in Web to view the status. Learn more about Cursor Agents |
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.


Relevant issues
Documentation feedback request to modernize examples from gpt-3.5-turbo to gpt-4o.
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/test_litellm/directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewType
📖 Documentation
Changes
This PR replaces all occurrences of
gpt-3.5-turbowithgpt-4oacross the entire documentation to modernize examples with the current recommended model.Summary of changes:
docs/providers/openai.md)llms-full.txt)QuickStart.js,queryParamReader.js)Note:
Since this is a substring replacement, some versioned model names were also updated (e.g.,
gpt-3.5-turbo-1106→gpt-4o-1106). These are still valid OpenAI model identifiers or serve as example placeholders.Slack Thread