Configuration
Configure TurboDev for your workflow.
Setup Wizard
On first launch, TurboDev runs an interactive setup wizard:
- API Key — Enter your OpenRouter API key
- Model — Select your default LLM model
Re-run the wizard anytime with /setup.
Changing Your Model
Use the /model command to browse and switch models during a session:
/modelThis opens an interactive selector with popular models. Navigate with arrow keys, select with a number.
Configuration Storage
TurboDev stores configuration in:
~/.config/turbodev/config.jsonThis file contains:
json
{
"apiKey": "sk-or-...",
"model": "anthropic/claude-sonnet-4-20250514"
}WARNING
Never commit your API key to version control.