compass.utilities.LLM_COST_REGISTRY#

LLM_COST_REGISTRY = {'gpt-4.5': {'prompt': 75, 'response': 150}, 'gpt-4o': {'prompt': 2.5, 'response': 10}, 'gpt-4o-mini': {'prompt': 0.15, 'response': 0.6}, 'o1': {'prompt': 15, 'response': 60}, 'o3-mini': {'prompt': 1.1, 'response': 4.4}, 'wetosa-gpt-4o-mini': {'prompt': 0.15, 'response': 0.6}}#

LLM Costs registry

The registry maps model names to a dictionary that contains the cost (in $/million tokens) for both prompt and response tokens.