UNPKG

sambanova

Version:

The official TypeScript library for the Samba Nova API

4 lines 591 B
export { Audio } from "./audio.js"; export { Transcriptions, type TranscriptionResponse, type TranscriptionStreamResponse, type TranscriptionCreateResponse, type TranscriptionCreateParams, type TranscriptionCreateParamsNonStreaming, type TranscriptionCreateParamsStreaming, } from "./transcriptions.js"; export { Translations, type TranslationResponse, type TranslationStreamResponse, type TranslationCreateResponse, type TranslationCreateParams, type TranslationCreateParamsNonStreaming, type TranslationCreateParamsStreaming, } from "./translations.js"; //# sourceMappingURL=index.d.ts.map