Conversation
- 0-2 minutes: no max speaker limit - 2-10 minutes: max 10 speakers - 10+ minutes: max 30 speakers Updated in speaker-diarization.mdx (quickstart info box, set range section, FAQ) and openapi.yml (max_speakers_expected description). Co-Authored-By: Dan Ince <dince@assemblyai.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Dan Ince <dince@assemblyai.com>
LeeVaughn
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the speaker diarization documentation to reflect new duration-based default max speaker limits:
Changes were made in three places in
speaker-diarization.mdx(quickstart info box, "Set a range of possible speakers" section, and FAQ accordion) and inopenapi.yml/openapi.json(themax_speakers_expectedfield description and removal of the staticdefault: 10).Review & Testing Checklist for Human
default: 10removal inopenapi.ymlis intentional. Since the default is now dynamic/duration-based, the staticdefault: 10was removed. Confirm this won't break SDK code generation or API reference rendering (e.g., Fern-generated docs that may expect a default value on the field).<Info>and<Accordion>components should render correctly. Check via the Fern docs deploy preview linked on this PR.Notes
openapi.jsonwas regenerated fromopenapi.ymlviapnpm run to-jsonand formatted withpnpm run format.Link to Devin session: https://app.devin.ai/sessions/0170408f59b44b49b0667cee20121f61
Requested by: @dan-ince-aai