Azure OpenAI
Azure OpenAI
serves OpenAI models from your own Azure resource. Everruns ships a dedicated
azure_openai provider type — distinct from the OpenAI
provider — so Azure deployments resolve with the right endpoint and model
behavior rather than being configured as a generic OpenAI base-URL override.
What you get
Section titled “What you get”- Azure OpenAI Responses API through your Azure resource endpoint.
- Stateful continuation and context compaction — Azure OpenAI hosts are
recognized as stateful, like
api.openai.com. - Streaming, tool calls, and reasoning mapped to provider-neutral Everruns types.
Configure in Everruns
Section titled “Configure in Everruns”- Go to Settings → Providers and click Add provider.
- Choose Azure OpenAI (not plain OpenAI).
- Set the base URL to your Azure OpenAI resource endpoint.
- Paste the API key for your Azure OpenAI resource.
- Save. Note that Azure model availability depends on the deployments you have created in your resource.
Models
Section titled “Models”Azure deployment names are operator-chosen, so a deployment whose name does not match a known model profile falls back to a minimal profile. Capability and cost metadata for recognized models come from Everruns’ built-in model profiles.