Skip to content

ModelType

Example Usage

typescript
import { ModelType } from "@meetkai/mka1/models/operations";

let value: ModelType = "embeddings";

Values

typescript
"llm" | "embeddings" | "images" | "speech_to_text" | "text_to_speech"