vercel-smallestai
v1.0.0
Published
Smallest AI ↔ Vercel AI SDK speech bridge: getSmallestAISpeechModel() for experimental_generateSpeech
Maintainers
Readme
vercel-smallestai
A tiny adapter that lets you use Smallest AI text-to-speech with the Vercel AI SDK via a drop-in getSmallestAISpeechModel() factory.
- ✅ Works with
experimental_generateSpeechfromai - ✅ TypeScript types included
- ✅ ESM + CJS exports
- ✅ Minimal API surface
Install
You should already have
ai(Vercel AI SDK) andsmallestaiin your app.
This package lists them as peer deps to avoid version conflicts.
npm i vercel-smallestai
# if not already present in your app:
npm i ai smallestai