Adding a custom model
Open Models & Providers
Navigate to Settings → Agent → Models & Providers and scroll to the Custom Models section.
Model capabilities
Each model that get’s registered must support the following set of capabilities in order to be usable within stagewise:- Text –– Standard text generation
- Tool Calling –– Standardized tool generation via API
- Image Vision –– Image type inputs
- Video Vision –– Video type inputs
- Audio –– Audio type inputs for hearing capabilities
The stagewise agent does NOT need any of these model/API capabilities to fully operate:
- File Inputs –– stagewise reads files with a custom pipeline that’s independent of native API capabilities
Custom model with a custom endpoint
A typical workflow for self-hosted models:- Create a custom endpoint pointing to your local server (e.g.
http://localhost:11434/v1for Ollama) - Create a custom model with the correct model ID for that server
- Select the custom model from the model picker in the chat sidebar