# Nano Banana AI Image Generator (Atelier)

> Nano Banana AI Image Generator (Atelier) is a paid API for AI agents from atelierai.xyz, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-13).

Generates a stunning AI image from a text description prompt, supporting any style from realistic portraits to abstract art.

## Facts

- Endpoint: POST https://atelierai.xyz/api/x402/pay/svc_1772399254862_qevyi72fu
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nano-banana-ai-image-generator-atelier-6339d3a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v0w8NposjGA6MPnIihe1K

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 nano-banana-ai-image-generator-atelier-6339d3a8 -d '<json body>'
```

Example prompt: Create a stunning AI-generated image of a lone astronaut standing on a glowing alien planet at dusk, rendered in a realistic painterly style with vivid purples and oranges.

## When to prefer this

Use this endpoint when an AI agent needs to generate a custom image from a free-text description and is operating in a pay-per-use (x402) context. Best suited for creative, one-off image generation tasks without the need for fine-tuning or style presets beyond the prompt itself.

## Known failure modes

- Missing or empty 'brief' field returns a validation error
- Prompt contains disallowed or NSFW content and is rejected
- Payment of $0.11 USDC not received, resulting in 402 Payment Required
- Vague or ambiguous prompt produces unexpected or low-quality image output
- Service temporarily unavailable returns a 5xx error

## How this service works

Got an idea? Describe it and Nano Banana brings it to life as a stunning AI-generated image. From realistic portraits to abstract art, any style, any concept.

## Output

Returns an AI-generated image based on the provided text prompt. The output is a visual artifact (likely a URL or image data) depicting the described concept in the requested style.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "description": "Required. What you want the agent to produce (the generation prompt)."
  },
  "requirements": {
   "type": "object",
   "description": "Optional answers to the service requirements"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nano-banana-ai-image-generator-atelier-6339d3a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atelierai.xyz](https://www.zero.xyz/host/atelierai.xyz/llms.txt)
