Pricing of gpt 4o cluster
# support
j
How much is GPT 4o Cluster as the model (brain)? Some people say it’s 0.08 per min while I have it at 0.02 on mine. What’s the correct price?
v
Based on the information I found, there isn't a single definitive price for GPT-4o Cluster as pricing can vary based on several factors: - Token usage by the LLM - Call duration - STT/TTS usage - Potentially failed API calls According to documentation, Vapi charges a base cost per minute ($0.05/min for Startup Pricing) plus the at-cost charges for models, transcription, etc. Are you using any specific configurations or additional services with your GPT-4o Cluster implementation that might explain the price difference you're seeing ($0.02 vs $0.08 per minute)? Sources: - [Vapi Pricing](https://docs.vapi.ai/pricing) - [Discord Discussion](https://discord.com/channels/1211482211119796234/1337410649633849364)
p
You cant really calculate how much LLM costs per minute. You may have few hundred tokens in your system prompt or you may have 10 000 or more.
Its all about context size for input and how big the responses are
I mean, once you know exactly how many tokens you use per request and how often you do requests you can then calculate approximate price per minute
k
It's due to usage volume
2 Views