Skip to content

Commit

Permalink
Corrected context window sizes for o1-preview and o1-mini models
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshvp authored Oct 12, 2024
1 parent 99edc31 commit eba4123
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/github-models/prototyping-with-ai-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ Low, high, and embedding models have different rate limits. To see which type of
</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>
<td>128000 in, 32000 out</td>
<td>128000 in, 32000 out</td>
<td>128000 in, 32000 out</td>
</tr>
<tr>
<th><b>Concurrent requests</b></th>
Expand All @@ -190,9 +190,9 @@ Low, high, and embedding models have different rate limits. To see which type of
</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>
<td>128000 in, 64000 out</td>
<td>128000 in, 64000 out</td>
<td>128000 in, 64000 out</td>
</tr>
<tr>
<th><b>Concurrent requests</b></th>
Expand Down

0 comments on commit eba4123

Please sign in to comment.