Back to Models

Kimi K3

Active
kimi-k3

Moonshot Kimi K3 — long-context OpenAI-compatible model with a 1M context window and automatic context caching (requires temperature=1 or omitted).

Technical Specifications

Context Length1000K tokens
Available Providers1
Lowest Input Price$3.00/1M tokens
Lowest Output Price$15.00/1M tokens

Capabilities

chatcodefunction_calling

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Moonshot (Kimi)
kimi-k3$3.00$15.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "kimi-k3",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Kimi K3?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.