mistralai_client_dart 1.1.0+1
mistralai_client_dart: ^1.1.0+1 copied to clipboard
(Deprecated) This is an unofficial Dart/Flutter client for the Mistral AI API.
Changelog #
1.1.0 #
- 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:
downloadFileto download files from Mistral AI - BREAKING CHANGE: Changes to
ModelCardto supportBaseModelCardandFTModelCard
1.0.0 #
- 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
0.2.0 #
- New feature: Fill in the middle completion (docs). Check example for usage.
- Add
toolCallIdas mandatory parameter to ChatMessage when role istool.
0.1.2 #
- No longer send
nullvalues in the request body.
0.1.1 #
- Update README.md with mention about FlutterFlow support.
0.1.0 #
- Add Function Calling functionality to
chatandchatStream - Add support for
responseFormatparameter toChatParams - Update examples to not use deprecated models (like
mistral-tiny)
0.0.2 #
- Add topics for better pub.dev search
- Update description in pubspec.yaml
0.0.1 #
- Initial version of Mistral AI client for Dart
- Supports Mistral AI API version 0.0.1