
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@runapi.ai/gemini-omni
Advanced tools
RunAPI Gemini Omni SDK for audio, character, and video workflows in JavaScript, Python, Ruby, Go, Java, and PHP
The Gemini Omni JavaScript SDK is the language-specific package for Gemini Omni on RunAPI. Use this package for voice resources, character resources, and multimodal video generation workflows when your application needs request bodies, task status lookup, and consistent RunAPI errors in JavaScript.
npm install @runapi.ai/gemini-omni
import { GeminiOmniClient } from '@runapi.ai/gemini-omni';
const client = new GeminiOmniClient();
const voice = await client.createAudio.run({
audio_id: 'achernar',
name: 'Acher Narrator',
});
const character = await client.createCharacter.run({
descriptions: 'A silver-haired cyberpunk guide',
reference_image_url: 'https://cdn.runapi.ai/public/samples/reference-1.jpg',
});
const video = await client.textToVideo.run({
model: 'gemini-omni-flash-preview',
prompt: 'A paper airplane glides through a sunlit studio.',
aspect_ratio: '16:9',
output_resolution: '720p',
});
RunAPI-generated file URLs are temporary. Download and store generated images, videos, audio, or other files in your own durable storage within 7 days; do not treat returned URLs as long-term assets.
Licensed under the Apache License, Version 2.0.
FAQs
RunAPI Gemini Omni SDK for audio, character, and video workflows in JavaScript, Python, Ruby, Go, Java, and PHP
We found that @runapi.ai/gemini-omni demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.