模型/Anthropic/claude-sonnet-4-6
Anthropic

Claude Sonnet 4.6

文本视觉
上下文
1M
输入 · 官方价
$3
/M tokens
输出 · 官方价
$15
/M tokens
渠道价格
渠道倍率
Claude×1
Claude · B 线×2
Claude · 官方直连×7
实付 = 上面的官方价 × 倍率。调用时填的 model id 不变;渠道是在创建 API key 时选的。

Sonnet 4.6 is Anthropic's most capable Sonnet-class model yet, with frontier performance across coding, agents, and professional work.

快速开始

如何调用

POST /v1/chat/completions
bash
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-sonnet-4-6","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。

推理强度:claude-sonnet-4-6-low / -medium / -high / -xhigh / -max,或参数 reasoning_effort.

鉴权 · 计费 · 流式 → 快速接入

来自 Anthropic 的其他模型