Sign in

Stable Fast 3D

documented

Generate a 3D asset from a single image (GLB/GLTF output) using Stable Fast 3D.

POST /v2beta/3d/stable-fast-3d3Dno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stability.ai/v2beta/3d/stable-fast-3d" \
  -X POST \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{STABILITY_API_KEY}}" \
  -H "Content-Type: multipart/form-data" \
  -F "image=@{{$image_path}}" \
  -F "texture_resolution={{$texture_resolution}}" \
  -F "foreground_ratio={{$foreground_ratio}}" \
  -F "remesh={{$remesh}}"