calculate_together_cost

calculate_together_cost(
    input_tokens: int,
    output_tokens: int,
    model_name: str
) -> float

Cost calculation for inference

Parameters:
NameDescription
input_tokensType: int
output_tokensType: int
model_nameType: str