{"version":"1","model":{"id":"fal-ai/pixal3d","name":"Pixal3D","kind":"3d","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Pixal3D by ByteDance — image-to-3D model with three-stage generation pipeline (structure, shape, texture) and fine-grained per-stage controls.","pricing_note":"~$0.30 @ 1024 · ~$0.42 @ 1536","categories":["i3d"],"prompt_required":false,"prompt_supported":true,"supports":{"referenceImage":true},"requires":{"referenceImage":true},"aspect_ratios":[],"resolutions":["1024","1536"],"durations":[],"max_reference_images":1,"base_credits":38,"api_gross_margin_percent":20,"added_at":"2026-05-13","popularity_rank":483,"example_prompt":"A bronze art-nouveau lamp with vine-shaped stem and amber stained-glass shade, ornate cast-metal base, soft warm glow","preview":{"image":"/images/model-previews/generated/pixal3d-v1.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fpixal3d","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fpixal3d","title":"Pixal3D generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/pixal3d.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/pixal3d","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_size":{"title":"Texture Size","description":"Resolution of the texture image baked onto the mesh. Higher values capture finer surface details but produce larger files.","default":2048,"type":"number","enum":[1024,2048,4096]},"ss_sampling_steps":{"title":"Structure Steps","description":"Number of denoising steps for the initial structure.","default":12,"type":"number","minimum":1,"maximum":50,"multipleOf":1},"shape_slat_sampling_steps":{"title":"Shape Steps","description":"Number of denoising steps for shape refinement.","default":12,"type":"number","minimum":1,"maximum":50,"multipleOf":1},"tex_slat_sampling_steps":{"title":"Texture Steps","description":"Number of denoising steps for texture generation.","default":12,"type":"number","minimum":1,"maximum":50,"multipleOf":1},"ss_guidance_strength":{"title":"Structure Guidance","description":"How closely the initial 3D structure follows the input image.","default":7.5,"type":"number","minimum":0,"maximum":10},"shape_slat_guidance_strength":{"title":"Shape Guidance","description":"How closely the detailed geometry follows the input image.","default":7.5,"type":"number","minimum":0,"maximum":10},"tex_slat_guidance_strength":{"title":"Texture Guidance","description":"How closely the texture follows the input image colors.","default":1,"type":"number","minimum":0,"maximum":10},"ss_rescale_t":{"title":"Structure Rescale T","description":"Controls noise schedule sharpness for structure generation.","default":5,"type":"number","minimum":1,"maximum":6},"shape_slat_rescale_t":{"title":"Shape Rescale T","description":"Controls noise schedule sharpness for shape refinement.","default":3,"type":"number","minimum":1,"maximum":6},"tex_slat_rescale_t":{"title":"Texture Rescale T","description":"Controls noise schedule sharpness for texture generation.","default":3,"type":"number","minimum":1,"maximum":6},"ss_guidance_rescale":{"title":"Structure Guidance Rescale","description":"Dampens artifacts from high guidance in stage 1.","default":0.7,"type":"number","minimum":0,"maximum":1},"shape_slat_guidance_rescale":{"title":"Shape Guidance Rescale","description":"Dampens artifacts from high guidance in the shape stage.","default":0.5,"type":"number","minimum":0,"maximum":1},"tex_slat_guidance_rescale":{"title":"Texture Guidance Rescale","description":"Dampens artifacts from high guidance in the texture stage.","default":0,"type":"number","minimum":0,"maximum":1},"decimation_target":{"title":"Decimation Target","description":"Target number of vertices in the final mesh.","default":200000,"type":"number","minimum":5000,"maximum":2000000,"multipleOf":1},"max_num_tokens":{"title":"Max Tokens","description":"Maximum number of HR tokens used by the cascaded shape sampler. Higher values allow finer geometry.","default":49152,"type":"number","minimum":4096,"maximum":131072,"multipleOf":1},"mesh_scale":{"title":"Mesh Scale","description":"Scale factor applied to the inferred mesh. Affects camera distance estimation.","default":1,"type":"number","minimum":0.1,"maximum":4},"remesh":{"title":"Remesh","description":"Rebuild the mesh topology for cleaner triangles.","default":true,"type":"boolean"},"seed":{"title":"Seed","description":"Random seed for reproducibility.","type":"integer"},"resolution":{"type":"string","enum":["1024","1536"]},"reference_image_url":{"type":"string","format":"uri"}},"required":["model_id","reference_image_url"],"additionalProperties":false},"parameters":[{"key":"texture_size","label":"Texture Size","type":"select","default":2048,"options":["1024","2048","4096"],"description":"Resolution of the texture image baked onto the mesh. Higher values capture finer surface details but produce larger files."},{"key":"ss_sampling_steps","label":"Structure Steps","type":"number","default":12,"min":1,"max":50,"step":1,"description":"Number of denoising steps for the initial structure."},{"key":"shape_slat_sampling_steps","label":"Shape Steps","type":"number","default":12,"min":1,"max":50,"step":1,"description":"Number of denoising steps for shape refinement."},{"key":"tex_slat_sampling_steps","label":"Texture Steps","type":"number","default":12,"min":1,"max":50,"step":1,"description":"Number of denoising steps for texture generation."},{"key":"ss_guidance_strength","label":"Structure Guidance","type":"number","default":7.5,"min":0,"max":10,"description":"How closely the initial 3D structure follows the input image."},{"key":"shape_slat_guidance_strength","label":"Shape Guidance","type":"number","default":7.5,"min":0,"max":10,"description":"How closely the detailed geometry follows the input image."},{"key":"tex_slat_guidance_strength","label":"Texture Guidance","type":"number","default":1,"min":0,"max":10,"description":"How closely the texture follows the input image colors."},{"key":"ss_rescale_t","label":"Structure Rescale T","type":"number","default":5,"min":1,"max":6,"description":"Controls noise schedule sharpness for structure generation."},{"key":"shape_slat_rescale_t","label":"Shape Rescale T","type":"number","default":3,"min":1,"max":6,"description":"Controls noise schedule sharpness for shape refinement."},{"key":"tex_slat_rescale_t","label":"Texture Rescale T","type":"number","default":3,"min":1,"max":6,"description":"Controls noise schedule sharpness for texture generation."},{"key":"ss_guidance_rescale","label":"Structure Guidance Rescale","type":"number","default":0.7,"min":0,"max":1,"description":"Dampens artifacts from high guidance in stage 1."},{"key":"shape_slat_guidance_rescale","label":"Shape Guidance Rescale","type":"number","default":0.5,"min":0,"max":1,"description":"Dampens artifacts from high guidance in the shape stage."},{"key":"tex_slat_guidance_rescale","label":"Texture Guidance Rescale","type":"number","default":0,"min":0,"max":1,"description":"Dampens artifacts from high guidance in the texture stage."},{"key":"decimation_target","label":"Decimation Target","type":"number","default":200000,"min":5000,"max":2000000,"step":1,"description":"Target number of vertices in the final mesh."},{"key":"max_num_tokens","label":"Max Tokens","type":"number","default":49152,"min":4096,"max":131072,"step":1,"description":"Maximum number of HR tokens used by the cascaded shape sampler. Higher values allow finer geometry."},{"key":"mesh_scale","label":"Mesh Scale","type":"number","default":1,"min":0.1,"max":4,"description":"Scale factor applied to the inferred mesh. Affects camera distance estimation."},{"key":"remesh","label":"Remesh","type":"toggle","default":true,"description":"Rebuild the mesh topology for cleaner triangles."},{"key":"seed","label":"Seed","type":"seed","description":"Random seed for reproducibility."}]}}