# AgentUtility GPT-Image-2 Generator

> AgentUtility GPT-Image-2 Generator is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-13).

Generates a SFW image using OpenAI's GPT Image 2 model via Venice, returning a permanent fal-hosted PNG URL at 1024×1024.

## Facts

- Endpoint: POST https://x402.agentutility.ai/gpt-image
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentutility-gpt-image-2-generator-02d90030
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SlbF77hfPRj-HJ4MScSCG

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 agentutility-gpt-image-2-generator-02d90030 -d '<json body>'
```

Example prompt: Generate an image of a cozy coffee shop storefront with the sign 'Morning Bloom Café' clearly visible above the door, warm lighting, 1024×1024, using GPT Image 2 so the text renders correctly.

## When to prefer this

Choose this endpoint when text rendering accuracy or strict instruction-following matters in the generated image — GPT Image 2 is specifically stronger at embedding legible text and following detailed compositional instructions than diffusion-based alternatives. Prefer this over image-generate-ultra or similar diffusion endpoints when your prompt includes readable labels, signs, headlines, or precise layout requirements. The $0.30 USDC price point reflects the higher upstream cost of GPT Image 2 versus diffusion models.

## Known failure modes

- Prompt violates SFW content policy — endpoint only generates safe-for-work images, NSFW requests will be rejected
- Malformed or missing prompt body causes a 4xx error
- Upstream Venice/GPT Image 2 service unavailability causes 5xx or timeout
- Payment not settled in USDC over x402 protocol results in 402 Payment Required
- Generated image may not perfectly match complex or highly specific text instructions

## How this service works

Generates SFW images with Venice's gpt-image-2 model on a dedicated endpoint. Fixed-model route for OpenAI GPT Image 2 generation where instruction following and text rendering matter. Priced separately because GPT Image 2 has higher upstream cost than image-generate-ultra's $0.20 model set. Returns a permanent fal-hosted PNG URL.

## Output

Returns a JSON object containing the tier ('gpt'), model name ('gpt-image-2'), width and height (both 1024), source ('venice'), and a permanent fal.media-hosted PNG image URL accessible without authentication.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "gpt",
  "model": "gpt-image-2",
  "width": 1024,
  "height": 1024,
  "source": "venice",
  "image_url": "https://v3.fal.media/files/abc/xyz/image.png"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentutility-gpt-image-2-generator-02d90030/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
