import { RetrieveModelRequest } from "argot-open-ai/models/operations";
let value: RetrieveModelRequest = {
model: "gpt-4o-mini",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
model |
string | ✔️ | The ID of the model to use for this request | gpt-4o-mini |