All models
Anthropic · text
Claude Sonnet 4.6
Popularclaude-sonnet-4-6
Balanced Claude route for coding, analysis, and chat.
Pricing
Input$1.06/M
Output$5.28/M
−65%vs. official price
Billed 1:1 against prepaid credits — no markup, no subscription.
Tokens (30d)
30.34M
processed via gateway
Throughput
114 tok/s
typical output speed
Latency
617ms
p95 987ms
Success
99.0%
2xx responses
Usage & performance
Representative figures based on recent gateway activity.
Token throughput
Last 30 daysLatency
Last 30 daysSpecifications
Model IDclaude-sonnet-4-6
ProviderAnthropic
ModalityText & code
Endpoint/api/v1/messages
Context window200,000 tokens
Price$1.06/$5.28 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-sonnet-4-6.
curl https://api.blackmagic.engineering/v1/chat/completions \
-H "Authorization: Bearer $BLACKMAGIC_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"messages": [
{ "role": "user", "content": "Draft a launch note." }
]
}'Same OpenAI SDK — only the base URL changes.
