All models
Anthropic · text
Claude Opus 4.8
Frontierclaude-opus-4-8
Latest flagship Claude route for the hardest reasoning and coding.
Pricing
Input$1.76/M
Output$8.81/M
−65%vs. official price
Billed 1:1 against prepaid credits — no markup, no subscription.
Tokens (30d)
32.33M
processed via gateway
Throughput
104 tok/s
typical output speed
Latency
784ms
p95 1.25s
Success
98.8%
2xx responses
Usage & performance
Representative figures based on recent gateway activity.
Token throughput
Last 30 daysLatency
Last 30 daysSpecifications
Model IDclaude-opus-4-8
ProviderAnthropic
ModalityText & code
Endpoint/api/v1/messages
Context window200,000 tokens
Price$1.76/$8.81 per 1M tokens
vs. official~65% cheaper
Supported parameters
messagestemperaturemax_tokensresponse_formattoolstool_choicetop_p
How to use
Point any OpenAI-compatible client at the gateway and call claude-opus-4-8.
curl https://api.blackmagic.engineering/v1/chat/completions \
-H "Authorization: Bearer $BLACKMAGIC_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-8",
"messages": [
{ "role": "user", "content": "Draft a launch note." }
]
}'Same OpenAI SDK — only the base URL changes.
