api/integration-api/internal/caller/azure/
Vault Credential
Setup
1
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.
2
Deploy a model
In Azure OpenAI Studio → Deployments → Create new deployment. Select a model (e.g.
gpt-4o) and give it a deployment name.3
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
4
Configure the assistant LLM
In the assistant settings → LLM Provider, select Azure OpenAI and set the deployment name as the model:
model.name must match your Azure deployment name exactly.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