Logo
Type aliases

SupportedLlmModel

SupportedLlmModel = object

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

Response Schema for a supported eval LLM model.

Properties

name

name: SupportedLlmModelNames

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

The name of the supported LLM model.


enabled?

optional enabled: boolean

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

Whether the LLM model is enabled for use in LlamaCloud.


details

details: LlmModelData

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

The details of the supported LLM model.

On this page