interface ChatModel {
    description: string;
    model: string;
    pricing: ChatModelPricing;
}

Properties

description: string
model: string