sambanova
Version:
The official TypeScript library for the Samba Nova API
4 lines • 595 B
text/typescript
export { Audio } from "./audio.mjs";
export { Transcriptions, type TranscriptionResponse, type TranscriptionStreamResponse, type TranscriptionCreateResponse, type TranscriptionCreateParams, type TranscriptionCreateParamsNonStreaming, type TranscriptionCreateParamsStreaming, } from "./transcriptions.mjs";
export { Translations, type TranslationResponse, type TranslationStreamResponse, type TranslationCreateResponse, type TranslationCreateParams, type TranslationCreateParamsNonStreaming, type TranslationCreateParamsStreaming, } from "./translations.mjs";
//# sourceMappingURL=index.d.mts.map