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`.
- 專案
- 專案