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
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
VISÃO GERAL
Gemini Omni gemini-omni-character is available through the same RunAPI auth, SDKs, and agent skill workflow.
- Unified endpoint
- SDK snippets
- Agent install path
- Gerações com falha não são cobradas
PREÇOS
PREÇOS
Gerações com falha não são cobradas
Create character
Free
/ image
FICHA TÉCNICA
FICHA TÉCNICA
| Model ID | gemini-omni-character |
| Provedor | |
| Modalidade | image |
| Task type | synchronous |
| Cobrança | call |
| Endpoint | /api/v1/gemini_omni/create_character |
| Commercial | Yes |
| Status | Operational |
INÍCIO RÁPIDO
Quickstart — gemini-omni-character
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"
)
COMO FUNCIONA
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.
DIFERENÇAS
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
CASOS DE USO
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.
Other Gemini Omni variants
gemini-omni-audio
Cheapest
audio
$0.0000 / call
gemini-omni-text-to-video
text-to-video
$3.60 / call
Related models
COMEÇAR