in aoai/token_count_utils.py [0:0]
def percentile_used(input, model="gpt-3.5-turbo-0613"): return count_token(input) / get_max_token_limit(model)