{ "opencollection": "1.0.0", "info": { "name": "Ollama Blobs Images API", "version": "0.1.0" }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Ollama Create image", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:11434/images/generations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an image given a text prompt. This is an experimental endpoint that may change or be removed. Only supports b64_json response format." } ] } ], "bundled": true }