# Xona Agent Qwen Image Generation

> Xona Agent Qwen Image Generation is a paid API for AI agents from api.xona-agent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates high-quality images from text prompts using the Qwen image model, with configurable aspect ratio and optional reference images, paid per-call via Solana USDC.

## Facts

- Endpoint: POST https://api.xona-agent.com/image-model/qwen-image
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-xona-agent-com-ee785436
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_djRc7ybedKujk0BDXWzW0

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 api-xona-agent-com-ee785436 -d '<json body>'
```

Example prompt: Generate an image of a futuristic city skyline at sunset with neon lights reflecting on wet streets, in 16:9 aspect ratio, using the Qwen image model.

## When to prefer this

Choose this endpoint when you specifically want to use the Qwen image generation model (as opposed to Grok or nano-banana variants on the same platform), and need Solana-based micropayment per-call pricing at $0.05 USDC. Ideal when you want consistent Qwen-style image quality with aspect ratio control.

## Known failure modes

- Invalid or missing aspect ratio format returns a 400 validation error
- Empty or too-short prompt may result in poor generation or API rejection
- Insufficient USDC balance on Solana wallet causes payment failure and 402 response
- Qwen model service downtime results in 503 or timeout error
- Unsupported reference image format may cause processing failure

## How this service works

Generate high-quality images from text prompts with optional aspect ratio and reference images using the paid Solana-based Qwen image API.

## Output

Returns a hosted image URL or image data representing the AI-generated image based on the provided prompt and aspect ratio settings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt",
  "aspectRatio"
 ],
 "properties": {
  "prompt": {
   "type": "string"
  },
  "aspectRatio": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-xona-agent-com-ee785436/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.xona-agent.com](https://www.zero.xyz/host/api.xona-agent.com/llms.txt)
