Dalle3 has noi been working since yesterday, what are you doing about it?
hellooooooooooooooooooooooooo
Good news! We get to keep paying for nothing!
Yes It is not working It is my Final Year project and it’s not working I’m worrying about my Marks now .Please OpenAI fix this issues We’re Requesting !!!
Are you using this from ChatGPT Plus?
In using https://chat.openai.com/g/g-2fkFE8rbu-dall-e successfully created image.
You
Make a happy holiday image.
DALL-E
Here are two images capturing a happy holiday scene with a snow-covered landscape and a family enjoying the winter festivities.
NO I’m using Api and free credits of it my credits are not exceed .
Using this example from the OpenAI Image Generation example with extra print statements with VSCode
Note: API Key is stored in environment variable (ref)
Python code (Click triangle to expand)
from openai import OpenAI
client = OpenAI()
response = client.images.generate(
model="dall-e-3",
prompt="a white siamese cat",
size="1024x1024",
quality="standard",
n=1,
)
image_url = response.data[0].url
print("Response: ")
print(response)
print("image_url: ")
print(image_url)
This is the result
Result (Click triangle to expand)
C:\Users\Groot\Projects\OpenAI Discourse Forum support\DALL-E 3 is not running with API>python dalle_3_image_creator.py
Response:
ImagesResponse(created=1703519168, data=[Image(b64_json=None, revised_prompt='Visualize a graceful white Siamese cat. It has deep blue almond-shaped eyes which seem to hold a mysterious charm. Its slender
body is draped in a short coat of pristine white fur contrasting its darker points. These darker points of mink shade can be seen on its ears, face, paws, and tail. The distinct coloration of the Siamese cat adds to its allure. It stands elegantly with its tail curled upwards showcasing the signature wedge-shaped head and large ears. A pink collar encircles its neck enhancing its regality.', url='https://oaidalleapiprodscus.blob.core.windows.net/private/org-z0hmg82J7ywcm5J0PpqhJ1Es/user-ot3SNhHSQTYO8761xhsdujSC/img-GsHmV0Ejf6DbJYxfa0t3nbso.png?st=2023-12-25T14%3A46%3A08Z&se=2023-12-25T16%3A46%3A08Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-24T23%3A14%3A57Z&ske=2023-12-25T23%3A14%3A57Z&sks=b&skv=2021-08-06&sig=mpQrDuasb7gTx8f6Y8jhkdYXP/zPLrxc/bbHFsma2vE%3D')])
image_url:
https://oaidalleapiprodscus.blob.core.windows.net/private/org-z0hmg82J7ywcm5J0PpqhJ1Es/user-ot3SNhHSQTYO8761xhsdujSC/img-GsHmV0Ejf6DbJYxfa0t3nbso.png?st=2023-12-25T14%3A46%3A08Z&se=2023-12-25T16%3A46%3A08Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-24T23%3A14%3A57Z&ske=2023-12-25T23%3A14%3A57Z&sks=b&skv=2021-08-06&sig=mpQrDuasb7gTx8f6Y8jhkdYXP/zPLrxc/bbHFsma2vE%3D
C:\Users\Groot\Projects\OpenAI Discourse Forum support\DALL-E 3 is not running with API>
The image at the URL
It is working for me.
Do you need more help?
If not is it OK to close this topic?
A post was split to a new topic: Exceeding Ratelimits: My DALL-E-3 Ordeal
That is a different question than the topic title.
DALLE 3 DOWN! Is anyone working on it?
Please be more careful when asking for help.
As your question is not the same as the title and the OP of the first question is no longer active in this topic, closing this topic.
@aniketsalve.model
Created a new topic for your question.