You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added [request handling options](/ai-gateway/request-handling/) to help manage AI provider interactions effectively, ensuring your applications remain responsive and reliable.
Copy file name to clipboardExpand all lines: src/content/glossary/ai-gateway.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,18 @@ entries:
45
45
general_definition: |-
46
46
Header to trigger a fallback provider based on a [predetermined response time](/ai-gateway/configuration/fallbacks/#request-timeouts) (measured in milliseconds).
47
47
48
+
- term: cf-aig-max-attempts
49
+
general_definition: |-
50
+
Header to customize the number of max attempts for [request retries](/ai-gateway/configuration/request-handling/#request-retries) of a request.
51
+
52
+
- term: cf-aig-retry-delay
53
+
general_definition: |-
54
+
Header to customize the retry delay for [request retries](/ai-gateway/configuration/request-handling/#request-retries) of a request.
55
+
56
+
- term: cf-aig-backoff
57
+
general_definition: |-
58
+
Header to customize the backoff type for [request retries](/ai-gateway/configuration/request-handling/#request-retries) of a request.
0 commit comments