{ "opencollection": "1.0.0", "info": { "name": "Ollama Blobs Chat Completions API", "version": "0.1.0" }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Ollama Create chat completion", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:11434/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model response for the given chat conversation. Supports streaming, JSON mode, structured output, vision, and tool calling. Compatible with the OpenAI Chat Completions API format." } ] } ], "bundled": true }