feat(provider/mistral): mistral-medium-3.5 - #14828
Merged
Merged
Conversation
6 tasks
Collaborator
Contributor
Author
|
Like in 0126c0f ? |
lgrammel
approved these changes
May 4, 2026
lgrammel
reviewed
May 4, 2026
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| "@ai-sdk/mistral": minor | |||
Contributor
Author
There was a problem hiding this comment.
Done! Felt like minor to me because it's a backwards compatible feature, but that's very subjective :)
Collaborator
There was a problem hiding this comment.
agree - we dont use semantic versioning tho and that's why
Contributor
Author
There was a problem hiding this comment.
Please do not use minor or major changesets, we'll let you know when you need to use a different changeset type than patch.
Aha, should've read the docs, thanks for linking!
Contributor
|
|
Contributor
|
🚀 Published in:
|
lgrammel
added a commit
that referenced
this pull request
May 5, 2026
This is an automated backport of #14828 to the release-v6.0 branch. FYI @vercel/build-container-prod --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lars Grammel <lars.grammel@gmail.com>
gr2m
pushed a commit
that referenced
this pull request
Jun 5, 2026
## Background Mistral just released Mistral Medium 3.5. See https://docs.mistral.ai/models/model-cards/mistral-medium-3-5-26-04 ## Summary Adds `mistral-medium-3.5` to the modelid type, and adds it to the list of models that supports reasoning effort. Adds the model to documentation. ## Manual Verification I tried a modified version of the Mistral text and stream examples (with the model id swapped out for `mistral-medium-3.5`). I also tried the reasoning effort example with the model id swapped out. Both work as expected. ## Checklist - [X] All commits are signed (PRs with unsigned commits cannot be merged) - [ ] Tests have been added / updated (for bug fixes / features) - [X] Documentation has been added / updated (for bug fixes / features) - [X] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) - [X] I have reviewed this pull request (self-review) ## Future Work I left the image support *crossed out*, since this is also the case for e.g. `mistral-small-latest`, and I haven't tested this. Maybe both should be updated when tested. --------- Co-authored-by: Lars Grammel <lars.grammel@gmail.com>
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.

Background
Mistral just released Mistral Medium 3.5. See https://docs.mistral.ai/models/model-cards/mistral-medium-3-5-26-04
Summary
Adds
mistral-medium-3.5to the modelid type, and adds it to the list of models that supports reasoning effort.Adds the model to documentation.
Manual Verification
I tried a modified version of the Mistral text and stream examples (with the model id swapped out for
mistral-medium-3.5). I also tried the reasoning effort example with the model id swapped out. Both work as expected.Checklist
pnpm changesetin the project root)Future Work
I left the image support crossed out, since this is also the case for e.g.
mistral-small-latest, and I haven't tested this. Maybe both should be updated when tested.