변형 · Google / Gemini Omni

gemini-omni-audio API

Google / Gemini Omni

RunAPI로 Gemini Omni 패밀리의 gemini-omni-audio를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

운영 중 · audio_music · 상업적 사용 지원
runapi.ai
curl -X POST https://runapi.ai/api/v1/gemini_omni/create_audio \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "audio_id": "achernar",
  "name": "Acher Narrator",
  "voice_description": "침착한 나레이터가 말하는 동안 재사용 가능한 캐릭터가 빗속을 걷는 1080p 네온 도시 추적 영상을 만들어 주세요.",
  "example_dialogue": "Hello, I am achernar"
}'
import { GeminiOmniClient } from "@runapi.ai/gemini-omni";

const client = new GeminiOmniClient();
const result = await client.createAudio.run({
    audio_id: "achernar",
    name: "Acher Narrator",
    voice_description: "침착한 나레이터가 말하는 동안 재사용 가능한 캐릭터가 빗속을 걷는 1080p 네온 도시 추적 영상을 만들어 주세요.",
    example_dialogue: "Hello, I am achernar",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\GeminiOmni\GeminiOmniClient;

$client = new GeminiOmniClient();
$result = $client->createAudio->run([
        'audio_id' => 'achernar',
        'name' => 'Acher Narrator',
        'voice_description' => '침착한 나레이터가 말하는 동안 재사용 가능한 캐릭터가 빗속을 걷는 1080p 네온 도시 추적 영상을 만들어 주세요.',
        'example_dialogue' => 'Hello, I am achernar',
]);
require "runapi/gemini_omni"

client = RunApi::GeminiOmni::Client.new
result = client.create_audio.run(
    audio_id: "achernar",
    name: "Acher Narrator",
    voice_description: "침착한 나레이터가 말하는 동안 재사용 가능한 캐릭터가 빗속을 걷는 1080p 네온 도시 추적 영상을 만들어 주세요.",
    example_dialogue: "Hello, I am achernar"
)
npx skills add runapi-ai/gemini-omni -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/gemini-omni v1
변형 전환
개요

Gemini Omni gemini-omni-audio는 같은 RunAPI 인증, model skill 워크플로, 사용량 기반 가격으로 사용할 수 있습니다.

  • 통합 API key
  • Model skill 설정
  • 모델 ID 참조
  • 실패한 생성은 과금되지 않습니다
요금

요금

실패한 생성은 과금되지 않습니다
Create audio
Free / track
스펙

스펙

모델 ID gemini-omni-audio
제공사 Google
모달리티 audio_music
작업 유형 synchronous
과금 call
Endpoint /api/v1/gemini_omni/create_audio
상업적 사용
카탈로그 상태 운영 중
MODELS

모델 스킬 — gemini-omni-audio

스킬을 한 번 설치한 후, 이 페이지의 변형 ID를 사용해 개발을 시작하세요.

# Install the model skill for app development workflows
npx skills add runapi-ai/gemini-omni -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Gemini Omni skill for this app:

1. Add runapi-ai/gemini-omni with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
작동 방식

gemini-omni-audio 사용 방법

01

모델 선택

앱 워크플로에 맞는 모델과 변형을 고릅니다.

02

모델 ID 전달

요청 본문에 이 변형 ID를 사용합니다.

03

작업 실행

요청을 보내고 반환된 task ID를 저장합니다.

04

출력 수집

작업이 끝나면 조회하거나 callback으로 결과를 받습니다.

차이

gemini-omni-audio 비교

VS GEMINI-OMNI-CHARACTER

프리셋 음성으로 재사용 가능한 음성 리소스 동기 생성

하나의 참조 이미지로 재사용 가능한 캐릭터 리소스 동기 생성

VS GEMINI-OMNI-FLASH-PREVIEW

프리셋 음성으로 재사용 가능한 음성 리소스 동기 생성

자연어로 창의적인 반복 작업을 지원하는 빠른 대화형 동영상 생성

VS GEMINI-OMNI-TEXT-TO-VIDEO

프리셋 음성으로 재사용 가능한 음성 리소스 동기 생성

이미지, 오디오, 캐릭터, 소스 클립 참조가 포함된 멀티모달 비디오 생성

사용 사례

이 변형을 쓰는 곳

음악 생성

트랙과 오디오 asset을 만듭니다.

음성 워크플로

음성 및 오디오 pipeline을 구축합니다.

도구 기반 제작

개발 환경에 오디오 도구를 제공합니다.

FAQ

gemini-omni-audio 자주 묻는 질문

gemini-omni-audio는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.

지금 시작

오늘 Gemini Omni로 시작하세요.