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 Azure OpenAI as an LLM provider for translation generation.
azure_openai
llm.profiles.<name>.provider
{ "llm": { "profiles": { "default": { "provider": "azure_openai", "model": "gpt-4.1-mini", "prompt": "Translate from {{source}} to {{target}}:\n\n{{input}}" } } } }
export AZURE_OPENAI_BASE_URL="https://<resource>.openai.azure.com/openai/v1" export AZURE_OPENAI_API_KEY="your-azure-openai-api-key"
Was this page helpful?