cloudflare_ai 1.4.0 copy "cloudflare_ai: ^1.4.0" to clipboard
cloudflare_ai: ^1.4.0 copied to clipboard

This is a Dart package for Cloudflare Workers AI. It currently supports Text Generation and Image Generation, Text Summarization, and Image Generation Models.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloudflare_ai

With Flutter:

 $ flutter pub add cloudflare_ai

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

dependencies:
  cloudflare_ai: ^1.4.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:cloudflare_ai/cloudflare_ai.dart';
9
likes
160
points
49
downloads

Publisher

verified publishermkdir.software

Weekly Downloads

This is a Dart package for Cloudflare Workers AI. It currently supports Text Generation and Image Generation, Text Summarization, and Image Generation Models.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio

More

Packages that depend on cloudflare_ai