prompt
Generate Magic Prompt
Transforms basic prompts into a magic prompt. Internal use only (feature flagged). TODO: update description if enabled externally.
post/magic-prompt
Request body
Example request
{
"prompt": "a cat",
"magic_prompt_version": "V_0_4",
"classify_prompt_category": true,
"style_type": "AUTO",
"seed": 12345
}Response
Magic prompt generated successfully.
Example response
{
"magic_prompt": "A photorealistic cat with striking green eyes, sitting gracefully on a vintage wooden chair. The cat's fur has beautiful orange and white markings, and soft natural lighting illuminates the scene from a nearby window.",
"magic_prompt_version": "V4_QWEN_3_5_27B_EXPERIMENTAL_SLOT_01",
"served_model_name": "qwen35-27b-magic-prompt-experimental-2026-06-17"
}Changes
Changed in 1 of the 34 revisions of this API.12
- ●
added the new
V4_QWEN_3_5_27B_PRUNA_FP8enum value to the/response property for the response statusresponse-property-enum-value-added
- ○
added the new
V4_QWEN_3_5_27B_PRUNA_FP8enum value to the request property(media type: multipart/form-data)request-property-enum-value-added
- ○
added the new
V4_QWEN_3_5_27B_PRUNA_FP8enum value to the request property(media type: application/json)request-property-enum-value-added
- ●