Skip to content

Commit 3a40be7

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat: OpenAPI spec update via Stainless API (#101)
1 parent fc281d0 commit 3a40be7

File tree

1 file changed

+6
-0
lines changed
  • src/cloudflare/resources/workers

1 file changed

+6
-0
lines changed

src/cloudflare/resources/workers/ai.py

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def run(
5858
or results generated by the chosen AI model. The endpoint supports various AI
5959
model types, ensuring flexibility and adaptability for diverse use cases.
6060
61+
Model specific inputs available in
62+
[Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
63+
6164
Args:
6265
extra_headers: Send extra headers
6366
@@ -115,6 +118,9 @@ async def run(
115118
or results generated by the chosen AI model. The endpoint supports various AI
116119
model types, ensuring flexibility and adaptability for diverse use cases.
117120
121+
Model specific inputs available in
122+
[Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
123+
118124
Args:
119125
extra_headers: Send extra headers
120126

0 commit comments

Comments
 (0)