File tree 1 file changed +6
-0
lines changed
src/cloudflare/resources/workers
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ def run(
58
58
or results generated by the chosen AI model. The endpoint supports various AI
59
59
model types, ensuring flexibility and adaptability for diverse use cases.
60
60
61
+ Model specific inputs available in
62
+ [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
63
+
61
64
Args:
62
65
extra_headers: Send extra headers
63
66
@@ -115,6 +118,9 @@ async def run(
115
118
or results generated by the chosen AI model. The endpoint supports various AI
116
119
model types, ensuring flexibility and adaptability for diverse use cases.
117
120
121
+ Model specific inputs available in
122
+ [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
123
+
118
124
Args:
119
125
extra_headers: Send extra headers
120
126
You can’t perform that action at this time.
0 commit comments