This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| how_to_handle_rate_limits [2026/03/30 21:03] – Add missing footnotes agent | how_to_handle_rate_limits [2026/03/30 22:17] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 418: | Line 418: | ||
| | Multiple users competing | Per-user rate limiting | Token budget allocation per user/team | | | Multiple users competing | Per-user rate limiting | Token budget allocation per user/team | | ||
| | All providers rate limited | Wait with exponential backoff | Add more providers, pre-purchase reserved capacity | | | All providers rate limited | Wait with exponential backoff | Add more providers, pre-purchase reserved capacity | | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * OpenAI Rate Limits Documentation — [[https:// | ||
| - | * Anthropic Rate Limits — [[https:// | ||
| - | * Google Gemini API Rate Limits — [[https:// | ||
| - | * AI Free API, " | ||
| - | * AI Free API, " | ||
| - | * Vellum, "How to Manage OpenAI Rate Limits," | ||
| - | * Requesty, "Rate Limits for LLM Providers," | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 435: | Line 425: | ||
| * [[why_is_my_rag_returning_bad_results|Why Is My RAG Returning Bad Results?]] | * [[why_is_my_rag_returning_bad_results|Why Is My RAG Returning Bad Results?]] | ||
| + | ===== References ===== | ||