Every sub-agent is configured with a model and a system prompt. Pass them when you callDocumentation Index
Fetch the complete documentation index at: https://docs.funky.dev/llms.txt
Use this file to discover all available pages before exploring further.
create_subagent.
Model
Choose the model that powers your sub-agent. Pass the model ID via themodel parameter.
| Provider | Model | Model ID |
|---|---|---|
| Gemini 3.1 Pro | gemini-3.1-pro | |
| Gemini 3 Flash | gemini-3-flash | |
| Gemini 3 Flash Lite | gemini-3-flash-lite | |
| Anthropic | Claude Sonnet 4.6 | claude-sonnet-4-6 |
| Anthropic | Claude Opus 4.7 | claude-opus-4-7 |
| OpenAI | GPT-5.5 | gpt-5.5 |
System prompt
Set a system prompt to shape how your sub-agent behaves — its role, tone, constraints, or output format. Pass it via thesystem_prompt parameter.