Skip to content

Models and Configuration

Terminal window
$ dreadnode
dreadnode> /model anthropic/claude-sonnet-4-20250514
Active model set to anthropic/claude-sonnet-4-20250514
dreadnode> /model openai/gpt-4.1-mini
Active model set to openai/gpt-4.1-mini

Model 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.

Use the startup --platform flag, dreadnode login --server <url>, or /login --server <url> to authenticate against another Dreadnode platform instance.

Terminal window
$ dreadnode login --server http://localhost:3000
$ dreadnode --platform http://localhost:3000
dreadnode> /login sk_live_... --server http://localhost:3000
ProviderExample model
Anthropicanthropic/claude-sonnet-4-20250514
OpenAIopenai/gpt-4.1-mini
Googlegoogle/gemini-2.0-flash
Mistralmistral/mistral-small
OpenRouteropenrouter/anthropic/claude-3.5-sonnet
CommandArgumentsDescription
/model[provider/model]Switch the active model
/modelsList platform models

Use /models to browse the available platform models, then set your active choice with /model.