{"version":"1","model":{"id":"kling/image/o1/text-to-image","name":"Kling Image o1","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Kling Image o1 — Kling's advanced image model via the Omni endpoint. Accepts reference images, 1K/2K output, and auto aspect ratio. Embed negative descriptions directly in the prompt.","categories":["generate-text"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceImage":true},"aspect_ratios":["1:1","16:9","9:16","4:3","3:4","3:2","2:3","21:9","auto"],"resolutions":["1k","2k"],"durations":[],"max_images":9,"max_reference_images":10,"base_credits":4,"api_gross_margin_percent":20,"added_at":"2026-05-29","popularity_rank":225,"example_prompt":"A group of young people freestyle rapping in a public square, crowd gathered around, realistic expressions, urban culture documentary photography","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/kling-image-o1-sm.webp"},"schema_url":"/api/v1/models?id=kling%2Fimage%2Fo1%2Ftext-to-image","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=kling%2Fimage%2Fo1%2Ftext-to-image","title":"Kling Image o1 generation request","description":"Request body accepted by POST /api/v1/generate for kling/image/o1/text-to-image.","type":"object","properties":{"model_id":{"type":"string","const":"kling/image/o1/text-to-image","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"},"result_type":{"title":"Result Type","description":"Generate independent images or an ordered visual series.","default":"single","type":"string","enum":["single","series"]},"series_amount":{"title":"Series Amount","description":"Used only when Result Type is Image Series. Auto is excluded because its variable output count cannot be priced before generation.","default":"4","type":"string","enum":["2","3","4","5","6","7","8","9"]},"aspect_ratio":{"type":"string","enum":["1:1","16:9","9:16","4:3","3:4","3:2","2:3","21:9","auto"]},"resolution":{"type":"string","enum":["1k","2k"]},"num_images":{"type":"integer","minimum":1,"maximum":9},"reference_image_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":10}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"result_type","label":"Result Type","type":"select","default":"single","options":["single","series"],"description":"Generate independent images or an ordered visual series."},{"key":"series_amount","label":"Series Amount","type":"select","default":"4","options":["2","3","4","5","6","7","8","9"],"description":"Used only when Result Type is Image Series. Auto is excluded because its variable output count cannot be priced before generation."}]}}