Azure OpenAI
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Azure OpenAI Service to Nirvai to access GPT models, embeddings, and AI capabilities.
Supported Authentication Methods
- API Key
Prerequisites
- An Azure account
- An Azure OpenAI resource
- A deployed model
Setup Instructions
API Key Authentication
- In Nirvai, go to Credentials > Add Credential
- Select Azure OpenAI API
- Fill in the required fields:
- Resource Name: Your Azure OpenAI resource name (from Azure portal)
- API Key: Your API key from Azure OpenAI resource
- Deployment ID: The name of your deployed model
- API Version: The API version (default: 2024-02-15-preview)
- Click Save
Finding Your Credentials
- Go to Azure Portal
- Navigate to your Azure OpenAI resource
- Go to Keys and Endpoint
- Copy one of the keys and the endpoint
What You Can Do
- Generate text completions
- Create embeddings
- Use chat completions
- Process images (GPT-4 Vision)
- Fine-tune models
Related Resources
Adapted from Microsoft documentation for Nirvai platform
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.