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 天免费体验

Balance and Usage Lookup

Kimi API provides multiple ways to view your account balance and usage details, helping you stay on top of usage and costs.

View in the console

Log in to platform.kimi.com/. On the fee-detail (billing details) page in the console, you can view:

  • Current account balance
  • Daily usage details
  • Usage and fees by model
  • Historical spending trends

Note: Bills for the current day are updated at 7:00 the next day. Real-time usage data may have some delay.

Token Estimation API

Before sending a request, you can use the Token Estimation API to estimate how many tokens the call will consume, making it easier to control costs.

Bash

Pass messages in the request body in the same format as Chat Completion. The API returns the estimated token count.

Balance query API

Query the current account balance directly through the API:

Bash

Include your API Key in the request header to get the currently available balance information.

Usage monitoring recommendations

  • Check the fee-detail page regularly to monitor usage trends.
  • Integrate the balance query API into your code and set a low-balance alert threshold.
  • Use the Token Estimation API to estimate costs before key calls.

Was this article helpful?