W
Tripo3D H3.1
Tripo3D H3.1, a 3D model from WaveSpeed.
threeDModelOverride: { model: "wavespeed-tripo3d-h3.1" }
WaveSpeed·Released 2026Pricing
- List price
- $0.10-$0.65/model
- Per generation
- $0.00010
Specifications
- Context window
- 1,024 tokens
- Released
- 2026
Parameters
Model options, passed in
threeDModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-3d | text-to-3dimage-to-3dmultiview-to-3d |
imageReference image of the object to reconstruct. | Image URL | — | — |
images2–4 views of the same object, in order: front, left, back, right. Front is required. | Image URLs | — | — |
negative_promptFeatures to avoid in the generated model. | Prompt | — | — |
texture | Boolean | true | |
pbrRequires texture to be enabled. | Boolean | true | |
texture_quality | Select | standard | standarddetailed |
geometry_quality | Select | standard | standarddetailed |
texture_alignment | Select | original_image | original_imagegeometry |
orientation | Select | default | defaultalign_image |
quadQuad topology for animation and sculpting. Adds $0.05. | Boolean | false | |
auto_sizeScale the model to real-world dimensions. | Boolean | false |
Use this model
await mindstudio.generate3dModel({ prompt: "...", threeDModelOverride: { model: "wavespeed-tripo3d-h3.1", config: { texture_quality: "standard", geometry_quality: "standard", }, }, });