Suzanne

Turn text and photos
into 3D meshes.

A stable API for text and photos to 3D meshes. Pick a model, submit a prompt or photos, get back GLB / OBJ / STL.

Access is provisioned per account. Already onboarded? Sign in.

Generate in five seconds

One POST request. A polished mesh comes back as a download URL.

curl https://api.suzanne3d.com/v1/generations/text-to-3d \
  -H "Authorization: Bearer sk_test_..." \
  -H "content-type: application/json" \
  -d '{
    "model": "sculptor",
    "prompt": "a low-poly fox, game-ready",
    "params": { "faces": 100000, "pbr": true },
    "outputs": ["glb"]
  }'
01

Text → 3D

Send a prompt, get back a textured mesh. Fast, configurable, production-grade.

02

Photo → 3D

Single image or up to four views. The same call adapts to whatever you upload.

03

Stable model contracts

Two stable models: Sculptor for game-ready meshes, Atelier for premium fidelity. The contract stays the same as we keep upgrading them.