Back to model catalog

Moonshot AI

Kimi K2

Long-context and agentic model from Moonshot AI, useful for research, codebase reading and complex multi-step workflows.

reasoningcodingtool callinglong context

Best use cases

research assistants
codebase analysis
document Q&A
agent planning

OpenAI-compatible request

Set baseURL to https://thesmartoken.com/v1 and pass the model ID below.

curl -s "https://thesmartoken.com/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_SMARTOKEN_KEY" \
  -d '{
    "model": "kimi-k2",
    "stream": true,
    "messages": [
      { "role": "user", "content": "Summarize this product idea in three bullets." }
    ]
  }'