I'm planning to use GPT-4.0 cluster,
# general-english
b
I'm planning to use GPT-4.0 cluster, Deepgram Nova-3 for speech-to-text (STT), Vapi for text-to-speech (TTS), . Can anyone help me estimate the per min cost ?
s
call ID pls.... cc : @Kings_big💫
b
15db9e1e-3e24-480f-9563-573017405eb3
s
Copy code
json
[
  {
    "type": "transcriber",
    "transcriber": { "provider": "deepgram", "model": "nova-3" },
    "minutes": 1.08,
    "cost": 0.01
  },
  {
    "type": "model",
    "model": { "provider": "openai", "model": "gpt-4o" },
    "cost": 0.05
  },
  {
    "type": "voice",
    "voice": {
      "provider": "11labs",
      "voiceId": "dOPyuP4KyOAHZjVaFmb3",
      "model": "eleven_turbo_v2_5"
    },
    "cost": 0.06
  },
  {
    "type": "vapi",
    "subType": "normal",
    "minutes": 0.90,
    "cost": 0.04
  },
  {
    "type": "analysis",
    "analysisType": "summary",
    "model": {
      "provider": "anthropic",
      "model": "claude-3-7-sonnet-20250219"
    },
    "cost": 0.0014
  },
  {
    "type": "analysis",
    "analysisType": "successEvaluation",
    "model": {
      "provider": "anthropic",
      "model": "claude-3-7-sonnet-20250219"
    },
    "cost": 0.0153
  },
  {
    "type": "knowledge-base",
    "model": { "provider": "google", "model": "gemini-1.5-flash" },
    "cost": 0
  }
]
k
@bhaveshkys