@vowel.to/client / index / SUPPORTED_REALTIME_PROVIDERS
Variable: SUPPORTED_REALTIME_PROVIDERS
ts
const SUPPORTED_REALTIME_PROVIDERS: readonly ["gemini", "openai", "grok", "vowel-core", "vowel-prime"];Defined in: lib/vowel/types/providers.ts:10
Shared provider identifiers for the Vowel client runtime.
This is the single source of truth for realtime providers used across types, validation, and provider factory selection.
vowel-prime and vowel-core are client-facing product modes. They are not modeled here as different core realtime protocols.