# imgnAI Katana API – Google Omni Video Generation

> imgnAI Katana API – Google Omni Video Generation is a paid API for AI agents from kat.imgnai.com, paid per call via x402, $0.52/call, status unknown (last checked 2026-09-14).

Generates AI video using Google Omni via the imgnAI Katana pay-per-call gateway, accepting a prompt and optional duration/aspect ratio parameters.

## Facts

- Endpoint: POST https://kat.imgnai.com/v1/videos/google-omni
- Price: $0.52/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imgnai-katana-api-google-omni-video-generation-7d24ebb3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Idx7t5kP1p_lPFtKt89Nd

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 imgnai-katana-api-google-omni-video-generation-7d24ebb3 -d '<json body>'
```

Example prompt: Generate a 10-second widescreen (16:9) AI video of a serene mountain lake at sunset with gentle ripples using Google Omni — no people or urban elements.

## When to prefer this

Choose this endpoint when you specifically need Google Omni video generation via a pay-per-call x402 micropayment model without a subscription, or when integrating into an OpenAPI/HermesOS/OpenClaw-compatible agent workflow that needs text-to-video at ~$0.52 per call.

## Known failure modes

- Missing required 'prompt' field returns validation error
- Invalid aspect_ratio format causes rejection
- Insufficient USDC balance triggers payment failure (x402)
- Duration value out of supported range causes error
- Model unavailability or upstream Google Omni outage returns error status
- Prompt violates content policy and is rejected

## How this service works

Pay-per-call AI gateway: Frontier/SOTA LLM, Image, and Video models - and proprietary low-cost imgnAI models. Includes GPT 5.5, Opus 4.8, GPT Image 2, Nano Banana 2, Seedance 2.0, Happy Horse, and Google Omni. Fully compatible with OpenAPI, HermesOS, and OpenClaw.

## Output

Returns a JSON object containing a status string, a request_id for tracking, and a responses array with the generated video output(s) from Google Omni.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imgnai-katana-api-google-omni-video-generation-7d24ebb3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kat.imgnai.com](https://www.zero.xyz/host/kat.imgnai.com/llms.txt)
