Skip to main content

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

  1. In Nirvai, go to Credentials > Add Credential
  2. Select Azure OpenAI API
  3. 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)
  4. Click Save

Finding Your Credentials

  1. Go to Azure Portal
  2. Navigate to your Azure OpenAI resource
  3. Go to Keys and Endpoint
  4. 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

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.