Templates
Templates define what a flow does. Each template controls the expected input type, supported parameters, and output behavior.
Use this page to choose a template, then move to the detailed guide for implementation.
How To Choose A Template
| Goal | Use this template | Guide |
|---|---|---|
| Generate a 3D model from a text prompt | model_generate_fromprompt | Text to 3D |
| Generate a 3D model from an image | model_generate_fromimage | Image to 3D |
| Optimize an existing GLB model | model_optimize | Optimize Model |
Learning Path
- Understand the lifecycle in Flow Lifecycle.
- Use one template guide end-to-end.
- Reuse setup and helper utilities from Template Helpers.
- Diagnose failures using Troubleshooting.
Template Guides
API Source Of Truth
Use these endpoint pages as the canonical API reference: