AI Image Generation Playground

Create Images with AI

Test our AI image generation API with different styles, create variations, and explore alternatives. Perfect for finding the right image for your project.

Configuration

Customize your image generation

Public images can be reused by others (saves quota)

No Image Generated Yet

Configure your image settings on the left and click "Generate Image" to get started.

Usage Examples

Copy these code examples to use in your projects

<img 
  src="https://img.placewise.io/api/image/800x600-modern-office?provider=ai&style=photo" 
  alt="Modern office workspace"
/>
import Image from 'next/image';

<Image
  src="/api/image/800x600-modern-office?provider=ai&style=photo"
  alt="Modern office workspace"
  width={800}
  height={600}
/>
<!-- Original -->
<img src="/api/image/800x600-modern-office?provider=ai&style=photo" />

<!-- Variation 1 -->
<img src="/api/image/800x600-modern-office?provider=ai&style=photo&variation=1" />

<!-- Variation 2 -->
<img src="/api/image/800x600-modern-office?provider=ai&style=photo&variation=2" />