返回模型列表

Anthropic: Claude 3.5 Sonnet

anthropic/claude-3.5-sonnet
Oct 22, 2024200K 上下文8.2K 最大输出$6.00/M in · $30.00/M out

描述

新版 Claude 3.5 Sonnet 在 Sonnet 价位上提供优于 Opus 的能力和优于 Sonnet 的速度。Sonnet 尤其擅长以下方面:

  • 编码:SWE-Bench Verified 得分约 49%,高于此前最佳成绩,且未使用复杂的 prompt scaffolding
  • 数据科学:辅助人工数据科学工作;处理非结构化数据并调用多种工具提取洞察
  • 视觉处理:擅长解读图表、图形与图像,准确转录文本以获得超越文字本身的洞察
  • Agentic 任务:出色的 tool use,擅长 agentic 任务(即需要与其他系统交互的复杂多步问题求解)

#multimodal

技术规格

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

定价

类型价格 / 百万 Token
输入$6.00
输出$30.00
缓存读取$0.60
缓存写入$7.50

快速开始

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.5-sonnet",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Anthropic: Claude 3.5 Sonnet — Pricing & API on OminiGate