Request body for creating a node lock
import { NodesCreateLockRequest } from "atoma-sdk/models/components";
let value: NodesCreateLockRequest = {
model: "Civic",
};| Field | Type | Required | Description |
|---|---|---|---|
maxNumTokens |
number | ➖ | The number of tokens to be processed for confidential compute (including input and output tokens) |
model |
string | ✔️ | The model to lock a node for |
timeout |
number | ➖ | An optional timeout period for the locked compute units, in seconds |