Commit 2b14a47a authored by fisherdaddy's avatar fisherdaddy

feature: openai codex release

parent 9112a870
...@@ -1090,5 +1090,12 @@ ...@@ -1090,5 +1090,12 @@
"category": "RESEARCH", "category": "RESEARCH",
"description": "Google 发布 AlphaEvolve: 一款利用大型语言模型(LLMs)进行通用算法发现与优化的进化编码代理。其核心思想是结合 Gemini 模型的创造性问题解决能力和自动化评估机制,通过进化迭代的方式生成、验证并改进算法。该代理不仅能够优化现有计算流程,还能在数学等基础科学领域探索新的解决方案,展示了其在多个领域应用的广泛前景和实际价值。", "description": "Google 发布 AlphaEvolve: 一款利用大型语言模型(LLMs)进行通用算法发现与优化的进化编码代理。其核心思想是结合 Gemini 模型的创造性问题解决能力和自动化评估机制,通过进化迭代的方式生成、验证并改进算法。该代理不仅能够优化现有计算流程,还能在数学等基础科学领域探索新的解决方案,展示了其在多个领域应用的广泛前景和实际价值。",
"link": "https://fisherdaddy.com/posts/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/" "link": "https://fisherdaddy.com/posts/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/"
},
{
"date": "2025-05-16",
"title": "OpenAI Codex",
"category": "MODEL_RELEASE",
"description": "OpenAI 推出全新 Codex,一款云端AI软件工程代理。基于codex-1,它能并行处理编码、修复Bug、提PR等任务,助开发者提升效率。现已向 ChatGPT Pro 、Team 和 Enterprise 用户开放。",
"link": "https://fisherdaddy.com/posts/introducing-openai-codex/"
} }
] ]
\ No newline at end of file
...@@ -158,6 +158,12 @@ ...@@ -158,6 +158,12 @@
"inputPrice": 24, "inputPrice": 24,
"outputPrice": 24 "outputPrice": 24
}, },
{
"name": "codex-mini-latest",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 9,
"outputPrice": 42
},
{ {
"name": "gpt-4.1", "name": "gpt-4.1",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
......
...@@ -38,6 +38,12 @@ ...@@ -38,6 +38,12 @@
"inputPrice": 1.1, "inputPrice": 1.1,
"outputPrice": 4.4 "outputPrice": 4.4
}, },
{
"name": "codex-mini-latest",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.5,
"outputPrice": 6
},
{ {
"name": "gpt-4o-mini-transcribe", "name": "gpt-4o-mini-transcribe",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
......
...@@ -250,5 +250,11 @@ ...@@ -250,5 +250,11 @@
"title": "o3 和 o4-mini 发布", "title": "o3 和 o4-mini 发布",
"feature": "o3 和 o4-mini 发布", "feature": "o3 和 o4-mini 发布",
"description": "OpenAI 推出了其 o 系列中迄今为止最智能、能力最强的模型——o3 和 o4-mini。这两款模型被训练用于更深度的推理(“思考更长时间”),显著提升了 ChatGPT 的能力。模型首次能够自主地(agentically)决定何时以及如何使用 ChatGPT 内的所有工具(网络搜索、代码执行、视觉分析、图像生成等)来解决复杂问题。" "description": "OpenAI 推出了其 o 系列中迄今为止最智能、能力最强的模型——o3 和 o4-mini。这两款模型被训练用于更深度的推理(“思考更长时间”),显著提升了 ChatGPT 的能力。模型首次能够自主地(agentically)决定何时以及如何使用 ChatGPT 内的所有工具(网络搜索、代码执行、视觉分析、图像生成等)来解决复杂问题。"
},
{
"date": "2025年5月16日",
"title": "Codex 发布",
"feature": "Codex 和 codex-mini-latest发布",
"description": "OpenAI 推出全新 Codex,一款云端AI软件工程代理。基于codex-1,它能并行处理编码、修复Bug、提PR等任务,助开发者提升效率。现已向 ChatGPT Pro 、Team 和 Enterprise 用户开放。"
} }
] ]
...@@ -116,6 +116,12 @@ ...@@ -116,6 +116,12 @@
"inputPrice": 24, "inputPrice": 24,
"outputPrice": 24 "outputPrice": 24
}, },
{
"name": "codex-mini-latest",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 9,
"outputPrice": 42
},
{ {
"name": "gpt-4.1", "name": "gpt-4.1",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_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