Skip to content

GPT-4o Mini

Provider: OpenAI Context Window: 128,000 tokens Quality: Medium Price: $0.15 per 1M input tokens

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.

  • Quick Q&A and chat
  • Content classification and tagging
  • Simple coding tasks
  • High-volume API workloads
Tier Input Output
BYOK $0.15/1M $0.60/1M
Marketplace $0.1545/1M $0.618/1M
  • 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
Terminal window
# Via fastlane-auto
curl 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"}]}'
# Direct
curl 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"}]}'
  • OpenAI API key in settings, or
  • Marketplace balance (3% markup applies)