Added a hardcoded list of computer use models for litellm as a fallba… #4052
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.
Description
This adds a hardcoded list of litellm computer use models as a fallback for users still on an older litellm verison before supports_computer_use was added to the v1/model/info endpoint
Test Procedure
Type of Change
Pre-flight Checklist
npm test
) and code is formatted and linted (npm run format && npm run lint
)npm run changeset
(required for user-facing changes)Screenshots
Additional Notes
Important
Adds a hardcoded fallback list for computer use models in LiteLLM to handle older versions lacking
supports_computer_use
.LITELLM_COMPUTER_USE_MODELS
inapi.ts
for fallback in older LiteLLM versions.getLiteLLMModels
inlitellm.ts
to use fallback list whensupports_computer_use
is missing.supports_computer_use
over fallback.litellm.test.ts
for fallback detection and prioritization of explicitsupports_computer_use
.This description was created by
for 870b0a0. You can customize this summary. It will automatically update as commits are pushed.