Skip to main content
Skyvern supports local LLMs for self-hosted deployments. Use Ollama directly or route through LiteLLM to connect any model provider.

What you’ll need

  • A self-hosted Skyvern deployment
  • Ollama installed locally, or an OpenAI-compatible endpoint

Option A: Ollama

Use Ollama to run open-source models locally.

Step 1: Start Ollama

The API runs at http://localhost:11434.

Step 2: Configure Skyvern

Add to your .env file:

Step 3: Verify the connection


Option B: LiteLLM

Use LiteLLM as an OpenAI-compatible proxy to connect any model provider.

Step 1: Start LiteLLM

Step 2: Configure Skyvern

Add to your .env file:

Step 3: Verify the connection


Step 4: Start Skyvern

After configuring your .env, start the server:

Troubleshooting


Next steps

Quickstart

Get started with Skyvern

Run a Task

Learn the task API