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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Edits input text based on specific instructions provided.
83
83
84
84
### OpenAIImageCreate Component:
85
85
86
-
Generates images from text prompts using OpenAI's image models.
86
+
Generates images from text prompts using OpenAI's image models. Supports both DALL-E 2 and DALL-E 3.
87
87
88
88
### OpenAIImageCreateVariation Component:
89
89
@@ -93,6 +93,22 @@ Creates alternate versions of an input image using OpenAI's variation tools.
93
93
94
94
Modifies an input image based on a text prompt or a mask.
95
95
96
+
### OpenAIImageInference Component:
97
+
98
+
Analyzes images using OpenAI's vision capabilities, providing text descriptions or answers to questions about images.
99
+
100
+
### OpenAIAudioTranscription Component:
101
+
102
+
Transcribes audio files to text using OpenAI's Whisper models.
103
+
104
+
### OpenAIAudioTranslation Component:
105
+
106
+
Translates audio in any language to English text using OpenAI's Whisper models.
107
+
108
+
### OpenAISpeechGeneration Component:
109
+
110
+
Converts text to spoken audio using OpenAI's text-to-speech models.
111
+
96
112
## Try the Examples
97
113
98
114
We have provided an example workflow to help you get started with the OpenAI component library. Give it a try and see how you can create custom OpenAI components for your applications.
0 commit comments