suggest_flow
RECOMMENDED FIRST STEP for any image/video/text processing request. Ask it which model or models to use — it answers for a single step and a multi-step chain alike, since a one-model flow is just a flow. Understands natural language (English, Korean, and more) and returns models in order, with parameter recommendations and wiring. Use this BEFORE list_models — it handles parameter inference (e.g. '4K' → scale_factor=4) and model selection automatically. Pass the result straight to create_flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Natural language description of what the user wants to do. Supports English, Korean, and other languages. Examples: "remove person from photo", "upscale and sharpen image", "배경 제거해줘", "화질 개선" | |
| input_type | No | Expected input type (e.g., 'image', 'text', 'video'). Narrows suggestions. | |
| output_type | No | Expected output type (e.g., 'image', 'text'). Narrows suggestions. |