Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_MODEL | No | Azure AI model to use | flux.1-kontext-pro |
| AZURE_API_KEY | Yes | API key from your Azure deployment credentials | |
| AZURE_BASE_URL | Yes | Azure AI Foundry endpoint URL from your deployment | |
| AZURE_API_VERSION | No | Azure API version | 2025-04-01-preview |
| DEFAULT_IMAGE_SIZE | No | Default image size for generation | 1024x1024 |
| AZURE_DEPLOYMENT_NAME | Yes | The name you gave your Azure deployment |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |