Skip to content

Commit

Permalink
feat: OpenAPI spec update via Stainless API (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 8, 2024
1 parent 67434b5 commit 3d6b566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/resources/workers/ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export class AI extends APIResource {
* By submitting the required input data, users can receive real-time predictions
* or results generated by the chosen AI model. The endpoint supports various AI
* model types, ensuring flexibility and adaptability for diverse use cases.
*
* Model specific inputs available in
* [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/).
*/
run(modelName: string, params: AIRunParams, options?: Core.RequestOptions): Core.APIPromise<AIRunResponse> {
const { account_id, body } = params;
Expand Down

0 comments on commit 3d6b566

Please sign in to comment.