You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `run` method allows you to execute universal requests. Users can pass either a single universal request object or an array of them. This method supports all AI Gateway providers.
With the new AI Gateway binding methods, you can now:
164
+
With these AI Gateway binding methods, you can now:
115
165
116
166
- Send feedback and update metadata with `patchLog`.
117
167
- Retrieve detailed log information using `getLog`.
168
+
- Get gateway URLs for direct API access with `getUrl`, making it easy to integrate with popular AI SDKs.
118
169
- Execute universal requests to any AI Gateway provider with `run`.
119
170
120
-
These methods offer greater flexibility and control over your AI integrations, empowering you to build more sophisticated applications on the Cloudflare Workers platform.
121
-
171
+
These methods offer greater flexibility and control over your AI integrations, empowering you to build more sophisticated applications on the Cloudflare Workers platform.
0 commit comments