GPT-4o Mini
GPT-4o Mini
Section titled “GPT-4o Mini”Provider: OpenAI Context Window: 128,000 tokens Quality: Medium Price: $0.15 per 1M input tokens
Overview
Section titled “Overview”GPT-4o Mini is OpenAI’s lightweight model, offering excellent performance at a fraction of the cost. It’s the go-to choice for high-volume, cost-sensitive workloads.
Best For
Section titled “Best For”- Quick Q&A and chat
- Content classification and tagging
- Simple coding tasks
- High-volume API workloads
Pricing
Section titled “Pricing”| Tier | Input | Output |
|---|---|---|
| BYOK | $0.15/1M | $0.60/1M |
| Marketplace | $0.1545/1M | $0.618/1M |
Routing Recommendation
Section titled “Routing Recommendation”- Accurate mode: Selected for simple prompts where quality suffices
- Balanced mode: Default choice for most everyday tasks
- Cheap mode: Primary choice for cost optimization
- Eco mode: Frequently selected for minimal energy use
# Via fastlane-autocurl http://127.0.0.1:8787/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model": "fastlane-auto", "messages": [{"role": "user", "content": "Summarize this article"}]}'
# Directcurl http://127.0.0.1:8787/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model": "gpt-4o-mini", "messages": [{"role": "user", "content": "Summarize this article"}]}'Requirements
Section titled “Requirements”- OpenAI API key in settings, or
- Marketplace balance (3% markup applies)