Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 903 Bytes

retrievemodelrequest.md

File metadata and controls

17 lines (12 loc) · 903 Bytes

RetrieveModelRequest

Example Usage

import { RetrieveModelRequest } from "argot-open-ai/models/operations";

let value: RetrieveModelRequest = {
  model: "gpt-4o-mini",
};

Fields

Field Type Required Description Example
model string ✔️ The ID of the model to use for this request gpt-4o-mini