AI News AI资讯 1d ago Updated 23h ago 更新于 23小时前 56

OpenAI Releases GPT-5.6 (Sol, Terra, Luna): A Three-Tier Model Family With Programmatic Tool Calling in the Responses API OpenAI发布GPT-5.6(Sol、Terra、Luna):具有响应API中程序化工具调用的三层模型家族

OpenAI released GPT-5.6 as a three-tier model family (Sol, Terra, Luna) with distinct pricing and performance profiles, allowing users to route tasks based on complexity and cost. Sol achieves state-of-the-art results on coding agent benchmarks like the Artificial Analysis Coding Agent Index (80) and Terminal-Bench 2.1 (91.9% with ultra mode), leveraging programmatic tool calling and parallel multi-agent execution. Significant performance gaps remain compared to competitors, particularly on SWE- OpenAI发布GPT-5.6三档模型家族(Sol旗舰、Terra均衡、Luna高性价比),API定价从$1到$5/百万输入token不等。 Sol在编码智能体指数(AA Coding Agent Index)达80分,超越Claude Fable 5,并在Terminal-Bench等基准测试中刷新纪录。 引入“程序化工具调用”(Programmatic Tool Calling)及多智能体并行运行(ultra模式),显著提升复杂任务执行效率。 缓存机制变更,写入费用调整为未缓存输入的1.25倍,读取仍享90%折扣,且支持显式断点和30分钟最低缓存寿命。 尽管编码能力领先,但在SWE-Ben

85
Hot 热度
75
Quality 质量
80
Impact 影响力

Analysis 深度分析

TL;DR

  • OpenAI released GPT-5.6 as a three-tier model family (Sol, Terra, Luna) with distinct pricing and performance profiles, allowing users to route tasks based on complexity and cost.
  • Sol achieves state-of-the-art results on coding agent benchmarks like the Artificial Analysis Coding Agent Index (80) and Terminal-Bench 2.1 (91.9% with ultra mode), leveraging programmatic tool calling and parallel multi-agent execution.
  • Significant performance gaps remain compared to competitors, particularly on SWE-Bench Pro where Sol trails Claude Mythos 5 by ~15 points, and in general intelligence and tool-use benchmarks where Anthropic's models lead.
  • New pricing structures include a 1.25x multiplier for cache writes and explicit cache breakpoints, while the "ultra" feature enables four parallel agents to boost terminal benchmark scores at the cost of higher token usage.

Why It Matters

This release marks a strategic shift toward tiered model families, enabling enterprises to optimize costs by matching model capability to task difficulty rather than using a single flagship model for all workloads. The introduction of "Programmatic Tool Calling" and multi-agent orchestration highlights the industry's move toward autonomous agents that can write and execute code in isolated environments, a critical step for reliable software engineering automation. However, the persistent gap in complex coding benchmarks like SWE-Bench Pro indicates that while progress is rapid, fully autonomous software development agents are still maturing, requiring careful selection of models for specific use cases.

Technical Details

  • Model Tiers: GPT-5.6 consists of Sol (flagship, $5/$30 per 1M tokens), Terra (balanced, $2.50/$15), and Luna (cost-efficient, $1/$6). All tiers support Programmatic Tool Calling and are available via the Responses API.
  • Multi-Agent Orchestration: The "ultra" mode runs four agents in parallel by default, improving Terminal-Bench 2.1 scores from 88.8% to 91.9%. This feature is accessible in ChatGPT Work, Codex, and the API beta.
  • Programmatic Tool Calling: Allows models to write JavaScript executed in an isolated V8 runtime without network access. This feature reportedly reduces token usage by 38-63.5% for named customers and improves coding efficiency.
  • Caching Updates: Introduced explicit cache breakpoints and a 30-minute minimum cache life. Cache writes are billed at 1.25x the uncached input rate, while reads retain a 90% discount.
  • Benchmark Performance: Sol scores 80 on the AA Coding Agent Index, 92.2% on BrowseComp, and 62.6% on OSWorld 2.0 (using 85% fewer tokens than Claude Opus 4.8). However, it scores 64.6% on SWE-Bench Pro, significantly lower than Claude Mythos 5's 80.3%.

Industry Insight

  • Cost-Performance Routing: The three-tier structure encourages developers to implement dynamic routing strategies, sending simple queries to Luna, balanced tasks to Terra, and complex reasoning to Sol, thereby optimizing operational costs without sacrificing necessary quality.
  • Agent Reliability Concerns: The discrepancy between high scores on terminal-based benchmarks (Terminal-Bench) and lower scores on comprehensive coding benchmarks (SWE-Bench Pro) suggests that current models excel at isolated coding tasks but struggle with broader, real-world software engineering workflows involving complex dependencies and testing.
  • Cache Economics Shift: The new billing model for cache writes (1.25x uncached rate) changes the economic calculus for prompt caching. Developers must now weigh the benefits of reduced inference costs against the increased overhead of writing to the cache, potentially favoring longer-lived contexts or different caching strategies.

TL;DR

  • OpenAI发布GPT-5.6三档模型家族(Sol旗舰、Terra均衡、Luna高性价比),API定价从$1到$5/百万输入token不等。
  • Sol在编码智能体指数(AA Coding Agent Index)达80分,超越Claude Fable 5,并在Terminal-Bench等基准测试中刷新纪录。
  • 引入“程序化工具调用”(Programmatic Tool Calling)及多智能体并行运行(ultra模式),显著提升复杂任务执行效率。
  • 缓存机制变更,写入费用调整为未缓存输入的1.25倍,读取仍享90%折扣,且支持显式断点和30分钟最低缓存寿命。
  • 尽管编码能力领先,但在SWE-Bench Pro、通用智力指数及工具使用基准上仍落后于Claude Fable 5/Mythos 5。

为什么值得看

本文揭示了OpenAI通过分层模型策略覆盖不同成本与性能需求的商业逻辑,为开发者提供了明确的选型依据。同时,程序化工具调用和多智能体并行架构的推出,标志着AI代理(Agent)从单轮对话向复杂工作流自动化演进的关键技术突破。

技术解析

  • 模型架构与分级:GPT-5.6包含三个层级,Sol为旗舰版($5/$30),Terra为平衡版($2.5/$15),Luna为经济版($1/$6)。所有层级均支持Responses API中的多智能体Beta功能。
  • 程序化工具调用:这是一种新型交互方式,模型生成的JavaScript代码在隔离的V8运行时环境中执行,无网络访问权限,旨在提高安全性和确定性,部分客户报告Token消耗减少38%-63.5%。
  • 多智能体并行(Ultra):默认协调四个智能体并行工作,以更高的Token消耗换取更快的结果和更高的准确率,例如在Terminal-Bench 2.1上将得分从88.8%提升至91.9%。
  • 缓存策略更新:新增显式缓存断点支持,最小缓存生命期为30分钟。缓存写入按未缓存输入费率的1.25倍计费,缓存读取继续享受90%折扣,这一变化影响了长期上下文应用的成本模型。
  • 基准测试表现:Sol在OSWorld 2.0上以比Claude Opus 4.8少85%的输出Token达成62.6%的得分;但在SWE-Bench Pro上仅得64.6%,显著低于Claude Mythos 5的80.3%。

行业启示

  • 分层模型成为主流标准:单一模型难以兼顾性能与成本,企业应根据任务复杂度(如日常问答vs复杂编码)动态路由至不同层级的模型,以优化预算。
  • Agent编排能力重于单轮推理:OpenAI强调多智能体并行和程序化工具调用,表明未来竞争焦点将从单纯的LLM智商转向系统级的任务分解、执行与容错能力。
  • 成本结构需重新评估:缓存写入费用的增加要求开发者优化Prompt设计和上下文管理,避免不必要的缓存写入开销,同时在构建长期记忆系统时需计入新的成本变量。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

GPT GPT LLM 大模型 Product Launch 产品发布 Code Generation 代码生成 Agent Agent