Interface LlmMetadata

  • All Implemented Interfaces:
    com.embabel.common.ai.model.ModelMetadata

    
    public interface LlmMetadata
     implements ModelMetadata
                        

    Metadata about a Large Language Model (LLM).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class LlmMetadata.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ModelType getType()
      abstract LocalDate getKnowledgeCutoffDate() The knowledge cutoff date of the model, if known.
      abstract PricingModel getPricingModel() The pricing model for the LLM, if known.
      • Methods inherited from class com.embabel.common.ai.model.ModelMetadata

        getName, getProvider
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait