> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Configuration

> Learn how to configure models in Maxim.

export const MaximPlayer = ({url}) => {
  return <iframe className="border-background-highlight-secondary h-full w-full rounded-md border-2 aspect-video" src={url} allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>;
};

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

* Go to `Settings` → `Models`.
* 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 100 free model usage credits that can be used across the platform. You can use these credits to run your first test.

<Note>
  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:

  ```bash theme={null}
  ngrok http 11434 --host-header="localhost:11434"
  ```

  To download Ollama, follow this [link](https://ollama.com/). Learn more about setting up Ollama via ngrok [here](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-use-ollama-with-ngrok).
</Note>

<MaximPlayer url="https://drive.google.com/file/d/1LgdYAUCymvVfj76gL1YJiy1KZZBPku6Y/preview" />
