{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Completions API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Create a Text Completion", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/deployments/:deployment-id/completions", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment ID of the model to use for this request." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a completion for the provided prompt and parameters." } ] } ], "bundled": true }