llm_dart 0.8.0 copy "llm_dart: ^0.8.0" to clipboard
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';
8
likes
160
points
626
downloads

Publisher

unverified uploader

Weekly Downloads

A modular Dart library for AI provider interactions with unified interface for OpenAI, Anthropic, Google, DeepSeek, Ollama, xAI, Groq, ElevenLabs and more.

Repository (GitHub)
View/report issues

Topics

#ai #llms #nlp

Documentation

API reference

License

MIT (license)

Dependencies

dio, http_parser, logging

More

Packages that depend on llm_dart