Reference
W

Hi3D V3.0

Hi3D V3.0, a 3D model from WaveSpeed.
threeDModelOverride: { model: "wavespeed-hi3d-v3.0" }
WaveSpeed·Released August 2026
Pricing
List price
$1.98-$10.01/model
Per generation
$0.00010
Specifications
Context window
10,000 tokens
Released
August 2026
Parameters
Model options, passed in threeDModelOverride.config.
ParameterTypeDefaultRange / options
front_imageRequired
Required front-view image of the object.
Image URL
back_image
Optional back-view image of the same object.
Image URL
left_image
Optional left-view image of the same object.
Image URL
right_image
Optional right-view image of the same object.
Image URL
resolutionSelect2048quality2048quality2048master
enable_textureBooleantrue
enable_pbrBooleantrue
face_countNumber2000000100000–5000000, step 100000
export_formatSelectglbglbobjstlfbxusdz
shading
Strength of de-shading applied to textures. 0 is off, 1 is strongest.
Number0.50–1, step 0.1
Use this model
await mindstudio.generate3dModel({
  prompt: "...",
  threeDModelOverride: {
    model: "wavespeed-hi3d-v3.0",
    config: {
      resolution: "2048quality",
      face_count: 2000000,
    },
  },
});