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", }) ```