You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Switching from GPT-4o to GPT-4o Mini in the Advanced Paste feature can save 94% on input tokens and 16.7x cheaper output tokens, with minimal performance difference. MMLU benchmark: 82% (GPT-4o Mini) vs. 88.7% (GPT-4o).
Description of the new feature / enhancement
Summary:
Switching from GPT-4o to GPT-4o Mini in the Advanced Paste feature can save 94% on input tokens and 16.7x cheaper output tokens, with minimal performance difference. MMLU benchmark: 82% (GPT-4o Mini) vs. 88.7% (GPT-4o).
Change:
src/modules/AdvancedPaste/AdvancedPaste/Services/OpenAI/KernelService.cs
ModelName
from"gpt-4o"
to"gpt-4o-mini"
Benefits
Cost savings with negligible performance impact.
Supporting information
openAI pricing
GPT4o Mini benchmarks
The text was updated successfully, but these errors were encountered: