Claude Platform Docs
  • 消息
  • 托管智能体
  • 管理
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

在您的终端中运行的智能体编码助手。