Mistral Small Pricing Calculator: Cost Per Token and Request

Model: Mistral Small, Context: 32768, Cost: $0.2 per 1M input tokens, $0.6 per 1M output tokens

Note: Calculation is approximate based on public data. Prices may change, check official websites.

Estimate the cost of using the Mistral Small model for your AI applications. This calculator determines the price based on the number of input and output tokens, as well as the number of requests.

Formula:

Total Cost = (Input Tokens * Input Cost per Token + Output Tokens * Output Cost per Token) * Number of Requests

  • Input Price: $0.2 per 1M tokens
  • Output Price: $0.6 per 1M tokens
  • Context Window: 32,768 tokens

Example:

For 10,000 input tokens, 5,000 output tokens, and 1 request:

Input Cost = (10,000 / 1,000,000) * $0.2 = $0.002

Output Cost = (5,000 / 1,000,000) * $0.6 = $0.003

Total Cost = ($0.002 + $0.003) * 1 = $0.005