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

GPT 4.1 mini

Lower-cost GPT-4.1, 1M context

Commercial use
Text

About GPT 4.1 mini

GPT 4.1 Mini is an LLM designed for high performance at lower cost and latency. It excels in delivering intelligence levels comparable to GPT-4o while reducing latency by nearly half and cost by 83%, making it ideal for applications that require a balance between performance and efficiency.

Some other noteworthy features of GPT 4.1 Mini include exceptional instruction following reliability and long context comprehension, making it particularly effective for powering AI agents or systems that independently accomplish tasks on behalf of users.

MetricValue
Context Length1,047,576 tokens
MultilingualYes

Ready to build with GPT 4.1 mini?

Try GPT 4.1 mini in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

curl -sSf -X POST https://hub.oxen.ai/api/ai/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."
    }
  ]
}'

API endpoint

See the API reference for request and response formats.

POSThttps://hub.oxen.ai/api/ai/chat/completions