B2BB2B LLM

POST /v1/images/generations

Ar OpenAI saderīgs attēlu ģenerēšanas galapunkts.

POST /v1/images/generations

Pieprasīt

curl https://api.model-gate.com/v1/images/generations \
  -H "Authorization: Bearer mg_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "image-generation-model",
    "prompt": "A clean isometric server gateway illustration",
    "size": "1024x1024"
  }'

Atbilde

{
  "created": 1785920400,
  "data": [
    {"url": "https://provider.example/generated/image.png"}
  ]
}

Augšējā atbilde tiek nodota cauri. Asinhronais režīms tiek atbalstīts ar "async": true un "stream": false.