Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Strix with OpenAI models via Azure
export STRIX_LLM="azure/your-gpt5-deployment" export AZURE_API_KEY="your-azure-api-key" export AZURE_API_BASE="https://your-resource.openai.azure.com" export AZURE_API_VERSION="2025-11-01-preview"
STRIX_LLM
azure/<your-deployment-name>
AZURE_API_KEY
AZURE_API_BASE
AZURE_API_VERSION
2025-11-01-preview
export STRIX_LLM="azure/gpt-5.4-deployment" export AZURE_API_KEY="abc123..." export AZURE_API_BASE="https://mycompany.openai.azure.com" export AZURE_API_VERSION="2025-11-01-preview"
Was this page helpful?