# SAM 3D Objects (https://docs.fuser.studio/docs/nodes/mesh/sam-3d-objects)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/sam-3/3d-objects)._

## Inputs [#inputs]

- **Image** (`image`) — The source image to reconstruct in 3D.

- **Prompt** (`textarea`) — Optional object prompt used for auto-segmentation when explicit masks are not provided.

   Optional: `true` • Default: ``

- **Export Textured GLB** (`toggle`) — When enabled, exports a GLB with baked texture and UVs instead of vertex colors.

   Optional: `true` • Default: `false`

- **Detection Threshold** (`slider`) — Detection confidence threshold from 0.1 to 1.0. Lower values detect more objects but can be less precise.

   Optional: `true` • Default: `0.5` • Minimum: `0.1` • Maximum: `1`

- **Seed** (`seed`) — Reuse the same seed with the same image and prompt to reproduce the same result.

   Optional: `true` • Default: `13687` • Minimum: `0`

## Outputs [#outputs]

- **Generated 3D** (`mesh`) — The generated GLB model.