Skip to content

Conversation

@machinekoder
Copy link

@machinekoder machinekoder commented Nov 8, 2025

Related GitHub Issue

Closes: #9128

Description

Adds the devstral-small-latest model to the Mistral AI Provider, using the same settings as the devstral-medium-latest but with image support disabled and updated costs.

Test Procedure

Locally test using Roo Code Agent with devstral-small-latest model.

Pre-Submission Checklist

  • Issue Linked: This PR is linked to an approved GitHub Issue (see "Related GitHub Issue" above).
  • Scope: My changes are focused on the linked issue (one major feature/fix per PR).
  • Self-Review: I have performed a thorough self-review of my code.
  • Testing: Tests run locally
  • Documentation Impact: Not applicable
  • Contribution Guidelines: I have read and agree to the Contributor Guidelines.

Screenshots / Videos

Documentation Updates

Additional Notes

Get in Touch


Important

Add devstral-small-latest model to Mistral provider with specific configurations in mistral.ts.

  • Models:
    • Add devstral-small-latest model to mistralModels in mistral.ts.
    • devstral-small-latest has maxTokens and contextWindow of 131,000, no image support, and prices set to 0.1 for input and 0.3 for output.

This description was created by Ellipsis for b91580d. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels Nov 8, 2025
@roomote
Copy link
Contributor

roomote bot commented Nov 8, 2025

Rooviewer Clock   See task on Roo Cloud

Review complete. The implementation correctly adds the devstral-small-latest model with appropriate configuration. No issues found.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Mistral Provider is missing devstral-small model

2 participants