RFD 1033 details: the algorithm table, scaling, license note
The algorithms
| Model id | Task | License |
|---|---|---|
| quadwild_retopology | Mesh retopology | GPL-3 |
| instant_meshes_retopology | Mesh retopology | BSD-3 |
| xatlas_uv_unwrapping | UV unwrapping | MIT |
| colmap_3dgs_reconstruct | Photos to splat | BSD-3 |
Each one is packaged as its own model image, per RFD 1036.
How they scale
These algorithms hold no weights. Their memory scales with the mesh, and not with a parameter count. A capacity plan must therefore use the vertex budget, and not a bf16 figure.
src/library/aiModelsCatalog.js caps the mesh at 210,000 vertices. The constant is API_MAX_MESH_VERTICES, and it matches the API upload cap.
A license note
quadwild_retopology uses the GPL-3 license, which RFD 1028 excludes. Instant Meshes is the permissive replacement, and RFD 1029 records the other options.