Reference
Remy Reference/agent/generate3dModel
?

generate3dModel

Generate a 3D model using a 3D generation model.
mindstudio.generate3dModel(input) → Result

Generates a 3D model from a text prompt. For the finer-grained pipeline — preview mesh, texturing, rigging, animation — the Meshy actions expose each stage on its own.

Parameters
prompt
string
Text prompt for text-to-3D models, or optional guidance for image-to-3D models
intermediateAsset
boolean
When true, the asset is created but hidden from the user's gallery (tagged as intermediate)
threeDModelOverride
object
Optional model configuration override. Uses the workflow's default 3D model if not specified
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.generate3dModel({});