Adding a Custom Model
- Navigate to Settings in your project dashboard
- Select Model Provider from the settings menu
- Enable Custom model
- Configure your model:
Example Configurations
Ollama
vLLM
Databricks
Using Custom Models
Once configured, your custom models appear in the model selector throughout LangWatch, including the Prompt Playground and when configuring scenarios. When referencing your custom model in code or API calls, use the format:llama-3.1-70b, reference it as custom/llama-3.1-70b.
Related
- LiteLLM Integration - Unified interface for multiple providers
- Tracking LLM Costs - Configure cost tracking
- Prompt Playground - Test prompts with custom models