auto_setup
Automatically selects and downloads the best local model for a task, then preloads it into VRAM for immediate use.
Instructions
Automate the full model setup flow: recommend the best model for a task category, download it if needed, and preload it into VRAM — all in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Task category: coding, coding-agent, japanese-text, japanese-coding, translation, summarization, general. Default: "general" | |
| skip_pull | No | Skip downloading the model if not installed. Default: false | |
| skip_preload | No | Skip preloading the model into VRAM. Default: false | |
| prefer_quality | No | Prefer quality (true) or speed (false). Default: false |