OpenRouter is a unified API that provides access to multiple LLM providers through a single OpenAI-compatible interface. Switch between Claude, Gemini, GPT, and more without changing your code.Documentation Index
Fetch the complete documentation index at: https://visionagents.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vision Agents requires a Stream account
for real-time transport. Most providers offer free tiers to get started.
Installation
Quick Start
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
model | str | "openrouter/andromeda-alpha" | Model identifier (see available models) |
api_key | str | None | API key (defaults to OPENROUTER_API_KEY env var) |
base_url | str | "https://openrouter.ai/api/v1" | API base URL |
tools_max_rounds | int | 3 | Maximum tool-call rounds per response |
Available Models
| Provider | Model ID |
|---|---|
| Anthropic | anthropic/claude-sonnet-4, anthropic/claude-opus-4 |
google/gemini-3-flash-preview, google/gemini-3.1-pro-preview | |
| OpenAI | openai/gpt-5.4, openai/gpt-5.4 |
Next Steps
Build a Voice Agent
Get started with voice
Build a Video Agent
Add video processing

