Kimi+ 会员限时特惠
Kimi K3 · 15 天免费体验
2.8T 前沿模型 · 100 万 token 上下文 · 深度研究
免费 ¥199 / 15 天
  • Kimi K3 无限畅聊:2.8T 参数前沿模型
  • 100 万 token 上下文,超长文档轻松解析
  • Deep Research 深度研究,多格式专业报告
  • Agent Swarm 智能体集群,并行处理任务
  • AI Slides · Sheets · Docs 咨询级办公产出
立即开启 15 天免费体验

Rate Limits and Higher Throughput

Kimi API applies rate limits to request frequency and concurrency to keep the platform stable and ensure fair use. Your rate limit tier is tied to the total top-up amount in your account.

Rate Limit Tiers

API rate limits are tiered based on your account’s total top-up amount. The higher your total top-up amount, the higher the available rate limits. For detailed tier criteria and the corresponding RPM (requests per minute) and TPM (tokens per minute) limits, see the instructions in the platform.kimi.com/ console.

View Your Current Limits

  • Log in to the API console to view the current rate limit tier for your account.
  • API response headers also include rate limit information:
    • X-RateLimit-Limit: current rate limit ceiling
    • X-RateLimit-Remaining: remaining available requests
    • X-RateLimit-Reset: time when the limit resets

Handling 429 Errors

When your request frequency exceeds the limit, the API returns a 429 status code. We recommend that you:

  1. Use exponential backoff for retries: wait 1 second before the first retry, then double the wait time each time (2s, 4s, 8s...).
  2. Control concurrency: use a request queue or semaphore to limit the number of requests sent at the same time.
  3. Batch processing: combine multiple small requests into fewer larger requests.

Request Higher Rate Limits

If your business needs exceed your current rate limits:

  • Top up to increase throughput: increase your total top-up amount, and the system will automatically upgrade your rate limit tier.
  • Contact support: for special requirements, contact platform support or reach out to the sales team via platform.kimi.com/ to request a customized rate quota.

Was this article helpful?