Skip to content

Commit 5a608cb

Browse files
URL added
1 parent d22193e commit 5a608cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/configuration/fallbacks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can add as many fallbacks as you need, just by adding another object in the
3232

3333
## Response header(cf-aig-step)
3434

35-
When using the [Universal Endpoint](ai-gateway/providers/universal/) with fallbacks, the response header `cf-aig-step` indicates which model successfully processed the request by returning the step number. This header provides visibility into whether a fallback was triggered and which model ultimately processed the response.
35+
When using the [Universal endpoint](/ai-gateway/providers/universal/) with fallbacks, the response header `cf-aig-step` indicates which model successfully processed the request by returning the step number. This header provides visibility into whether a fallback was triggered and which model ultimately processed the response.
3636

3737
- `cf-aig-step:0` – The first (primary) model was used successfully.
3838
- `cf-aig-step:1` – The request fell back to the second model.

0 commit comments

Comments
 (0)