llm_dart 0.8.0
llm_dart: ^0.8.0 copied to clipboard
A modular Dart library for AI provider interactions with unified interface for OpenAI, Anthropic, Google, DeepSeek, Ollama, xAI, Groq, ElevenLabs and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add llm_dart
With Flutter:
$ flutter pub add llm_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
llm_dart: ^0.8.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:llm_dart/llm_dart.dart';