{"version":"1","model":{"id":"hunyuan-t2v","name":"Hunyuan 1.5","kind":"video","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Tencent Hunyuan 1.5 text-to-video — full diffusion workbench with inference steps, guidance, and frame count controls for high-quality video generation.","pricing_note":"Flat $0.40 (fal bills ~$0.075/s at 480p; flat is the safe ceiling at max 121 frames).","categories":["t2v"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":["16:9","9:16"],"resolutions":["480p"],"durations":[],"base_credits":50,"api_gross_margin_percent":20,"added_at":"2025-01-01","popularity_rank":274,"example_prompt":"Cherry blossom petals drift down in slow motion over a serene Japanese stone garden, a moss-covered stone lantern in the foreground, soft pink light filtering through the blooms, cinematic shallow depth of field","preview":{"video":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/hunyuan-1.5.mp4"},"schema_url":"/api/v1/models?id=hunyuan-t2v","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=hunyuan-t2v","title":"Hunyuan 1.5 generation request","description":"Request body accepted by POST /api/v1/generate for hunyuan-t2v.","type":"object","properties":{"model_id":{"type":"string","const":"hunyuan-t2v","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"},"num_inference_steps":{"title":"Num Inference Steps","description":"The number of inference steps.","default":28,"type":"number","minimum":1,"maximum":50,"multipleOf":1},"seed":{"title":"Seed","description":"Random seed for reproducibility.","type":"integer"},"negative_prompt":{"title":"Negative Prompt","description":"The negative prompt to guide what not to generate.","default":"","type":"string"},"num_frames":{"title":"Num Frames","description":"The number of frames to generate.","default":121,"type":"number","minimum":1,"maximum":121,"multipleOf":1},"enable_prompt_expansion":{"title":"Enable Prompt Expansion","description":"Enable prompt expansion to enhance the input prompt.","default":true,"type":"boolean"},"aspect_ratio":{"type":"string","enum":["16:9","9:16"]},"resolution":{"type":"string","enum":["480p"]}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"num_inference_steps","label":"Num Inference Steps","type":"number","default":28,"min":1,"max":50,"step":1,"description":"The number of inference steps."},{"key":"seed","label":"Seed","type":"seed","description":"Random seed for reproducibility."},{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"","description":"The negative prompt to guide what not to generate."},{"key":"num_frames","label":"Num Frames","type":"number","default":121,"min":1,"max":121,"step":1,"description":"The number of frames to generate."},{"key":"enable_prompt_expansion","label":"Enable Prompt Expansion","type":"toggle","default":true,"description":"Enable prompt expansion to enhance the input prompt."}]}}