UNPKG

ai

Version:

AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.

7 lines (5 loc) 184 B
import { SpeechModelV2, SpeechModelV3 } from '@ai-sdk/provider'; /** * Speech model that is used by the AI SDK. */ export type SpeechModel = string | SpeechModelV3 | SpeechModelV2;