unified-llm-client
Preparing search index...
CostCalculationInput
Interface CostCalculationInput
interface
CostCalculationInput
{
billedInputTokens
?:
number
;
billableReasoningTokens
?:
number
;
cachedReadTokens
?:
number
;
cachedWriteTokens
?:
number
;
inputTokens
:
number
;
model
:
string
;
outputTokens
:
number
;
}
Index
Properties
billed
Input
Tokens?
billable
Reasoning
Tokens?
cached
Read
Tokens?
cached
Write
Tokens?
input
Tokens
model
output
Tokens
Properties
Optional
billed
Input
Tokens
billedInputTokens
?:
number
Optional
billable
Reasoning
Tokens
billableReasoningTokens
?:
number
Optional
cached
Read
Tokens
cachedReadTokens
?:
number
Optional
cached
Write
Tokens
cachedWriteTokens
?:
number
input
Tokens
inputTokens
:
number
model
model
:
string
output
Tokens
outputTokens
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billed
Input
Tokens
billable
Reasoning
Tokens
cached
Read
Tokens
cached
Write
Tokens
input
Tokens
model
output
Tokens
unified-llm-client
Loading...