Skip to content

docs: update default max speaker limits for speaker diarization#785

Merged
LeeVaughn merged 3 commits intomainfrom
devin/1773841776-update-speaker-diarization-defaults
Mar 18, 2026
Merged

docs: update default max speaker limits for speaker diarization#785
LeeVaughn merged 3 commits intomainfrom
devin/1773841776-update-speaker-diarization-defaults

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Mar 18, 2026

Summary

Updates the speaker diarization documentation to reflect new duration-based default max speaker limits:

  • 0–2 minutes: no max speaker limit
  • 2–10 minutes: max 10 speakers
  • 10+ minutes: max 30 speakers

Changes were made in three places in speaker-diarization.mdx (quickstart info box, "Set a range of possible speakers" section, and FAQ accordion) and in openapi.yml / openapi.json (the max_speakers_expected field description and removal of the static default: 10).

Review & Testing Checklist for Human

  • Verify the default: 10 removal in openapi.yml is intentional. Since the default is now dynamic/duration-based, the static default: 10 was 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).
  • Confirm the new default limits match actual backend behavior (0–2 min: no limit, 2–10 min: 10, 10+ min: 30).
  • Preview the MDX rendering — the bullet-point lists inside <Info> and <Accordion> components should render correctly. Check via the Fern docs deploy preview linked on this PR.

Notes

  • openapi.json was regenerated from openapi.yml via pnpm run to-json and formatted with pnpm run format.

Link to Devin session: https://app.devin.ai/sessions/0170408f59b44b49b0667cee20121f61
Requested by: @dan-ince-aai

- 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>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link

@github-actions
Copy link

@github-actions
Copy link

@LeeVaughn LeeVaughn merged commit 3dd3854 into main Mar 18, 2026
4 checks passed
@LeeVaughn LeeVaughn deleted the devin/1773841776-update-speaker-diarization-defaults branch March 18, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants