Skip to content

Commit 627df4c

Browse files
Suggested edits
1 parent 36f759e commit 627df4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/content/changelogs-next/2025-01-26-worker-binding-methods.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: AI Gateway Introduces New Worker Binding Methods
33
description: New Worker binding methods, enhancing integration capabilities for developers.
44
products:
55
- ai-gateway
6-
date: 2025-01-26T14:00:00Z
6+
date: 2025-01-30T14:00:00Z
77
---
88

9-
AI Gateway now exposes a native [Workers bindings API](/ai-gateway/integrations/worker-binding-methods/), allowing you to connect Workers applications to AI Gateway directly. These methods simplify how Workers calls AI services behind your AI Gateway configurations, removing the need to use the REST API and manually authenticate.
9+
We have released new,[Workers bindings API](/ai-gateway/integrations/worker-binding-methods/), allowing you to connect Workers applications to AI Gateway directly. These methods simplify how Workers calls AI services behind your AI Gateway configurations, removing the need to use the REST API and manually authenticate.
1010

1111
To add an AI binding to your Worker, include the following in your `wrangler.toml` or `wrangler.json` file:
1212

@@ -21,5 +21,3 @@ With the new AI Gateway binding methods, you can now:
2121
For example, to send feedback and update metadata using `patchLog`:
2222

2323
![Send feedback and update metadata using patchLog:](~/assets/images/ai-gateway/send-feedback.png)
24-
25-
For detailed setup instructions, see our [AI Gateway Binding methods documentation](/ai-gateway/integrations/worker-binding-methods/).

0 commit comments

Comments
 (0)