Logo
Type aliases

LLMModelData

LLMModelData = object

Defined in: packages/cloud/src/client/types.gen.ts:3359

Schema for an eval LLM model.

Properties

name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:3363

The name of the LLM model.


description

description: string

Defined in: packages/cloud/src/client/types.gen.ts:3367

The description of the LLM model.


multi_modal

multi_modal: boolean

Defined in: packages/cloud/src/client/types.gen.ts:3371

Whether the model supports multi-modal image input


model_name?

optional model_name: string

Defined in: packages/cloud/src/client/types.gen.ts:3372

On this page