Sorry if this link is already known. You can check the API of DALLE・3 here.
And the parameter format is slightly different from that via ChatGPT/PLUS.
API:
model=“dall-e-3”,
prompt=“a white siamese cat”,
size=“1024x1024”,
quality=“standard”,
n=1,
Chat GPTplus:
{
“size”:“1024x1024”,
“n”:1,
“prompt”:“a white siamese cat”,
“referenced_image_ids”: [“gen_id”]
}
You can select the quality in the API, but it is unclear whether “referenced_image_ids” can be used. ChatGPT PLUS is the opposite.
However, the current situation is extremely fluid, so it is best to check the references frequently.