Logo
Type aliases

ImgGeneratorToolParams

ImgGeneratorToolParams = object

Defined in: packages/tools/src/tools/img-gen.ts:16

Properties

outputDir?

optional outputDir: string

Defined in: packages/tools/src/tools/img-gen.ts:18

Directory where generated images will be saved


apiKey

apiKey: string

Defined in: packages/tools/src/tools/img-gen.ts:20

STABILITY_API_KEY key is required to run image generator. Get it here: https://platform.stability.ai/account/keys


outputFormat?

optional outputFormat: string

Defined in: packages/tools/src/tools/img-gen.ts:22

Output format of the generated image


fileServerURLPrefix?

optional fileServerURLPrefix: string

Defined in: packages/tools/src/tools/img-gen.ts:24

Prefix for the file server URL

On this page