返回模型列表

OpenAI: GPT-4.1 Nano

openai/gpt-4.1-nano
Apr 14, 20251.0M 上下文32.8K 最大输出$0.10/M in · $0.40/M out

描述

面向低延迟场景,GPT-4.1 nano 是 GPT-4.1 系列中最快且最便宜的模型。在小尺寸下提供 1M tokens context window,MMLU 得分 80.1%,GPQA 50.3%,Aider polyglot coding 9.8%——均高于 GPT-4o mini。适用于分类或自动补全等任务。

技术规格

供应商
openai
上下文长度
1.0M
最大输出
32.8K
模态类型
输入imagetextfile
输出text

定价

类型价格 / 百万 Token
输入$0.10
输出$0.40
缓存读取$0.03
网络搜索$0.01 / 次

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4.1-nano",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
OpenAI: GPT-4.1 Nano — Pricing & API on OminiGate