{ "opencollection": "1.0.0", "info": { "name": "Qubrid AI Compute Chat Completions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://platform.qubrid.com/api/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a model response for the given chat conversation. This endpoint is compatible with the OpenAI chat completions format, accepting an array of messages and returning a generated assistant reply. Supports text generation, code generation, and vision-language models available on the Qubrid AI platform." } ] } ], "bundled": true }