AI image generation for creators and teams

Generate production-ready visuals with credits and API access.

Imagen helps ecommerce, marketing, and developer teams create AI-generated product images, ad concepts, and social visuals through a web console or API workflow.

One-time credit packs
Responsible content policy
Hosted image outputs

AI-generated sample

1024 x 1024 PNG

Queued API
正在加载素材库样图

Capabilities

A safer way to turn image generation into a service

Use the web console to test prompts, or connect another service through API keys with quota, task history, and hosted results.

Image generation credits

Purchase one-time credit packs and use them for product visuals, campaign variants, and social media imagery.

API key management

Create separate keys for apps, teams, or environments, then manage quota and concurrency for each key.

Batch task queue

Submit single or batch jobs, let the service process them in the background, and poll status until results are ready.

Hosted image results

Generated images are stored and returned as accessible URLs for CMS, automation workflows, or internal business tools.

Pricing

Start with one-time credit packs

No subscription is required for the first version. Credits are consumed by generation quality, image count, and workflow type.

Compare plans

Starter

For first tests, light product visuals, and prompt exploration.

$19
200 credits
  • One-time credit pack
  • Hosted image results
  • Standard support
Buy credits

Plus

For regular creators and ecommerce teams producing campaign assets.

Popular
$49
650 credits
  • Better effective rate
  • Batch task queue
  • API key access
Buy credits

Pro

For teams generating product images, ad variants, and social visuals.

$99
1,600 credits
  • Team-ready quota
  • Higher batch volume
  • Priority issue review
Buy credits

Studio

For studios and agencies that need a larger recurring production pool.

$299
6,000 credits
  • Largest credit bundle
  • Workflow onboarding
  • Custom quota review
Buy credits

Responsible use

Clear rules for generated content

Imagen is designed for commercial visuals, ecommerce content, creative exploration, and developer workflows. We prohibit unsafe, deceptive, infringing, and illegal content.

Read content policy
Adult sexual content, non-consensual intimate imagery, or sexual content involving minors.
Impersonation, misleading identity claims, deceptive political content, or fraud.
Copyright, trademark, privacy, or publicity-rights infringement.
Graphic violence, hate, harassment, illegal activity, or regulated professional deception.

API access

Built for service-to-service workflows

Your app only needs an API key. Submit a task, poll its status, then read completed image URLs from output_urls.

POST /v1/tasks
curl -s https://api.example.com/v1/tasks \
  -H "Authorization: Bearer sk_img_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A clean studio product image",
    "image_count": 1,
    "size": "1024x1024",
    "quality": "high",
    "output_format": "png"
  }'