{"version":"1","model":{"id":"tripo3d/convert","name":"Tripo Format Convert","kind":"3d","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Export a Tripo 3D model to GLTF, FBX, OBJ, STL, USDZ, or 3MF format with optional animation baking, UV packing, and orientation control.","pricing_note":"$0.05/conversion.","categories":["optimize"],"prompt_required":false,"prompt_supported":true,"supports":{},"requires":{},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":7,"api_gross_margin_percent":20,"added_at":"2026-06-25","popularity_rank":478,"example_prompt":"","preview":{"image":"/images/model-previews/generated/tripo-convert-v1.webp"},"schema_url":"/api/v1/models?id=tripo3d%2Fconvert","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=tripo3d%2Fconvert","title":"Tripo Format Convert generation request","description":"Request body accepted by POST /api/v1/generate for tripo3d/convert.","type":"object","properties":{"model_id":{"type":"string","const":"tripo3d/convert","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"},"original_model_task_id":{"title":"Source Model","description":"Pick a completed Tripo 3D generation to convert.","type":"string"},"format":{"title":"Output Format","description":"Target export format.","default":"GLTF","type":"string","enum":["GLTF","FBX","OBJ","STL","USDZ","3MF"]},"quad":{"title":"Quad Mesh","description":"Convert triangular mesh to quad-dominant topology.","default":false,"type":"boolean"},"face_limit":{"title":"Face Limit","description":"Maximum polygon count. 0 = no limit.","default":10000,"type":"number","minimum":500,"maximum":100000},"bake":{"title":"Bake Textures","description":"Combine advanced material effects into the base textures.","default":true,"type":"boolean"},"with_animation":{"title":"Include Animation","description":"Include skeletal and animation data in the export.","default":true,"type":"boolean"},"flatten_bottom":{"title":"Flatten Bottom","description":"Flatten the underside of the model for stable placement.","default":false,"type":"boolean"},"texture_size":{"title":"Texture Size","description":"Texture resolution in pixels (128–4096).","default":2048,"type":"number","minimum":128,"maximum":4096},"export_orientation":{"title":"Export Orientation","description":"Forward axis orientation for the exported model.","default":"+x","type":"string","enum":["+x","-x","+y","-y"]},"fbx_preset":{"title":"FBX Target App","description":"FBX only — optimize for the target application.","default":"blender","type":"string","enum":["blender","3dsmax","mixamo"]},"pack_uv":{"title":"Pack UVs","description":"Pack UV islands into a single texture atlas.","default":false,"type":"boolean"},"pivot_to_center_bottom":{"title":"Pivot at Base","description":"Move the model pivot to the center bottom for easier placement.","default":false,"type":"boolean"}},"required":["model_id","original_model_task_id"],"additionalProperties":false},"parameters":[{"key":"original_model_task_id","label":"Source Model","type":"text","required":true,"description":"Pick a completed Tripo 3D generation to convert."},{"key":"format","label":"Output Format","type":"select","default":"GLTF","options":["GLTF","FBX","OBJ","STL","USDZ","3MF"],"description":"Target export format."},{"key":"quad","label":"Quad Mesh","type":"toggle","default":false,"description":"Convert triangular mesh to quad-dominant topology."},{"key":"face_limit","label":"Face Limit","type":"number","default":10000,"min":500,"max":100000,"description":"Maximum polygon count. 0 = no limit."},{"key":"bake","label":"Bake Textures","type":"toggle","default":true,"description":"Combine advanced material effects into the base textures."},{"key":"with_animation","label":"Include Animation","type":"toggle","default":true,"description":"Include skeletal and animation data in the export."},{"key":"flatten_bottom","label":"Flatten Bottom","type":"toggle","default":false,"description":"Flatten the underside of the model for stable placement."},{"key":"texture_size","label":"Texture Size","type":"number","default":2048,"min":128,"max":4096,"description":"Texture resolution in pixels (128–4096)."},{"key":"export_orientation","label":"Export Orientation","type":"select","default":"+x","options":["+x","-x","+y","-y"],"description":"Forward axis orientation for the exported model."},{"key":"fbx_preset","label":"FBX Target App","type":"select","default":"blender","options":["blender","3dsmax","mixamo"],"description":"FBX only — optimize for the target application."},{"key":"pack_uv","label":"Pack UVs","type":"toggle","default":false,"description":"Pack UV islands into a single texture atlas."},{"key":"pivot_to_center_bottom","label":"Pivot at Base","type":"toggle","default":false,"description":"Move the model pivot to the center bottom for easier placement."}]}}