curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:validateUpload \
--header 'Authorization: Bearer <token>'{
"warnings": [
"<string>"
]
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:validateUpload \
--header 'Authorization: Bearer <token>'{
"warnings": [
"<string>"
]
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
If true, skip the Hugging Face config validation.
If true, trusts remote code when validating the Hugging Face config.
If true, skip tokenizer and parameter name validation.
A successful response.
Was this page helpful?