NetworkUsage
data class NetworkUsage(val modelDownloadBytes: Long = 0, val configBytes: Long = 0, val inferenceBytes: Long = 0)(source)
Aggregated network usage counters shown in Settings.
Author
Dmitriy Moroz
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.
Properties
Link copied to clipboard
Bytes transferred by provider configuration and model-list sync calls.
Link copied to clipboard
Bytes transferred by generation and inference API requests.
Link copied to clipboard
Bytes received while downloading local AI model files.
Link copied to clipboard
Combined byte count used by Settings summaries and the donut chart center value.