{"version":"1","model":{"id":"fal-ai/ideogram/custom-models/generate","name":"Ideogram Custom Models","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Ideogram Custom Models — generate images using a trained Ideogram custom model by model ID.","categories":["generate-text"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":["1:1","16:9","9:16","4:3","3:4","10:16","16:10","3:2","2:3","1:3","3:1","1:2","2:1","4:5","5:4"],"resolutions":["1024"],"qualities":["low","medium","high"],"durations":[],"max_images":4,"base_credits":4,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":175,"example_prompt":"A sleek premium coffee brand identity — a minimalist ceramic mug with a hand-painted indigo wave pattern on a white surface, beside a small sprig of dried lavender and a kraft paper coffee bag with a custom logo seal stamped in gold foil, soft diffused studio lighting, elegant product photography, photorealistic","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/ideogram-custom-models-sm.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fideogram%2Fcustom-models%2Fgenerate","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fideogram%2Fcustom-models%2Fgenerate","title":"Ideogram Custom Models generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/ideogram/custom-models/generate.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/ideogram/custom-models/generate","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"},"expand_prompt":{"title":"Expand Prompt","description":"Whether to expand the prompt with MagicPrompt functionality.","default":true,"type":"boolean"},"seed":{"title":"Seed","description":"Seed for the random number generator.","type":"integer"},"negative_prompt":{"title":"Negative Prompt","description":"Description of what to exclude from the image. Descriptions in the prompt take precedence over descriptions in the negative prompt.","default":"","type":"string"},"custom_model_id":{"title":"Model Id","description":"The id of a trained custom model returned by /train. The model must have finished training (status COMPLETED).","type":"string"},"aspect_ratio":{"type":"string","enum":["1:1","16:9","9:16","4:3","3:4","10:16","16:10","3:2","2:3","1:3","3:1","1:2","2:1","4:5","5:4"]},"resolution":{"type":"string","enum":["1024"]},"quality":{"type":"string","enum":["low","medium","high"]},"num_images":{"type":"integer","minimum":1,"maximum":4}},"required":["model_id","prompt","custom_model_id"],"additionalProperties":false},"parameters":[{"key":"expand_prompt","label":"Expand Prompt","type":"toggle","default":true,"description":"Whether to expand the prompt with MagicPrompt functionality."},{"key":"seed","label":"Seed","type":"seed","description":"Seed for the random number generator."},{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"","description":"Description of what to exclude from the image. Descriptions in the prompt take precedence over descriptions in the negative prompt."},{"key":"custom_model_id","label":"Model Id","type":"text","required":true,"description":"The id of a trained custom model returned by /train. The model must have finished training (status COMPLETED)."}]}}