That was cool, but got up to $1 usage real quick
Show HN: Open source framework OpenAI uses for Advanced Voice
11–20 of 63 posts
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#12Olivier, Michelle, and Romain gave you guys a shoutout like 3 times in our DevDay recap podcast if you need more testimonial quotes :) https://www.latent.space/p/devday-2024
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#13By the way: The cerebras voice demo also uses LiveKit for this: https://cerebras.vercel.app/
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#14Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#15Earlier quoted context omitted.
We had our playground ( https://playground.livekit.io ) up for a few days using our key. Def racked up a $$$$ bill!
How much is it per minute of talking?
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#16Earlier quoted context omitted.
We had our playground ( https://playground.livekit.io ) up for a few days using our key. Def racked up a $$$$ bill!
How much is it per minute of talking?
50% AI speaking at $0.24/minute of tokens
we (LiveKit Cloud) charge ~$0.0005/minute for each participant (in this case there would be 2)
So blended is $0.151/minute
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#17That’s some crazy marketing for a „our library happened to support this relatively simple use case“ situation. Impressive! By the way: The cerebras voice demo also uses LiveKit for this: https://cerebras.vercel.app/
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#18Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#19Super cool! Didn't realize OpenAI is just using LiveKit. Does the pricing breakdown to be the same as having a OpenAI Advanced Voice socket open the whole time? It's like $9/hr! It would be theoretically cheaper to use this without keeping the advanced voice socket open the whole time and just use the GPT4o streaming service [1] for whenever inference is needed (pay per token) and use livekits other components to do…
Re: Show HN: Open source framework OpenAI uses for Advanced Voice
#20Super cool! Didn't realize OpenAI is just using LiveKit. Does the pricing breakdown to be the same as having a OpenAI Advanced Voice socket open the whole time? It's like $9/hr! It would be theoretically cheaper to use this without keeping the advanced voice socket open the whole time and just use the GPT4o streaming service [1] for whenever inference is needed (pay per token) and use livekits other components to do…
Currently it does: all audio is sent to the model. However, we are working on turn detection within the framework, so you won't have to send silence to the model when the user isn't talking. It's a fairly straight forward path to cutting down the cost by ~50%.