Claude Sonnet 4.5
Anthropic 在速度与智能之间取得平衡的高性能模型,适合智能体与编程场景。
上下文窗口
200k tokens(使用 header 可启用 1M beta)
Claude Sonnet 4.5
最大输出
64k tokens
MTok
输入
$3
输出
$15
claude-sonnet-4-5试玩区
claude-sonnet-4-5Click or drag
暂无输出
定价
| 方案 | 上下文窗口 | 最大输出 | 输入 | 输出 | 缓存写入 | 缓存读取 |
|---|---|---|---|---|---|---|
Claude Sonnet 4.5 | 200k tokens(使用 header 可启用 1M beta) | 64k tokens | $3 | $15 | 5m: $3.75 1h: $6 | $0.30 |
该价格为 Anthropic 官方 Claude API 上的 Claude Sonnet 4.5 定价。
启用 1M beta 上下文后,超过 200k 输入 tokens 的请求按 $6 输入 / $22.50 输出(每 MTok)计费。
缓存读取或缓存输入价格适用于复用的提示词 tokens。
README
- Anthropic 将 Claude Sonnet 4.5 定位为在速度与智能之间取得最佳平衡的生产级模型之一。
- 它适用于编程、复杂智能体和广泛专业任务,尤其适合希望获得高质量结果但不需要 Opus 级成本的团队。
- Sonnet 4.5 默认支持 200k 上下文窗口,并可通过 Claude API 的 beta header 使用 1M 上下文能力。
API
API
端点
POST /v1/messages认证
Authorization: Bearer YOUR_REACH_API_KEY anthropic-version: 2023-06-01 Content-Type: application/json
示例
curl -X POST "https://direct.reachapi.ai/v1/messages" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "YOUR_MODEL_ID",
"messages": [
{
"role": "user",
"content": "Introduce ReachAPI in one sentence."
}
],
"max_tokens": 512,
"temperature": 0.2
}'相关模型
Claude Fable 5
Anthropic's most capable widely released model for next-generation intelligence and long-running agents.
Claude Opus 5
Anthropic's flagship model for deep reasoning, complex agentic coding, and long-horizon enterprise work.
Claude Sonnet 5
Anthropic's new Sonnet model for extended-context coding, agents, and enterprise production workflows.
Claude Opus 4.8
Anthropic's newest Opus-tier model for complex reasoning, long-horizon agentic coding, and high-autonomy enterprise work.
Claude Opus 4.7
Anthropic's premium Opus model for advanced coding, vision-heavy review, and long-running enterprise agents.
Claude Opus 4.6
Anthropic's most capable model for coding, agents, and high-stakes enterprise work.
