🔐Add API key

MindMac supports multiple AI providers, not just OpenAI. In this article, you will learn how to add new API endpoint for a provider. You can also add multiple endpoints per provider as you want.

Go to MindMac -> Settings... -> Account or press ⌘ + , to open Account Setting.

Select AI API provider, enter name, URL and API key, then click Save to finish.

URL will be filled by default but for some providers like Azure OpenAI or Google Cloud Vertex AI, you might need to bring your own custom URL. For example, with Google Cloud Vertex AI, URL has format https://LOCATION-aiplatform.googleapis.com/v1/projects/PROJECT_ID/locations/LOCATION/publishers/google/models, where LOCATION and PROJECT_ID is your own information. Check more on how to get API key and how to add Vertex AI key at Create Google Cloud Vertex AI API Key.

Check below articles to know how to get API key from AI providers.

Last updated