Skip to content

Commit 51504e6

Browse files
authored
Update universal.mdx
1 parent 1468261 commit 51504e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/providers/universal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use the Universal endpoint to contact every provider. The payload is exp
2424
- `endpoint`: the pathname of the provider API you’re trying to reach. For example, on OpenAI it can be `chat/completions`, and for Workers AI this might be [`@cf/meta/llama-3.1-8b-instruct`](/workers-ai/models/llama-3.1-8b-instruct/). See more in the sections that are specific to [each provider](/ai-gateway/providers/).
2525
- `headers`:
2626
- `Authorization`: the content of the Authorization HTTP Header that should be used when contacting this provider. This usually starts with "Token" or "Bearer".
27-
- Any other custom header in a model's [configuration](/ai-gateway/configuration/), such as [Caching](/ai-gateway/configuration/caching/) or [Authentication](/ai-gateway/configuration/authentication/).
27+
- Any other custom header in a model's [configuration](/ai-gateway/configuration/), such as [Caching](/ai-gateway/configuration/caching/) or [Custom Metadata](/ai-gateway/configuration/custom-metadata/).
2828
- `query`: the payload as the provider expects it in their official API.
2929

3030
## cURL example

0 commit comments

Comments
 (0)