通过 Go 访问 Anthropic 的安全优先语言模型 API
The Claude SDK for Go provides access to the Claude API from Go applications.
Full documentation is available at platform.claude.com/docs/en/api/sdks/go.
import (
"github.com/anthropics/anthropic-sdk-go" // imported as anthropic
)
Or explicitly add the dependency:
go get -u 'github.com/anthropics/[email protected]'
…
Go 1.24+
See CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE file for details.
暂无开放 Issues,或尚未同步最近议题。