@modelhealth/modelhealth
    Preparing search index...

    Interface ModelHealthConfig

    Configuration options for the Model Health client.

    interface ModelHealthConfig {
        apiKey: string;
        autoInit?: boolean;
    }
    Index

    Properties

    Properties

    apiKey: string

    Your ModelHealth API key for authentication.

    This is required to use the SDK. Get your API key from the ModelHealth dashboard.

    autoInit?: boolean

    Automatically initialize WASM on construction.

    When false, you must manually call init() before using the client.

    true