Prompt JSON

v2FreePro

A schema form that emits a structured prompt — three families, and nothing filled in by a model.

You give
A filled-in form
You get
A structured JSON prompt

The general shape most image models read well: what, where, lit how, shot how.

JSON

Same thing as a plain prompt

Answers here in a few seconds.

Nothing here is filled in for you. This is a form and a JSON.stringify; having a model complete it costs money and belongs on a paid path that says so. Empty fields are dropped rather than emitted as "" — several models read an empty value as an instruction, and all of them spend tokens on it. The plain version sits beside the JSON because most tools still want a single line of text.

More tools