{ "opencollection": "1.0.0", "info": { "name": "OpenPipe Chat Unstable API", "version": "0.1.1" }, "items": [ { "info": { "name": "Unstable", "type": "folder" }, "items": [ { "info": { "name": "unstableDatasetCreate", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpipe.ai/api/v1/unstable/dataset/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED: use the `/datasets` endpoint instead" }, { "info": { "name": "unstableDatasetDelete", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpipe.ai/api/v1/unstable/dataset/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED: use the `/datasets/{dataset}` endpoint instead" }, { "info": { "name": "unstableDatasetList", "type": "http" }, "http": { "method": "GET", "url": "https://api.openpipe.ai/api/v1/unstable/dataset/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED: use the `/datasets` endpoint instead" }, { "info": { "name": "unstableDatasetEntryCreate", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpipe.ai/api/v1/unstable/dataset-entry/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED: use the `/datasets/{dataset}/entries` endpoint instead" }, { "info": { "name": "unstableFinetuneCreate", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpipe.ai/api/v1/unstable/finetune/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED" }, { "info": { "name": "unstableFinetuneGet", "type": "http" }, "http": { "method": "GET", "url": "https://api.openpipe.ai/api/v1/unstable/finetune/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "slug", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED: use the `/models/{model}` endpoint instead" }, { "info": { "name": "unstableFinetuneDelete", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpipe.ai/api/v1/unstable/finetune/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "DEPRECATED: use the `/models/{model}` endpoint instead" } ] } ], "bundled": true }