{ "opencollection": "1.0.0", "info": { "name": "langfuse AnnotationQueues Models API", "version": "1.0" }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "models_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/models", "params": [ { "name": "page", "value": "", "type": "query", "description": "page number, starts at 1" }, { "name": "limit", "value": "", "type": "query", "description": "limit of items per page" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all models" }, { "info": { "name": "models_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/public/models", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a model" }, { "info": { "name": "models_get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a model" }, { "info": { "name": "models_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/public/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a model. Cannot delete models managed by Langfuse. You can create your own definition with the same modelName to override the definition though." } ] } ], "bundled": true }