When to Use Handoffs
Handoffs shine when a task has distinct phases requiring different capabilities:- Research → Writing: GPT gathers information, Claude writes the final piece
- Analysis → Code: A reasoning model plans the approach, a code model implements it
- Triage → Specialist: A general model routes to domain-specific models
Model Strengths
A rough guide to model selection:| Task | Good Models |
|---|---|
| Tool calling, reasoning | openai/gpt-5.2, xai/grok-4-1-fast-reasoning |
| Writing, creative work | anthropic/claude-opus-4-5 |
| Code generation | anthropic/claude-opus-4-5, openai/gpt-5-codex |
| Fast, cheap responses | gpt-5-mini |
Next steps
Images & Vision
Add image generation/vision to your workflow
Use Cases
Multi-capability patterns