Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion fern/pages/01-getting-started/universal-3-pro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,9 @@ Check out [this guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompt

## Known limitations during early access

- Increased processing times. Processing times for the official release will be much faster.
- Increased processing times - As of the week of 1/19, processing long audio files takes longer than our existing production models. Processing times for the official release will be much faster.
- Currently, Universal-3-Pro only supports files up to 5 hours in duration. Longer files will be supported with the official release.
- In some edge cases, timestamps might not be accurate for a small number of words in a transcript.
- Currently, `keyterms_prompt` and `prompt` cannot be used in the same request. We will be adding support for using these features together with the official release. Until then, if you want to pass specific key terms, you can add them to your `prompt` as shown in this code example:

<Tabs groupId="language">
Expand Down
Loading