All Models
OpenAI legacy

GPT-4o Mini

openai/gpt-4o-mini

Fast, affordable small model for focused tasks. Consider migrating to GPT-5 Mini.

Specifications

Context Window 128K tokens
Max Output 16.4K tokens
Latency fastest
Knowledge Cutoff Oct 2023
Training Data Oct 2023

Pricing

Input $0.15 per 1M tokens
Output $0.60 per 1M tokens

Capabilities

text Text generation and understanding
vision Image and visual input processing
tool use Function calling and tool integration

API Identifiers

Model ID openai/gpt-4o-mini
Provider API ID gpt-4o-mini

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "openai/gpt-4o-mini",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'