Reference
Remy Reference/models/SAM 3D Objects
W

SAM 3D Objects

SAM 3D Objects, a 3D model from WaveSpeed.
threeDModelOverride: { model: "wavespeed-sam-3d-objects" }
WaveSpeed·Released 2026
Pricing
List price
$0.02/model
Per generation
$0.00010
Specifications
Context window
50,000 tokens
Max output
10,000 tokens
Released
2026
Parameters
Model options, passed in threeDModelOverride.config.
ParameterTypeDefaultRange / options
image
Source image URL.
Image URL
mask_images
Optional mask image URLs. Masks should match the source image size and tightly frame the object.
Image URLs
Use this model
await mindstudio.generate3dModel({
  prompt: "...",
  threeDModelOverride: {
    model: "wavespeed-sam-3d-objects",
  },
});