models.fyi

Kimi K2 Thinking

Moonshot AIOpen weights

Open agentic reasoner shipped with int4 quantization-aware training — the official serving IS int4. Collapses hardest when you cut effort: a cliff-curve model.

75.3

256K

$0.60 · $2.50

50 tok/s

Nov 6, 2025

The sweet spot, per task

Cheapest effort tier that keeps ≥96% of this model's peak quality on the benchmarks behind each task type. Below the floor number, quality is not okay — it just fails quietly.

Everyday writing & Q&A

Medium

Chat, drafting, summaries, general questions.

keeps 97.0% of peak66% cost

Code assist

High

Autocomplete, single functions, small fixes.

keeps 100.0% of peakpeak tier needed

Coding agents

High

Real repos, multi-file changes, end-to-end tickets.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 72% of peak — avoid

Math & quantitative

High

Derivations, statistics, financial models.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 58% of peak — avoid

Hard research problems

High

Novel, frontier, genuinely difficult questions.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 68% of peak — avoid

Agents & tool use

High

Long workflows with tools, policies, and state.

keeps 100.0% of peakpeak tier needed

Quality and cost, tier by tier

On everyday tasks, Medium keeps 97.0% of High quality at $0.011 vs $0.032 per task.

Scores at High

at Highat High (peak)
BenchmarkHighPeakWhat it predicts
MMLU-Pro84.084.0Everyday Q&A · Drafting emails & docs · Summarizing articles
GPQA Diamond84.084.0Technical analysis · Root-cause debugging · Scientific writing
Humanity's Last Exam23.023.0Novel research questions · Frontier problem solving
AIME 202589.089.0Financial modeling · Statistics · Algorithm design
SWE-bench Verified71.071.0Coding agents · Bug fixing in real repos · Multi-file refactors
LiveCodeBench77.077.0Writing functions from scratch · Algorithms · Code autocomplete
τ²-bench80.080.0Tool-using agents · Customer-facing automation · Multi-step workflows
IFEval87.087.0Structured output (JSON) · Templated generation · Batch pipelines

Same weights, different model

Hosts serve Kimi K2 Thinking at different quantizations and stacks. Index below is measured per host at High effort — the headline number only applies to the reference serving.

HostQuantIndexΔ vs reference$/M in · outtok/sTTFTUptimeGateway id
Moonshot (official)referenceint4-qat75.3$0.60 · $2.50501.10s99.0%kimi-k2-thinking
Together AIbf1675.1-0.2$1 · $3900.50s98.8%kimi-k2-thinking@together
Groqint872.6-2.6$1 · $37200.25s98.5%kimi-k2-thinking@groq

Is it still the same model this week?

Moonshot (official)Together AIGroq

Weekly Intelligence Index · dashed rules mark serving-change events

Jun 7, 2026Groq-1.5 ptsstill in effect

Speculative-decoding aggressiveness increased for throughput; quality dip still in effect.

One key, this model, your effort

The gateway speaks the OpenAI Chat Completions dialect. Pick a host with kimi-k2-thinking@host syntax, set reasoning_effort, and the sweet spot above becomes one line of config. Full docs →

chat with Kimi K2 Thinking
curl https://models.fyi/api/v1/chat/completions \
  -H "Authorization: Bearer $MFYI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2-thinking",
    "reasoning_effort": "medium",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
# local dev: replace https://models.fyi with http://localhost:3000