Get Model
Get a model.
Authorizations
Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)
Body
The model ID to be fetched.
Response
The id of the model.
The name of the model.
LLM model id which is supported by tune.Studio or any huggingface model.
tracker id of the for model analytics.
The time the model was created.
The time the model was last updated.
Used to specify the resource requirement for a (job, model).
feature gates for the model (internal use).
number of replicas for the model.
State of the model. This is used to track the model's lifecycle. The state is updated by the model controller.
true if model have public endpoint else false.
uri of the model in the form of username/model_name.
server type of the model, if empty used from DB.
Was this page helpful?