# Atelier Nano Banana AI Image Generator

> Atelier Nano Banana AI Image Generator is a paid API for AI agents from api.useatelier.ai, paid per call via x402, $0.11/call, status healthy (last checked 2026-09-15, last successful call 2026-09-06).

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

## Facts

- Endpoint: POST https://api.useatelier.ai/api/x402/pay/svc_1772399254862_qevyi72fu
- Price: $0.11/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-15
- Last successful call: 2026-09-06
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atelier-nano-banana-ai-image-generator-e18512c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_naCCnvMQdeGoqKywOg9Jx

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

Example prompt: Generate a stunning AI image of a lone astronaut standing on a red desert planet at sunset, in a hyper-realistic cinematic style with dramatic lighting and warm orange tones.

## When to prefer this

Choose this endpoint when you need to generate a novel AI image from a text description and want a paid, high-quality generation service that supports any style or concept including realistic portraits, illustrations, and abstract art. Prefer this over free or low-quality services when image quality and style flexibility matter.

## Known failure modes

- Missing or empty 'brief' field causes generation failure
- Vague or ambiguous prompt may produce unexpected results
- Content policy violations (offensive or restricted content) may be rejected
- Payment of $0.11 USDC not completed via x402 results in 402 Payment Required error
- Server-side generation timeout for highly complex prompts

## 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

An AI-generated image produced from the provided text brief, rendered in the requested style or concept — could be anything from a realistic portrait to abstract art depending on the prompt.

## 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/atelier-nano-banana-ai-image-generator-e18512c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.useatelier.ai](https://www.zero.xyz/host/api.useatelier.ai/llms.txt)
