Monoize
Transforms

Image: image nodes to Markdown

Render assistant image nodes as Markdown links inside assistant text.

What it does

This transform renders assistant image nodes as Markdown image links appended to the assistant text output. It is the inverse of image_markdown_to_output.

Reference

PropertyValue
Type IDimage_output_to_markdown
Phaseresponse
ScopesProvider, API key

When to use

  • Clients render plain text and cannot display structured image outputs.
  • A chat frontend shows Markdown and you want inline image previews.

Configuration

OptionTypeRequiredDefaultDescription
templatestringNoTemplate appended per image. Placeholders: {{src}}, {{url}}, {{media_type}}, {{data}}, and _urlencoded variants.

Example rule

{
  "transform": "image_output_to_markdown",
  "enabled": true,
  "phase": "response",
  "models": [
    "*"
  ],
  "config": {}
}

On this page