From 081c2bb46fe535805a2c8f9484fb47f52e76047c Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:19:34 +0000 Subject: [PATCH 01/10] Hyperlint Automation Fix From 0a2b73a1b35e07d43090b0318d8cbdddc0af64b6 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:19:41 +0000 Subject: [PATCH 02/10] Hyperlint Automation Fix From 37162099001f482050d48fd16bbfc8c63165ada2 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:19:45 +0000 Subject: [PATCH 03/10] Hyperlint Automation Fix --- src/content/docs/ai-gateway/providers/bedrock.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ai-gateway/providers/bedrock.mdx b/src/content/docs/ai-gateway/providers/bedrock.mdx index 66e9128162df5c..d114898fe6c080 100644 --- a/src/content/docs/ai-gateway/providers/bedrock.mdx +++ b/src/content/docs/ai-gateway/providers/bedrock.mdx @@ -27,7 +27,7 @@ When making requests to Amazon Bedrock, ensure you have the following: When making requests to Amazon Bedrock, replace `https://bedrock-runtime.us-east-1.amazonaws.com/` in the URL you're currently using with `https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/aws-bedrock/bedrock-runtime/us-east-1/`, then add the model you want to run at the end of the URL. -With Bedrock, you will need to sign the URL before you make requests to AI Gateway. You can try using the [`aws4fetch`](https://github.com/mhart/aws4fetch) SDK. +With Bedrock, you will need to sign the URL before you make requests to AI Gateway. You can try using the ['aws4fetch'](https://github.com/mhart/aws4fetch) SDK. ## Examples From ea18f6309ee5ae9741ccc9b38ae853d01850adfc Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:19:51 +0000 Subject: [PATCH 04/10] Hyperlint Automation Fix From d4c12ca5bccb501f965d48d09ca38efe03124255 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:19:55 +0000 Subject: [PATCH 05/10] Hyperlint Automation Fix From 391a0ae533e6f4e871cd7f3898fc1dacff6b2377 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:19:59 +0000 Subject: [PATCH 06/10] Hyperlint Automation Fix From 8274bc8ca85536a8b089a78d73ae1c31763e80ff Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:20:05 +0000 Subject: [PATCH 07/10] Hyperlint Automation Fix From 35b24e58ea579bee1bd7da724834d410b3e25ce9 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:20:08 +0000 Subject: [PATCH 08/10] Hyperlint Automation Fix From aba8986bbc4272198253fc64e63ccd41a8ed0c6d Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:20:12 +0000 Subject: [PATCH 09/10] Hyperlint Automation Fix From 90b96e12d42e3ac2fdfea898fd8885e5d80cac5f Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:20:18 +0000 Subject: [PATCH 10/10] Hyperlint Automation Fix --- src/content/docs/ai-gateway/universal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ai-gateway/universal.mdx b/src/content/docs/ai-gateway/universal.mdx index d7a92476a218d7..d7c1e1b981bd2a 100644 --- a/src/content/docs/ai-gateway/universal.mdx +++ b/src/content/docs/ai-gateway/universal.mdx @@ -19,7 +19,7 @@ You can use the Universal endpoint to contact every provider. The payload is exp - `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. - `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/). -- `authorization`: the content of the Authorization HTTP Header that should be used when contacting this provider. This usually starts with "Token" or "Bearer". +- `authorization`: the content of the Authorization HTTP Header that should be used when contacting this provider. This usually starts with 'Token' or 'Bearer'. - `query`: the payload as the provider expects it in their official API. ## cURL example