Skip to main content
Vision Agents ships with 35+ plugins that connect AI providers to your real-time voice and video applications. Each plugin wraps a provider’s API with a consistent interface, so you can swap providers without rewriting your agent logic.
Vision Agents uses Stream Video for real-time WebRTC transport by default. External WebRTC transports are supported as well. Most AI providers offer free tiers to get started.

Which plugin do I need?

Pick based on what your agent needs to do:

Installation

New project

Scaffold a ready-to-run agent project with the CLI. Requires uv on your PATH:
See the Quickstart for a full walkthrough.

Add plugins

Plugins install as extras. Add only the ones you need to an existing project:
You can also add explicit plugin packages (the style used by init):
Browse the categories below for available plugins and their install commands.

Browse by Category

Language Models

Text generation with function calling. Requires separate STT/TTS plugins.

Realtime

End-to-end speech-to-speech with built-in STT/TTS. Lowest latency, simplest setup.

Speech-to-Text

Real-time transcription. Some include built-in turn detection.

Text-to-Speech

Voice synthesis for agent responses.

Vision & Video

Video understanding, object detection, and video transformation.

Avatars

Visual AI characters with synchronized lip-sync.

Turn Detection

Controls when the agent should start and stop speaking.
Deepgram and ElevenLabs STT include built-in turn detection, so no separate plugin is needed.

Infrastructure

Inference platforms and data services for running models on your own terms.

Edge Transport

Alternative real-time transport layers for deploying agents in specific regions.

Telephony

PSTN phone call integration: bridge inbound and outbound calls into a Stream call.

Consistent Interface

Plugins of the same type share a common interface. Swap providers in one line:

Creating Custom Plugins

Don’t see your provider? Build your own plugin to connect additional services. See the Create Your Own Plugin guide.