GenAI.ModelDetail.ModalitySupport (GenAI Core v0.1.0)

Provides standardized structure for tracking modality support details. For example if a model can mimic video support by streaming images, plus audio transcription. Or supports native image and audio.

Link to this section Summary

Link to this section Types

@type t() :: %GenAI.ModelDetail.ModalitySupport{
  audio: any(),
  image: any(),
  video: any(),
  vsn: float()
}