Back to Models
OpenAI: GPT-4o-mini
openai/gpt-4o-miniJul 18, 2024128K context16.4K max output$0.15/M in · $0.60/M out
Description
GPT-4o mini is OpenAI's newest model after GPT-4 Omni, supporting both text and image inputs with text outputs.
As their most advanced small model, it is many multiples more affordable than other recent frontier models, and more than 60% cheaper than GPT-3.5 Turbo. It maintains SOTA intelligence, while being significantly more cost-effective.
GPT-4o mini achieves an 82% score on MMLU and presently ranks higher than GPT-4 on chat preferences common leaderboards.
Check out the launch announcement to learn more.
#multimodal
Specifications
Provider
openai
Context Length
128K
Max Output
16.4K
Modality
Intextimagefile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.15 |
| Output | $0.60 |
| Cache Read | $0.07 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'