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

GPT 4.1 mini

Lower-cost GPT-4.1, 1M context

Provider
openai
Modality
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://dev.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."
    }
  ]
}'