返回模型列表
Anthropic: Claude Opus 4.1
anthropic/claude-opus-4.1Aug 5, 2025200K 上下文32K 最大输出$15.00/M in · $75.00/M out推理
描述
Claude Opus 4.1 是 Anthropic 旗舰模型的更新版本,在编码、reasoning 和 agentic 任务上提供更优表现。在 SWE-bench Verified 上达到 74.5%,并在多文件代码重构、debug 精度和注重细节的 reasoning 上有显著提升。该模型支持 extended thinking(最高 64K tokens),针对研究、数据分析和 tool-assisted reasoning 任务进行了优化。
技术规格
供应商
anthropic
上下文长度
200K
最大输出
32K
模态类型
输入imagetextfile
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $15.00 |
| 输出 | $75.00 |
| 缓存读取 | $1.50 |
| 缓存写入 | $18.75 |
| 网络搜索 | $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-opus-4.1",
"messages": [{"role": "user", "content": "Hello!"}]
}'