Skip to content

Commit

Permalink
Merge pull request #34677 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 21, 2024
2 parents 09e364a + e8164ae commit 1a94ab7
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion content/github-models/prototyping-with-ai-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Low, high, and embedding models have different rate limits. To see which type of
<td>4</td>
</tr>
<tr>
<th rowspan="4" scope="rowgroup" style="box-shadow: none"><b>Embedding</b></th>
<th rowspan="4" scope="rowgroup"><b>Embedding</b></th>
<th style="padding-left: 0"><b>Requests per minute</b></th>
<td>15</td>
<td>15</td>
Expand All @@ -150,6 +150,56 @@ Low, high, and embedding models have different rate limits. To see which type of
<td>5</td>
<td>8</td>
</tr>
<tr>
<th rowspan="4" scope="rowgroup"><b>Azure OpenAI o1-preview</b></th>
<th style="padding-left: 0"><b>Requests per minute</b></th>
<td>1</td>
<td>2</td>
<td>2</td>
</tr>
<tr>
<th><b>Requests per day</b></th>
<td>8</td>
<td>10</td>
<td>12</td>
</tr>
<tr>
<th><b>Tokens per request</b></th>
<td>4000 in, 4000 out</td>
<td>4000 in, 4000 out</td>
<td>4000 in, 8000 out</td>
</tr>
<tr>
<th><b>Concurrent requests</b></th>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<th rowspan="4" scope="rowgroup" style="box-shadow: none"><b>Azure OpenAI o1-mini</b></th>
<th style="padding-left: 0"><b>Requests per minute</b></th>
<td>2</td>
<td>3</td>
<td>3</td>
</tr>
<tr>
<th><b>Requests per day</b></th>
<td>12</td>
<td>15</td>
<td>20</td>
</tr>
<tr>
<th><b>Tokens per request</b></th>
<td>4000 in, 4000 out</td>
<td>4000 in, 4000 out</td>
<td>4000 in, 4000 out</td>
</tr>
<tr>
<th><b>Concurrent requests</b></th>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
</table>

These limits are subject to change without notice.
Expand Down

0 comments on commit 1a94ab7

Please sign in to comment.