Tripo3D
tripo3dTripo3D's 2 models on ModelRunner span Image-to-3D and Text-to-3D, from $0.3 per output upward.
2 public models — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.
Tripo3D models & pricing
Tripo v2.5 Text-to-3D
tripo3d
Generate a downloadable, textured 3D mesh (GLB) from a text prompt — no input photo, ready for games, AR, and product viewers.

Tripo v2.5 Image-to-3D
tripo3d
Turn a single object or product photo into a downloadable, textured 3D mesh (GLB) ready for games, AR, and product viewers.
What you can build with Tripo3D models
- Generate textured 3D models (GLB) from text descriptions Tripo v2.5 Text-to-3D
- Prototype game assets without modeling software Tripo v2.5 Text-to-3D
- Create 3D props for AR/VR scenes from prompts Tripo v2.5 Text-to-3D
- Turn product photos into 3D models for e-commerce viewers Tripo v2.5 Image-to-3D
- Convert concept art into textured GLB meshes Tripo v2.5 Image-to-3D
- Digitize objects into 3D from a single picture Tripo v2.5 Image-to-3D
Browse by capability
Call a Tripo3D model in one request
Every endpoint shares the same lifecycle: submit to the queue, poll the status URL, fetch the result. Swap the endpoint to switch models — nothing else changes.
cURL
curl -X POST https://queue.modelrunner.run/tripo3d/tripo/v2.5/text-to-3d \
-H "Authorization: Key $MRUN_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }Use Tripo3D models from Claude & Cursor
Connect the ModelRunner MCP server once and your AI assistant can run every Tripo3D model on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.
Claude Code
claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcpFrequently asked questions
What Tripo3D models can I run on ModelRunner?
The catalog has 2 public Tripo3D models: Tripo v2.5 Text-to-3D and Tripo v2.5 Image-to-3D. They cover image-to-3d and text-to-3d. Each one has its own page with a free playground, the full input schema, and copy-paste code.
How much do Tripo3D models cost?
Pay-per-use, with no subscription: the 2 Tripo3D models billed per output start at $0.3, and every page publishes its own rate — some are tiered, so a lower resolution or a shorter clip costs less per run. You buy credits and pay only for what you generate.
How do I call a Tripo3D model from the API?
POST to https://queue.modelrunner.run/tripo3d/tripo/v2.5/text-to-3d with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.
Can I run Tripo3D models from Claude or Cursor?
Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 2 Tripo3D models become tools your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.
More on ModelRunner
Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.
Other creators in image-to-3d
- hyper3d (2)
