{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts AI Inference API", "version": "4.0.0" }, "items": [ { "info": { "name": "AI Inference", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Execute Ai Model", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai/run/:model", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "model", "value": "example_value", "type": "path", "description": "The model identifier to execute, e.g. @cf/meta/llama-3.1-8b-instruct." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run an AI model on Cloudflare's global network. The model parameter specifies which model to invoke from the Workers AI catalog. Supports text generation, text-to-image, image classification, speech-to-text, translation, summarization, and embedding models." } ] } ], "bundled": true }