NetworkUsage

constructor(modelDownloadBytes: Long = 0, configBytes: Long = 0, inferenceBytes: Long = 0)(source)

Parameters

modelDownloadBytes

Bytes received while downloading local AI model files.

configBytes

Bytes transferred by provider configuration and model-list sync calls.

inferenceBytes

Bytes transferred by generation and inference API requests.