GET
/
fine_tuned_models
/
{id}
Authorization
Path
curl --request GET \
  --url https://api.honeyhive.ai/fine_tuned_models/{id} \
  --header 'Authorization: <authorization>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "fine_tuned_model": "<string>",
  "hyperparams": "<string>",
  "id": "<string>",
  "model": "<string>",
  "object": "<string>",
  "org_id": "<string>",
  "result_files": "<string>",
  "status": "<string>",
  "training_files": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "validation_files": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
created_at
string

The timestamp of when the fine-tuned model was created

fine_tuned_model
string

The fine-tuned model

hyperparams
string

The hyperparameters used for fine-tuning

id
string

The ID of the fine-tuned model

model
string

The model used for fine-tuning

object
string

The object type of the fine-tuned model

org_id
string

The ID of the organization

result_files
string

The result files of the fine-tuned model

status
string

The status of the fine-tuned model

training_files
string

The training files used for fine-tuning

updated_at
string

The timestamp of when the fine-tuned model was last updated

validation_files
string

The validation files used for fine-tuning