Muapi's AI 3D model API turns text prompts, product images, or multi-view references into textured 3D assets. Choose fast value-oriented generation, premium Tripo3D tiers, or Meshy outputs with game-ready topology and multiple export formats.
Fast text-to-3D generation for concepts, props, and early asset exploration.
Create a textured asset from one reference image when a full turntable is not available.
Fuse two to four views for better shape reconstruction and fewer hidden-side guesses.
Premium text-driven asset creation for more demanding production concepts.
Premium single-image reconstruction for detailed, textured asset outputs.
Generate a game-ready asset from a prompt with a production-oriented Meshy workflow.
Turn a reference image into a textured model with flexible downstream export options.
Use multiple reference views to improve proportions and details in the reconstructed asset.
An AI 3D model API converts a text description, a reference image, or several views into a textured 3D asset. It removes the need to run a local reconstruction pipeline and makes 3D generation available to product, game, design, and content applications through REST.
Muapi brings Tripo3D and Meshy into one submit-and-poll workflow. Start with H3.1 value tiers for iteration, use multi-view inputs when geometry matters, and move to premium or game-ready models for production output.
Describe a prop, product, or character and receive a textured 3D model without manually building the first version.
Use a single reference image to reconstruct an asset when only one view is available.
Send two to four images to give the model stronger evidence about shape, proportions, and hidden surfaces.
Choose the model and schema that fit your required detail, geometry density, and downstream cleanup budget.
Generate assets with textures suitable for further material work, previews, game scenes, and product visualization.
Keep your application responsive while Muapi processes a 3D job, then retrieve the completed asset from the result endpoint.
| Model | Provider | Price | Best For |
|---|---|---|---|
| Tripo3D H3.1 Text to 3D | Tripo3D | $0.20/generation | Fast, low-cost concept assets |
| Tripo3D H3.1 Image to 3D | Tripo3D | $0.30/generation | Single-image reconstruction |
| Tripo3D H3.1 Multi-View to 3D | Tripo3D | $0.20/generation | Two-to-four-view geometry |
| Tripo3D P1 Text to 3D | Tripo3D | $0.50/generation | Premium text-to-3D output |
| Tripo3D P1 Image to 3D | Tripo3D | $0.50/generation | Premium image reconstruction |
| Meshy 6 Text to 3D | Meshy | $0.50/generation | Game-ready prompt-based assets |
| Meshy 6 Image to 3D | Meshy | $0.50/generation | Flexible single-image exports |
| Meshy 6 Multi-Image to 3D | Meshy | $0.50/generation | Multi-view asset reconstruction |
Prices and supported inputs vary by model. Check each model's Playground schema for output formats, topology options, and required image fields.
curl -X POST https://api.muapi.ai/api/v1/tripo3d-h31-text-to-3d \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"prompt": "a stylized red fox explorer with a backpack, game-ready 3D asset"
}'import requests
response = requests.post(
"https://api.muapi.ai/api/v1/tripo3d-h31-text-to-3d",
headers={"x-api-key": "YOUR_API_KEY"},
json={"prompt": "a stylized red fox explorer with a backpack, game-ready 3D asset"},
)
request_id = response.json()["request_id"]
result = requests.get(
f"https://api.muapi.ai/api/v1/predictions/{request_id}/result",
headers={"x-api-key": "YOUR_API_KEY"},
)
print(result.json())Yes. Tripo3D H3.1, Tripo3D P1, and Meshy 6 include text-to-3D endpoints.
Yes. Tripo3D H3.1 Image to 3D, Tripo3D P1 Image to 3D, and Meshy 6 Image to 3D accept a single reference image.
Use multi-view models when you have two to four views and need more reliable geometry than a single image can provide.
The listed Tripo3D and Meshy models are intended for textured asset generation. Confirm the exact texture and export fields in the selected model schema.
The representative catalog starts at $0.20 per generation. Premium and game-ready options are typically $0.50 per generation.
Yes. Muapi provides one API key and a consistent submit-and-poll flow across both providers.