Image generation (Azure-style deployments)
Some teams prefer the Azure OpenAI-style URL shape where the deployment name is part of the path. AlphaNeural supports that format for image generation too.
Quickstart
curl https://proxy.alfnrl.io/openai/deployments/my-image-deployment/images/generations \
-H "Authorization: Bearer $ALPHANEURAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A product photo of a glass bottle on white background",
"size": "1024x1024"
}'Behaviour notes
Last updated
