Maxim supports multiple model providers. You can configure your model providers by following these steps:

  • Go to SettingsModels.
  • Click on the tab of the provider for which you want to add an API key.
  • Click on Add new and fill in the required details. You can also add your own custom model provider by clicking on Add custom model provider.

For easy onboarding, we offer 50 free model usage credits that can be used across the platform. You can use these credits to run your first test.

To set up local models from Ollama with Maxim, follow the same steps as above. Don’t forget to run his command to forward Ollama’s port via ngrok:

ngrok http 11434 --host-header="localhost:11434"

To download Ollama, follow this link. Learn more about setting up Ollama via ngrok here.