genkit_anthropic 0.2.7 copy "genkit_anthropic: ^0.2.7" to clipboard
genkit_anthropic: ^0.2.7 copied to clipboard

Anthropic plugin for Genkit Dart, providing Claude model integration with tool calling, multimodal inputs, and streaming support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add genkit_anthropic

With Flutter:

 $ flutter pub add genkit_anthropic

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

dependencies:
  genkit_anthropic: ^0.2.7

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:genkit_anthropic/genkit_anthropic.dart';
1
likes
160
points
1.81k
downloads

Documentation

API reference

Publisher

verified publishergenkit.dev

Weekly Downloads

Anthropic plugin for Genkit Dart, providing Claude model integration with tool calling, multimodal inputs, and streaming support.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

anthropic_sdk_dart, genkit, meta, schemantic

More

Packages that depend on genkit_anthropic