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

    Type Alias RTAModelVersion

    RTAModelVersion: {
        capabilities?: string[];
        contextLength?: number;
        cost?: Record<string, string>[];
        deprecated: boolean;
        inputTypes?: string[];
        isLatest: boolean;
        metadata?: Record<string, string>[];
        name: string;
        orchestrationCapabilities?: string[];
        retirementDate?: string;
        streamingSupported?: boolean;
        suggestedReplacements?: string[];
    } & Record<string, any>

    Model version information including whether it is latest version, its deprecation status and retirement date

    Type Declaration

    • Optionalcapabilities?: string[]

      List of capabilities supported by the model

    • OptionalcontextLength?: number

      Context length of the model

    • Optionalcost?: Record<string, string>[]

      List of costs associated with the model

    • deprecated: boolean

      Deprecation status of model

    • OptionalinputTypes?: string[]

      List of input types supported by the model

    • isLatest: boolean

      Displays whether it is the latest version offered for the model

    • Optionalmetadata?: Record<string, string>[]

      List of metadata supported by the model

    • name: string

      Name of model version

    • OptionalorchestrationCapabilities?: string[]

      List of model capabilities supported by orchestration service

    • OptionalretirementDate?: string

      Retirement date of model in ISO 8601 timestamp

    • OptionalstreamingSupported?: boolean

      Streaming support status of the model

    • OptionalsuggestedReplacements?: string[]

      List of suggested replacements for the model

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