{"version":"1","model":{"id":"fal-ai/flux-2/klein/9b","name":"Flux 2 Klein 9B","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Flux 2 Klein 9B — distilled 9-billion parameter model for fast, high-quality generation.","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","webp"],"max_images":4,"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":100,"example_prompt":"A vibrant open-air night market filled with colorful lanterns, glowing signs, hanging fabrics, fresh fruit stands, and crowds of people moving through narrow streets. Energetic atmosphere, cinematic photography, ultra detailed textures, rich saturated colors","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/flux-2-klein-9b-sm.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fflux-2%2Fklein%2F9b","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fflux-2%2Fklein%2F9b","title":"Flux 2 Klein 9B generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/flux-2/klein/9b.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/flux-2/klein/9b","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":"The number of inference steps to perform.","default":4,"type":"number","minimum":4,"maximum":8,"multipleOf":1},"seed":{"title":"Seed","description":"The seed to use for the generation. If not provided, a random seed will be used.","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":"png","type":"string","enum":["jpeg","png","webp"]},"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":"num_inference_steps","label":"Steps","type":"number","default":4,"min":4,"max":8,"step":1,"description":"The number of inference steps to perform."},{"key":"seed","label":"Seed","type":"seed","description":"The seed to use for the generation. If not provided, a random seed will be used."},{"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":"png","options":["jpeg","png","webp"],"description":"The format of the generated image."}]}}