UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 358 B
import type { AudioTranscriptionRequest, AudioTranscriptionResult } from "../../types.js"; export declare const DEFAULT_DEEPGRAM_AUDIO_BASE_URL = "https://api.deepgram.com/v1"; export declare const DEFAULT_DEEPGRAM_AUDIO_MODEL = "nova-3"; export declare function transcribeDeepgramAudio(params: AudioTranscriptionRequest): Promise<AudioTranscriptionResult>;