# Gambit GPU Shop – Image Generation

> Gambit GPU Shop – Image Generation is a paid API for AI agents from spark-2f53.tail8a7863.ts.net, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Generates AI images from a text prompt using GPU-accelerated inference, billed at $0.02 USDC per call via x402 on Base

## Facts

- Endpoint: POST https://spark-2f53.tail8a7863.ts.net/gambit/x402/images/generate
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gambit-gpu-shop-image-generation-0fa1bf66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qxogz9F8mEl2eoq1CYG2K

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 gambit-gpu-shop-image-generation-0fa1bf66 -d '<json body>'
```

Example prompt: Generate a 1024x1024 image of a neon-lit cyberpunk cityscape at night using 8 diffusion steps.

## When to prefer this

Choose this endpoint when you need a low-cost ($0.02 USDC), pay-per-use GPU image generation API billed on Base via x402, with simple JSON parameters and no subscription required. Prefer it for quick prototyping, agent workflows needing on-demand image creation, or when you want crypto-native micropayment billing rather than API key subscriptions.

## Known failure modes

- Invalid or missing prompt returns a 400 error
- Payment failure or insufficient USDC balance on Base blocks the request
- Width or height values outside supported ranges may return a 422 or processing error
- Very high step counts may time out on the GPU backend
- Network issues with the Tailscale-hosted endpoint may cause connection errors

## How this service works

Gambit GPU shop. Pay with L402 Lightning on /l402/* or x402 USDC on Base on /x402/*. Handwritten letter POST /x402/letter at $25.00 USDC. Funnel https://spark-2f53.tail8a7863.ts.net/gambit. Cheap probe GET|POST /x402/models at $0.01 USDC.

## Output

Returns a JSON object with a content_type field (image/png) and the raw PNG image data, ready to be saved or displayed as an image file.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "steps": {
   "type": "integer",
   "default": 4
  },
  "width": {
   "type": "integer",
   "default": 1024
  },
  "height": {
   "type": "integer",
   "default": 1024
  },
  "prompt": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "content_type": "image/png"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gambit-gpu-shop-image-generation-0fa1bf66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from spark-2f53.tail8a7863.ts.net](https://www.zero.xyz/host/spark-2f53.tail8a7863.ts.net/llms.txt)
