feat: add devstral-small-latest model to Mistral provider #9129
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.
Related GitHub Issue
Closes: #9128
Roo Code Task Context (Optional)
This PR was created with the assistance of Roo Code.
Description
This PR attempts to address Issue #9128 by adding the
devstral-small-latestmodel to the Mistral provider configuration. The model has been added with appropriate specifications based on the pattern of other models in the configuration:devstral-small-latestThis provides users with a more economical option for the devstral family of models, as requested in the issue.
Test Procedure
npm testinpackages/types)npm run check-types)npm run lint)Pre-Submission Checklist
Screenshots / Videos
N/A - This is a configuration change that adds a new model option.
Documentation Updates
Additional Notes
The pricing and specifications for
devstral-small-latestare estimates based on it being described as "more economic" than the medium variant. These may need adjustment based on official Mistral documentation.Get in Touch
Feedback and guidance are welcome on this implementation!
Important
Adds
devstral-small-latestmodel to Mistral provider with specific attributes for a more economical option.devstral-small-latestmodel tomistralModelsinmistral.ts.This description was created by
for 6f0faae. You can customize this summary. It will automatically update as commits are pushed.