GPT-4o mini

by OpenAIOpenAI
openai/gpt-4o-mini
openai/gpt-4o-mini-2024-07-18

A compact multimodal variant of GPT‑4o, offering fast and efficient support for vision, speech, and lightweight agent tasks.

Performance Metrics

Context

64K

Input

$0.1
$0.15

Output

$0.42
$0.6

Latency

0.96s

Uptime

100.00 %

Getting Started

Use this model through our unified API endpoint

curl -X POST "https://api.firstrouter.ai/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o-mini",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ]
  }'