How to get access to dall-e 3 from API

Also waiting for the API :slight_smile:

Hope the API will be here soon, have some business applications that cannot be fulfilled with dalle-2, but dalle-3 (in chatGPT+) performs like 10x better

I suppose that nonsense may have been more helpful than your first response lol. I felt like I wasted my own time getting to the end of it when a simple ā€œyou cant yetā€ would suffice.

Please allow access to prompt generation from the beta in chatgpt, the limit is annoying. This is breaking my flow, I really want to understand the model better, it’s a love hate relationship, but there’s gold to be found in there that I cannot achieve with MJ or SDXL. This thing needs an API version or unlimited generations.

Me too !!! I need Dall-e 3 to my new proyect. Anyone know how i can generate best quality images using dall-e 2 ? Thanks !!!

Image Generator is HORRIBLE !!!

Hello, any idea when the API for DALL-E3 will become available 2 is terrible

Nothing is promised afaik. But OpenAI Day ov Devs is happening on Monday, so there could be a chance…

Yup, DALLE 3 API was just announced in the Keynote!

Yes! Trying to get details … stay tuned for more details.

Details are already on the API documentation:

{
ā€œerrorā€: {
ā€œcodeā€: ā€œmodel_not_foundā€,
ā€œmessageā€: ā€œThe model dall-e-3 does not exist.ā€,
ā€œparamā€: null,
ā€œtypeā€: ā€œinvalid_request_errorā€
}
}

:face_exhaling:

When you send a generation request to DALLĀ·E 3, we will automatically re-write it for safety reasons, and to add more detail (because more detailed prompts generally result in higher quality images).

Will be interesting to see how this works… I like having more control…

I’m having the same error, I think it will be available soon

{ ā€œerrorā€: { ā€œcodeā€: ā€œmodel_not_foundā€, ā€œmessageā€: ā€œThe model dall-e-3 does not exist.ā€, ā€œparamā€: null, ā€œtypeā€: ā€œinvalid_request_errorā€ } }

tried to hit it here no luck yet

It says it rolls out at 1pm Pacific

The banner on the documentation pages clearly says:
ā€œJoin us online for the first OpenAI Developer Day Keynote! New releases will be rolling out after 1 PM PST.ā€

How did you guys do it? I can’t even get the model does not exist error…Mine with openai==1.0.1 is Images.generate() got an unexpected keyword argument ā€˜model’

The Dall E 3 API is not available (yet ;)). It will be available in 1pm PST, approximately in less than an hour.

dall-e-3 is up and running, and so is gpt-4-1106-preview !

Thanks! It’s working now very smoothly

Got it hooked up here… just need to massage my prompts a bit!