together_ai_sdk 2.0.2 together_ai_sdk: ^2.0.2 copied to clipboard
A comprehensive SDK for interacting with the Together AI API. Supports chat, text, and image generation with various models including Llama 3.
1.0.0 #
- Initial stable version.
1.0.1 #
- Changes to description and dart format
1.0.2 #
- Added new models to
ChatModel
enum inenum_ai_models.dart
.
2.0.0 #
- Added new vision models to
ChatVisionModel
enum inenum_ai_models.dart
. Introduced simple conversation memory. - Major change to error handling. No longer returns null.
- Removed deprecated models. See
https://docs.together.ai/docs/deprecations
for now info. - Please make sure to review the model names from the website.
2.0.1 #
- Formatted better.
2.0.2 #
- Added Disclaimer when using API KEY.