{ "opencollection": "1.0.0", "info": { "name": "Ollama Blobs Completions API", "version": "0.1.0" }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Ollama Create completion", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:11434/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a completion for the provided prompt. Compatible with the OpenAI Completions API format. Supports streaming, JSON mode, and reproducible outputs." } ] } ], "bundled": true }