tensorzero 0.1.0 copy "tensorzero: ^0.1.0" to clipboard
tensorzero: ^0.1.0 copied to clipboard

A full-featured Dart client for TensorZero Gateway supporting both native inference and OpenAI-compatible APIs with streaming, tool calling, and multimodal capabilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tensorzero

With Flutter:

 $ flutter pub add tensorzero

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

dependencies:
  tensorzero: ^0.1.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:tensorzero/tensorzero.dart';
0
likes
120
points
74
downloads

Publisher

verified publisherzuzu.dev

Weekly Downloads

A full-featured Dart client for TensorZero Gateway supporting both native inference and OpenAI-compatible APIs with streaming, tool calling, and multimodal capabilities.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

clock, collection, dartz, freezed_annotation, http, json_annotation, logging, meta, sse, uuid

More

Packages that depend on tensorzero