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

Copy Markdown

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.

Summary

Types

t()

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