Connect Azure OpenAI (BYOK)

Connect your Azure OpenAI resource in Settings — endpoint, API key, and deployment names, about 2 minutes

Connect Azure OpenAI (BYOK)

Route GPT and reasoning models through your Azure OpenAI resource. Setup takes about two minutes if you already have a resource endpoint and API key.


Connect in five steps

  1. Open Settings → AI Providers from the dashboard sidebar.
  2. Find the Azure OpenAI card and click Connect.
  3. Enter your resource endpoint (for example https://my-resource.openai.azure.com).
  4. Paste your API key and, if needed, an API version (defaults to 2024-10-21 when left blank).
  5. Click Connect, then pick an azure-* model in chat to verify.

On connect, Deslicer validates the endpoint format and probes your resource. Credentials are stored encrypted for your team.


Prerequisites

  • An Azure OpenAI resource with models deployed in the Azure AI Foundry portal.
  • Deployment names in Azure that match the catalog below (custom names are not synced in v1).
  • Enterprise deployment — Azure OpenAI BYOK is available on enterprise/on-premise installations, same as AWS Bedrock BYOK.

Connection fields

FieldPurpose
EndpointYour resource URL, for example https://{resource}.openai.azure.com
API keyAzure OpenAI resource key from the Azure portal
API versionOptional; defaults to 2024-10-21 when omitted

Available models

Deployment names in Azure must match the Azure deployment column exactly.

Deslicer slugAzure deploymentDisplay name
azure-gpt-4ogpt-4oGPT-4o (Azure)
azure-gpt-4o-minigpt-4o-miniGPT-4o mini (Azure)
azure-gpt-4.1gpt-4.1GPT-4.1 (Azure)
azure-gpt-4.1-minigpt-4.1-miniGPT-4.1 mini (Azure)
azure-o3-minio3-minio3-mini (Azure)
azure-o4-minio4-minio4-mini (Azure)

Only models in this catalog appear in chat after a successful connect.


Eligibility

Azure OpenAI BYOK is gated to enterprise deployments (DEPLOYMENT_MODE=enterprise). On-premise installations include enterprise-tier features by default. Cloud SaaS tenants need an enterprise plan with BYOK enabled.

See also Connect AWS Bedrock (BYOK) for the parallel AWS flow.


Troubleshooting

Connection probe failed

  • Confirm the endpoint URL includes https:// and matches your Azure resource hostname.
  • Verify the API key is active and belongs to the same resource.
  • Check that the resource allows the API version you entered (or leave API version blank to use the default 2024-10-21).

Model not available in chat

  • Ensure the model is deployed in Azure with a deployment name that exactly matches the catalog (for example deploy gpt-4o, not my-gpt-4o).
  • Disconnect and reconnect after adding new deployments — v1 does not live-sync custom deployment names.

Enterprise-only message

Azure OpenAI BYOK requires an enterprise deployment. On-premise installs qualify automatically; contact your administrator if you are on cloud SaaS and need BYOK access.