February 6, 2025
Gemini will generate code to do this calculation! :-)
```
Create a formula for pricing a multi-turn LLM conversation. Each turn, all previous context is fed into the LLM. Relevant variables are:
INPUT_TOKEN_COST =
$0.10 / 1 million tokens
OUTPUT_TOKEN_COST =
$0.40 / 1 million tokens
TURNS_PER_MINUTE = 5
AVERAGE_SPOKEN_WORDS_PER_MINUTE = 80
```
@kwindla I’m curious about the price/minute.. Actual price in real-time voice conversation.. not in the pricing page..🥲