Smart Labels for Confluence: Background service usage
Number of Confluence Lincesed Users | Background Token Limit* |
---|---|
Up to 10 | 500000 |
11-100 | 1710000 |
101-250 | 2850000 |
251-1000 | 4275000 |
1001-2500 | 5700000 |
2501-5000 | 7125000 |
5001-7500 | 8550000 |
7501-10000 | 9975000 |
10001-15000 | 11400000 |
15001-20000 | 12825000 |
20001-30000 | 14250000 |
15001-20000 | 15675000 |
30001-35000 | 17100000 |
*Tokens
Azure OpenAI processes text by breaking it down into tokens. Tokens can be words or just chunks of characters. For example, the word “hamburger” gets broken up into the tokens “ham”, “bur” and “ger”, while a short and common word like “pear” is a single token. Many tokens start with a whitespace, for example “ hello” and “ bye”.
The total number of tokens processed in a given request depends on the length of your input, output and request parameters. The quantity of tokens being processed will also affect your response latency and throughput for the models.
Â