@hangglidersrule/openclaw-azure-image-gen
v1.0.5
Published
OpenClaw image generation provider for Azure OpenAI (gpt-image-1) and FLUX models (FLUX.2-pro, FLUX.2-flex, FLUX.1-Kontext-pro) via Azure AI Foundry. Reads endpoint + key from environment variables.
Downloads
53
Maintainers
Readme
@hangglidersrule/openclaw-azure-image-gen
OpenClaw image generation provider for Azure AI Foundry.
Supported models
gpt-image-1— via Azure OpenAI deploymentFLUX.2-pro,FLUX.2-flex,FLUX.1-Kontext-pro,FLUX-1.1-pro— via Black Forest Labs (BFL) endpoint on Azure
Setup
Set these environment variables (e.g. in your OpenClaw gateway LaunchAgent plist):
AZURE_OPENAI_ENDPOINT=https://your-resource.services.ai.azure.com
AZURE_OPENAI_API_KEY=your-keyInstall
openclaw plugins install @hangglidersrule/openclaw-azure-image-genThen set your image generation model:
agents.defaults.imageGenerationModel.primary: "azure-openai/FLUX.2-pro"