logo

Use Azure OpenAI

You can use Azure OpenAI on TypingMind by adding a Custom Model as follow:

Get an Azure OpenAI account

If you haven’t already, you must register for an Azure OpenAI Account. You can create one here: https://oai.azure.com/
Image without caption

Get a Deployment, Endpoint, and API Key

Go to β€œDeployments” and create a new deployment with a model of your choice.
Image without caption
Go to the β€œChat” playground and click β€œView Code” to get your Endpoint and Key.
Image without caption
Image without caption

Create a custom model on TypingMind

Go to typingmind.com and create a new Custom Model as follow:
  • Click Add Custom Model
  • Enter any name.
  • Enter the exact endpoint (including the ?apiVersion part).
  • Important: there are many types of endpoint on Azure OpenAI. Make sure you use the correct one that contains β€œ/chats/completions”.
  • Enter the Model ID and context length
  • Add a custom header row, then enter api-key and the API key in the value textbox.
Image without caption
  • Click β€œTest” and verify that the endpoint is working.
  • Click β€œAdd Model”.

Chat with Azure OpenAI

You can now select the Azure OpenAI model and chat with it.
Image without caption
Image without caption