Vision Agents requires a Stream account
for real-time transport. Most providers offer free tiers to get started.
Installation
Baseten uses an OpenAI-compatible API, so it works with the OpenAI plugin:Quick Start
Using Self-Deployed Models
If you’ve deployed your own model on Baseten, use the model-specific endpoint:Parameters
Since Baseten usesChatCompletionsLLM, it accepts the same parameters:
| Name | Type | Default | Description |
|---|---|---|---|
model | str | — | Model slug (e.g., "deepseek-ai/DeepSeek-V3.1") |
base_url | str | — | "https://inference.baseten.co/v1" for Model APIs |
api_key | str | None | API key (defaults to BASETEN_API_KEY env var) |
Available Models
Baseten’s Model APIs provide pre-deployed endpoints for popular open-source models. No deployment setup required — just call the API. See the Baseten documentation for the full list of available models.Next Steps
Build a Voice Agent
Get started with voice
Build a Video Agent
Add video processing

