Nova + Gemini
Gemini Live Voice Agent Integration
Nova SDK supports Google Gemini Live as a first-class voice AI provider. Same SDK. Same tools. Switch from OpenAI Realtime to Gemini with a single config change.
Gemini Live configuration
// Configure Nova to use Gemini Live
const nova = new Nova({
apiKey: process.env.NOVA_API_KEY,
provider: "gemini-live",
model: "gemini-2.0-flash-live",
})Nova normalizes Gemini Live events to the same interface as OpenAI Realtime. Tools, session config, and event handlers work identically regardless of provider.
Supported Models
gemini-2.0-flash-livegemini-live-flash-001Frequently Asked Questions
Does Nova support Gemini Live?
Yes. Nova SDK supports Google Gemini Live as an underlying voice AI provider. Sessions can use Gemini Live instead of or alongside OpenAI Realtime — configured at session start without code changes.
Does Centerbeam support Gemini?
Yes. Centerbeam's voice agent platform supports Google Gemini Live through the Nova SDK. Gemini Live and OpenAI Realtime are both first-class providers with feature parity in the Nova runtime.
What Gemini models does Nova support?
Nova supports Gemini Live models including gemini-2.0-flash-live and gemini-live-flash-001. Model availability is updated as Google releases new Gemini Live versions.
