---
title: "Gemini Omni API — Variants, pricing & model skill"
url: "https://runapi.ai/models/gemini-omni.md"
canonical: "https://runapi.ai/models/gemini-omni.md"
locale: "en"
model: "Gemini Omni"
provider: "Google"
modality: "video"
variant_count: 3
price_from_cents: 0
---

# Gemini Omni API

Gemini Omni API access for voice, character, and multimodal video resources in agent media workflows.

**Provider:** Google
**Modality:** Video
**Catalog:** 3 variants

Gemini Omni creates reusable voice resources, reusable character resources, and multimodal videos that can combine prompts, reference images, audio IDs, character IDs, and a source video clip.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| gemini-omni-audio | `audio` | $0.0000 | call | https://runapi.ai/models/gemini-omni/audio.md |
| gemini-omni-character | `character` | $0.0000 | call | https://runapi.ai/models/gemini-omni/character.md |
| gemini-omni-text-to-video | `text-to-video` | $3.60 | call | https://runapi.ai/models/gemini-omni/text-to-video.md |


## Install the skill

```sh
npx skills add runapi-ai/gemini-omni -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Gemini Omni features to an application.

## Context

Gemini Omni belongs to the Google catalog on RunAPI and shares the same SDK package, CLI namespace, and billing surfaces across audio, character, and video variants.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

