Implementing OpenAI Realtime API within n8n

Hi all,

I’m wondering if anyone has been playing with the OpenAI Realtime API within n8n?

I’ve implemented a project similar to what Ahmed Mukhtar has built in Replit and Twilio (see :point_down:)

but I’d love to fully implement it with n8n. Or at least be able to call OpenAI Realtime API.
Anyone has experience with it?

Thanks!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hi @Baptiste_JACQUEMET

I’ve yet to watch that vide but looks like that one is implemented with openai realtime API already? What do you mean by fully implement it with n8n that’s different than that approach?

thanks!

In this case, openai realtime api calls n8n as it’s backend.
The openai and twilio api are managed via code (on replit)
I would have liked to manage the web socket connections to twilio and openai realtime api from n8n.
Openai realtime api actually supports webrtc now, so it might be easier to use

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.