Class: ActiveHarness::ModelPricing
- Inherits:
-
Struct
- Object
- Struct
- ActiveHarness::ModelPricing
- Defined in:
- lib/active_harness/result.rb
Overview
Pricing rates for a model (per-token, from Pricing registry). nil when the model is not found in the pricing registry.
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
8 9 10 |
# File 'lib/active_harness/result.rb', line 8 def input @input end |
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/active_harness/result.rb', line 8 def output @output end |