Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 2.2 KB

File metadata and controls

21 lines (15 loc) · 2.2 KB

NodesCreateLockRequest

Request body for creating a node lock

Example Usage

import { NodesCreateLockRequest } from "atoma-sdk/models/components";

let value: NodesCreateLockRequest = {
  model: "Civic",
};

Fields

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