Assistants coast API calculations
# support
p
Hello, after parsing the api docs, i can't find any cost related vapi response for assistants? Is it any way to monitor cost per assistant from external server? Sincerely
v
@paul gaston Hello! Yes, you can monitor the cost per assistant from an external server by using the Vapi dashboard. The dashboard provides static cost projections on a per-assistant basis, which can give you a rough idea of the costs your assistant will incur during live execution. To access this information, you can visit the Vapi dashboard at dashboard.vapi.ai and get started with the dashboard quickstart. The dashboard will show you the Vapi-computed per-minute cost projection, as well as latency projection for each of your assistants. If you need any further assistance or have more questions, please feel free to ask!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
p
Hello I don't need to see it from dashboard, i need to access this informtion programatically. Is that possible?
s
Hey @paul gaston you get detailed cost breakdown in call logs under
costs
property, if you share the call id i can share the costs with you or you can hit /call/:id API to get the costs.
p
awesome, thank you.
I opened another ticket for 2 other questions
2 Views