â“‚ī¸
MindMac Docs
Go to appBlogRoadmapRelease NotesFeature Request
  • 🌏Product Tour
    • â„šī¸What is MindMac?
    • ✨Getting started
    • 🧩Features
  • 👩‍đŸĢHow to...
    • 🚤Activate license
    • 🚲Deactivate license
    • 🔐Add API key
      • 🔑Create OpenAI API Key
      • 🔑Create Azure OpenAI API Key
      • 🔑Create Google AI API key
      • 🔑Create Google Cloud Vertex AI API Key
      • 🔑Create OpenRouter API Key
      • 🔑Create Mistral AI API Key
      • 🔑Create Perplexity API Key
      • 🔑Create Replicate API Key
      • 🔑Create Anyscale API key
    • đŸĻ™Add Ollama endpoint
    • 🌐Internet Browsing
      • 🍒Get Google Search Key
      • 🍊Get Tavily Key
      • 🍇Get You.com Search Key
      • đŸĨGet Serper Key
      • 🍍Get SerpApi Key
    • đŸ–Ĩī¸Use local LLM in MindMac
    • đŸ…°ī¸Change App Icon
    • 🧠Manage Models
  • FAQs
    • 👩‍đŸ’ģLicense code does not match product
    • 🐞Cannot open the app
    • đŸ’ĨInvalid URL or Key issue
    • ❓Common questions
Powered by GitBook
On this page
  • Step 1: Create Azure OpenAI resource
  • Step 2: Grab API key, location & endpoint URL
  • Step 3: Create new deployment
  • Step 4: Construct full endpoint URL
  1. How to...
  2. Add API key

Create Azure OpenAI API Key

PreviousCreate OpenAI API KeyNextCreate Google AI API key

Last updated 1 year ago

Step 1: Create Azure OpenAI resource

Go to , and click Create a resource.

Search for Azure OpenAI and select it.

Select plan and click Create.

Enter below information and click Next.

Configure your network preference and click Next.

Click Next.

Review and click Create.

It may take some minutes to deploy new resource.

Step 2: Grab API key, location & endpoint URL

On tab Overview, copy key, location/region and endpoint URL. You will need them later.

Step 3: Create new deployment

Switch to tab Model deployments and click Manage Deployments. You will be redirect to Azure OpenAI Studio.

Click Create new deployments.

Enter deployment model information and click Create. It may take some minutes to start a deployment.

Copy the deployment name.

Step 4: Construct full endpoint URL

Full endpoint URL has this format:

{your-endpoint}/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}

where:

  • your-endpoint: is the endpoint copied from Step 2: Grab API key, location & endpoint URL

  • deployment-id: deployment name from Step 3: Create new deployment

  • api-version: use 2023-05-15 for now

Now use this full URL and the key from Step 2: Grab API key, location & endpoint URL to create new API endpoint in MindMac. More details at Add API key.

When the resource has been deployed successfully, go back to and click on that resource.

For example: .

👩‍đŸĢ
🔐
🔑
https://portal.azure.com/#home
https://mindmac.openai.azure.com/openai/deployments/mindmac-gpt-35-turbo/chat/completions?api-version=2023-05-15
https://portal.azure.com/#home