POST
/
tune.Studio
/
GetProjectXModel

Authorizations

X-Tune-Key
string
header
required

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

application/json
auth
object
id
string

The model ID to be fetched.

Response

200 - application/json
baseModel
string

LLM model id which is supported by tune.Studio or any huggingface model.

createdAt
string

The time the model was created.

endpoint
object
featureGates
object

feature gates for the model (internal use).

id
string

The id of the model.

meta
object
name
string

The name of the model.

public
boolean

true if model have public endpoint else false.

replicas
integer

number of replicas for the model.

resource
object

Used to specify the resource requirement for a (job, model).

serverType
string

server type of the model, if empty used from DB.

state
object

State of the model. This is used to track the model's lifecycle. The state is updated by the model controller.

trackerId
string

tracker id of the for model analytics.

updatedAt
string

The time the model was last updated.

uri
string

uri of the model in the form of username/model_name.