Build on the supported package contract
Use @absolutejs/voice-gemini through its supported public entry points.
@absolutejs/voice-geminiv0.0.1-beta.44betaVoice & MediaGemini Live realtime adapter for @absolutejs/voice
bun add @absolutejs/voice-geminiGemini Live realtime adapter for @absolutejs/voice.
The adapter targets the Google AI Gemini Live WebSocket API and normalizes input transcripts, output transcripts, assistant audio, turn completion, and errors into the shared RealtimeAdapter contract.
Outcomes
Use @absolutejs/voice-gemini through its supported public entry points.
Hardening checklist
Follow in order
# @absolutejs/voice-gemini
import { gemini } from "@absolutejs/voice-gemini";
const realtime = gemini({
apiKey: process.env.GEMINI_API_KEY!,
model: "gemini-2.5-flash-native-audio-preview-12-2025",
});Supported entry points declared by this package manifest.
Package entry point declared in package.json.
Scripts declared by this package manifest.
Search the declarations exported by the current package type files. Expand a symbol to inspect its source-backed signature.