# GEDX402 Phoenix-1.0 Image Generation

> GEDX402 Phoenix-1.0 Image Generation is a paid API for AI agents from ged-x402-image.jvalamis.workers.dev, paid per call via x402, $0.063/call, status unknown (last checked 2026-09-13).

Generates images from text prompts using the Phoenix-1.0 diffusion model, paid via USDC on multiple blockchains with no API keys required.

## Facts

- Endpoint: GET https://ged-x402-image.jvalamis.workers.dev/v1/image/phoenix-1.0
- Price: $0.063/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-phoenix-1-0-image-generation-d0dd62cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fmrxTsCsfTmK4Z_1iPJFb

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 gedx402-phoenix-1-0-image-generation-d0dd62cf
```

Example prompt: Generate me a 1024x768 image of a misty mountain forest at sunrise using the Phoenix-1.0 model, with 15 diffusion steps for high quality — pay with USDC on Base.

## When to prefer this

Choose this endpoint when you need image generation without managing API keys or subscriptions, and you can pay per-call in USDC on Base, Polygon, Arbitrum, World, or Solana. Ideal for agents operating in Web3 environments or decentralized pipelines where crypto payment is preferred over traditional API billing. Use when Phoenix-1.0 model output style is desired.

## Known failure modes

- Insufficient USDC balance on selected chain — payment rejected with 402 error
- Invalid diffusion steps outside 1-20 range — validation error
- Unsupported width or height for Phoenix-1.0 model — may return error or silently clamp
- Vague or empty prompt — model may return low-quality or nonsensical image
- Network timeout on Cloudflare Workers edge — retry may be needed

## How this service works

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

## Output

Returns a JSON object containing a base64-encoded image string that can be decoded and saved as an image file. The image reflects the prompt, dimensions, and quality settings provided.

## 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/gedx402-phoenix-1-0-image-generation-d0dd62cf/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)
