Generate textured 3D meshes directly from a text prompt. Outputs a clean .glb with optional PBR textures and configurable polygon count.
About this model
Generate a textured 3D mesh from a text prompt. Output is a clean .glb suitable for game engines, AR experiences, and 3D printing pipelines.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.40 - $0.50 per generation | $0.40 without textures, $0.50 with textures. |
| Fal.ai | $0.40 - $0.50 per generation | $0.40 without textures, $0.50 with textures. |
| Replicate | Not available | This model is not currently available on Replicate. |
$0.40 without textures, $0.50 with textures.
$0.40 without textures, $0.50 with textures.
This model is not currently available on Replicate.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt describing the 3D object (max 1024 chars). | A cute monster toy with oversized eyes, tiny horns, glossy vinyl texture, collectible designer toy aesthetic. |
| Texture | boolean | Generate textures alongside the mesh. | true |
| Face Limit | int | Target polygon count. | - |
Text prompt describing the 3D object (max 1024 chars).
A cute monster toy with oversized eyes, tiny horns, glossy vinyl texture, collectible designer toy aesthetic.Generate textures alongside the mesh.
trueTarget polygon count.
-Developer documentation
Write a clear prompt: Describe the object, materials, and style in up to 1,024 characters.
Choose texture on/off: Texture-on gives you a fully PBR-ready model; texture-off is cheaper and faster, ideal when you'll retexture downstream.
Optionally cap polygons: Set face_limit (48-20,000) to control mesh density. Leave blank for the default.
Submit: The API returns a request_id. Poll the prediction endpoint until the result includes a .glb URL.
Frequently asked
A binary glTF file (`.glb`) that can be loaded directly into three.js, Unity, Unreal, Blender, and most 3D viewers.
Yes. Generating without textures costs $0.40; with textures costs $0.50.
Yes - set `face_limit` to any value between 48 and 20,000.