返回模型列表
Anthropic: Claude Opus 4.6 (Fast)
anthropic/claude-opus-4.6-fastApr 7, 20261M 上下文128K 最大输出$30.00/M in · $150.00/M out推理
描述
Opus 4.6 的 fast-mode 变体,能力与 Opus 4.6 完全一致,输出速度更快,价格为原版的 6 倍。
详情参阅 Anthropic 文档:https://platform.claude.com/docs/en/build-with-claude/fast-mode
技术规格
供应商
anthropic
上下文长度
1M
最大输出
128K
模态类型
输入textimage
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $30.00 |
| 输出 | $150.00 |
| 缓存读取 | $3.00 |
| 缓存写入 | $37.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-opus-4.6-fast",
"messages": [{"role": "user", "content": "Hello!"}]
}'