b560c0ad0618
latestOpenAPI 3.0.22026-08-11115250435.0 KBprompt
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"
}