3D
Tripo P1 Multiview → 3D
Credit-based pricing. Supports reference images.

Output
3D mesh
Aspect ratio
1:1
Resolution
1024
Inputs
- Reference image (required)
Example prompt
Upload 2–4 photos of the same object from different angles (front, side, back)Try this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=tripo3d/p1/multiview-to-3d.
POST
/api/v1/generate19 fields · 3 required| Field | Type | Requirement | Contract |
|---|---|---|---|
model_id | constant | Required | ArtEmotion model identifier. |
extra | object | Optional | Model-specific settings may also be nested here. |
max_credits | number | Optional | Reject before submission if the estimated list price exceeds this cap. · Range: 1–… |
webhook_url | string | Optional | Format: uri |
webhook_secret | string | Optional | Optional model input. |
folder_id | string | Optional | Optional model input. |
prompt | string | Required | Optional model input. |
texture | boolean | Optional | Whether to generate textures for the model. · Default: true |
pbr | boolean | Optional | Generate PBR materials. When enabled, texture is treated as enabled. · Default: true |
texture_quality | string | Optional | Texture resolution tier. · Allowed: standard, detailed, extreme · Default: standard |
texture_alignment | string | Optional | How textures are aligned to the model. · Allowed: original_image, geometry · Default: original_image |
orientation | string | Optional | Auto-rotate the mesh to match the input images. · Allowed: default, align_image · Default: default |
auto_size | boolean | Optional | Automatically scale the model to real-world dimensions (meters). · Default: false |
face_limit | number | Optional | Target number of faces (48–20,000 for P1). Leave unset for adaptive. · Range: 48–20000 |
model_seed | number | Optional | Seed for geometry generation reproducibility. |
texture_seed | number | Optional | Seed for texture generation reproducibility. |
aspect_ratio | string | Optional | Allowed: 1:1 |
resolution | string | Optional | Allowed: 1024 |
reference_image_urls | array<string> | Required | Items: 0–4 |
Minimal request example
{
"model_id": "tripo3d/p1/multiview-to-3d",
"prompt": "Upload 2–4 photos of the same object from different angles (front, side, back)",
"reference_image_urls": []
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=tripo3d%2Fp1%2Fmultiview-to-3d",
"title": "Tripo P1 Multiview → 3D generation request",
"description": "Request body accepted by POST /api/v1/generate for tripo3d/p1/multiview-to-3d.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "tripo3d/p1/multiview-to-3d",
"description": "ArtEmotion model identifier."
},
"extra": {
"type": "object",
"additionalProperties": true,
"description": "Model-specific settings may also be nested here."
},
"max_credits": {
"type": "number",
"minimum": 1,
"description": "Reject before submission if the estimated list price exceeds this cap."
},
"webhook_url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"webhook_secret": {
"type": "string",
"maxLength": 512
},
"folder_id": {
"type": "string"
},
"prompt": {
"type": "string"
},
"texture": {
"title": "Texture",
"description": "Whether to generate textures for the model.",
"default": true,
"type": "boolean"
},
"pbr": {
"title": "PBR Maps",
"description": "Generate PBR materials. When enabled, texture is treated as enabled.",
"default": true,
"type": "boolean"
},
"texture_quality": {
"title": "Texture Quality",
"description": "Texture resolution tier.",
"default": "standard",
"type": "string",
"enum": [
"standard",
"detailed",
"extreme"
]
},
"texture_alignment": {
"title": "Texture Alignment",
"description": "How textures are aligned to the model.",
"default": "original_image",
"type": "string",
"enum": [
"original_image",
"geometry"
]
},
"orientation": {
"title": "Orientation",
"description": "Auto-rotate the mesh to match the input images.",
"default": "default",
"type": "string",
"enum": [
"default",
"align_image"
]
},
"auto_size": {
"title": "Auto Size",
"description": "Automatically scale the model to real-world dimensions (meters).",
"default": false,
"type": "boolean"
},
"face_limit": {
"title": "Face Limit",
"description": "Target number of faces (48–20,000 for P1). Leave unset for adaptive.",
"type": "number",
"minimum": 48,
"maximum": 20000,
"multipleOf": 1
},
"model_seed": {
"title": "Model Seed",
"description": "Seed for geometry generation reproducibility.",
"type": "number",
"multipleOf": 1
},
"texture_seed": {
"title": "Texture Seed",
"description": "Seed for texture generation reproducibility.",
"type": "number",
"multipleOf": 1
},
"aspect_ratio": {
"type": "string",
"enum": [
"1:1"
]
},
"resolution": {
"type": "string",
"enum": [
"1024"
]
},
"reference_image_urls": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"maxItems": 4
}
},
"required": [
"model_id",
"prompt",
"reference_image_urls"
],
"additionalProperties": false
}FAQ
How much does Tripo P1 Multiview → 3D cost on ArtEmotion?
Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.
Do I get my credits back if Tripo P1 Multiview → 3D fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call Tripo P1 Multiview → 3D from the API?
Yes. Use POST /api/v1/generate with model_id: "tripo3d/p1/multiview-to-3d". See the API reference for the full schema.
Where are my generations stored?
Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.
Ready to generate with Tripo P1 Multiview → 3D?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.