Sophon Docs
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

  1. Navigate to Settings > Models & Providers
  2. Click Add Provider
  3. Select your provider (Anthropic, OpenAI, Google, Ollama, OpenRouter)
  4. Enter your API key
  5. Test the connection
  6. Set priority and budget limits

Via CLI

sophon models add

This starts an interactive wizard that walks you through the same steps.

Supported Providers

ProviderTypeModels
AnthropicCloudClaude Opus, Sonnet, Haiku
OpenAICloudGPT-4o, GPT-4, GPT-3.5
GoogleCloudGemini Pro, Gemini Flash
OllamaLocalLlama 3, Mistral, Phi-3
OpenRouterCloud100+ 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.