Interface AiModel

All Known Implementing Classes:
OpenAiModel, OrchestrationEmbeddingModel, RptModel

public interface AiModel
An interface defining essential attributes of an AI model.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the model's name.
    Get the model's version.
  • Method Details

    • name

      @Nonnull String name()
      Get the model's name.
      Returns:
      The name of the model.
    • version

      @Nullable String version()
      Get the model's version.
      Returns:
      The version of the model, or null if not specified.