{ "opencollection": "1.0.0", "info": { "name": "Hugging Face Dataset Viewer Audio Chat Completions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://datasets-server.huggingface.co/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a chat completion using an OpenAI-compatible API. Supports conversational LLMs and Vision-Language Models (VLMs). Requests are routed to the optimal inference provider automatically." } ] } ], "bundled": true }