Kimi K3

Moonshot AI chatreasoningtool_usevision Long

API ID: moonshotai/kimi-k3-20260715

Input Price
$3.00
/1M tokens
Output Price
$15.00
/1M tokens
Cached Input
$0.30
Save 90%

About Kimi K3

Kimi is Moonshot AI's flagship model series, delivering exceptional performance on complex reasoning and coding tasks. The models feature advanced capabilities competing with frontier models. Kimi variants include vision-enabled and thinking-enhanced versions. The series demonstrates Moonshot AI's rapid advancement in AI capability. For developers seeking capable AI from an innovative Chinese lab, Kimi offers strong performance.

๐Ÿ’ฐ
Price Ranking
#1178 lowest price among 1240 Chat models

Model Specifications

Context Length
1.0M
Max Output
262k
Release Date
2026-07-16
Capabilities
chat reasoning tool_use vision
Input Modalities
textimage
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$5.85
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$180.00
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$247.50
/month
500 analyses/day, ~2k tokens each

Moonshot AI Model Lineup

Compare all models from Moonshot AI to find the best fit

Model Input Output Context Capabilities
Kimi K3 Current Free Free 1.0M chat reasoning tool_use vision
Moonlight 16B A3B Instruct Free Free 8k chat
Moonlight 16B A3B Instruct Free Free 8k chat
Kimi K2 0711 Free Free 131k chat tool_use
Kimi Dev 72B Free Free 131k chat reasoning
Kimi VL A3B Thinking Free Free 131k chat vision reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

xAI Grok 3
xAI
Input: $3.00
Output: $15.00
Context: 131k
xAI Grok 3 Beta
xAI
Input: $3.00
Output: $15.00
Context: 131k
Perplexity Sonar Pro
Input: $3.00
Output: $15.00
Context: 200k
Perplexity Sonar Pro Search
Input: $3.00
Output: $15.00
Context: 200k

๐Ÿš€ Quick Start

Get started with Kimi K3 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="moonshotai/kimi-k3-20260715",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)