double getEstimatedCost(int inputTokens, int outputTokens) => getRealCost(inputTokens, outputTokens).toDouble();