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.

0.1.0 #

  • Initial release of the TensorZero Dart client
  • OpenAI-compatible API support (/openai/v1/chat/completions)
  • Native TensorZero API support (/inference)
  • Comprehensive error handling with Result<T, E> pattern
  • Type-safe value objects (ModelName, FunctionName, CacheMode)
  • Content block system with union types for multimodal content
  • HTTP client with retry logic and configurable timeouts
  • Server integration tested and verified
  • Enterprise-grade architecture following SOLID principles
  • Complete test suite with unit and integration tests
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