chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.1#421
Merged
Nelson-PROIA merged 2 commits intomainfrom Mar 12, 2026
Merged
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.0.1#421Nelson-PROIA merged 2 commits intomainfrom
Nelson-PROIA merged 2 commits intomainfrom
Conversation
* `mistral.chat.complete()`: * `request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.classifiers.classify_chat()`: * `request.input.union(InstructRequest).messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.classifiers.moderate_chat()`: * `request.inputs.union(Array<>)[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.agents.stream()`: * `request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.agents.complete()`: * `request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.fim.stream()`: `response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.fim.complete()`: `response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.chat.stream()`: * `request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url)` **Removed** (Breaking⚠️ ) * `mistral.beta.conversations.restart_stream()`: * `request.guardrails[]` **Changed** * `mistral.beta.agents.update()`: * `request` **Changed** * `response` **Changed** * `mistral.beta.agents.update_version()`: `response` **Changed** * `mistral.beta.agents.list_versions()`: `response.[]` **Changed** * `mistral.beta.agents.get_version()`: `response` **Changed** * `mistral.beta.agents.get()`: `response` **Changed** * `mistral.beta.agents.list()`: `response.[]` **Changed** * `mistral.beta.agents.create()`: * `request` **Changed** * `response` **Changed** * `mistral.beta.conversations.start()`: `request` **Changed** * `mistral.beta.conversations.start_stream()`: `request` **Changed** * `mistral.beta.conversations.restart()`: * `request.guardrails[]` **Changed** * `mistral.beta.conversations.get()`: `response.union(ModelConversation)` **Changed** * `mistral.beta.conversations.list()`: `response.[].union(ModelConversation)` **Changed**
louis-sanna-dev
requested changes
Mar 11, 2026
Contributor
louis-sanna-dev
left a comment
There was a problem hiding this comment.
@Nelson-PROIA why so much breaking?
louis-sanna-dev
approved these changes
Mar 11, 2026
Contributor
louis-sanna-dev
left a comment
There was a problem hiding this comment.
Found, it came this revert. https://github.com/mistralai/dashboard/commit/b13962d5791d04669d8ddb78d82798c2f6a028af
Let's merge.
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.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes:
mistral.chat.complete():request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingresponse.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.classifiers.classify_chat():request.input.union(InstructRequest).messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.classifiers.moderate_chat():request.inputs.union(Array<>)[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.agents.stream():request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingresponse.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.agents.complete():request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingresponse.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.fim.stream():response.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.fim.complete():response.choices[].message.content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.chat.stream():request.messages[].union(user).content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingresponse.[].data.choices[].delta.content.union(Array<ContentChunk>)[].union(audio_url)Removed (Breakingmistral.beta.conversations.restart_stream():request.guardrails[]Changedmistral.beta.agents.update():requestChangedresponseChangedmistral.beta.agents.update_version():responseChangedmistral.beta.agents.list_versions():response.[]Changedmistral.beta.agents.get_version():responseChangedmistral.beta.agents.get():responseChangedmistral.beta.agents.list():response.[]Changedmistral.beta.agents.create():requestChangedresponseChangedmistral.beta.conversations.start():requestChangedmistral.beta.conversations.start_stream():requestChangedmistral.beta.conversations.restart():request.guardrails[]Changedmistral.beta.conversations.get():response.union(ModelConversation)Changedmistral.beta.conversations.list():response.[].union(ModelConversation)ChangedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 6 warnings, 42 hintsView full report
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.729.0