{"version":"1","model":{"id":"fal-ai/meshy/v6/text-to-3d","name":"Meshy-6 Text → 3D","kind":"3d","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Meshy v6 text-to-3D — generate fully textured 3D models from a text description with optional PBR maps, rigging, and animation.","pricing_note":"$0.42/generation at Pro plan pricing.","categories":["t3d"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":["1:1"],"resolutions":["1024"],"durations":[],"base_credits":53,"api_gross_margin_percent":20,"added_at":"2026-06-19","popularity_rank":453,"example_prompt":"A vibrant neon phoenix warrior with blazing gradient wings, crimson-gold molten armor, and a flaming sword","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/3d/meshy-v6-text-character-thumb.png"},"schema_url":"/api/v1/models?id=fal-ai%2Fmeshy%2Fv6%2Ftext-to-3d","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fmeshy%2Fv6%2Ftext-to-3d","title":"Meshy-6 Text → 3D generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/meshy/v6/text-to-3d.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/meshy/v6/text-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"},"mode":{"title":"Mode","description":"Generation mode. 'preview' returns untextured geometry only, 'full' returns textured model.","default":"full","type":"string","enum":["preview","full"]},"enable_rigging":{"title":"Enable Rigging","description":"Automatically rig the generated model as a humanoid character. Best results with humanoid characters.","default":false,"type":"boolean"},"seed":{"title":"Seed","description":"Seed for reproducible results.","type":"integer"},"pose_mode":{"title":"Pose Mode","description":"Pose mode for the generated model.","default":"","type":"string","enum":["a-pose","t-pose",""]},"enable_pbr":{"title":"Enable PBR","description":"Generate PBR maps (metallic, roughness, normal) in addition to base color.","default":false,"type":"boolean"},"rigging_height_meters":{"title":"Rigging Height (m)","description":"Approximate height of the character in meters. Only used when enable_rigging is true.","default":1.7,"type":"number"},"texture_prompt":{"title":"Texture Prompt","description":"Additional text prompt to guide the texturing process (only used in 'full' mode).","type":"string"},"should_remesh":{"title":"Remesh","description":"Whether to enable the remesh phase. When false, returns unprocessed triangular mesh.","default":true,"type":"boolean"},"topology":{"title":"Topology","description":"Mesh topology. Quad for smooth surfaces, Triangle for detailed geometry.","default":"triangle","type":"string","enum":["quad","triangle"]},"enable_animation":{"title":"Enable Animation","description":"Apply an animation preset to the rigged model. Requires enable_rigging to be true.","default":false,"type":"boolean"},"target_polycount":{"title":"Target Polycount","description":"Target number of polygons in the generated model.","default":30000,"type":"number","minimum":100,"maximum":300000,"multipleOf":1},"symmetry_mode":{"title":"Symmetry Mode","description":"Controls symmetry behavior during model generation.","default":"auto","type":"string","enum":["off","auto","on"]},"animation_action_id":{"title":"Animation","description":"Select an available motion from Meshy's live library. For generation models, enable Add Animation to apply it.","default":92,"type":"integer","minimum":0,"multipleOf":1},"enable_safety_checker":{"title":"Enable Safety Checker","description":"Run the input safety checker before processing.","default":true,"type":"boolean"},"texture_image_url":{"title":"Texture Guide Image","description":"2D image to guide the texturing process (only used in 'full' mode).","type":"string"},"enable_prompt_expansion":{"title":"Prompt Expansion","description":"Use a large language model to expand the prompt with additional details while maintaining the original meaning.","default":false,"type":"boolean"},"aspect_ratio":{"type":"string","enum":["1:1"]},"resolution":{"type":"string","enum":["1024"]}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"mode","label":"Mode","type":"select","default":"full","options":["preview","full"],"description":"Generation mode. 'preview' returns untextured geometry only, 'full' returns textured model."},{"key":"enable_rigging","label":"Enable Rigging","type":"toggle","default":false,"description":"Automatically rig the generated model as a humanoid character. Best results with humanoid characters."},{"key":"seed","label":"Seed","type":"seed","description":"Seed for reproducible results."},{"key":"pose_mode","label":"Pose Mode","type":"select","default":"","options":["a-pose","t-pose",""],"description":"Pose mode for the generated model."},{"key":"enable_pbr","label":"Enable PBR","type":"toggle","default":false,"description":"Generate PBR maps (metallic, roughness, normal) in addition to base color."},{"key":"rigging_height_meters","label":"Rigging Height (m)","type":"number","default":1.7,"description":"Approximate height of the character in meters. Only used when enable_rigging is true."},{"key":"texture_prompt","label":"Texture Prompt","type":"text","description":"Additional text prompt to guide the texturing process (only used in 'full' mode)."},{"key":"should_remesh","label":"Remesh","type":"toggle","default":true,"description":"Whether to enable the remesh phase. When false, returns unprocessed triangular mesh."},{"key":"topology","label":"Topology","type":"select","default":"triangle","options":["quad","triangle"],"description":"Mesh topology. Quad for smooth surfaces, Triangle for detailed geometry."},{"key":"enable_animation","label":"Enable Animation","type":"toggle","default":false,"description":"Apply an animation preset to the rigged model. Requires enable_rigging to be true."},{"key":"target_polycount","label":"Target Polycount","type":"number","default":30000,"min":100,"max":300000,"step":1,"description":"Target number of polygons in the generated model."},{"key":"symmetry_mode","label":"Symmetry Mode","type":"select","default":"auto","options":["off","auto","on"],"description":"Controls symmetry behavior during model generation."},{"key":"animation_action_id","label":"Animation","type":"integer","default":92,"min":0,"step":1,"description":"Select an available motion from Meshy's live library. For generation models, enable Add Animation to apply it."},{"key":"enable_safety_checker","label":"Enable Safety Checker","type":"toggle","default":true,"description":"Run the input safety checker before processing."},{"key":"texture_image_url","label":"Texture Guide Image","type":"text","description":"2D image to guide the texturing process (only used in 'full' mode)."},{"key":"enable_prompt_expansion","label":"Prompt Expansion","type":"toggle","default":false,"description":"Use a large language model to expand the prompt with additional details while maintaining the original meaning."}]}}