ai_providers 1.6.1 copy "ai_providers: ^1.6.1" to clipboard
ai_providers: ^1.6.1 copied to clipboard

Unified AI provider integration for Flutter - OpenAI, Google AI, xAI, Android native TTS with consistent API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ai_providers

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

dependencies:
  ai_providers: ^1.6.1

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

Import it

Now in your Dart code, you can use:

import 'package:ai_providers/ai_providers.dart';
0
likes
160
points
441
downloads

Publisher

unverified uploader

Weekly Downloads

Unified AI provider integration for Flutter - OpenAI, Google AI, xAI, Android native TTS with consistent API.

Repository (GitHub)
View/report issues

Topics

#ai #flutter #openai #llm #sdk

Documentation

Documentation
API reference

License

MPL-2.0 (license)

Dependencies

audioplayers, crypto, flutter, flutter_dotenv, flutter_tts, http, path, path_provider, record, shared_preferences, speech_to_text, yaml

More

Packages that depend on ai_providers