GET
/
v1
/
accounts
/
{account_id}
/
models
/
{model_id}
:validateUpload
Validate Model Upload
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:validateUpload \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

The Account Id

model_id
string
required

The Model Id

Query Parameters

skipHfConfigValidation
boolean

If true, skip the Hugging Face config validation.

trustRemoteCode
boolean

If true, trusts remote code when validating the Hugging Face config.

configOnly
boolean

If true, skip tokenizer and parameter name validation.

Response

200 - application/json

A successful response.

The response is of type object.