Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentCost
Interface AgentCost
Cost information for an agent execution
interface
AgentCost
{
provider
:
string
;
model
:
string
;
inputTokens
:
number
;
outputTokens
:
number
;
cost
:
number
;
}
Index
Properties
provider
model
input
Tokens
output
Tokens
cost
Properties
Readonly
provider
provider
:
string
Readonly
model
model
:
string
Readonly
input
Tokens
inputTokens
:
number
Readonly
output
Tokens
outputTokens
:
number
Readonly
cost
cost
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
provider
model
input
Tokens
output
Tokens
cost
Stratix Framework - v0.8.2
Loading...
Cost information for an agent execution