返回模型列表
Anthropic: Claude Sonnet 4.5
anthropic/claude-sonnet-4.5Sep 29, 20251M 上下文64K 最大输出$3.00/M in · $15.00/M out推理
描述
Claude Sonnet 4.5 是 Anthropic 迄今最先进的 Sonnet 模型,针对真实 agent 与编码工作流优化。它在 SWE-bench Verified 等编码基准上达到最新水平,在系统设计、代码安全和规范遵循方面都有提升。该模型为 extended 自主运行而设计,可在会话之间保持任务连续性,并提供基于事实的进度追踪。
Sonnet 4.5 还增强了 agentic 能力,包括更好的 tool orchestration、推测式并行执行,以及更高效的 context 和 memory 管理。凭借更细致的 context 追踪和对 tool 调用中 token 用量的感知,它特别适合多 context 和长时间运行的工作流。典型用例涵盖软件工程、网络安全、金融分析、研究 agent 等需要持续 reasoning 和 tool use 的领域。
技术规格
供应商
anthropic
上下文长度
1M
最大输出
64K
模态类型
输入textimagefile
输出text
定价
| 类型 | ≤200K | >200K |
|---|---|---|
| 输入 | $3.00 | $6.00 |
| 输出 | $15.00 | $22.50 |
| 缓存读取 | $0.30 | $0.60 |
| 缓存写入 | $3.75 | $7.50 |
| 网络搜索 | $0.01 / 次 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-4.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'