VARIANTE · Google / Gemini Omni

Gemini Omni gemini-omni-character API

A model variant exposed through RunAPI's unified AI API.

Operational · image · Commercial use supported
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/gemini-omni -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Gemini Omni skill for me:

1. Clone https://github.com/runapi-ai/gemini-omni
2. Copy the skills/gemini-omni/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
Switch variant
APERÇU

Gemini Omni gemini-omni-character is available through the same RunAPI auth, SDKs, and agent skill workflow.

  • Unified endpoint
  • SDK snippets
  • Agent install path
  • Les générations échouées ne sont pas facturées
TARIFS

TARIFS

Les générations échouées ne sont pas facturées
Create character
Free / image
FICHE TECHNIQUE

FICHE TECHNIQUE

Model ID gemini-omni-character
Fournisseur Google
Modalité image
Task type synchronous
Facturation call
Endpoint /api/v1/gemini_omni/create_character
Commercial Yes
Status Operational
DÉMARRAGE RAPIDE

Quickstart — gemini-omni-character

runapi.ai
curl -X POST https://runapi.ai/api/v1/gemini_omni/create_character \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "descriptions": "Create a 1080p neon city tracking shot with a reusable character walking through rain while a calm narrator speaks.",
  "image_urls": [
    "https://file.aiquickdraw.com/public/demo/character-reference.png"
  ],
  "audio_ids": [
    "audio-kie-123"
  ],
  "character_name": "Jenny"
}'
import { GeminiOmniClient } from "@runapi.ai/gemini-omni";

const client = new GeminiOmniClient();
const result = await client.createCharacter.run({
    descriptions: "Create a 1080p neon city tracking shot with a reusable character walking through rain while a calm narrator speaks.",
    image_urls: ["https://file.aiquickdraw.com/public/demo/character-reference.png"],
    audio_ids: ["audio-kie-123"],
    character_name: "Jenny",
});
require "runapi/gemini_omni"

client = RunApi::GeminiOmni::Client.new
result = client.create_character.run(
    descriptions: "Create a 1080p neon city tracking shot with a reusable character walking through rain while a calm narrator speaks.",
    image_urls: ["https://file.aiquickdraw.com/public/demo/character-reference.png"],
    audio_ids: ["audio-kie-123"],
    character_name: "Jenny"
)
@runapi.ai/gemini-omni v1
FONCTIONNEMENT

How to use gemini-omni-character

01

Choose endpoint

Pick the endpoint and copy the SDK snippet.

02

Pass model ID

Use this variant ID in the request body.

03

Run task

Submit the request and store the returned task ID.

04

Collect output

Poll or receive the callback when the task finishes.

DIFFÉRENCES

How gemini-omni-character compares

VS GEMINI-OMNI-AUDIO

Synchronous reusable character resource creation from one reference image

Synchronous reusable voice resource creation from preset voices

VS GEMINI-OMNI-TEXT-TO-VIDEO

Synchronous reusable character resource creation from one reference image

Prompted multimodal video with image, audio, character, and source-clip references

CAS D’USAGE

Where to use this variant

Image generation

Create visual assets from text prompts.

Editing

Transform existing images with prompt guidance.

Batch creative work

Use SDKs for repeatable generation.

FAQ

Frequently asked questions about gemini-omni-character

How do I select gemini-omni-character?

Pass the model ID shown in the quickstart.

Is pricing usage-based?

Yes. Pricing is metered per call or unit.

COMMENCER

Start with Gemini Omni today.