mistralai_dart 2.1.0 copy "mistralai_dart: ^2.1.0" to clipboard
mistralai_dart: ^2.1.0 copied to clipboard

Dart client for the Mistral AI API - chat, embeddings, fine-tuning, agents, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mistralai_dart

With Flutter:

 $ flutter pub add mistralai_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mistralai_dart: ^2.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mistralai_dart/mistralai_dart.dart';
8
likes
150
points
2.71k
downloads

Documentation

API reference

Publisher

verified publisherlangchaindart.dev

Weekly Downloads

Dart client for the Mistral AI API - chat, embeddings, fine-tuning, agents, and more.

Homepage
Repository (GitHub)
View/report issues

Topics

#nlp #gen-ai #llms #mistral

License

MIT (license)

Dependencies

http, logging, meta

More

Packages that depend on mistralai_dart