Decart Logo
  • Real-time
  • Mirage LSD
    Mirage LSDRealtime Video Restyling
  • Lucy Edit Live
    Lucy Edit LiveRealtime Video Editing
  • LipSync Live
    LipSync LiveRealtime Lips movement
  • Video models
  • Lucy
    LucyText/Image to Video
  • Lucy Edit
    Lucy EditVideo to Video
  • Image models
  • Lucy Image
    Lucy ImageText to Image
  • Lucy Image Edit
    Lucy Image EditImage to Image
  • Cookbook icon
    Cookbook
  • Documentation icon
    Documentation
  1. Models
  2. Lucy Image
Lucy Image icon

Lucy Image

Lucy Image is a model that generates images from descriptions.

Lucy Image is a model that generates images from descriptions.

Documentation
Studio Output
import { createDecartClient, models } from "@decartai/sdk";

const client = createDecartClient({
  apiKey: "--your-api-key--"
});

const result = await client.process({
  model: models.image("lucy-pro-t2i"),
  prompt: "A serene mountain landscape at sunset with golden light"
});

Available Endpoints

Request Parameters

promptRequired
Type:string

Describe the image you want to generate. Be specific about subjects, style, lighting, and composition for best results.

resolutionOptional
Type:string

Output image resolution. Higher resolutions provide more detail but take slightly longer to generate. (default: 720p) (options: 720p)

orientationOptional
Type:string

Image aspect ratio. Landscape (16:9) for wide scenes, Portrait (9:16) for vertical compositions. (default: landscape) (options: landscape, portrait)

Parameter
Type
Required
Description
promptstringYesDescribe the image you want to generate. Be specific about subjects, style, lighting, and composition for best results.
resolutionstringNoOutput image resolution. Higher resolutions provide more detail but take slightly longer to generate. (default: 720p) (options: 720p)
orientationstringNoImage aspect ratio. Landscape (16:9) for wide scenes, Portrait (9:16) for vertical compositions. (default: landscape) (options: landscape, portrait)

Lucy Image

Quickly generate images with text prompts

Lucy Image generates high quality images from text prompts - quickly transforming your ideas into images.

Pricing

Model
pro
720p
3 Credits

Video models are charged per second of generated video. Final cost depends on video duration and selected resolution.

Examples