- Generate new client code based on Mistral OAS
- New feature: Moderation (docs). Check example for usage.
- New feature: Batch Inference (docs). Check example for usage.
- New function:
downloadFile
to download files from Mistral AI - BREAKING CHANGE: Changes to
ModelCard
to supportBaseModelCard
andFTModelCard
- Support newest Mistral OAS
BREAKING CHANGES:
- client code is generated from the OpenAPI specification
- for changes in the API see examples in the example directory
- New feature: Fill in the middle completion (docs). Check example for usage.
- Add
toolCallId
as mandatory parameter to ChatMessage when role istool
.
- No longer send
null
values in the request body.
- Update README.md with mention about FlutterFlow support.
- Add Function Calling functionality to
chat
andchatStream
- Add support for
responseFormat
parameter toChatParams
- Update examples to not use deprecated models (like
mistral-tiny
)
- Add topics for better pub.dev search
- Update description in pubspec.yaml
- Initial version of Mistral AI client for Dart
- Supports Mistral AI API version 0.0.1