Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,10 @@ redirects:
destination: /docs/streaming/endpoints-and-data-zones
- source: /docs/common-session-errors-and-closures
destination: /docs/streaming/common-session-errors-and-closures
- source: /docs/streaming/common-errors
destination: /docs/streaming/common-session-errors-and-closures
- source: /docs/pre-recorded-audio/pii-redaction
destination: /docs/guardrails/pii-redaction
- source: /docs/diarization-and-multichannel
destination: /docs/streaming/diarization-and-multichannel
- source: /docs/turn-detection
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/concepts/account_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Usage limits for streaming speech-to-text are distinct from pre-recorded audio s
| Free | 5 |
| Paid | 100+ |

For more details on auto-scaling, scale-down behavior, and session termination, see [Streaming STT Concurrency](/docs/faq/what-are-my-concurrency-limits#streaming-speech-to-text-limits).
For more details on auto-scaling, scale-down behavior, and session termination, see [Streaming STT Concurrency](/docs/streaming/concurrency).

### LLM Gateway usage limits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ To end a session, the client must send a `Terminate` message. The server then re
<Warning>
Always terminate sessions explicitly. Sessions that are not terminated remain
open and continue to accrue charges until the server auto-closes them after 3
hours (error code `3008`). See [Common errors](/docs/streaming/common-errors)
hours (error code `3008`). See [Common errors](/docs/streaming/common-session-errors-and-closures)
for more details.
</Warning>

Expand Down
2 changes: 1 addition & 1 deletion fern/pages/use-cases/contact-center-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ print(f"Sentiment: {result.get('sentiment_breakdown', {})}")
- [Multichannel Streaming Guide](https://www.assemblyai.com/docs/streaming/diarization-and-multichannel)
- [Speaker Identification Guide](https://www.assemblyai.com/docs/speech-understanding/speaker-identification)
- [Translation Guide](https://www.assemblyai.com/docs/speech-understanding/translation)
- [PII Redaction Guide](https://www.assemblyai.com/docs/speech-to-text/pre-recorded-audio/pii-redaction)
- [PII Redaction Guide](https://www.assemblyai.com/docs/guardrails/pii-redaction)
- [Getting Started Guide](https://www.assemblyai.com/docs/getting-started/transcribe-an-audio-file)
- [API Playground](https://www.assemblyai.com/playground/streaming)
- [Changelog](https://www.assemblyai.com/changelog)
Expand Down
Loading