We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044dd5f commit 70f85b6Copy full SHA for 70f85b6
src/content/docs/ai-gateway/features/dynamic-routing/json-configuration.mdx
@@ -95,7 +95,7 @@ Apply limits based on request metadata. Supports both count-based and cost-based
95
**Properties**:
96
97
- `limitType`: "count" or "cost"
98
-- `key`: Request field to use for rate limiting (e.g., "metadata.user_id")
+- `key`: Request field to use for rate limiting (e.g. "metadata.user_id")
99
- `limit`: Maximum allowed requests/cost
100
- `interval`: Time window in seconds
101
- `technique`: "sliding" or "fixed" window
0 commit comments