# OmniAPI AI Image Variations

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

Generates variations of an input image using AI, returning alternative versions of the provided image

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/image/variations
- Price: $0.090038/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-ai-image-variations-eb544394
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tKJRZ8Dbt6L7Xl2t6S7RH

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

Example prompt: Take this image of my product logo and generate a few AI variations of it — I want to see different creative alternatives based on the same source.

## When to prefer this

Choose this endpoint when you need to generate multiple AI-driven visual variations from an existing image and want to pay per call in USDC via x402 without a subscription. It suits agents operating in crypto-native environments that need lightweight, on-demand image variation generation without committing to a dedicated image AI provider.

## Known failure modes

- Missing required 'query' field returns validation error
- Invalid or inaccessible image input causes processing failure
- Rate limiting or payment failure via x402 if USDC balance is insufficient
- Malformed input schema results in 400-level error
- Upstream AI model unavailability may cause timeout or 503 response

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns AI-generated image variations based on the input image or query, providing alternative visual interpretations or remixes of the source material, delivered as API response data containing the generated image outputs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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