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
10 changes: 5 additions & 5 deletions src/content/docs/workers-ai/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ Rate limits are default per task type, with some per-model limits defined as fol

## Rate limits by task type

### [Automatic Speech Recognition](/workers-ai/models/#automatic-speech-recognition)
### [Automatic Speech Recognition](/workers-ai/models/)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/workers-ai/platform/limits/
has a broken internal link to: https://developers.cloudflare.com/workers-ai/models/.
The fragment automatic-speech-recognition does not exist.

By looking at the page: https://developers.cloudflare.com/workers-ai/models/
There was no ideal replacement found and so we removed the header link.


* 720 requests per minute

### [Image Classification](/workers-ai/models/#image-classification)
### [Image Classification](/workers-ai/models/)

* 3000 requests per minute

### [Image-to-Text](/workers-ai/models/#image-to-text)
### [Image-to-Text](/workers-ai/models/)

* 720 requests per minute

### [Object Detection](/workers-ai/models/#object-detection)
### [Object Detection](/workers-ai/models/)

* 3000 requests per minute

### [Summarization](/workers-ai/models/#summarization)
### [Summarization](/workers-ai/models/)

* 1500 requests per minute

Expand Down