unified-llm-client
Preparing search index...
SpeechUsageBreakdown
Interface SpeechUsageBreakdown
interface
SpeechUsageBreakdown
{
kind
:
"speech"
|
"transcription"
;
model
:
string
;
provider
:
SpeechProvider
;
requestCount
:
number
;
totalAudioInputSeconds
:
number
;
totalAudioOutputSeconds
:
number
;
totalCostUSD
:
number
;
totalInputCharacters
:
number
;
totalInputTokens
:
number
;
totalOutputCharacters
:
number
;
totalOutputTokens
:
number
;
}
Index
Properties
kind
model
provider
request
Count
total
Audio
Input
Seconds
total
Audio
Output
Seconds
total
Cost
USD
total
Input
Characters
total
Input
Tokens
total
Output
Characters
total
Output
Tokens
Properties
kind
kind
:
"speech"
|
"transcription"
model
model
:
string
provider
provider
:
SpeechProvider
request
Count
requestCount
:
number
total
Audio
Input
Seconds
totalAudioInputSeconds
:
number
total
Audio
Output
Seconds
totalAudioOutputSeconds
:
number
total
Cost
USD
totalCostUSD
:
number
total
Input
Characters
totalInputCharacters
:
number
total
Input
Tokens
totalInputTokens
:
number
total
Output
Characters
totalOutputCharacters
:
number
total
Output
Tokens
totalOutputTokens
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
model
provider
request
Count
total
Audio
Input
Seconds
total
Audio
Output
Seconds
total
Cost
USD
total
Input
Characters
total
Input
Tokens
total
Output
Characters
total
Output
Tokens
unified-llm-client
Loading...