Node-RED OpenAI API Version 1.5.0 Released! #26
allanbunch
announced in
Announcements
Replies: 1 comment
-
Can't wait to try it out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Small change; big deal!
With the release of the OpenAI Realtime API, exciting new possibilities are now available to the Node-RED community. Whether you’ve been itching to explore advanced AI voice-assisted ideas or something entirely new, the OpenAI team has made it possible.
It’s been a couple of weeks since the Realtime API’s initial beta release, and now OpenAI is rolling out some
gpt-4o-audio-preview
model features into their official SDKs. This is great news because one of the core design principles of the Node-RED OpenAI API node is seamless parity with the underlying OpenAI Node API Library. Put simply—it just works.With version 1.5.0 of the Node-RED OpenAI API node, you now have access to the
gpt-4o-audio-preview
audio generation features. Usage follows the same pattern as a standard chat completion request. Here’s how you can get started right away:And for streaming responses:
Stay tuned for more updates! I’ll continue incorporating new features into the node as they roll out in the official OpenAI Node API Library.
Beta Was this translation helpful? Give feedback.
All reactions