Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /images/generations — OpenAI-compatible text-to-image.
POST /api/v1/images/generations
model
auto
prompt
response_format
b64_json
url
width
height
seed
negative_prompt
curl https://icelake.io/api/v1/images/generations \ -H "Authorization: Bearer $ICELAKE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "auto", "prompt": "A crystalline lake under aurora", "response_format": "b64_json" }'
{ "created": 1710000000, "data": [ { "b64_json": "..." } ] }
images