smoltalk
    Preparing search index...

    Type Alias BaseModel

    type BaseModel = {
        cachedInputTokenCost?: number;
        costUnit?: "tokens" | "characters" | "minutes";
        description?: string;
        disabled?: boolean;
        inputTokenCost?: number;
        modelName: string;
        outputTokenCost?: number;
        provider: string;
    }
    Index

    Properties

    cachedInputTokenCost?: number
    costUnit?: "tokens" | "characters" | "minutes"
    description?: string
    disabled?: boolean
    inputTokenCost?: number
    modelName: string
    outputTokenCost?: number
    provider: string