Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
The new model name.
Examples:
"meta-llama/Meta-Llama-3.1-8B-Instruct-LoRa:my-custom-model-udpd"
The base model identifier the new model belongs to
Examples:
"meta-llama/Meta-Llama-3.1-8B-Instruct-fast"
Checkpoint id from Fine-Tunes API, file id from Files API, or HuggingFace repo url
Examples:
"ftjob-1234567890:ftckpt_1234567890"
"file-1234567890"
"huggingface.co/sofrony/Llama-3.1-8B-Instruct-sofrony"
The status of the model Enum representing the possible statuses of a model.
Available options: 
validating, active, error, deleted Examples:
"deleted"