Context
128K
Input
text, image
Output
text
Tool calling
Supported
About this model
GPT-4o Mini is a distilled 400B-parameter version of GPT-4o optimized for cost-efficient omnimodal applications. Maintains core multimodal capabilities with 70% of GPT-4o's performance at 40% of the computational cost, featuring real-time audio/image processing optimizations.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$0.150 / 1M tokens
Output tokens
$0.600 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.150 / 1M tokens |
| Output tokens | $0.600 / 1M tokens |
| Cached input tokens | $0.075 / 1M tokens |
Performance
Published evaluation results associated with this model.
Multimodal Efficiency
Tokens/sec180
Time-to-First-Token180
VRAM Utilization89.6
Power Efficiency (tok/W)920
Core Performance
MMMU72.1
VQAv278.3
AudioCaps75.6
Real-Time Metrics
Audio Latency (ms)260
Image Processing (720p)280
Video FPS (480p)8.4
Cost Optimization
Tokens/$ (input)24.6
Tokens/$ (output)16.8
Cost vs GPT-4o0.4
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-mini",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'