Releases: tghamm/Anthropic.SDK
Releases · tghamm/Anthropic.SDK
v2.0.1
- Adds Claude 3 Haiku Model Constant
v2.0.0
- Adds support for Messages API Endpoints
- Adds support for Claude 3 Models, including Image Support
- Support for CancellationToken
v1.3.0
- Adds Constant for Claude 2.1 as well as examples for using System Prompts.
v1.2.0
- Adds an extension helper method for calculating Claude token counts and example usages.
v1.1.2
- Adds new model constant for Claude Instant 1.2
v1.1.1
- Adds validation to parameters
- Adds constants for valid models
- Updates README
v1.1.0
- Exposes the anthropic-version string to the
AnthropicClient
- Breaking Changes
- Changes the data type from float to decimal for a couple of the
SamplingParameter
properties.
v1.0.0
- Initial Release. Supports the Claude API with Streaming and non Streaming calls to the API, supporting all available models.