Skip to main content
Use this endpoint to formally accept a trained model into production. The system writes an acceptance report JSON next to the model artifacts and registers the path under artifact_paths.acceptance. You may include additional fields in the report, such as SKU and KV cache settings.

Method + Path

Authentication

Include your PIN API token or JWT in the Authorization header as a Bearer token.

Path parameters

string
required
The model identifier (e.g., md_abc123def456).

Request body

string
Model SKU identifier. Defaults to the base model name if omitted.
string
KV cache quantization mode. Defaults to int8 if omitted.
any
Additional report fields are persisted as-is.

Request body example

Request example

Response

Returns a standard PIN success envelope with the acceptance result.
integer
required
0 on success, nonzero on error.
object
required
string
Human-readable message (empty on success).

Example response

Errors