Every time that I attempt to test “Send Prompt in OpenAI (GPT-3, DALL-E, Whisper)” with Dall-E 3, I get the following error: “Failed to create a prompt in OpenAI (GPT-3, DALL-E, Whisper)
Hi
Good question.
Please post screenshots with how your Action section is configured for the Zap step.
Hi
Perhaps try this Zap action: OpenAI - Generate Image
###
Docs: https://platform.openai.com/docs/models/dall-e
DALL·E 3 is available through our Images API along with DALL·E 2.
You can try DALL·E 3 through ChatGPT Plus.
You may have to use the OpenAI Images API
https://platform.openai.com/docs/guides/images/introduction?context=node
DALL·E 3 is available through our Images API along with DALL·E 2.
Some options to try for using the OpenAI API.
Ok, thank you very much! I will try to call the images API and report back.
Ok, thank you very much! I will try to call the images API and report back.
look forward to here about your test of this call to the API… trying to do similar task
Try this...
CONFIG
Action: OpenAI - API Request
HTTP Method: POST
URL:
https://api.openai.com/v1/images/generations
Headers:
Content-Type: application/json
Body:
Change the “prompt” value in the JSON.
{
"model": "dall-e-3",
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}
OUTPUT
That’s fantastic news,
That’s fantastic news,
Yes i tried the POST call and it works. Thanks a million !!!!!!
Now i’m having issues getting the zapp to run. Let me explain.
I have a google sheet where i have 20 different prompts in column B Row 1 to 20. I want the zap to loop trough all 20 prompts and fee them into the POST call and then save the generated image in a google folder. The last part, saving the Dall E 3 image to a Google folder, i got to work. its the beginning that does not work for me.
Thanks for helping!!!
Might be best to post your own topic and provide screenshots so it gets proper attention.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.