Back to Modelsby Anthropic
A
Claude 3 Opus
ClaudePowerful model for highly complex tasks. Top-tier performance on reasoning, analysis, and creative writing.
Mar 4, 2024
Specifications
Context Length
200K
200,000 tokens
Input Price
$15.00
per 1M tokens
Output Price
$75.00
per 1M tokens
Modalities
2
text→text, image+text→text
Capabilities
text generationchatfunction callingvision
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
anthropic/claude-3-opuscURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-3-opus",
"messages": [{"role": "user", "content": "Hello!"}]
}'