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
| Name | Type | Default value |
|---|---|---|
<a id="property-default"></a> default | { header: string; plateHeader: string; sceneClause: string; } | - |
default.header | string | "PHOTOREALISTIC SKY, exact placement (pixel origin top-left):" |
default.plateHeader | string | "PHOTOREALISTIC SKY PLATE (atmosphere and horizon only, no celestial bodies):" |
default.sceneClause | string | "" |
<a id="property-illustration"></a> illustration | { header: string; plateHeader: string; sceneClause: string; } | - |
illustration.header | string | "ILLUSTRATED SKY, exact placement (pixel origin top-left):" |
illustration.plateHeader | string | - |
illustration.sceneClause | string | - |
<a id="property-photoreal"></a> photoreal | { header: string; plateHeader: string; sceneClause: string; } | - |
photoreal.header | string | "PHOTOREALISTIC SKY PHOTOGRAPH, exact placement (pixel origin top-left):" |
photoreal.plateHeader | string | - |
photoreal.sceneClause | string | - |