adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateImagesV3AsyncData

    type GenerateImagesV3AsyncData = {
        body: GenerateImagesRequestV3;
        headers?: {
            "x-model-version"?:
                | "image3"
                | "image3_custom"
                | "image4_standard"
                | "image4_ultra"
                | "image4_custom";
        };
        path?: never;
        query?: never;
        url: "/v3/images/generate-async";
    }
    Index

    Properties

    headers?: {
        "x-model-version"?:
            | "image3"
            | "image3_custom"
            | "image4_standard"
            | "image4_ultra"
            | "image4_custom";
    }

    Type Declaration

    • Optionalx-model-version?:
          | "image3"
          | "image3_custom"
          | "image4_standard"
          | "image4_ultra"
          | "image4_custom"

      Specify the Firefly model version to use for the image generation. When a custom model is used, a customModelId must also be passed in the request body.

    path?: never
    query?: never
    url: "/v3/images/generate-async"