Skip to content

Commit 8b149a5

Browse files
authored
Show Enterprise 3.5 Sonnet token limits
This was missing before. Closes https://linear.app/sourcegraph/issue/CODY-3726/whats-our-token-limits-for-35-sonnet
1 parent 4aa889c commit 8b149a5

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/cody/core-concepts/token-limits.mdx

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,21 @@ Here's a detailed breakdown of the token limits by model:
5050
</Tab>
5151

5252
<Tab title="Enterprise">
53-
| **Model** | **Conversation Context** | **@-mention Context** | **Output** |
54-
| ------------------- | ------------------------ | --------------------- | ---------- |
55-
| gpt-3.5-turbo | 7,000 | shared | 1,000 |
56-
| gpt-4 | 7,000 | shared | 1,000 |
57-
| gpt-4-turbo | 7,000 | shared | 1,000 |
58-
| claude instant | 7,000 | shared | 1,000 |
59-
| claude-2.0 | 7,000 | shared | 1,000 |
60-
| claude-2.1 | 7,000 | shared | 1,000 |
61-
| claude-3 Haiku | 7,000 | shared | 1,000 |
62-
| **claude-3 Sonnet** | **15,000** | **30,000** | **4,000** |
63-
| **claude-3 Opus** | **15,000** | **30,000** | **4,000** |
64-
| mixtral 8x7b | 7,000 | shared | 1,000 |
53+
| **Model** | **Conversation Context** | **@-mention Context** | **Output** |
54+
| ------------------------ | ------------------------ | --------------------- | ---------- |
55+
| gpt-3.5-turbo | 7,000 | shared | 1,000 |
56+
| gpt-4 | 7,000 | shared | 1,000 |
57+
| gpt-4-turbo | 7,000 | shared | 1,000 |
58+
| claude instant | 7,000 | shared | 1,000 |
59+
| claude-2.0 | 7,000 | shared | 1,000 |
60+
| claude-2.1 | 7,000 | shared | 1,000 |
61+
| claude-3 Haiku | 7,000 | shared | 1,000 |
62+
| **claude-3 Sonnet** | **15,000** | **30,000** | **4,000** |
63+
| **claude-3.5 Sonnet^*^** | **15,000** | **30,000** | **4,000** |
64+
| **claude-3 Opus** | **15,000** | **30,000** | **4,000** |
65+
| mixtral 8x7b | 7,000 | shared | 1,000 |
6566
</Tab>
67+
^*^*Shown are the standard limits. Exact token limits may vary depending on your deployment. Please contact your Sourcegraph representative to learn more.*
6668
</Tabs>
6769

6870
For more information on how Cody builds context, see our [documentation here](/cody/core-concepts/context).

0 commit comments

Comments
 (0)