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
9 changes: 8 additions & 1 deletion explore-analyze/elastic-inference/eis.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,14 @@ Tokens are the fundamental units that language models process for both input and

For example, the sentence "It was the best of times, it was the worst of times." contains 52 characters but would tokenize into approximately 14 tokens with a typical word-based approach, though the exact count varies by tokenizer.

## Rate Limits
### Monitor your token usage

To track your token consumption:

1. Navigate to [**Billing and subscriptions > Usage**](https://cloud.elastic.co/billing/usage) in the {{ecloud}} Console
2. Look for line items where the **Billing dimension** is set to "Inference"

## Rate limits

The service enforces rate limits on an ongoing basis. Exceeding a limit will result in HTTP 429 responses from the server until the sliding window moves on further and parts of the limit resets.

Expand Down