POST
/
tune.Studio
/
GetProjectXModel

Authorizations

X-Tune-Key
string
headerrequired

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
id
string

The id of the model.

name
string

The name of the model.

baseModel
string

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

trackerId
string

tracker id of the for model analytics.

createdAt
string

The time the model was created.

updatedAt
string

The time the model was last updated.

meta
object
resource
object

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

featureGates
object

feature gates for the model (internal use).

replicas
integer

number of replicas for the model.

state
object

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

public
boolean

true if model have public endpoint else false.

uri
string

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

endpoint
object
serverType
string

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