Type Alias ModelType

ModelType:
    | "chat"
    | "image"
    | "rerank"
    | "moderation"
    | "language"
    | "embedding"
    | "contextualized_embedding"

Model type. Matches the enum in macs-node-sdk/lib/ai/models/model.js.