azure-image-gen
SKILL.md
Azure Image Gen
Generate images using Azure OpenAI's DALL-E deployment.
Setup
Required Environment Variables
export AZURE_OPENAI_ENDPOINT="https://your-resource.openai.azure.com"
export AZURE_OPENAI_API_KEY="your-api-key"
export AZURE_OPENAI_DALLE_DEPLOYMENT="your-dalle-deployment-name"
Or create a .env file in the skill directory.
API Version
Default: 2024-02-01 (supports DALL-E 3)