Getting Started
Configuration
Configure LLM providers, models, and basic settings.
First-Run Setup
When you first open Sophon, the Setup Wizard guides you through adding an LLM provider. Sophon ships with no pre-configured providers — you bring your own API keys.
Adding an LLM Provider
Via Dashboard
- Navigate to Settings > Models & Providers
- Click Add Provider
- Select your provider (Anthropic, OpenAI, Google, Ollama, OpenRouter)
- Enter your API key
- Test the connection
- Set priority and budget limits
Via CLI
sophon models addThis starts an interactive wizard that walks you through the same steps.
Supported Providers
| Provider | Type | Models |
|---|---|---|
| Anthropic | Cloud | Claude Opus, Sonnet, Haiku |
| OpenAI | Cloud | GPT-4o, GPT-4, GPT-3.5 |
| Cloud | Gemini Pro, Gemini Flash | |
| Ollama | Local | Llama 3, Mistral, Phi-3 |
| OpenRouter | Cloud | 100+ models |
Configuration Files
All configuration lives in ~/.sophon/config/:
models.json— LLM provider configurations (encrypted)channels.json— Channel connections (encrypted)appsettings.user.json— User-level overrides
Next Steps
With a provider configured, create your first agent.