Skip to main content
POST
Export an aligned model to a Hugging Face repository

Authorizations

Authorization
string
header
required

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

Path Parameters

model_id
string
required

Body

application/json

Export an aligned model to a Hugging Face repository.

hf_repo
string
required

Target repository, e.g. org/model-name

token
string
required

Hugging Face access token

visibility
string
default:private

private or public

Response

Acknowledges the export request for the aligned model.