@ai-sdk/elevenlabs
Version:
The **[ElevenLabs provider](https://ai-sdk.dev/providers/ai-sdk-providers/elevenlabs)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the ElevenLabs chat and completion APIs and embedding model support for the ElevenLabs em
13 lines (12 loc) • 483 B
text/typescript
export { createElevenLabs, elevenlabs } from './elevenlabs-provider';
export type {
ElevenLabsProvider,
ElevenLabsProviderSettings,
} from './elevenlabs-provider';
export type {
ElevenLabsSpeechModelId,
ElevenLabsSpeechVoiceId,
} from './elevenlabs-speech-options';
export type { ElevenLabsSpeechModelOptions } from './elevenlabs-speech-model';
export type { ElevenLabsTranscriptionModelOptions } from './elevenlabs-transcription-model';
export { VERSION } from './version';