Models and Configuration
Switch models in-session
Section titled “Switch models in-session”$ dreadnodedreadnode> /model anthropic/claude-sonnet-4-20250514Active model set to anthropic/claude-sonnet-4-20250514dreadnode> /model openai/gpt-4.1-miniActive model set to openai/gpt-4.1-miniModel selection applies to future turns in the current TUI session. The runtime does not store model choice as part of the server-side session metadata.
- Switching sessions inside the same TUI process restores that session’s local model choice.
- Restarting the TUI restores your last explicitly selected default model for new sessions.
- Per-session model choices still are not restored independently across restarts.
- If you explicitly invoke an agent with its own configured model, that agent model still wins for that turn.
Target a different platform
Section titled “Target a different platform”Use the startup --platform flag, dreadnode login --server <url>, or /login --server <url>
to authenticate against another Dreadnode platform instance.
$ dreadnode login --server http://localhost:3000$ dreadnode --platform http://localhost:3000dreadnode> /login sk_live_... --server http://localhost:3000Supported model providers
Section titled “Supported model providers”| Provider | Example model |
|---|---|
| Anthropic | anthropic/claude-sonnet-4-20250514 |
| OpenAI | openai/gpt-4.1-mini |
| google/gemini-2.0-flash | |
| Mistral | mistral/mistral-small |
| OpenRouter | openrouter/anthropic/claude-3.5-sonnet |
Command reference
Section titled “Command reference”| Command | Arguments | Description |
|---|---|---|
/model | [provider/model] | Switch the active model |
/models | — | List platform models |
Working with models
Section titled “Working with models”Use /models to browse the available platform models, then set your active choice
with /model.