anthropics/anthropic-sdk-csharp
Access to Anthropic's safety-first language model APIs in C#
解决的问题
为开发者提供原生 C# 接口,用于与 Claude API 交互,无需手动编写 HTTP 请求即可访问 Anthropic 的大语言模型。
工作原理
SDK 作为 Claude API 的封装,允许 C# 应用程序使用强类型参数和基于客户端的架构来创建消息并管理与模型的交互。
适用人群
希望将 Claude 的 AI 能力集成到软件应用中的 .NET 开发者。
主要亮点
- C# 应用的官方 SDK
- 支持 .NET Standard 2.0+
- 简化消息创建和请求参数
相关
- 项目
anthropics/anthropic-sdk-goA Go SDK that provides typed, idiomatic access to Anthropic’s Claude LLM API, letting Go developers send prompts and receive responses with simple client and helper functions.
- 项目
- 项目
anthropics/anthropic-cliThe `ant` CLI is Anthropic’s official terminal tool for interacting with the Claude Platform. It lets you authenticate, list models, send prompts, upload files, and manage beta resources (agents, sessions, etc.) directly from the command line, with support for JSON/YAML input, secret‑manager piping, and jq‑style output extraction. Install via Homebrew or `go install`.
- 项目
- 项目