{ "opencollection": "1.0.0", "info": { "name": "glhf Chat API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion.", "type": "http" }, "http": { "method": "POST", "url": "https://glhf.chat/api/openai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model response for the given chat conversation. The model field must be a Hugging Face repository in the form hf:org/model (for example hf:meta-llama/Llama-3.3-70B-Instruct). When stream is true, partial message deltas are returned as Server-Sent Events terminated by a data: [DONE] message." } ] } ], "bundled": true }