Skip to content

Documentation / @agentick/core / ImageEditInput

Interface: ImageEditInput ​

Defined in: core/src/types.ts:445

Extends ​

Properties ​

image ​

image: ContentBlock

Defined in: core/src/types.ts:446


mask? ​

optional mask: ContentBlock

Defined in: core/src/types.ts:448


messages ​

messages: string | string[] | Message[]

Defined in: core/src/types.ts:420

Inherited from ​

ImageGenerationInput.messages


model? ​

optional model: string

Defined in: core/src/types.ts:427

Inherited from ​

ImageGenerationInput.model


n? ​

optional n: number

Defined in: core/src/types.ts:424

Inherited from ​

ImageGenerationInput.n


negative_prompt? ​

optional negative_prompt: string

Defined in: core/src/types.ts:421

Inherited from ​

ImageGenerationInput.negative_prompt


outputType? ​

optional outputType: "url" | "blob"

Defined in: core/src/types.ts:428

Inherited from ​

ImageGenerationInput.outputType


providerOptions? ​

optional providerOptions: Record<string, any>

Defined in: core/src/types.ts:429

Inherited from ​

ImageGenerationInput.providerOptions


quality? ​

optional quality: ImageQuality

Defined in: core/src/types.ts:423

Inherited from ​

ImageGenerationInput.quality


referenceImages? ​

optional referenceImages: GeneratedImageBlock[]

Defined in: core/src/types.ts:447


seed? ​

optional seed: number

Defined in: core/src/types.ts:426

Inherited from ​

ImageGenerationInput.seed


size? ​

optional size: string

Defined in: core/src/types.ts:422

Inherited from ​

ImageGenerationInput.size


style? ​

optional style: string

Defined in: core/src/types.ts:425

Inherited from ​

ImageGenerationInput.style

Released under the ISC License.