anthropic
Requires Pro Plan
✦ Featured Flagship
Claude 3.5 Sonnet
~anthropic/claude-sonnet-latest
Anthropic's premier model for nuanced reasoning, software engineering, and high-precision document synthesis.
Context Length
200k
Tokens total context
Max Output
8,192
Tokens per completion
Input Pricing
$3
Per 1,000,000 prompt tokens
Output Pricing
$15
Per 1,000,000 output tokens
Key Capabilities
reasoning
coding
vision
complex analysis
multilingual
Available with zero prompt retention and immediate token billing ledger sync.
cURL API Call
curl https://api.apihundred.com/v1/chat/completions \
-H "Authorization: Bearer $API100_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-3-5-sonnet",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
