Skip to content

OPENAI_PRICING

llmfy.llmfy_core.models.openai.openai_pricing_list

Price per 1M tokens for different models (USD):

OPENAI_PRICING = {'gpt-4o': {'input': 2.5, 'output': 10.0}, 'gpt-4o-mini': {'input': 0.15, 'output': 0.6}, 'gpt-3.5-turbo': {'input': 0.05, 'output': 1.5}, 'text-embedding-ada-002': {'input': 0.1, 'output': 0}, 'text-embedding-3-large': {'input': 0.13, 'output': 0}, 'text-embedding-3-small': {'input': 0.02, 'output': 0}} module-attribute