LoRA
Deploy a LoRA
Deploy a LoRA
Make a new deployment to the LoRA, if it does not already exist, a new LoRA will be created.
POST
/
lora
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Full name of the model. For Hugging Face model, use the Hugging Face repository id as the name.
Source of the model, currently only HF_HUB (Hugging Face hub) is supported.
Available options:
HF_HUB
Hugging Face repository revision, valid for Hugging Face models only.
Hugging Face access token (https://huggingface.co/docs/hub/en/security-tokens), useful when the model repository is private.
Name of the LoRA, used as the unique identifier, if not provided, it will be the same as the "model_name"