{"version":"1","model":{"id":"fal-ai/flux-1/schnell","name":"Flux 1 Schnell","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Flux 1 Schnell — the original ultra-fast FLUX distilled model, ideal for rapid iteration.","categories":["generate-text"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":["1:1","16:9","9:16","4:3","3:4","21:9","9:21","Custom"],"resolutions":["512","1024","2048","4096"],"durations":[],"output_formats":["jpeg","png"],"max_images":4,"base_credits":1,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":102,"example_prompt":"A diver descending rapidly through deep ocean water surrounded by dozens of giant jellyfish in dynamic motion. Long flowing tentacles swirl and twist, light rays cut sharply from above. Cinematic underwater chaos, layered composition, ultra detailed.","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/flux-1-schnell-sm.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fflux-1%2Fschnell","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fflux-1%2Fschnell","title":"Flux 1 Schnell generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/flux-1/schnell.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/flux-1/schnell","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"},"acceleration":{"title":"Acceleration","description":"The speed of the generation. The higher the speed, the faster the generation.","default":"none","type":"string","enum":["none","regular","high"]},"num_inference_steps":{"title":"Steps","description":"The number of inference steps to perform.","default":4,"type":"number","minimum":1,"maximum":12,"multipleOf":1},"guidance_scale":{"title":"Guidance Scale","description":"Guidance Scale — how closely the model follows the prompt.","default":3.5,"type":"number","minimum":1,"maximum":20,"multipleOf":0.1},"seed":{"title":"Seed","description":"The same seed and the same prompt given to the same version of the model will output the same image every time.","type":"integer"},"enable_safety_checker":{"title":"Enable Safety Checker","description":"If set to true, the safety checker will be enabled.","default":true,"type":"boolean"},"output_format":{"title":"Output Format","description":"The format of the generated image.","default":"jpeg","type":"string","enum":["jpeg","png"]},"aspect_ratio":{"type":"string","enum":["1:1","16:9","9:16","4:3","3:4","21:9","9:21","Custom"]},"resolution":{"type":"string","enum":["512","1024","2048","4096"]},"num_images":{"type":"integer","minimum":1,"maximum":4}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"acceleration","label":"Acceleration","type":"select","default":"none","options":["none","regular","high"],"description":"The speed of the generation. The higher the speed, the faster the generation."},{"key":"num_inference_steps","label":"Steps","type":"number","default":4,"min":1,"max":12,"step":1,"description":"The number of inference steps to perform."},{"key":"guidance_scale","label":"Guidance Scale","type":"number","default":3.5,"min":1,"max":20,"step":0.1,"description":"Guidance Scale — how closely the model follows the prompt."},{"key":"seed","label":"Seed","type":"seed","description":"The same seed and the same prompt given to the same version of the model will output the same image every time."},{"key":"enable_safety_checker","label":"Enable Safety Checker","type":"toggle","default":true,"description":"If set to true, the safety checker will be enabled."},{"key":"output_format","label":"Output Format","type":"select","default":"jpeg","options":["jpeg","png"],"description":"The format of the generated image."}]}}