Skip to main content

Interface: AudioProviderUsage

Defined in: packages/agentos/src/core/audio/types.ts:50

Aggregated usage / billing counters for an audio generation session.

Providers that report cost or timing information populate the optional fields; the minimum required field is totalAudioClips.

Properties

processingTimeMs?

optional processingTimeMs: number

Defined in: packages/agentos/src/core/audio/types.ts:58

Total processing time in milliseconds.


totalAudioClips

totalAudioClips: number

Defined in: packages/agentos/src/core/audio/types.ts:52

Number of audio clips generated in this session.


totalCostUSD?

optional totalCostUSD: number

Defined in: packages/agentos/src/core/audio/types.ts:55

Total cost in USD, if the provider reports it.