curl --request POST \ --url http://localhost:8000/v1/images/generations \ --header 'Content-Type: application/json' \ --data '{ "guidance_scale": 3.5, "num_inference_steps": 10, "prompt": "An orange Lamborghini driving down a hill road at night with a beautiful ocean view in the background."}'
Copy
Ask AI
{ "image": "<base64 encoded image>"}
Inference
Container image generations
Given a description, the model generates image.
POST
/
v1
/
images
/
generations
Image generations
Copy
Ask AI
curl --request POST \ --url http://localhost:8000/v1/images/generations \ --header 'Content-Type: application/json' \ --data '{ "guidance_scale": 3.5, "num_inference_steps": 10, "prompt": "An orange Lamborghini driving down a hill road at night with a beautiful ocean view in the background."}'