All models
Anthropic · text
Claude Opus 5
Frontierclaude-opus-5
Latest Claude Opus flagship with 1M-token context.
Pricing
Input$10/M
Output$50/M
Billed 1:1 against prepaid credits — no markup, no subscription.
Tokens (30d)
53.93M
processed via gateway
Throughput
54 tok/s
typical output speed
Latency
2.46s
p95 3.93s
Success
98.5%
2xx responses
Usage & performance
Representative figures based on recent gateway activity.
Token throughput
Last 30 daysLatency
Last 30 daysSpecifications
Model IDclaude-opus-5
ProviderAnthropic
ModalityText & code
Endpoint/api/v1/messages
Context window1,000,000 tokens
Price$10/$50 per 1M tokens
Supported parameters
messagessystemtemperaturemax_tokenstoolstool_choicetop_p
How to use
Call the recommended endpoint for claude-opus-5.
curl https://api.blackmagic.engineering/v1/messages \
-H "x-api-key: $BLACKMAGIC_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-5",
"max_tokens": 256,
"messages": [
{ "role": "user", "content": "Draft a launch note." }
]
}'Use the endpoint shown in the sample for this model.
