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

GPT 4.1

Excels in coding and instruction following with million-token context window, enabling superior performance on complex, multi-step tasks.

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

Ready to build with GPT 4.1?

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