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.
| Metric | Value |
|---|---|
| Context Length | 1,047,576 tokens |
| Multilingual | Yes |
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.
https://hub.oxen.ai/api/ai/chat/completions