moonshotai/kimi-k2-thinking 🔢📝 → 📝
About
Kimi K2 Thinking is the latest, most capable version of an open-source thinking model.
Example Output
Prompt:
"How many r's are in the word 'strawberry'"
Output
There are 3 r's in the word "strawberry".
s-t-r-a-w-b-e-r-r-y
Performance Metrics
5.43s
Prediction Time
88.72s
Total Time
All Input Parameters
{
"top_p": 1,
"prompt": "How many r's are in the word 'strawberry'",
"max_tokens": 2048,
"temperature": 0.1,
"presence_penalty": 0,
"frequency_penalty": 0
}
Input Parameters
- top_p
- Top-p (nucleus) sampling
- prompt
- Prompt
- max_tokens
- The maximum number of tokens the model should generate as output.
- temperature
- The value used to modulate the next token probabilities.
- presence_penalty
- Presence penalty
- frequency_penalty
- Frequency penalty
Output Schema
Output
Version Details
- Version ID
aebd95347b680ada7bbfe15a5db95a5730394981881d25981f894f35d93e4ff2- Version Created
- May 5, 2026