{ "model": "<string>", "images": [ { "type": "image_url", "image_url": { "url": "<string>" } } ], "text": "<string>", "count": 123, "metadata": { "model": "<string>", "revisedPrompt": "<string>", "usage": { "promptTokens": 123, "completionTokens": 123, "totalTokens": 123 } }, "nextActions": "Images have been generated successfully. Use the returned URLs or base64 data to access them." }
Generate images using specified model and prompt
Show child attributes