Live on Tempo

AI Images.
Pay per pixel.

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

8
Models
$0.029
Starting
0s
Signup
Auto
Routing

Pricing

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

Fast
Schnell
$0.029
per image
Quick drafts, prototyping, instant results
Best Quality
Premium
Nano Banana Pro
$0.19
per image
Best-in-class with multi-reference support

Generate

Free demo · 1 per day
1:1
4:3 P
9:16
4:3 L
16:9
21:9

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.029-$0.19). 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://pixelpayapi.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://pixelpayapi.com/v1/images/generate \
  -H "Content-Type: application/json" \
  -H "Authorization: Payment <base64url-credential>" \
  -d '{"prompt": "a sunset over mountains", "model": "auto"}'