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.
12 lines (10 loc) • 345 B
text/typescript
import type { Experimental_SpeechTranslationModelV4 } from '@ai-sdk/provider';
/**
* Speech translation model that is used by the AI SDK.
*
* Experimental: part of the experimental speech translation modality and may
* change in patch releases.
*/
export type SpeechTranslationModel =
| string
| Experimental_SpeechTranslationModelV4;