How to Set Up Clarity Vaia with Azure
search cancel

How to Set Up Clarity Vaia with Azure

book

Article ID: 445586

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

You would like to set up Vaia with your OpenAI model, what are the steps to follow

Environment

Clarity 16.4.1, 16.4.2

Resolution

  1. Connect as Azure admin and collect the exact URL from the Swagger URL page to use to connect to your AI Model.
  2. Copy the API Key
  3. Note the exact model you're connecting to, and version. Example: gpt-5.1-chat
  4. Connect to Clarity Classic - Integrations
  5. Create a new integration 
  6. Add the URL, example: 
    https://<yourURL>.openai.azure.com/openai/v1/chat/completions
  7. Add the same API Key you copied above
  8. Now Open MUX - Vaia
  9. Set up your AI Model as follows:
  • Name: gpt-5.1-chat --- Note this must match exactly the model you see in Azure
  • ID OPENAI
  • Vendor OPENAI
  • Max Tokens: 32768
  • Temperature: 1  ---This may vary per model
  • Save, right click and select Validate Model