{"version":"1","model":{"id":"fal-ai/hidream-i1-fast","name":"HiDream I1 Fast","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"HiDream I1 Fast — accelerated 17B-parameter text-to-image model delivering high quality in just 16 steps.","pricing_note":"~$0.01 / MP · 1024² ≈ 3 cr · 2048² ≈ 10 cr","categories":["generate-text"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":["1:1","16:9","9:16","4:3","3:4","Custom"],"resolutions":["1024","2048"],"durations":[],"max_images":4,"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":123,"example_prompt":"A lone wolf standing on a cliff edge howling at a massive full moon, bioluminescent forest glowing teal and purple below, northern lights rippling across a star-filled sky, ultra detailed fur, breathtaking natural scenery, cinematic wide-angle composition, ethereal lighting, 8K resolution","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/hidream-i1-fast.jpg"},"schema_url":"/api/v1/models?id=fal-ai%2Fhidream-i1-fast","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fhidream-i1-fast","title":"HiDream I1 Fast generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/hidream-i1-fast.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/hidream-i1-fast","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":"Steps","description":"Number of inference steps. Fast model runs well at 16.","default":16,"type":"number","minimum":1,"maximum":50,"multipleOf":1},"negative_prompt":{"title":"Negative Prompt","description":"Elements to exclude from the image — colors, objects, styles, or qualities to avoid.","default":"","type":"string"},"enable_safety_checker":{"title":"Safety Checker","description":"Filter potentially unsafe content from the output.","default":true,"type":"boolean"},"output_format":{"title":"Output Format","description":"The format of the generated image.","default":"jpeg","type":"string","enum":["jpeg","png"]},"seed":{"title":"Seed","description":"The same seed and the same prompt will output the same image every time.","type":"integer"},"aspect_ratio":{"type":"string","enum":["1:1","16:9","9:16","4:3","3:4","Custom"]},"resolution":{"type":"string","enum":["1024","2048"]},"num_images":{"type":"integer","minimum":1,"maximum":4}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"num_inference_steps","label":"Steps","type":"number","default":16,"min":1,"max":50,"step":1,"description":"Number of inference steps. Fast model runs well at 16."},{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"","description":"Elements to exclude from the image — colors, objects, styles, or qualities to avoid."},{"key":"enable_safety_checker","label":"Safety Checker","type":"toggle","default":true,"description":"Filter potentially unsafe content from the output."},{"key":"output_format","label":"Output Format","type":"select","default":"jpeg","options":["jpeg","png"],"description":"The format of the generated image."},{"key":"seed","label":"Seed","type":"seed","description":"The same seed and the same prompt will output the same image every time."}]}}