# PrimeAPI AI Image Variations

> PrimeAPI AI Image Variations is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.110839/call, status unknown (last checked 2026-09-15).

Generates image variations from an input image or query using AI image processing

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/image/variations
- Price: $0.110839/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-ai-image-variations-41d98048
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ABUoVwSg7DpEZGBXJp8GR

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 primeapi-ai-image-variations-41d98048 -d '<json body>'
```

Example prompt: Generate a few variations of this image of a sunset over the ocean — I want to see different artistic interpretations of the same scene.

## When to prefer this

Choose this endpoint when you need AI-generated variations of an existing image and want to pay per call in USDC without managing API keys. Best for one-off or low-volume image variation tasks where OpenAI DALL-E or similar variation APIs would require key management.

## Known failure modes

- Invalid or missing query parameter returns 400 error
- Unsupported image format or URL may cause processing failure
- Payment failure in USDC on Base results in 402 response before processing
- AI model timeout for complex image generation
- Rate limiting if too many concurrent requests

## 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 AI-generated image variation data based on the input query or image, likely including URLs or base64-encoded image outputs representing alternative versions of the provided image.

## 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/primeapi-ai-image-variations-41d98048/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
