Skip to main content

Run a model

Launch integrations

Configure and launch external applications to use Ollama models. This provides an interactive way to set up and start integrations with supported apps.

Supported integrations

  • OpenCode - Open-source coding assistant
  • Claude Code - Anthropic’s agentic coding tool
  • Codex - OpenAI’s coding assistant
  • VS Code - Microsoft’s IDE with built-in AI chat
  • Droid - Factory’s AI coding agent

Examples

Launch an integration interactively:
Launch a specific integration:
Launch with a specific model:
Configure without launching:

Multiline input

For multiline input, you can wrap text with """:

Multimodal models

Generate embeddings

Output is a JSON array:

Download a model

Remove a model

List models

Sign in to Ollama

Sign out of Ollama

Create a customized model

First, create a Modelfile
Then run ollama create:

List running models

Stop a running model

Start Ollama

To view a list of environment variables that can be set run ollama serve --help