Note: Calculation is approximate based on public data. Prices may change, check official websites.
This calculator estimates the cost of using the MoonshotAI: Kimi Dev 72B large language model. Kimi-Dev-72B is an open-source model optimized for software engineering and issue resolution, offering advanced code reasoning capabilities.
It considers the number of input and output tokens, along with the total number of requests, to provide an approximate total cost based on the following rates:
- Input Tokens: $0.29 per 1,000,000 tokens
- Output Tokens: $1.15 per 1,000,000 tokens
- Context Window: 131,072 tokens
The calculation is performed using the formula:
Total Cost = ((Input Tokens / 1,000,000) * $0.29 + (Output Tokens / 1,000,000) * $1.15) * Number of Requests
Example:
If you use 10,000 input tokens and 5,000 output tokens for a single request:
- Input Cost: (10,000 / 1,000,000) * $0.29 = $0.0029
- Output Cost: (5,000 / 1,000,000) * $1.15 = $0.00575
- Total Cost: $0.0029 + $0.00575 = $0.00865