Commit 55cb87b9 authored by fisherdaddy's avatar fisherdaddy

feat: add new AI models GPT-4.1, GPT-4.1 mini, and GPT-4.1 nano with updated...

feat: add new AI models GPT-4.1, GPT-4.1 mini, and GPT-4.1 nano with updated pricing and release details in relevant data files
parent 1be7e9bd
......@@ -1034,5 +1034,19 @@
"category": ["MODEL_RELEASE", "OPEN_SOURCE"],
"description": "Meta 发布了 Llama 4,这是该公司迄今为止功能最强大的型号,该系列的核心是 Llama 4 Scout 和 Llama 4 Maverick 两款开放权重的模型,它们首次采用了 专家混合 (MoE) 架构,并具备处理文本、图像和视频的原生多模态能力,同时支持 100M 超长上下文窗口。",
"link": "https://ai.meta.com/blog/llama-4-multimodal-intelligence/"
},
{
"date": "2025-04-09",
"title": "A2A 协议",
"category": "RESEARCH",
"description": "Agent2Agent 协议(A2A)是 Google Cloud 及其众多技术与服务合作伙伴联合推出的一项开放协议,旨在推动 AI 代理(AI agents)之间的互操作性。A2A 协议允许不同厂商和框架构建的 AI 代理在企业应用和平台之间安全地交流、协作和协调任务,从而提升自动化水平和生产效率,降低长期成本。A2A 的设计目标是建立一个开放、标准化的多代理生态系统,支持跨平台、跨云的协同工作,加速企业流程创新和智能化转型。",
"link": "https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/"
},
{
"date": "2025-04-15",
"title": "GPT-4.1",
"category": "MODEL_RELEASE",
"description": "OpenAI 推出了全新系列的 GPT-4.1 模型,包括 GPT‑4.1、GPT‑4.1 mini 和 GPT‑4.1 nano,这些模型在编码、指令遵循和长上下文处理方面实现了重大突破。与之前的 GPT‑4o 系列相比,GPT‑4.1 全面提升了性能,并降低了成本和延迟,特别适合开发者在实际应用中构建更强大的智能系统和代理型应用。新模型还首次支持高达 1 百万 tokens 的超长上下文窗口,并在多项行业标准基准测试中刷新记录。GPT‑4.1 系列仅通过 API 提供,GPT‑4.5 Preview 将于 2025 年 7 月 14 日下线。",
"link": "https://openai.com/index/gpt-4-1/"
}
]
\ No newline at end of file
......@@ -62,6 +62,12 @@
"inputPrice": 0.7,
"outputPrice": 2.8
},
{
"name": "gpt-4.1-nano",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.7,
"outputPrice": 2.8
},
{
"name": "gpt-4o-mini",
"logo": "/assets/icon/openai_small.svg",
......@@ -74,6 +80,12 @@
"inputPrice": 2,
"outputPrice": 8
},
{
"name": "gpt-4.1-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 2.8,
"outputPrice": 11.2
},
{
"name": "qwen-math-plus",
"logo": "/assets/icon/ali_small.svg",
......@@ -116,6 +128,12 @@
"inputPrice": 24,
"outputPrice": 24
},
{
"name": "gpt-4.1",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 14,
"outputPrice": 56
},
{
"name": "gemini 2.5 pro Preview",
"logo": "/assets/icon/google_small.svg",
......
......@@ -2,12 +2,24 @@
"title": "OpenAI 各模型价格对比",
"subtitle": "Price: USD per 1M Tokens",
"providers": [
{
"name": "gpt-4.1-nano",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.1,
"outputPrice": 0.4
},
{
"name": "gpt-4o-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.15,
"outputPrice": 0.6
},
{
"name": "gpt-4.1-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.4,
"outputPrice": 1.6
},
{
"name": "o3-mini",
"logo": "/assets/icon/openai_small.svg",
......@@ -26,6 +38,12 @@
"inputPrice": 3,
"outputPrice": 5
},
{
"name": "gpt-4.1",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 2,
"outputPrice": 8
},
{
"name": "gpt-4o",
"logo": "/assets/icon/openai_small.svg",
......
......@@ -238,5 +238,11 @@
"title": "GPT-4o 原生生图能力发布",
"feature": "GPT-4o 原生生图能力发布",
"description": "OpenAI 在 GPT-4o 中引入了其最先进的图像生成器,旨在实现实用且有价值的图像生成。与以往的模型不同,GPT-4o 的图像生成能力专注于精确、准确和照片写实的效果,使其成为一个实用的沟通和信息创建工具,而不仅仅是装饰品。该模型通过原生多模态能力,能够更好地理解和执行用户指令,从而生成更符合用户意图的图像。"
},
{
"date": "2025年4月15日",
"title": "GPT-4.1 发布",
"feature": "GPT-4.1 发布",
"description": "OpenAI 推出了全新系列的 GPT-4.1 模型,包括 GPT‑4.1、GPT‑4.1 mini 和 GPT‑4.1 nano,这些模型在编码、指令遵循和长上下文处理方面实现了重大突破。与之前的 GPT‑4o 系列相比,GPT‑4.1 全面提升了性能,并降低了成本和延迟,特别适合开发者在实际应用中构建更强大的智能系统和代理型应用。新模型还首次支持高达 1 百万 tokens 的超长上下文窗口,并在多项行业标准基准测试中刷新记录。GPT‑4.1 系列仅通过 API 提供,GPT‑4.5 Preview 将于 2025 年 7 月 14 日下线。"
}
]
......@@ -2,6 +2,12 @@
"title": "视觉各模型价格对比",
"subtitle": "Price: RMB per 1M Tokens",
"providers": [
{
"name": "gpt-4.1-nano",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 0.7,
"outputPrice": 2.8
},
{
"name": "gpt-4o-mini",
"logo": "/assets/icon/openai_small.svg",
......@@ -32,7 +38,6 @@
"inputPrice": 0.7,
"outputPrice": 2.8
},
{
"name": "Doubao-1.5-vision-pro-32k",
"logo": "/assets/icon/doubao.png",
......@@ -51,6 +56,12 @@
"inputPrice": 6,
"outputPrice": 6
},
{
"name": "gpt-4.1-mini",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 2.8,
"outputPrice": 11.2
},
{
"name": "qwen-vl-plus",
"logo": "/assets/icon/ali_small.svg",
......@@ -75,6 +86,12 @@
"inputPrice": 24,
"outputPrice": 24
},
{
"name": "gpt-4.1",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 14,
"outputPrice": 56
},
{
"name": "gemini 2.5 pro Preview",
"logo": "/assets/icon/google_small.svg",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment