Skip to content

UpdateCustomModelCapabilities

Object describing the capabilities of this custom model

Example Usage

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

let value: UpdateCustomModelCapabilities = {
  chat: false,
  completion: false,
  embedding: false,
  image: false,
  transcription: true,
  speech: true,
};

Fields

FieldTypeRequiredDescription
chatboolean✔️Whether the model supports chat completions
completionboolean✔️Whether the model supports text completions
embeddingboolean✔️Whether the model supports embeddings
imageboolean✔️Whether the model supports image operations
transcriptionboolean✔️Whether the model supports audio transcription
speechboolean✔️Whether the model supports speech synthesis