返回模型列表

Anthropic: Claude 3.7 Sonnet (thinking)

anthropic/claude-3.7-sonnet
Feb 24, 2025200K 上下文64K 最大输出$3.00/M in · $15.00/M out推理已弃用

此模型已被弃用

此模型已于 2026-05-11 弃用,不再可用于 API 调用。请迁移到替代模型。

描述

Claude 3.7 Sonnet 是一款在 reasoning、编码和问题求解方面有所提升的大语言模型。它引入了混合 reasoning 方式,用户可在快速响应与面向复杂任务的 extended step-by-step 处理之间自由选择。该模型在编码方面有显著提升,尤其在前端开发和全栈更新方面,并在 agentic workflows 上表现出色,能够自主处理多步流程。

Claude 3.7 Sonnet 在标准模式下与前代保持相当的性能,同时提供 extended reasoning 模式以在数学、编码和指令跟随任务上获得更高的准确度。

更多信息见 Anthropic 官方 blog post。

技术规格

供应商
anthropic
上下文长度
200K
最大输出
64K
模态类型
输入textimagefile
输出text

定价

类型价格 / 百万 Token
输入$3.00
输出$15.00
缓存读取$0.30
缓存写入$3.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-3.7-sonnet",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Anthropic: Claude 3.7 Sonnet (thinking) — Pricing & API on OminiGate