Skip to content

Commit 1468261

Browse files
authored
Update universal.mdx
1 parent 25db0f3 commit 1468261

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
@@ -20,7 +20,7 @@ AI Gateway offers multiple endpoints for each Gateway you create - one endpoint
2020

2121
You can use the Universal endpoint to contact every provider. The payload is expecting an array of message, and each message is an object with the following parameters:
2222

23-
- `provider` : the name of the provider you would like to direct this message to. Can be OpenAI, workers-ai, or any of our supported providers.
23+
- `provider` : the name of the provider you would like to direct this message to. Can be OpenAI, Workers AI, or any of our supported providers.
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".

0 commit comments

Comments
 (0)