Skip to main content
The VLM Run CLI (vlmrun) lets you interact with the VLM Run platform directly from your terminal: chat with Orion, generate structured predictions, manage files and skills, and more.

Installation

The CLI ships with the VLM Run Python SDK. typer, rich, and openai are base dependencies, so a plain install gives you the full CLI, including vlmrun gw:
Verify the installation:

Configuration

Quick Setup

Initialize a config file and set your API key:
Configuration is stored at ~/.vlmrun/config.toml.

Environment Variables

Alternatively, set your API key via environment variables:

Managing Config

Global Options

All commands accept these global options:

Commands

Shell Completion

Install tab completion for your shell: