# NexusAPI AI Image Variations

> NexusAPI AI Image Variations is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.110839/call, status unknown (last checked 2026-09-14).

Generates variations of an input image using AI, returning alternative versions based on the provided query or image reference.

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/ai/image/variations
- Price: $0.110839/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-image-variations-d5062211
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E__jrdww5oO807UBRdhuf

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 nexusapi-ai-image-variations-d5062211 -d '<json body>'
```

Example prompt: Can you create a few AI-generated variations of this image — I want to see alternative versions of a sunset over the ocean with a slightly more dramatic, stormy feel?

## When to prefer this

Choose this endpoint when you need AI-generated variations of an existing image concept rather than generating a brand-new image from scratch. Ideal for design iteration, creative exploration, or producing multiple stylistic alternatives of a reference image. Use this over a basic text-to-image endpoint when you want to preserve core elements while exploring variations.

## Known failure modes

- Invalid or missing query input returns a 400 error
- Payment failure or insufficient USDC balance results in a 402 response
- Image generation model timeout or overload returns a 503 or 500 error
- Unsupported image format or size triggers a validation error
- Content policy violations (e.g. explicit content) cause rejection with a policy error message

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns one or more AI-generated image variations based on the input query or reference image, typically as image URLs or base64-encoded image data along with metadata about the generation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-ai-image-variations-d5062211/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
