pricing
pricing
¶
Cost computation for agentic eval runs — wraps engine/cloud.py pricing.
Functions¶
estimate_cost
¶
Estimate USD cost based on the hardcoded pricing table.
Source code in src/openjarvis/engine/cloud.py
compute_turn_cost
¶
Compute USD cost for a single agent turn.
Delegates to the canonical estimate_cost() from engine/cloud.py.
Returns 0.0 for models not in the pricing table (e.g. local models).