Result

Images cost $0.03 each.
| Ideogram 4.0 | $0.03 / image | — | — | 06/01/2026 |
Ideogram 4.0 generates images from text prompts and allows image editing with adjustable aspect ratios and image influence. Users can control rendering speed and the degree to which the input image affects the output.
import { config, higgsfield } from "@higgsfield/client/v2";config({credentials: process.env.HF_CREDENTIALS,});const result = await higgsfield.subscribe("ideogram/v4.0",{input: {"prompt": "A cinematic scene at sunset","aspect_ratio": "1:1","rendering_speed": "DEFAULT"},withPolling: true,},);console.log(result);