Anthropic
Latency—
Throughput—
Upload rate—
Context length—
Max output—
Input price$5per 1M tokens
Output price$25per 1M tokens
Cache read$2.5per 1M tokens
Cache write$31.25per 1M tokens
/anthropic/claude-opus-4-5
Claude Opus 4.5 is an earlier high-end Anthropic model for advanced coding, research, and professional tasks.
curl ${API_BASE_URL}/v1/messages \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-5",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.