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
77ddaacc9cb54c09fe18cebaba5c6f983aa74d598a3644cd6cbcad5771430e55- Version Created
- March 3, 2026