GitHub 0

Adapters

Previous Next

Recipes for wiring common voice and transcription providers into sv11 components.

sv11's voice and conversation components accept adapter objects that bridge a specific backend to a provider-agnostic interface. This section will collect recipes for implementing those adapters against common SDKs.

The interface definitions themselves live on the Providers page — the recipes here assume you have already read that reference.

Recipes

OpenAI and Deepgram recipes are planned.

An adapter is just any object that matches the published interface, so you can wrap any SDK, HTTP endpoint, or WebSocket protocol the same way.