---
title: "Prepare Model for different precisions"
method: POST
path: "/v1/accounts/{account_id}/models/{model_id}:prepare"
tags: ["gateway.openapi_Gateway"]
---

# Prepare Model for different precisions

`POST /v1/accounts/{account_id}/models/{model_id}:prepare`

## Path parameters

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

## Request body

- GatewayPrepareModelBody
  - `precision` 'PRECISION_UNSPECIFIED' | 'FP16' | 'FP8' | 'FP8_MM' | 'FP8_AR' | 'FP8_MM_KV_ATTN' | 'FP8_KV' | 'FP8_MM_V2' | 'FP8_V2' | 'FP8_MM_KV_ATTN_V2' | 'NF4' | 'FP4' | 'BF16' | 'FP4_BLOCKSCALED_MM' | 'FP4_MX_MOE'
  - `readMask` string

## Response `200`

A successful response.

- object

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/versions/29a1e4db152c/schema)
