Skip to main content

List Supported Models

GET 

/api/v1/evals/models

List supported models.

Request

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • name SupportedLLMModelNames (string)required

    The name of the supported LLM model.

    Possible values: [GPT_3_5_TURBO, GPT_4, GPT_4_TURBO, GPT_4O, GPT_4O_MINI, AZURE_OPENAI]

    enabled Enabled (boolean)

    Whether the LLM model is enabled for use in LlamaCloud.

    Default value: true

    details

    object

    required

    The details of the supported LLM model.

    name Name (string)required

    The name of the LLM model.

    description Description (string)required

    The description of the LLM model.

    multi_modal Multi Modal (boolean)required

    Whether the model supports multi-modal image input

  • ]

Loading...