Different models excel at different tasks. GPT handles reasoning and tool use well. Claude writes better prose. Specialized models exist for code, math, and domain-specific work. Handoffs let agents route subtasks to the right model. If you’ve already built an MCP + tools workflow, handoffs let you keep a fast “coordinator” model most of the time and route to stronger models only when needed.Documentation Index
Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
