AICredits logo
moonshotai

MoonshotAI: Kimi K2 0711

moonshotai/kimi-k2

Kimi K2 Instruct is a large-scale Mixture-of-Experts (MoE) language model developed by Moonshot AI, featuring 1 trillion total parameters with 32 billion active per forward pass. It is optimized for...

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹57.37
Cached / 1M
₹5.74
Output / 1M
₹231.50

Pricing

Token typeUSD / 1MINR / 1M
Input$0.570₹57.37
Cached inputprompt cache read$0.0575.74
Output$2.30₹231.50

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call MoonshotAI: Kimi K2 0711 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshotai/kimi-k2",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.