For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
<Card href="https://humansignal.com/goenterprise">
<img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
<p style="margin-top: 10px; font-size: 14px;">
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
</p>
</Card>
Retrieve a specific model provider connection.
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
idstringRequired
Response
budget_last_reset_datedatetime or nullRead-only
Date and time the budget was last reset
budget_limitdouble or nullRead-only
Budget limit for the model provider connection (null if unlimited)
budget_reset_periodenum or null
Budget reset period for the model provider connection (null if not reset)
Monthly - Monthly
Yearly - Yearly
Allowed values:
budget_total_spentdouble or nullRead-only
Tracked total budget spent for the given provider connection within the current budget period
created_atdatetimeRead-only
created_byobject
A ModelSerializer that takes additional arguments for
"fields", "omit" and "expand" in order to
control which fields are displayed, and whether to replace simple
values with complex, nested serializations
idintegerRead-only
model_paramsstringRead-only
JSON schema for the model parameters available for the provider
organizationinteger or nullRead-only
updated_atdatetimeRead-only
budget_alert_thresholddouble or null
Budget alert threshold for the given provider connection
cached_available_modelsstring or null<=4096 characters
List of available models from the provider
deployment_namestring or null<=512 characters
Azure OpenAI deployment name
endpointstring or null<=512 characters
Azure OpenAI endpoint
google_locationstring or null<=255 characters
Google project location
google_project_idstring or null<=255 characters
Google project ID
is_internalboolean or null
Whether the model provider connection is internal, not visible to the user
providerenum
OpenAI - OpenAI
AzureOpenAI - AzureOpenAI
AzureAIFoundry - AzureAIFoundry
VertexAI - VertexAI
Gemini - Gemini
Anthropic - Anthropic
Custom - Custom
scopeenum
Organization - Organization
User - User
Model - Model
Allowed values:
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: