@Shubham Bajaj can you help with this
# general-english
r
@Shubham Bajaj can you help with this please.
s
Could you share the call ID please?
r
I do not have a call id but can you just let me know from your experience how much does it cost on avg.
9ce37e27-ed7a-470b-b442-21ac7f79e4d4
check this one
fails to even identify the voicemail
s
Copy code
json
 [
  {
    "type": "transcriber",
    "transcriber": {"provider": "deepgram", "model": "nova-2-general"},
    "cost": 0.003
  },
  {
    "type": "model",
    "model": {"provider": "openai", "model": "gpt-4.1-nano"},
    "cost": 0.00008
  },
  {
    "type": "voice",
    "voice": {
      "provider": "11labs",
      "voiceId": "OYKPYtxXqmV3MAOiYkYc",
      "model": "eleven_turbo_v2_5"
    },
    "cost": 0.017
  },
  {
    "type": "vapi",
    "cost": 0.01
  },
  {
    "type": "voicemail-detection",
    "model": {"provider": "google", "model": "gemini-2.0-flash"},
    "provider": "google",
    "cost": 0.0003
  },
  {
    "type": "knowledge-base",
    "model": {"provider": "google", "model": "gemini-1.5-flash"},
    "promptTokens": 0,
    "completionTokens": 0,
    "cost": 0
  }
]
@Rohit Rikhi Here is the total cost of the shared call id.
r
thanks you very much, @Shubham Bajaj much appreciated
3 Views