docs: new multi-model section with autopilot topic (#4864)

This commit is contained in:
dianed-square 2025-09-29 13:41:03 -07:00 committed by GitHub
parent 1c424303c2
commit 976e663887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 233 additions and 12 deletions

View file

@ -747,6 +747,14 @@ To use the Azure Credential Chain:
This method simplifies authentication and enhances security for enterprise environments.
## Multi-Model Configuration
Beyond single-model setups, goose supports [multi-model configurations](/docs/guides/multi-model/) that can use different models and providers for specialized tasks:
- **AutoPilot** - Intelligent, context-aware switching between specialized models based on conversation content and complexity
- **Lead/Worker Model** - Automatic switching between a lead model for initial turns and a worker model for execution tasks
- **Planning Mode** - Manual planning phase using a dedicated model to create detailed project breakdowns before execution
---
If you have any questions or need help with a specific provider, feel free to reach out to us on [Discord](https://discord.gg/block-opensource) or on the [Goose repo](https://github.com/block/goose).