Add an official @ai-sdk/gradium provider package to the AI SDK.
Gradium provides low-latency Text-to-Speech and Speech-to-Text APIs for voice applications. The AI SDK already supports voice providers such as ElevenLabs and Deepgram, and adding Gradium would let developers use Gradium speech generation and transcription through the same AI SDK speech/transcription interfaces.
@ai-sdk/gradium provider package.ProviderV4.gradium.speech() / gradium.speechModel().gradium.transcription() / gradium.transcriptionModel().json_config, rewrite rules, pronunciation dictionaries, and latency-related STT settings.Gradium also supports realtime WebSocket APIs with semantic VAD, adaptive delay, and flush-driven turn-taking. This provider focuses on the AI SDK request/response speech and transcription surfaces, while documenting when developers should use Gradium’s realtime APIs directly.
No response