# The Stall AI Image Generation

> The Stall AI Image Generation is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Generates AI images from a text prompt with configurable size and style, paid per-call in USDC on Base via x402

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/ai-image-gen
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-ai-image-generation-7167c437
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lef9_c1h0toZYrOvdmXqY

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 the-stall-ai-image-generation-7167c437
```

Example prompt: Generate a vivid, dramatic 1792x1024 landscape image of a futuristic city at sunset with neon lights reflecting off rain-soaked streets, moody cinematic lighting.

## When to prefer this

Choose this endpoint when you need a no-account, no-API-key AI image generation capability that can be paid per-call in USDC on Base. Ideal for AI agents embedded in crypto-native or x402-compatible workflows that need to generate single images on demand without managing subscriptions or API credentials. Supports size and style control for flexible creative output.

## Known failure modes

- Prompt exceeds 4000 character limit — request rejected
- Invalid size enum value — must be one of 1024x1024, 1024x1792, 1792x1024
- Invalid style enum value — must be vivid or natural
- Payment failure or insufficient USDC balance — 402 response with payment details
- Content policy violation in prompt — image generation refused
- Network timeout or upstream generation service unavailability

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

An AI-generated image (likely a URL or binary image data) matching the provided prompt, rendered in the requested size and style. Quality and composition depend heavily on the specificity of the prompt.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-ai-image-generation-7167c437/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
