Package org.mockserver.llm.cost
Class LlmPricing.PricingEntry
java.lang.Object
org.mockserver.llm.cost.LlmPricing.PricingEntry
- Enclosing class:
- LlmPricing
Input/output list price in USD per million tokens.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PricingEntry
public PricingEntry(double inputPerMillion, double outputPerMillion)
-
-
Method Details
-
getInputPerMillion
public double getInputPerMillion() -
getOutputPerMillion
public double getOutputPerMillion()
-