openai
openai/gpt-4-1-mini-2025-04-14/Released Apr 2025

GPT 4.1 mini

Powerful mid-sized model with GPT-4o-level performance at lower cost and latency, featuring a 1 million token context window for complex tasks.

Provider
openai
Modality
multi-to-text
Released
Apr 2025
Pricing
$0.40 / 1M in$1.60 / 1M out

Ready to build with GPT 4.1 mini?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gpt-4-1-mini-2025-04-14",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
GPT 4.1 mini on Oxen | Oxen.ai