flutter_ai_anthropic_llm_provider 1.0.0
flutter_ai_anthropic_llm_provider: ^1.0.0 copied to clipboard
A Flutter package that provides an implementation of the LlmProvider interface from flutter_ai_toolkit for Anthropic's Claude AI models. Supports streaming responses, chat history management, and mult [...]
Changelog #
1.0.0 #
Initial release of the flutter_ai_anthropic_llm_provider package.
Features #
- Implementation of LlmProvider interface for Anthropic's Claude AI models
- Streaming response support
- Chat history management
- Multiple Claude model support (claude-3-opus-20240229, claude-3-haiku-20240307)
- Comprehensive error handling
- Attachment support (text, images, links)
- Full test coverage
- Detailed documentation and examples