assemblyai-node-sdk
assemblyai-node-sdk copied to clipboard
Unable to use slam-1 model
Unable to utilize slam-1 model when passing as an argument. Example below?
const transcript = await assemblyAIClient.transcripts.create({
audio_url: fileUrl,
speaker_labels: true,
model: "slam-1",
})