llm_dart 0.7.1 copy "llm_dart: ^0.7.1" to clipboard
llm_dart: ^0.7.1 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

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

dependencies:
  llm_dart: ^0.7.1

Alternatively, your editor might support dart 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
0
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

License

unknown (license)

Dependencies

dio, http_parser, logging

More

Packages that depend on llm_dart