output
Preparing search index...
llm/src
LLMGenerationCostItem
Interface LLMGenerationCostItem
Cost calculated for one normalized LLM usage item.
interface
LLMGenerationCostItem
{
amount
:
number
;
group
:
"input"
|
"output"
|
"tools"
;
label
:
string
;
ppm
:
number
;
status
:
LLMGenerationCostItemStatus
;
total
:
number
;
}
Index
Properties
amount
group
label
ppm
status
total
Properties
amount
amount
:
number
group
group
:
"input"
|
"output"
|
"tools"
label
label
:
string
ppm
ppm
:
number
status
status
:
LLMGenerationCostItemStatus
total
total
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
group
label
ppm
status
total
output
Loading...
Cost calculated for one normalized LLM usage item.