Claude Platform Docs
  • Messages
  • Managed Agents
  • 管理
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Claude Platform Docs

Solutions

  • AI agents
  • Code modernization
  • Coding
  • Customer support
  • Education
  • Financial services
  • Government
  • Life sciences

Partners

  • Claude on AWS
  • Claude on Google Cloud

Learn

  • Blog
  • Courses
  • Use cases
  • Connectors
  • Customer stories
  • Engineering at Anthropic
  • Events
  • Powered by Claude
  • Service partners
  • Startups program

Company

  • Anthropic
  • Careers
  • Economic Futures
  • Research
  • News
  • Responsible Scaling Policy
  • Security and compliance
  • Transparency

Learn

  • Blog
  • Courses
  • Use cases
  • Connectors
  • Customer stories
  • Engineering at Anthropic
  • Events
  • Powered by Claude
  • Service partners
  • Startups program

Help and security

  • Availability
  • Status
  • Support
  • Discord

Terms and policies

  • Privacy policy
  • Responsible disclosure policy
  • Terms of service: Commercial
  • Terms of service: Consumer
  • Usage policy
Claude Platform

開始使用 Claude 進行建構

將 Claude 整合至您的應用程式所需的一切資源。從第一次 API 呼叫到正式上線。


您想要建構什麼?
⌘K
快速入門取得 API 金鑰API 參考文件
import anthropic

client = anthropic.Anthropic()

message = client.messages.create(
  model="claude-opus-4-8",
  max_tokens=1024,
  messages=[{
    "role": "user",
    "content": "Hello, Claude"
  }]
)
print(message.content[0].text)
平台

選擇您的建構方式

選擇符合您開發方式的開發介面,以及適合您技術堆疊的基礎架構。

Messages

直接存取模型。您自行建構每一輪對話、管理對話狀態,並編寫自己的工具迴圈。

快速入門API 參考文件用戶端 SDK

Managed Agents

全託管的代理基礎架構。在具狀態的工作階段中部署與管理自主代理,並保留持久的事件歷史記錄。

快速入門API 參考文件定義您的代理
Amazon BedrockGoogle Cloud Vertex AIMicrosoft Foundry
開發者旅程

從構想到正式上線

依循完整生命週期,或直接跳至您需要的部分。

  1. 1

    開始使用

    快速入門取得 API 金鑰選擇模型安裝 SDK試用 Workbench
  2. 2

    建構

    Messages API擴展思考視覺工具使用網頁搜尋程式碼執行結構化輸出提示快取串流
  3. 3

    評估與發布

    提示最佳實務執行評估批次測試安全與防護機制速率限制與錯誤成本最佳化
  4. 4

    營運

    工作區與管理API 金鑰管理用量監控模型遷移
模型

Claude 模型系列

為您的使用情境選擇合適的模型。

最強大
Fable 5

最高階的能力,適用於最嚴苛的推理任務與長週期代理工作。

進階
Opus 4.8

非常適合需要深度推理的複雜分析、程式編寫與創意任務。

最佳平衡
Sonnet 4.6

智慧與速度的理想平衡,適用於大多數正式環境的工作負載。

最快速
Haiku 4.5

閃電般的回應速度,適用於高流量、對延遲敏感的應用程式。

資源

持續學習


課程

互動式課程,助您精通 Claude。

Cookbook

程式碼範例與設計模式。

快速入門範例

可部署的入門應用程式。

最新消息
最新功能與更新。
Claude Code

在您終端機中的代理式程式編寫助理。