Kimi (Silent Search)

text
Try in Playground

Kimi with silent web search. Searches the web behind the scenes without showing search results.

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-silent_search",
    "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.