Logo
Type aliases

LlmModelData

LlmModelData = object

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

Schema for an eval LLM model.

Properties

name

name: string

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

The name of the LLM model.


description

description: string

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

The description of the LLM model.


multi_modal

multi_modal: boolean

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

Whether the model supports multi-modal image input


model_name?

optional model_name: string

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

On this page