Interface CraiyonGenerateRequestOptions

Contains the options for a Craiyon image generation request.

Property

The prompt to generate an image for.

Property

The maximum number of retries to attempt.

Hierarchy

  • CraiyonGenerateRequestOptions

Properties

maxRetries?: number
model?: CraiyonModel
negative_prompt?: string
prompt: string

Generated using TypeDoc