anthropic_sdk_dart 0.2.0 copy "anthropic_sdk_dart: ^0.2.0" to clipboard
anthropic_sdk_dart: ^0.2.0 copied to clipboard

Dart Client for the Anthropic API (Claude 3.5 Sonnet, Opus, Haiku, etc.).

📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.


0.2.0 #

Note: This release has breaking changes, check the relevant issues for more details on how to migrate.

  • FEAT: Add support for Message Batches (#585). (a41270a0)
  • FEAT: Add claude-3-5-sonnet-20241022 to model catalog (#583). (0cc59e13)
  • BREAKING FEAT: Add support for prompt caching (#587). (79dabaa5)
  • BREAKING FEAT: Add computer use support (#586). (36c4a3e3)
  • DOCS: Update anthropic_sdk_dart readme. (78b7bccf)

0.1.0 #

0.0.1 #

  • FEAT: Implement anthropic_sdk_dart, a Dart client for Anthropic API (#433). (e5412b)

0.0.1-dev.1 #

  • Bootstrap package.