@voicelayer/agents-plugin-openai
v1.0.0
Published
VoiceLayer provider plugin — OpenAI LLM, text-to-speech, and Realtime (speech-to-speech). Re-exports @livekit/agents-plugin-openai for use with @voicelayer/sdk.
Maintainers
Readme
@voicelayer/agents-plugin-openai
OpenAI LLM, text-to-speech, and Realtime (speech-to-speech) provider for @voicelayer/sdk.
A thin wrapper that re-exports @livekit/agents-plugin-openai so every VoiceLayer provider installs under one consistent scope. Install only the providers you use — the SDK does not bundle any of them.
Install
pnpm add @voicelayer/sdk @voicelayer/agents-plugin-openaiUse
import { defineAgent, openai } from '@voicelayer/sdk';You never import this package directly — @voicelayer/sdk loads it on demand when you use the openai provider factory.
License
Apache-2.0
