The Azure caller uses the same OpenAI API surface but targets your Azure OpenAI resource endpoint. This is useful when data residency or enterprise compliance requirements prevent using OpenAI directly. Provider directory:Documentation Index
Fetch the complete documentation index at: https://doc.rapida.ai/llms.txt
Use this file to discover all available pages before exploring further.
api/integration-api/internal/caller/azure/
Vault Credential
| Key | Description |
|---|---|
subscription_key | Azure OpenAI resource key (Key 1 or Key 2) |
endpoint | Azure OpenAI resource endpoint, e.g. https://my-resource.openai.azure.com |
Setup
Create an Azure OpenAI resource
In Azure Portal → Create a resource → Azure OpenAI. After creation, go to Keys and Endpoint to copy the key and endpoint.
Deploy a model
In Azure OpenAI Studio → Deployments → Create new deployment. Select a model (e.g.
gpt-4o) and give it a deployment name.Add to Rapida vault
In the Rapida dashboard → Credentials → Create Credential, select provider Azure OpenAI, enter:
subscription_key= Key 1 from Azureendpoint= resource endpoint URL
Model Parameters
Same as OpenAI — allmodel.* parameters are supported. See the OpenAI page for the full table.
OpenAI
Direct OpenAI API
LLM Overview
All providers and ChatCompletionOptions