Skip to main content
Version: V2

SelenaVarieteArtworkResponse

    id uuidrequired
    artworkType stringrequired

    Possible values: [selena_variete]

    parameters

    object

    required

    imageUrl uri

    URL of the source image to process.

    model string

    Possible values: [tengrai-20231128-m-d.safetensors, tengrai-20240423-m-f.safetensors]

    batch integer

    Possible values: >= 1 and <= 2

    Default value: 2

    Number of images to generate per task (1-2). Default 2.

    prompt string

    Default value: cat

    Limited to 256 words; additional content will be truncated.

    negativePrompt string

    Limited to 64 words; additional content will be truncated.

    style string

    Possible values: [default, portraiture, landscape, photographer, analog, car, food, horror, stained-glass, impasto, abstract-ink, illustration, aquarelle, water-cute, sphericute, fairytale, machinart, isometric, logo, abstractpen, lineart, manga, infiny-weave, infiny-pattern, infiny-flow]

    Default value: default

    processingMode string

    Possible values: [sketch-to-image, reimagine, 3d, ai-rchitect, human-pose, retake]

    Image processing mode that determines how the source image is used.

    promptMode string

    Possible values: [seer, servitor]

    Default value: servitor

    Controls prompt enhancement. SEER enables AI-powered improvement, SERVITOR uses the prompt as-is.

    creativity integer

    Possible values: >= 1 and <= 5

    Default value: 3

    details integer

    Possible values: >= 1 and <= 5

    Default value: 3

    denoising integer

    Possible values: >= 1 and <= 5

    Default value: 3

    Denoising strength from 1 (very subtle) to 5 (extreme). Ignored for sketch-to-image, ai-rchitect, human-pose, and 3d modes which always use full generation.

    aspectRatio string

    Possible values: [1:1, 7:9, 2:3, 4:7, 9:16, 9:21, 9:7, 3:2, 7:4, 16:9, 21:9]

    Defaults to a 1:1 ratio (1024 × 1024) if width and height are not specified.

    width integer

    Possible values: >= 512 and <= 2048

    Use aspectRatio instead of custom width and height for better quality. If defined, the total area (width × height) must not exceed 1,478,656 pixels.

    height integer

    Possible values: >= 512 and <= 2048

    Use aspectRatio instead of custom width and height for better quality. If defined, the total area (width × height) must not exceed 1,478,656 pixels.

    nsfw boolean

    Set to true to allow NSFW output. When false (the default), safety negatives are injected into the negative prompt to suppress NSFW content.

    transparentBackground boolean
    colorTone string

    Possible values: [cool, warm, blackAndWhite, pastel, vibrantColors, sepia, mutedColors, neonColors]

    Overall color palette. Prepended to the prompt; flows through SEER improvement.

    webhook uri

    Optional webhook URL. When provided, the server will POST the final artwork result to this URL upon completion.

    duration numberrequired
    results string[]required
    status stringrequired

    Possible values: [starting, processing, succeeded, failed, canceled]

    createdAt date-timerequired