HiDream-ai/HiDream-I1-Dev API

Access HiDream-ai/HiDream-I1-Dev AI image generation using Puter.js API.

Get Started

Model Card

Cost Per Image

$0.0045

per generation

Configuration

N/A

resolution

Release Date

Apr 14, 2025

 

API Usage Example

Add HiDream-ai/HiDream-I1-Dev image generation to your app with just a few lines of code.
No API keys, no backend, no configuration required.

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.txt2img("A serene mountain landscape at sunset", {
            model: "hidream-ai/hidream-i1-dev"
        }).then(image => {
            document.body.appendChild(image);
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add HiDream-ai/HiDream-I1-Dev image generation to your app without worrying about API keys or setup.

Read the Docs View Tutorials