# GlianaAI hh1.1-r2v — Image-to-Video AI Inference

> GlianaAI hh1.1-r2v — Image-to-Video AI Inference is a paid API for AI agents from api.glianalabs.com, paid per call via x402, $1.305/call, status unknown (last checked 2026-09-13).

Converts an input image to a video using the hh1.1-r2v generative model, paid per-call in USDC via x402 with no API key required.

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/hh1.1-r2v
- Price: $1.305/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-hh1-1-r2v-image-to-video-ai-inference-a5b047b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TMBvA3-atr0obTugxu7Dl

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 glianaai-hh1-1-r2v-image-to-video-ai-inference-a5b047b1
```

Example prompt: Use GlianaAI's hh1.1-r2v model to animate this image into a video — pay with USDC via x402 and give me back the media URL when it's done.

## When to prefer this

Choose this endpoint when you need image-to-video generation specifically (hh1.1-r2v model), want no signup or API key overhead, and can settle payment in USDC on-chain via x402. Ideal for autonomous agents with crypto wallets that need pay-per-use generative video without a subscription.

## Known failure modes

- Payment failure if insufficient USDC balance on Tempo, Base, or Solana
- 402 Payment Required if x402 payment header is missing or invalid
- 400 Bad Request if required input fields (type, method, bodyType, body) are missing
- 500 Internal Server Error if the model inference fails
- Invalid or expired media URL if asset is not retrieved promptly after generation

## How this service works

One endpoint for 90+ generative AI models, live market data, SEC filings and identity APIs — image, video, music, speech, LLM chat, crypto and FX rates, DEX liquidity, gas, US company fundamentals and insider trades, document OCR and face matching. Pay per request in USDC on Tempo, Base, Solana, Algorand or BNB Chain with no signup, or top up a prepaid balance in rupiah.

## Output

A JSON object containing the model name ('hh1.1-r2v') and an output object with a URL pointing to the generated video media asset hosted at api.glianalabs.com/v1/media/<id>.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "hh1.1-r2v",
  "output": {
   "url": "https://api.glianalabs.com/v1/media/<id>"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-hh1-1-r2v-image-to-video-ai-inference-a5b047b1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.glianalabs.com](https://www.zero.xyz/host/api.glianalabs.com/llms.txt)
