# Ideogram V4 Quality - Core.Today AI API > The highest-fidelity tier of Ideogram's v4 model family, tuned for maximum detail, realism, and typography accuracy. Best suited for final production assets where quality matters more than speed. - **Provider**: Ideogram - **Model ID**: ideogram-ai/ideogram-v4-quality - **Category**: Image Generation - **Credits**: 230 per image (fixed price) - **Speed**: Slow - **Quality**: Ultra ## Features - Highest-fidelity tier in the Ideogram v4 family - Magic Prompt auto-enhancement when using natural-language prompt - Structured json_prompt input for precise, repeatable control - Wide selection of fixed output resolutions across aspect ratios - Optional post-generation copyright detection - Industry-leading text/typography rendering accuracy ## Use Cases - Logos and brand marks requiring highly legible text - Posters, packaging, and marketing materials that demand precise typography - Final social media graphics that need a specific resolution - Photorealistic product and lifestyle imagery - Final production assets where quality matters more than speed ## API Endpoint Base URL: https://api.core.today/v1 Create Prediction: POST /predictions Get Status: GET /predictions/{job_id} ## Authentication Header: X-API-Key: YOUR_API_KEY ## Input Parameters ### Optional - **prompt**: string - Natural-language prompt. Enables Ideogram 4.0 Magic Prompt automatically. - **json_prompt**: string - Structured Ideogram 4.0 prompt as a JSON object. Use either prompt or json_prompt, not both. - **resolution**: string (default: None) - Output resolution. Omit to let Ideogram 4.0 choose the aspect ratio. Options: None, 2048x2048, 1440x2880, 2880x1440, 1664x2496, 2496x1664, 1792x2240, 2240x1792, 1440x2560, 2560x1440, 1600x2560, 2560x1600, 1728x2304, 2304x1728, 1296x3168, 3168x1296, 1152x2944, 2944x1152, 1248x3328, 3328x1248, 1280x3072, 3072x1280 - **enable_copyright_detection**: boolean (default: false) - Opt into Ideogram 4.0 post-generation copyright detection. ## Examples ### Production Logo with Precise Typography Final production logo asset requiring exact text rendering ```json { "model": "ideogram-ai/ideogram-v4-quality", "input": { "prompt": "A minimalist logo for a specialty coffee roastery called \"ATLAS ROASTING CO.\", bold sans-serif wordmark in deep charcoal, small mountain peak icon above the text, clean white background", "resolution": "2048x2048" } } ``` ### High-Fidelity Product Poster Realistic poster artwork with legible headline copy ```json { "model": "ideogram-ai/ideogram-v4-quality", "input": { "prompt": "A premium skincare product poster with the headline \"GLOW FROM WITHIN\" in elegant serif type at the top, a glass bottle of serum centered on a marble surface, soft studio lighting", "resolution": "1440x2560", "enable_copyright_detection": true } } ``` ## Response Format ```json { "job_id": "abc123", "status": "pending | processing | completed | failed", "result": "URL or data (when completed)" } ``` ## Usage Flow 1. POST /predictions with model and input -> receive job_id 2. GET /predictions/{job_id} -> poll until status is completed or failed 3. Result contains output URL(s) ## Tips - Reserve this tier for final assets — the Balanced or Turbo tiers are cheaper for early exploration - Use json_prompt instead of prompt when you need precise, repeatable structured control rather than Magic Prompt's automatic enhancement - Enable enable_copyright_detection for commercial assets that need a copyright check before publishing - Leave resolution unset (None) to let Ideogram choose an aspect ratio automatically ## Documentation https://replicate.com/ideogram-ai/ideogram-v4-quality