SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AiModelBaseData

    AiModelBaseData: {
        accessType?: string;
        allowedScenarios?: (
            { executableId: AiExecutableId; scenarioId: AiScenarioId } & Record<
                string,
                any,
            >
        )[];
        description: string;
        displayName?: string;
        executableId: AiExecutableId;
        model: string;
        provider?: string;
        versions: AiModelVersionList;
    } & Record<string, any>

    Representation of the 'AiModelBaseData' schema.

    Type Declaration

    • OptionalaccessType?: string

      Access type of the model

    • OptionalallowedScenarios?: (
          { executableId: AiExecutableId; scenarioId: AiScenarioId } & Record<
              string,
              any,
          >
      )[]

      List of scenarioId:executableId pair where the model supported

    • description: string

      Description of the model and its capabilities

    • OptionaldisplayName?: string

      Display name of the model

    • executableId: AiExecutableId
    • model: string

      Name of the model

    • Optionalprovider?: string

      Provider of the model

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • versions: AiModelVersionList