Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The name to give to your uploaded model
"Qwen2.5-72B-Instruct"
The source location of the model (Hugging Face repo or S3 path)
"unsloth/Qwen2.5-72B-Instruct"
Whether the model is a full model or an adapter
model, adapter "model"
Hugging Face token (if uploading from Hugging Face)
"hf_examplehuggingfacetoken"
A description of your model
"Finetuned Qwen2.5-72B-Instruct by Unsloth"
The base model to use for an adapter if setting it to run against a serverless pool. Only used for model_type adapter.
"Qwen/Qwen2.5-72B-Instruct"
The lora pool to use for an adapter if setting it to run against, say, a dedicated pool. Only used for model_type adapter.
"my_username/Qwen2.5-72B-Instruct-lora"