{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_modelProviders API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_modelProviders", "type": "folder" }, "items": [ { "info": { "name": "✨ List model provider connections", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/model-provider-connections/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nList all model provider connections." }, { "info": { "name": "✨ Create model provider connection", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/model-provider-connections/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nCreate a new model provider connection." }, { "info": { "name": "✨ List model provider choices", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/model-provider-connections/provider-choices", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nList all possible model provider choices" }, { "info": { "name": "✨ Get model provider connection", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/model-provider-connections/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nRetrieve a specific model provider conne" }, { "info": { "name": "✨ Update model provider connection", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/model-provider-connections/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nUpdate a specific model provider connect" }, { "info": { "name": "✨ Delete model provider connection", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/model-provider-connections/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nDelete a model provider connection by ID" } ] } ], "bundled": true }