Models
List, select, and configure model defaults in OpenABCode.
Providers
Models are grouped by provider ID. Use the exact provider/model string shown by the CLI.
openabcode models
openabcode models google Select a model
Select a model for one command with -m, switch interactively in the TUI with /models, or set config model for defaults.
openabcode run -m google/gemini-3.5-flash "summarize this module" Recommended models
Use faster models for routine edits and stronger reasoning models for architecture, debugging, or multi-file changes.
- Hosted: openabcode/gpt-5.4 for high-reasoning tasks.
- BYOK Claude: anthropic/claude-haiku-4-5 for fast coding loops.
- BYOK Gemini: google/gemini-3.5-flash for GCP and long-context tasks.