Kimi K3 API - 2.8T Parameters Multimodal Reasoning Model | Canopy WaveChat with us, powered by LiveChatKimi K3 is Live on Canopy Wave. Start Building
VISIONCODECHAT
Kimi K3 API
Try Model API
All You Need to Know About Kimi K3 API<br>Overview
Model Provider:Moonshot AI<br>Model Type:Vision/Code/Chat<br>State:Ready
Key Specs
Quantization:-<br>Parameters:2.8T<br>Context:1M<br>Pricing:$3.00 input / $15.00 output / $0.30 cache
Try Model API
Quick Start
Reserve Dedicated Endpoint
API UsageModel Card<br>Introduction
Kimi K3 is Kimi’s most capable flagship model to date, with 2.8 trillion parameters. It is built on Kimi Delta Attention (KDA), a hybrid linear attention mechanism, and Attention Residuals, with native visual understanding and a 1M-token context window. It is the world’s first open-source model in the 3-trillion-parameter class, designed for frontier intelligence scenarios including long-horizon coding, knowledge work, and reasoning.
Kimi K3 API Usage
Endpoint<br>moonshotai/kimi-k3
Endpoint<br>moonshotai/kimi-k3
cURLPython
curl -X POST https://inference.canopywave.io/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $CANOPYWAVE_API_KEY" \
-d '{
"model": "moonshotai/kimi-k3",
"messages": [
{"role": "user", "content": "tell me a story"}
],
"max_tokens": 1000,
10<br>"temperature": 0.7
11<br>}'