-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Confirm this is a feature request for the Node library and not the underlying OpenAI API.
- This is a feature request for the Node library
Describe the feature or improvement you're requesting
openai.images.generate do not sent request for crate image to image
support for
Additional context
openai.responses.create({
model: "gpt-4.1-mini",
input: [
{
role: "user",
content: [
{ type: "input_text", text: "what's in this image?" },
{
type: "input_image",
image_url: data:image/jpeg;base64,${base64Image}
,
},
],
},
],
});
Metadata
Metadata
Assignees
Labels
No labels