chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.12.0#335
Merged
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.12.0#335
Conversation
4d2aa92 to
9c6db6e
Compare
* `mistral.beta.conversations.restart_stream()`: `request.agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.conversations.start()`: `request.agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.conversations.list()`: `response.[].[agent_conversation].agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.conversations.get()`: `response.[agent_conversation].agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.conversations.restart()`: `request.agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.conversations.start_stream()`: `request.agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.agents.get()`: `request.agent_version` **Changed** **Breaking**⚠️ * `mistral.beta.agents.get_version()`: `request.version` **Changed** **Breaking**⚠️ * `mistral.beta.agents.list_version_aliases()`: **Added** * `mistral.models.list()`: `response.data.[].[fine-tuned].capabilities.audio_transcription` **Added** * `mistral.models.retrieve()`: `response.[base].capabilities.audio_transcription` **Added** * `mistral.beta.agents.create_version_alias()`: **Added** * `mistral.files.list()`: `request.mimetypes` **Added**
9c6db6e to
a7783e3
Compare
This commit adds support for realtime audio transcription using WebSocket connections. The implementation includes: 1. New realtime transcription client in the extra module 2. Examples for microphone and file-based transcription 3. Support for audio format negotiation 4. Proper error handling and connection management The realtime transcription feature requires the websockets package (>=13.0) which is now added as an optional dependency. This implementation allows for streaming audio data to the Mistral API and receiving transcription results in realtime. The changes include new models for realtime events and connection management, as well as updated audio.py to expose the realtime functionality.
01fd69e to
caf71b2
Compare
dumontg
approved these changes
Feb 3, 2026
806b0a6 to
494ac9b
Compare
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: [minor] - 🤖 (automated)
Python SDK Changes:
mistral.beta.conversations.restart_stream():request.agent_versionChanged Breakingmistral.beta.conversations.start():request.agent_versionChanged Breakingmistral.beta.conversations.list():response.[].[agent_conversation].agent_versionChanged Breakingmistral.beta.conversations.get():response.[agent_conversation].agent_versionChanged Breakingmistral.beta.conversations.restart():request.agent_versionChanged Breakingmistral.beta.conversations.start_stream():request.agent_versionChanged Breakingmistral.beta.agents.get():request.agent_versionChanged Breakingmistral.beta.agents.get_version():request.versionChanged Breakingmistral.beta.agents.list_version_aliases(): Addedmistral.models.list():response.data.[].[fine-tuned].capabilities.audio_transcriptionAddedmistral.models.retrieve():response.[base].capabilities.audio_transcriptionAddedmistral.beta.agents.create_version_alias(): Addedmistral.files.list():request.mimetypesAddedOpenAPI Change Summary
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.685.0