OpenAI
gpt-4.1-nano
Context
64K
Input
text, image
Output
text
Tool calling
Supported
About this model
GPT-4.1 Nano is a highly efficient 100B-parameter variant optimized for edge deployment and mobile devices. Features 128 experts with aggressive pruning and INT8 quantization, delivering 60% of GPT-4.1's capability while consuming 75% less power.
Capabilities
text
Available through the unified API
image
Available through the unified API
Quick start
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "b77daa107bc84db6af20b3f817962bf3",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
OpenAI
b77daa107bc84db6af20b3f817962bf3
Input
$0.100 / 1M
Output
$0.400 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.100 / 1M |
| Output tokens | $0.400 / 1M |
Performance
Published evaluation results associated with this model.
Edge Performance
Tokens/Watt1420
Latency (mobile)0.8
Cold Start Time1.2
Memory Bandwidth68.4
Core Capabilities
MMLU76.8
TruthfulQA79.3
GSM8K88.5
Efficiency Metrics
Tokens/$ (input)112.6
Tokens/$ (output)84.3
VRAM Utilization36.8
Power Consumption (W)18.4
Mobile Optimization
Android Compatibility99.2
iOS On-Device97.8
Model Shrink Factor4.2
Background Operation92.1
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "b77daa107bc84db6af20b3f817962bf3",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'