For the complete documentation index, see llms.txt. This page is also available as Markdown.

Image

Image Generation Quickstart

This quickstart walks you through generating your first image with Infron.

Image generation

curl https://media.onerouter.pro/v1/images/generations \
    -H "Content-Type: application/json" \
    -H "Authorization: <API_KEY>" \
    -d '{
    "model": "openai/gpt-image-2/text-to-image",
    "prompt": "A cute baby sea otter"
  }'

Next steps

Last updated