description: "How to use and configure custom LLMs in Rowboat."
---
<Note> This is currently only possible in the self hosted version of Rowboat</Note>
## Using custom LLM providers
By default, Rowboat uses OpenAI LLMs (gpt-4o, gpt-4.1, etc.) for both agents and copilot, when you export your OPENAI_API_KEY.
However, you can also configure custom LLM providers (e.g. LiteLLM, OpenRouter) to use any of the hundreds of available LLMs beyond OpenAI, such as Claude, DeepSeek, Ollama LLMs and so on.
<Steps>
<Step title="Set up your LLM provider">
Configure your environment variables to point to your preferred LLM backend. Example using LiteLLM: