Back
AI summary
Written by AI from the official notes. Check them for exact details.A new parameter p has been added to the Completion API for security purposes.
- New parameter
padded to Completion API chunks. - Enhances security against token-length side-channel attacks.
- Applications using
mistral-commonmay need to update to version 1.8.4 or higher.
Why it matters: Developers using the Completion API should update their applications to ensure compatibility and security.
Full release notes3 changes
- Added a new parameter
pto the chunks streamed back by the Completion API. - Implemented for security to prevent token-length side-channel attacks, as reported by Microsoft researchers.
- Note that this change may break applications relying on strict parsing of the chunks. Applications using the official SDK are unaffected, but users relying on the
mistral-commonpackage may need to update to1.8.4or higher.