{ "opencollection": "1.0.0", "info": { "name": "Hyperbolic Audio Generation Completions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Hyperbolic Create A Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperbolic.xyz/v1/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a text completion for a prompt against a base (non-instruct) model. Primarily used for the Llama-3.1-405B-Base BF16 and FP8 variants unique to Hyperbolic.\n" } ] } ], "bundled": true }