Suzanne
Browse docs

Generation Parameters

Tune polygon count, PBR textures, and output formats on text-to-3D and photo-to-3D jobs.

The params block on a job applies to both text-to-3D and photo-to-3D:

FieldTypeDefaultNotes
facesint100000Target polygon count. Allowed values: 40000, 100000, 500000, 1500000. Multi-photo jobs silently clamp to ≤20000 (engine cap); the actual value used appears on the job row.
pbrbooltrueGenerate PBR textures (base color + metallic-roughness + normal). Disable for flat-shaded output.

Outputs

Output formats are requested separately via outputs:

"outputs": ["glb", "stl"]    // GLB always works; OBJ and STL are converted from GLB by the worker

GLB is always produced; OBJ and STL are converted server-side from the GLB by the worker. Request any subset of ["glb", "obj", "stl"] and download whichever format you need from the completed job.