zf-kbot/md-me-ideogram

Public
51 runs

Run zf-kbot/md-me-ideogram with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
a clean studio product poster for the words IDEOGRAM 4, crisp typography, premium lighting
Plain text prompt or Ideogram 4 structured JSON caption.
resolution
None
2048x2048
Output resolution preset. Select custom to use width and height.
width
integer
2048

Min: 256

Max: 4096

Custom output width. Used only when resolution=custom. Must be a multiple of 16.
height
integer
2048

Min: 256

Max: 4096

Custom output height. Used only when resolution=custom. Must be a multiple of 16.
sampler_preset
None
V4_TURBO_12
Ideogram 4 sampler preset.
transparent_background
boolean
False
Prompt-driven transparent PNG mode. Verifies alpha after generation and fails if the output is opaque.
seed
integer
-1

Min: -1

Max: 2147483647

Random seed. Use -1 for a random seed.
use_magic_prompt
boolean
False
Expand plain prompts through the hosted magic-prompt API. Requires magic_prompt_key or IDEOGRAM_API_KEY.
warn_on_caption_issues
boolean
False
Warn instead of failing when the caption verifier reports issues.
magic_prompt_key
string
Optional Ideogram/OpenRouter key for hosted magic-prompt expansion.
hive_text_key
string
Optional Hive Text Moderation key for prompt screening.
hive_visual_key
string
Optional Hive Visual Moderation key for output screening.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}