Anthropic: Claude 3.7 Sonnet (thinking)
anthropic/claude-3.7-sonnetThis model has been deprecated
This model was deprecated on 2026-05-11 and is no longer available for API calls. Please migrate to an alternative model.
Description
Claude 3.7 Sonnet is an advanced large language model with improved reasoning, coding, and problem-solving capabilities. It introduces a hybrid reasoning approach, allowing users to choose between rapid responses and extended, step-by-step processing for complex tasks. The model demonstrates notable improvements in coding, particularly in front-end development and full-stack updates, and excels in agentic workflows, where it can autonomously navigate multi-step processes.
Claude 3.7 Sonnet maintains performance parity with its predecessor in standard mode while offering an extended reasoning mode for enhanced accuracy in math, coding, and instruction-following tasks.
Read more at the blog post here
Specifications
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $3.00 |
| Output | $15.00 |
| Cache Read | $0.30 |
| Cache Write | $3.75 |
| Web Search | $0.01 / call |
Quick Start
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!"}]
}'