Live on Tempo

AI Images.
Pay per pixel.

Generate images from 9 models. No API keys, no signup. Pay with USDC on Tempo via MPP.

9
Models
$0.03
Starting
0s
Signup
Auto
Routing

Pricing

From fast drafts to production quality. Batch: 10% off 3+, 20% off 4.

Model Price Best for
Schnell
$0.03
Quick drafts
SD 3.5
$0.04
General use
Dev POPULAR
$0.05
All-around
Recraft V3
$0.06
Creative, SVG
HiDream
$0.08
High detail
Ideogram V3
$0.08
Text in images
Pro
$0.10
Max quality
Nano Banana 2 PREMIUM
$0.15
Ultra quality
Nano Banana Pro PREMIUM
$0.23
Best-in-class

Generate

Free demo · 1 per day

How it works

Built for AI agents and humans. No signup, no API keys.

1
Connect wallet or use free demo
Connect MetaMask with Tempo network for unlimited, or try 1 free per day.
2
Enter your prompt
Describe what you want. Smart routing auto-picks the best model.
3
Approve USDC payment
Your wallet signs a small USDC transfer ($0.03-$0.23). Verified on-chain.
4
Get your image
Image is generated and displayed. Payment receipt included.

Quick start

Works with any HTTP client. Or just connect your wallet above.

curl
Node.js
Python
# Step 1: Get payment challenge
curl -X POST https://paid-image-api.onrender.com/v1/images/generate \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a sunset over mountains", "model": "auto"}'

# Step 2: Pay via Tempo, then retry with credential
curl -X POST https://paid-image-api.onrender.com/v1/images/generate \
  -H "Content-Type: application/json" \
  -H "Authorization: Payment <base64url-credential>" \
  -d '{"prompt": "a sunset over mountains", "model": "auto"}'