googleai_dart 3.0.0 copy "googleai_dart: ^3.0.0" to clipboard
googleai_dart: ^3.0.0 copied to clipboard

Unofficial Dart client for the Google AI Gemini Developer API and Vertex AI Gemini API with unified interface.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add googleai_dart

With Flutter:

 $ flutter pub add googleai_dart

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

dependencies:
  googleai_dart: ^3.0.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:googleai_dart/googleai_dart.dart';
18
likes
150
points
1.13k
downloads

Publisher

verified publisherlangchaindart.dev

Weekly Downloads

Unofficial Dart client for the Google AI Gemini Developer API and Vertex AI Gemini API with unified interface.

Topics

#nlp #gen-ai #llms #googleai #gemini

Documentation

API reference

License

MIT (license)

Dependencies

http, logging, meta, web_socket

More

Packages that depend on googleai_dart