Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexprogrammr/anthropic-go

(Incomplete) Anthropic API client.
https://github.com/alexprogrammr/anthropic-go

anthropic anthropic-go claude-3-haiku claude-3-opus claude-3-sonnet go golang

Last synced: 19 days ago
JSON representation

(Incomplete) Anthropic API client.

Awesome Lists containing this project

README

        

# anthropic-go

[![CI](https://github.com/alexprogrammr/anthropic-go/actions/workflows/ci.yml/badge.svg)](https://github.com/alexprogrammr/anthropic-go/actions/workflows/ci.yml)

> **_NOTE:_** archived due to release of the official SDK https://github.com/anthropics/anthropic-sdk-go.

Anthropic API client for Go.

## Installation

```console
go get -u github.com/alexprogrammr/anthropic-go
```

## Resources

- [API Reference](https://docs.anthropic.com/en/api/getting-started)

## License

Licensed under [The MIT License](https://opensource.org/license/mit), see [`LICENSE`](LICENSE).