Get ModelProvider
Get a model provider by workspace and name.
Path parameters
workspace
name
Response
Return model provider details
name
Name of the entity. Name/workspace combo must be unique across all entities. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
workspace
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
created_at
The timestamp of model entity creation
updated_at
The timestamp of the last model entity update
host_url
The network endpoint URL for the model provider
id
Unique identifier for the model provider
project
The URN of the project associated with this entity.
description
Optional description of the model provider
api_key_secret_name
Reference to the API key stored in Secrets service
served_models
List of models served by this provider with routing information for IGW
enabled_models
Optional list of specific models to enable from this provider. If not set, all discovered models are enabled.
status
Current status of the model provider, populated by models service
status_message
Detailed status message, populated by models service
default_extra_body
Default body parameters for inference requests. Can be overridden by user requests.
default_extra_headers
Default headers for inference requests. Can be overridden by user requests.
required_extra_body
Required body parameters for inference requests. Cannot be overridden by user requests.
required_extra_headers
Required headers for inference requests. Cannot be overridden by user requests.
model_deployment_id
Optional reference to the ModelDeployment ID if this provider was auto-created for a deployment
auth_context
Auth context captured at provider creation.
auth_header_format
Jinja2 template string controlling how the API key secret is sent to the upstream. Must contain exactly one variable named auth_secret, which is substituted with the resolved secret value at request time. Example: 'X-Api-Key: {{ auth_secret }}'. If not set, defaults to 'Authorization: Bearer {{ auth_secret }}'.
Errors
422
Unprocessable Entity Error