API Reference / PROMPT_STYLES · const

Variable: PROMPT_STYLES

const PROMPT_STYLES: {
  default: {
     header: string;
     plateHeader: string;
     sceneClause: string;
  };
  illustration: {
     header: string;
     plateHeader: string;
     sceneClause: string;
  };
  photoreal: {
     header: string;
     plateHeader: string;
     sceneClause: string;
  };
};

Per-image-model prompt templates. A style changes only the prompt and render-plan prose; every computed number (pixels, sizes, magnitudes, brightness) is identical across styles. default is the original wording, byte-identical to the pre-template output; photoreal speaks camera and exposure vocabulary for photographic models; illustration asks for a flat-colour scene while keeping the placements binding.

Type Declaration

NameTypeDefault value
<a id="property-default"></a> default{ header: string; plateHeader: string; sceneClause: string; }-
default.headerstring"PHOTOREALISTIC SKY, exact placement (pixel origin top-left):"
default.plateHeaderstring"PHOTOREALISTIC SKY PLATE (atmosphere and horizon only, no celestial bodies):"
default.sceneClausestring""
<a id="property-illustration"></a> illustration{ header: string; plateHeader: string; sceneClause: string; }-
illustration.headerstring"ILLUSTRATED SKY, exact placement (pixel origin top-left):"
illustration.plateHeaderstring-
illustration.sceneClausestring-
<a id="property-photoreal"></a> photoreal{ header: string; plateHeader: string; sceneClause: string; }-
photoreal.headerstring"PHOTOREALISTIC SKY PHOTOGRAPH, exact placement (pixel origin top-left):"
photoreal.plateHeaderstring-
photoreal.sceneClausestring-

Start building

Quickstart →