---
title: "Validate Model Upload"
method: GET
path: "/v1/accounts/{account_id}/models/{model_id}:validateUpload"
tags: ["Gateway"]
---

# Validate Model Upload

`GET /v1/accounts/{account_id}/models/{model_id}:validateUpload`

## Path parameters

- `account_id` string, required
- `model_id` string, required

## Query parameters

- `skipHfConfigValidation` boolean
- `trustRemoteCode` boolean
- `configOnly` boolean

## Response `200`

A successful response.

- GatewayValidateModelUploadResponse
  - `warnings` string[]

---

[API](https://skmtc.net/fireworks/apis/fireworks-ai-anthropic-compatible-messages-api.md) · [All operations](https://skmtc.net/fireworks/apis/fireworks-ai-anthropic-compatible-messages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fireworks/fireworks-ai-anthropic-compatible-messages-api/versions/954d6bc5d922/schema)
