All models
Moonshot · text
Kimi K3
Newkimi-k3
Multimodal long-context reasoning for coding and agents.
Pricing
Input$6.33/M
Output$31.65/M
Billed 1:1 against prepaid credits — no markup, no subscription.
Tokens (30d)
60.72M
processed via gateway
Throughput
72 tok/s
typical output speed
Latency
1.66s
p95 2.65s
Success
99.5%
2xx responses
Usage & performance
Representative figures based on recent gateway activity.
Token throughput
Last 30 daysLatency
Last 30 daysSpecifications
Model IDkimi-k3
ProviderMoonshot
ModalityText & code
Endpoint/api/v1/chat/completions
Context window1,000,000 tokens
Price$6.33/$31.65 per 1M tokens
Supported parameters
messagestemperaturemax_tokensresponse_formattoolstool_choicetop_p
How to use
Call the recommended endpoint for kimi-k3.
curl https://api.blackmagic.engineering/v1/chat/completions \
-H "Authorization: Bearer $BLACKMAGIC_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k3",
"messages": [
{ "role": "user", "content": "Draft a launch note." }
]
}'Use the endpoint shown in the sample for this model.
