Skip to content

Commit ee9a3ff

Browse files
committed
update costs
1 parent 9f637f5 commit ee9a3ff

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

learn/billing/examples.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ A customer doing real estate lead generation is looking to use Vapi to automate
8787
"I have a company that does real estate lead generation, and would like to use Vapi voice
8888
assistants to automate parts of my sales process.
8989

90-
Calls would average ~4 minutes, for Model I want to use GPT-4-turbo through your platform, and for Voice I will be using a ElevenLabs.
90+
Calls would average ~4 minutes, for Model I want to use GPT-3.5-turbo through your platform, and for Voice I will be using a ElevenLabs.
9191

9292
I’d like a breakdown based on sending 1,000 outbound calls in one month."
9393

9494
</Step>
9595
<Step title="Providers">
9696
<div>**Transcriber:** Deepgram</div>
97-
<div>**Model:** OpenAI (GPT-4 Turbo)</div>
97+
<div>**Model:** OpenAI (GPT-3.5 Turbo)</div>
9898
<div>**Voice:** ElevenLabs</div>
9999
<div>**Telephony:** Vonage (sending outbound phone calls)</div>
100100

@@ -107,7 +107,7 @@ A customer doing real estate lead generation is looking to use Vapi to automate
107107
</Step>
108108
<Step title="Cost Breakdown">
109109
<div>**Deepgram:**\$0.01/min</div>
110-
<div>**OpenAI (GPT-4 Turbo):**\$0.20/min</div>
110+
<div>**OpenAI (GPT-3.5 Turbo):**\$0.02/min</div>
111111
<div>**ElevenLabs:**\$0.04/min</div>
112112
<div>**Vonage:**\$0.01/min (outbound call) (see Vonage's [phone call pricing](https://www.vonage.com/communications-apis/voice/pricing))</div>
113113
<div>**Vapi:** \$0.05/min</div>
@@ -119,12 +119,12 @@ A customer doing real estate lead generation is looking to use Vapi to automate
119119
Call Minutes / Month: 1,000 calls x 4 min/call = **4,000 call minutes**
120120

121121
<div>**Transcription:** \$0.01/min x 4,000 = **\$40**</div>
122-
<div>**Model:** \$0.20/min x 4,000 = **\$800**</div>
122+
<div>**Model:** \$0.02/min x 4,000 = **\$80**</div>
123123
<div>**Voice:**\$0.04/min x 4,000 = **\$160**</div>
124124
<div>**Telephony:**\$0.01/min x 4,000 = **\$40**</div>
125125
<div>**Vapi:** \$0.05/min x 4,000 = **\$200**</div>
126126

127-
**Total**: **\$1,240**/mo
127+
**Total**: **\$520**/mo
128128

129129
</Step>
130130
</Steps>
@@ -157,7 +157,7 @@ A web engineer is looking to develop a website that helps job candidates practic
157157
</Step>
158158
<Step title="Cost Breakdown">
159159
<div>**Deepgram:**\$0.01/min</div>
160-
<div>**Custom Model:**\$0.10/min (vague assumption, can vary widely)</div>
160+
<div>**Custom Model:**\$0.02/min (vague assumption, can vary widely)</div>
161161
<div>**PlayHT:**\$0.07/min</div>
162162
<div>**Vapi:** \$0.05/min</div>
163163

@@ -168,11 +168,11 @@ A web engineer is looking to develop a website that helps job candidates practic
168168
Call Minutes / Month: 1,000 calls x 30 min/call = **30,000 call minutes**
169169

170170
<div>**Transcription:** \$0.01/min x 30,000 = **\$300**</div>
171-
<div>**Model:** \$0.10/min x 30,000 = **\$3,000**</div>
171+
<div>**Model:** \$0.02/min x 30,000 = **\$600**</div>
172172
<div>**Voice:**\$0.07/min x 30,000 = **\$2,100**</div>
173173
<div>**Vapi:** \$0.05/min x 30,000 = **\$1,500**</div>
174174

175-
**Total**: **\$6,900**/mo
175+
**Total**: **\$4,500**/mo
176176

177177
</Step>
178178
</Steps>
Loading
Loading

0 commit comments

Comments
 (0)