Back to Models
MoonshotAI: Kimi K2 Thinking AI Model Icon

MoonshotAI: Kimi K2 Thinking

moonshotai/kimi-k2-thinking

Description

Kimi K2 Thinking is Moonshot AI’s most advanced open reasoning model to date, extending the K2 series into agentic, long-horizon reasoning. Built on the trillion-parameter Mixture-of-Experts (MoE) architecture introduced in Kimi K2, it activates 32 billion parameters per forward pass and supports 256 k-token context windows. The model is optimized for persistent step-by-step thought, dynamic tool invocation, and complex reasoning workflows that span hundreds of turns. It interleaves step-by-step reasoning with tool use, enabling autonomous research, coding, and writing that can persist for hundreds of sequential actions without drift. It sets new open-source benchmarks on HLE, BrowseComp, SWE-Multilingual, and LiveCodeBench, while maintaining stable multi-agent behavior through 200–300 tool calls. Built on a large-scale MoE architecture with MuonClip optimization, it combines strong reasoning depth with high inference efficiency for demanding agentic and analytical tasks.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: MoonshotAI: Kimi K2 Thinking (moonshotai/kimi-k2-thinking)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "moonshotai/kimi-k2-thinking",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the MoonshotAI: Kimi K2 Thinking model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.45$ / 1M tokens
  • Output: 2.35$ / 1M tokens

Token Limits

  • Max Output: 16,384 tokens
  • Max Context: 262,144 tokens

Subscription Tiers

  • free
  • pro
  • ultimate