Multi-model is currently in beta. The core functionality is stable but the UI and configuration options may evolve.
Overview
Multi-model lets you assign different AI models to each phase of a workflow. Use an expensive reasoning model for planning, a fast model for implementation, and a completely different model for code review. This optimizes both cost and quality — you pay for reasoning only where it matters.When to Use
- Cost-sensitive teams wanting to optimize credit spend
- Complex tasks where planning quality matters more than implementation speed
- When you want cross-model review (a different model catches different issues)
- Teams that have benchmarked specific models for specific tasks
The Three Phases
How It Works
1
Select Multi-model workflow
Choose Multi-model when creating a task.
2
Configure models per phase
Assign agent presets to each phase. Create presets in Settings → Default agents with specific model and CLI configurations.
3
Execution
The task runs through each phase using the assigned model. Planning generates specs, implementation generates code, and review validates the output.
4
Review cross-model output
The review model provides an independent assessment. Since it has different assumptions than the builder, it catches different classes of issues.
Agent Presets
Agent presets are named configurations stored in Settings → Default agents. Each preset defines:- Agent CLI — which runtime (Zen CLI, Claude Code, Codex, Gemini)
- Model — which model the agent uses
- Configuration — execution mode, approval policy, tool permissions
Why Cross-Model Review
A model reviewing its own output tends to agree with its own reasoning. A different model brings different assumptions and catches different problems. For higher-stakes changes, running multiple reviewers in parallel gives broader coverage than a single reviewer.Tips
Start with the default multi-model config
Start with the default multi-model config
Try the default configuration before tuning. It uses a reasoning model for planning and a fast model for implementation — a good baseline.
Use subagents for parallel review
Use subagents for parallel review
Within the review phase, you can spawn multiple subagents with different models to review the same changes simultaneously. See Subagents.
Match model strengths to phases
Match model strengths to phases
Opus and GPT-5.4 excel at planning and architecture. Gemini Flash and Sonnet are fast at code generation. Use the cheapest model that meets the quality bar for each phase.
Related
All Workflows
Compare all available workflows
Multi-Agent Orchestration
Deep dive into agent presets and subagents
Supported Agents
Available CLI agents and models