You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-28Lines changed: 7 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -40,34 +40,13 @@ After installation, find your node in the **AI** palette category labeled "OpenA
40
40
-**Configurable and Flexible**: Adapt to a wide range of project requirements, making it easy to integrate AI into your IoT solutions.
41
41
-**Powerful Combinations**: Utilize Node-RED's diverse nodes to build complex, AI-driven IoT workflows with ease.
42
42
43
-
## Release Notes (v1.87.3)
44
-
45
-
-**Ehancement:** Upgraded the OpenAI API Library dependency from [v4.85.4](https://github.com/openai/openai-node/releases/tag/v4.85.4) to [v4.87.3](https://github.com/openai/openai-node/releases/tag/v4.87.3).
46
-
-**Features:** Implemented [Responses](https://platform.openai.com/docs/api-reference/responses) API capabilities.
47
-
- OpenAI's most advanced interface for generating model responses.
48
-
- Create stateful interactions with the model, using the output of previous responses as input and more.
49
-
- 🔥 Native agentic web search capabilities:
50
-
51
-
```javascript
52
-
msg.payload= {
53
-
"model":"gpt-4o-mini",
54
-
"tools": [{ type:"web_search_preview" }],
55
-
"input":"What was a positive news story from today?"
56
-
}
57
-
```
58
-
59
-
- 🔥 Native agentic computer use capabilities.
60
-
- 🔥 Reasoning model control properties:
61
-
62
-
```javascript
63
-
msg.payload= {
64
-
"model":"o3-mini",
65
-
"input":"How much wood would a woodchuck chuck?",
66
-
"reasoning": {
67
-
"effort":"high"
68
-
}
69
-
}
70
-
```
43
+
## Release Notes (v1.89.0)
44
+
45
+
-**Ehancements:**
46
+
- Upgraded the OpenAI API Library dependency from [v4.87.3](https://github.com/openai/openai-node/releases/tag/v4.87.3) to [v4.89.0](https://github.com/openai/openai-node/releases/tag/v4.89.0)
47
+
-**Features:**
48
+
- New audio helpers
49
+
- New API models for TTS, STT, + new audio features for Realtime
The voice to use when generating the audio. Supported voices are alloy,
982
-
echo, fable, onyx, nova, and shimmer.
983
+
The voice to use when generating the audio. Supported voices are <code>alloy</code>, <code>ash</code>, <code>coral</code>, <code>echo</code>, <code>fable</code>, <code>onyx</code>, <code>nova</code>, <code>sage</code> and <code>shimmer</code>.
0 commit comments