@Shahzaib.aiii The call cost is $0.20 because it's made up of different provider components. Here's the breakdown:
- LLM (AI Model Processing) – $0.1388
- This is the biggest chunk of the cost. The call involved 21,864 prompt tokens and 87 completion tokens, processed by OpenAI’s GPT-4o.
- Speech-to-Text (STT) – $0.0169
- This covers the transcription of the call using Azure for about 0.5 minutes of speech.
- Text-to-Speech (TTS) – $0.0146
- The system converted 292 characters into voice using 11Labs’ Eleven Turbo V2.
- Voice API (VAPI) – $0.0169
- This cost comes from handling 0.3372 minutes of audio streaming.
- Analysis (Summarization & Data Processing) – $0.0138
- This includes summarizing, structuring data, and evaluating the call's success using Claude 3.5 Sonnet from Anthropic.
All of this adds up to $0.201, which rounds off to $0.20. Essentially, most of the cost comes from AI processing, followed by voice-related services.