Skip to content

Releases: tghamm/Anthropic.SDK

v2.0.1

17 Mar 11:39
db2665f
Compare
Choose a tag to compare
  • Adds Claude 3 Haiku Model Constant

v2.0.0

05 Mar 11:33
165f668
Compare
Choose a tag to compare
  • Adds support for Messages API Endpoints
  • Adds support for Claude 3 Models, including Image Support
  • Support for CancellationToken

v1.3.0

21 Nov 18:23
3acc7ab
Compare
Choose a tag to compare
  • Adds Constant for Claude 2.1 as well as examples for using System Prompts.

v1.2.0

19 Aug 19:18
9411ae3
Compare
Choose a tag to compare
  • Adds an extension helper method for calculating Claude token counts and example usages.

v1.1.2

09 Aug 17:58
1d6a847
Compare
Choose a tag to compare
  • Adds new model constant for Claude Instant 1.2

v1.1.1

24 Jul 11:23
e595efb
Compare
Choose a tag to compare
  • Adds validation to parameters
  • Adds constants for valid models
  • Updates README

v1.1.0

16 Jul 18:28
6dc5164
Compare
Choose a tag to compare
  • 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

01 Jul 23:45
Compare
Choose a tag to compare
  • Initial Release. Supports the Claude API with Streaming and non Streaming calls to the API, supporting all available models.