EZLINK AI API
  1. Schemas
EZLINK AI API
  • Video
    • Veo3视频生成
      POST
    • 即梦视频生成
      POST
    • 可灵视频生成
      POST
    • 视频生成结果查询
      GET
  • Image
    • openai兼容格式(同步)
    • 异步兼容格式
      • Flux异步图像生成
      • 可灵绘图
      • 异步图像结果查询
  • LLMs
    • openai兼容
  • Schemas
    • Schemas
      • Veo3VideoGenerationRequest
      • VideoGenerationRequest
      • Veo3Instance
      • Veo3Image
      • Veo3Parameters
      • JimengVideoGenerationRequest
      • JimengContent
      • JimengImage
      • JimengImageUrl
      • JimengParameters
      • FluxImageGenerationRequest
  1. Schemas

FluxImageGenerationRequest

{
    "model": "flux-pro-1.1",
    "prompt": "string",
    "width": 256,
    "height": 256,
    "aspect_ratio": "1:1",
    "seed": 0,
    "steps": 1,
    "guidance": 1.5,
    "output_format": "jpeg",
    "safety_tolerance": 2,
    "prompt_upsampling": true,
    "input_image": "string",
    "control_image": "string",
    "mask": "string",
    "webhook_url": "http://example.com",
    "webhook_secret": "string",
    "raw": false
}
Built with