Azure OpenAI (gateway)
Azure OpenAI (gateway)
Azure OpenAI (gateway)
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
Use Respan Gateway to call Azure OpenAI models while keeping unified observability (logs, cost, latency, and reliability metrics) in Respan.
There are 2 ways to add your Azure OpenAI credentials to your requests:
Select Azure OpenAI and add the required credential fields.
api_key — your Azure OpenAI API keyapi_base — your Azure OpenAI resource endpoint, also called base URLapi_version — the Azure OpenAI API version to use
Visit the Azure Portal OpenAI Service, choose your deployment, and open Endpoints and Manage Keys to copy the endpoint and API key.


Azure allows custom deployment names. Use the azure/{deployment-name} model ID format in gateway requests.

Copy the model ID from the Respan Models page, paste it into the available models field, and press Enter. Leave the field empty to apply the credentials to all Azure OpenAI models.

You can pass credentials dynamically in the request body. This is useful if you need to use your users’ own API keys (BYOK).
Add the customer_credentials parameter to your Gateway request:
Use credential_override when one request or model should use different credentials than the default provider key.
Find the complete and current list of Azure OpenAI model IDs on the Respan Models page. Use the exact model ID shown there in your gateway requests.
If you are not using the Gateway to proxy requests, you can still log your Azure OpenAI requests to Respan asynchronously. This lets you track cost, latency, and performance metrics for external calls.