Moonshot's Kimi model with built-in web search and long context support up to 128K tokens.

Pricing

Input

¥0.20

¥ / 百万Token

Output

¥0.40

¥ / 百万Token

价格单位:¥(人民币)

Quickstart

curl https://api.aigcto.cc/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "kimi",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}],
    "stream": true
  }'

Replace YOUR_API_KEY with your actual API key. Uses the standard OpenAI SDK — no custom SDK needed.