Back to Models
Anthropic: Claude 3.5 Sonnet
anthropic/claude-3.5-sonnetOct 22, 2024200K context8.2K max output$6.00/M in · $30.00/M out
Description
New Claude 3.5 Sonnet delivers better-than-Opus capabilities, faster-than-Sonnet speeds, at the same Sonnet prices. Sonnet is particularly good at:
- Coding: Scores ~49% on SWE-Bench Verified, higher than the last best score, and without any fancy prompt scaffolding
- Data science: Augments human data science expertise; navigates unstructured data while using multiple tools for insights
- Visual processing: excelling at interpreting charts, graphs, and images, accurately transcribing text to derive insights beyond just the text alone
- Agentic tasks: exceptional tool use, making it great at agentic tasks (i.e. complex, multi-step problem solving tasks that require engaging with other systems)
#multimodal
Specifications
Provider
anthropic
Context Length
200K
Max Output
8.2K
Modality
Intextimagefile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $6.00 |
| Output | $30.00 |
| Cache Read | $0.60 |
| Cache Write | $7.50 |
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.5-sonnet",
"messages": [{"role": "user", "content": "Hello!"}]
}'