Generate detailed 3D models from text with configurable topology, polygon count, symmetry, and optional PBR materials. Tuned for clean game-ready output.
About this model
Generate detailed 3D models from text with configurable topology, polygon count, symmetry, and optional PBR materials. Tuned for clean, game-ready output across a wide range of styles.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.50 per generation | Flat rate regardless of polygon count or topology. |
| Fal.ai | $0.80 per generation | Approximately 38% cheaper on muapiapp. |
| Replicate | Not available | This model is not currently available on Replicate. |
Flat rate regardless of polygon count or topology.
Approximately 38% cheaper on muapiapp.
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 600 chars). | A cyberpunk frog DJ wearing neon headphones and oversized futuristic streetwear standing behind turntables. |
| Mode | Enum (2 options) | Preview is faster/cheaper, full produces final quality. | full |
| Topology | Enum (2 options) | Output mesh topology. | triangle |
| Target Polygon Count | int | Target polygon count for the output mesh. | 30000 |
| Remesh | boolean | Enable remesh phase. | true |
| Symmetry | Enum (3 options) | Symmetry detection mode. | auto |
| Enable PBR | boolean | Generate PBR maps. | false |
| Expand Prompt | boolean | Automatically enrich the prompt for more detail. | false |
Text prompt describing the 3D object (max 600 chars).
A cyberpunk frog DJ wearing neon headphones and oversized futuristic streetwear standing behind turntables.Preview is faster/cheaper, full produces final quality.
fullOutput mesh topology.
triangleTarget polygon count for the output mesh.
30000Enable remesh phase.
trueSymmetry detection mode.
autoGenerate PBR maps.
falseAutomatically enrich the prompt for more detail.
falseDeveloper documentation
Write a detailed prompt: Up to 600 characters. Specify materials, mood, and style.
Choose mode: preview is fast and rough; full produces final quality.
Pick topology: triangle (default) or quad for animation-friendly meshes.
Set polygon count: target_polycount controls mesh complexity (100-300,000).
Optional tuning: Adjust symmetry_mode, enable enable_pbr for PBR maps, or enable enable_prompt_expansion for auto-enriched prompts.
Submit: Poll until the prediction returns a .glb URL.
Frequently asked
Preview generates a rough draft for fast iteration; full produces the final high-quality output. Pricing is the same on muapiapp.
Primary output is `.glb`. The underlying provider also produces FBX, OBJ, USDZ, and BLEND variants which are included when present.
Yes if you're targeting modern game engines (Unity, Unreal, three.js). Skip it if you just need a basic colour map.