{ "opencollection": "1.0.0", "info": { "name": "DeepInfra Inference Audio Completions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a text completion (legacy, OpenAI-compatible)", "type": "http" }, "http": { "method": "POST", "url": "https://api.deepinfra.com/v1/openai/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a text completion (legacy, OpenAI-compatible)" } ] } ], "bundled": true }