fix: set supports_vision to false for novita/openai/gpt-oss-120b - #37585
Open
wasnertobias wants to merge 1 commit into
Open
fix: set supports_vision to false for novita/openai/gpt-oss-120b#37585wasnertobias wants to merge 1 commit into
wasnertobias wants to merge 1 commit into
Conversation
gpt-oss-120b is a text-only model and does not support vision, but the entry had supports_vision: true. Fixes BerriAI#37584. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Greptile SummaryCorrects the Novita
Confidence Score: 5/5The PR appears safe to merge because both model registries consistently mark the text-only model as not supporting vision. The capability correction is applied to the exact Novita model entry in both synchronized registry copies, including the backup consumed by the packaged runtime.
|
| Filename | Overview |
|---|---|
| model_prices_and_context_window.json | Correctly disables vision support for novita/openai/gpt-oss-120b in the canonical model registry. |
| litellm/model_prices_and_context_window_backup.json | Mirrors the capability correction in the packaged runtime registry, preserving exact synchronization with the canonical file. |
Reviews (1): Last reviewed commit: "fix: set supports_vision to false for no..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Aug 22, 2026
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.
Why are these changes needed?
The
novita/openai/gpt-oss-120bentry hadsupports_vision: true, but gpt-oss-120b is a text-only model without vision support.Fixes #37584
Change type
Checklists
I submitted a PR to
use-promptrepouse-promptupdate in a separate PRModel (if applicable)
litellmwith the following changes:model_prices_and_context_window_backup.jsonlitellm/model_prices_and_context_window_backup.jsonprovider_listinschema.prismalitellm/llms/<provider>/chat/transformation.pylitellm/llms/<provider>/<sub-provider>/chat/transformation.pyif neededtests_llm_completionlitellmwith the following changes:model_prices_and_context_window_backup.jsonlitellm/model_prices_and_context_window_backup.jsonBilled as tokens (if applicable)
Billed as characters (if applicable)
Billed per request (if applicable)
Billed per image (if applicable)
Billed per audio (if applicable)
Billed per second (if applicable)
Related Issues