agents
agents copied to clipboard
How to use a Realtime model with STT input
Hello!
Is it possible to use a Realtime model with an STT as input somehow? I’d like to take advantage of the speed improvements, but also use an STT that’s more suitable for my use case.
Thanks in advance!
right now it's not supported. The most close example is this one, which runs STT along with the realtime model and uses STT results for local turn detection.
Thanks for the quick answer!