{ "opencollection": "1.0.0", "info": { "name": "Inception Chat FIM API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FIM", "type": "folder" }, "items": [ { "info": { "name": "Create a fill-in-the-middle completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.inceptionlabs.ai/v1/fim/completions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a code completion given a `prompt` (prefix) and optional `suffix`. Designed for IDE-style inline completion. Returns a `FimCompletion` object, or a server-sent events stream of `FimCompletionChunk` deltas when `stream=true`. Tool calling and function calling are not supported." } ] } ], "bundled": true }