# DreamShaper 8 LCM Image Generator (x402)

> DreamShaper 8 LCM Image Generator (x402) is a paid API for AI agents from ged-x402-image.jvalamis.workers.dev, paid per call via x402, $0.029/call, status unknown (last checked 2026-09-15).

Generates images from text prompts using the DreamShaper 8 LCM diffusion model, payable with USDC on-chain via x402, no API key required.

## Facts

- Endpoint: GET https://ged-x402-image.jvalamis.workers.dev/v1/image/dreamshaper-8-lcm
- Price: $0.029/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dreamshaper-8-lcm-image-generator-x402-39cf1681
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZvqEbIduRxe0K0osb5_y1

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dreamshaper-8-lcm-image-generator-x402-39cf1681
```

Example prompt: Generate an image of a futuristic neon-lit Tokyo street at night, 512 pixels wide and 512 pixels tall, with 8 diffusion steps for speed.

## When to prefer this

Prefer this endpoint when you need fast, high-quality image generation using the DreamShaper 8 LCM model and want to pay per-call with USDC crypto on Base, Polygon, Arbitrum, World, or Solana — especially when you want to avoid managing API keys or monthly subscriptions. Ideal for agents operating in Web3 contexts or needing permissionless access.

## Known failure modes

- Insufficient USDC payment or missing x402 payment header returns a 402 Payment Required response
- Invalid or missing prompt parameter returns a 400 error
- Width or height values unsupported by the model may be ignored or cause an error
- num_steps outside the range 1-20 returns a validation error
- Network timeout if the Workers AI backend is overloaded

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

A JSON object containing a base64-encoded string of the generated image, which the agent can decode and display or save as a PNG/JPEG file.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "width": {
   "type": "integer"
  },
  "height": {
   "type": "integer"
  },
  "prompt": {
   "type": "string"
  },
  "num_steps": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "image": "<base64>"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dreamshaper-8-lcm-image-generator-x402-39cf1681/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-image.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-image.jvalamis.workers.dev/llms.txt)
