Kimi K3

by Moonshot AI · Moonshot's frontier model, a million-token window for software engineering and deep reasoning.

Context 1.0M
Input / M tokens $3.00
Output / M tokens $15.00
Throughput

Overview

Capabilities

  • Chat
  • Streaming
  • Function calling
  • Vision

Call Kimi K3

Copy & Run
Reasoning
curl -sS "https://alpha-api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer   " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k3",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'