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.

6 lines (5 loc) 266 B
export { streamTranslate as experimental_streamTranslate } from './stream-translate'; export type { StreamTranslationResult as Experimental_StreamTranslationResult, TranslationStreamPart as Experimental_TranslationStreamPart, } from './stream-translate-result';