nexus-agents - v2.80.0
    Preparing search index...

    Interface CliModelInfo

    Model information from CLI.

    interface CliModelInfo {
        id: string;
        name: string;
        contextWindow: number;
        maxOutput?: number;
        costPerMillionInput?: number;
        costPerMillionOutput?: number;
    }
    Index

    Properties

    id: string

    Model identifier

    name: string

    Model display name

    contextWindow: number

    Maximum context window in tokens

    maxOutput?: number

    Maximum output tokens

    costPerMillionInput?: number

    Cost per 1M input tokens

    costPerMillionOutput?: number

    Cost per 1M output tokens