<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>AI模型 on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/ai%E6%A8%A1%E5%9E%8B/</link>
        <description>Recent content in AI模型 on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Fri, 10 Jul 2026 13:26:11 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/ai%E6%A8%A1%E5%9E%8B/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>GPT-5.6 Sol, Terra, Luna Compared: Pricing, Capabilities, and Use Cases</title>
        <link>https://knightli.com/en/2026/07/10/gpt-5-6-sol-terra-luna-comparison/</link>
        <pubDate>Fri, 10 Jul 2026 13:26:11 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/07/10/gpt-5-6-sol-terra-luna-comparison/</guid>
        <description>&lt;p&gt;On July 9, 2026, OpenAI officially launched the GPT-5.6 family: flagship Sol, balanced Terra, and low-cost Luna. They share the same generation, but differ in capability, speed, price, and best-fit tasks.&lt;/p&gt;
&lt;p&gt;The simplest rule is: use Sol for difficult work, Terra for most everyday work, and Luna for high-volume lightweight jobs. Sol is not automatically the best choice for every request; Terra and Luna are usually better value when results are easy to check.&lt;/p&gt;
&lt;h2 id=&#34;core-differences-between-sol-terra-and-luna&#34;&gt;Core differences between Sol, Terra, and Luna
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th&gt;Positioning&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;API input price&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;API output price&lt;/th&gt;
          &lt;th&gt;Best for&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.6 Sol&lt;/td&gt;
          &lt;td&gt;Flagship, highest capability&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$5 / million tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$30 / million tokens&lt;/td&gt;
          &lt;td&gt;Complex coding, long-running agents, professional research, hard problems&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.6 Terra&lt;/td&gt;
          &lt;td&gt;Balanced capability and cost&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$2.50 / million tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$15 / million tokens&lt;/td&gt;
          &lt;td&gt;Everyday work, routine coding, content processing, default workflows&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.6 Luna&lt;/td&gt;
          &lt;td&gt;Fastest and cheapest&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$1 / million tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$6 / million tokens&lt;/td&gt;
          &lt;td&gt;Classification, extraction, summaries, batch and high-throughput tasks&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The number 5.6 identifies the model generation; Sol, Terra, and Luna are durable capability tiers. OpenAI says each tier can evolve on its own schedule instead of waiting for the entire family to be replaced at once.&lt;/p&gt;
&lt;h2 id=&#34;gpt-56-sol-for-the-hardest-problems&#34;&gt;GPT-5.6 Sol: for the hardest problems
&lt;/h2&gt;&lt;p&gt;Sol is the flagship and is suited to tasks where correctness and completeness matter more than call cost. It is strongest at complex coding, long-running professional work, cybersecurity, and scientific research, and is better at using tools, operating computers, and checking final results.&lt;/p&gt;
&lt;p&gt;Typical examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Modify several modules in a large codebase, run tests, locate failures, and continue fixing them.&lt;/li&gt;
&lt;li&gt;Combine many files and online sources into a deliverable report, presentation, or spreadsheet.&lt;/li&gt;
&lt;li&gt;Agent workflows that run many tools while retaining long-range context.&lt;/li&gt;
&lt;li&gt;Problems where repeated failures by ordinary models would make manual rework expensive.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sol&amp;rsquo;s API output price is twice Terra&amp;rsquo;s and five times Luna&amp;rsquo;s. Using it for simple summaries, format conversion, or classification rarely justifies the cost.&lt;/p&gt;
&lt;h2 id=&#34;gpt-56-terra-the-default-for-most-people&#34;&gt;GPT-5.6 Terra: the default for most people
&lt;/h2&gt;&lt;p&gt;Terra sits between the other two in capability, speed, and price. OpenAI positions it as the balanced model for everyday work. It is a better default entry point for ordinary conversations, office writing, routine programming, information organization, and most tool calls.&lt;/p&gt;
&lt;p&gt;Terra works well for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Writing routine scripts, fixing well-scoped bugs, and explaining code.&lt;/li&gt;
&lt;li&gt;Organizing documents, writing email, drafting content, and summarizing meetings.&lt;/li&gt;
&lt;li&gt;AI features that need stable quality at relatively high call volume.&lt;/li&gt;
&lt;li&gt;A tiered workflow that starts with Terra and upgrades difficult cases to Sol.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;API developers can establish a quality baseline with Terra. Move requests down to Luna if evaluations show it is reliable; route complex samples to Sol if error rates remain high.&lt;/p&gt;
&lt;h2 id=&#34;gpt-56-luna-cheap-fast-and-built-for-volume&#34;&gt;GPT-5.6 Luna: cheap, fast, and built for volume
&lt;/h2&gt;&lt;p&gt;Luna is the fastest and least expensive tier. It fits tasks with clear steps, easy validation, low per-call value, and many repetitions.&lt;/p&gt;
&lt;p&gt;Common uses include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Text classification, label generation, and key-value extraction.&lt;/li&gt;
&lt;li&gt;Short summaries, title candidates, and format cleanup.&lt;/li&gt;
&lt;li&gt;Batch processing of support records, product data, or logs.&lt;/li&gt;
&lt;li&gt;First-pass filtering and simple subtasks inside agent workflows.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Luna should not be the only model for high-risk decisions or complex engineering. A safer design automatically escalates low-confidence, schema-invalid, or repeatedly retried requests to Terra or Sol.&lt;/p&gt;
&lt;h2 id=&#34;max-and-ultra-are-not-new-model-tiers&#34;&gt;&lt;code&gt;max&lt;/code&gt; and &lt;code&gt;ultra&lt;/code&gt; are not new model tiers
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;max&lt;/code&gt; and &lt;code&gt;ultra&lt;/code&gt; are often discussed alongside Sol, Terra, and Luna, but they are not a fourth or fifth model.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;max&lt;/code&gt; means higher reasoning effort. It gives the model more time than &lt;code&gt;xhigh&lt;/code&gt; to explore approaches, run checks, and revise an answer. It suits difficult tasks, at the cost of more tokens and potentially longer latency.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;ultra&lt;/code&gt; is a multi-agent mode that coordinates four agents in parallel and combines their results. It fits complex research and engineering tasks that can be split into independent branches. It only adds overhead for simple questions.&lt;/p&gt;
&lt;p&gt;The distinction is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Choose Sol, Terra, or Luna to select the model tier.&lt;/li&gt;
&lt;li&gt;Choose reasoning effort to decide how much compute one task receives.&lt;/li&gt;
&lt;li&gt;Consider &lt;code&gt;ultra&lt;/code&gt; only when parallel decomposition genuinely helps.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;which-models-can-chatgpt-and-codex-users-access&#34;&gt;Which models can ChatGPT and Codex users access?
&lt;/h2&gt;&lt;p&gt;GPT-5.6 began rolling out globally on July 9, with the full rollout expected within 24 hours.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ChatGPT: Plus, Pro, Business, and Enterprise users can use Sol with medium or higher reasoning effort; Pro and Enterprise can also choose Sol Pro.&lt;/li&gt;
&lt;li&gt;ChatGPT Work and Codex: Free and Go users can use Terra; Plus, Pro, Business, and Enterprise users can choose Sol, Terra, or Luna.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;max&lt;/code&gt;: In ChatGPT Work and Codex, anyone with GPT-5.6 access can enable it in settings.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ultra&lt;/code&gt;: ChatGPT Work offers it to Pro and Enterprise; Codex offers it to Plus and higher plans.&lt;/li&gt;
&lt;li&gt;OpenAI API: Developers can call Sol, Terra, and Luna.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If an option is missing, the staged rollout may not have reached the account yet.&lt;/p&gt;
&lt;h2 id=&#34;how-api-developers-can-combine-the-three-models&#34;&gt;How API developers can combine the three models
&lt;/h2&gt;&lt;p&gt;A practical design is a tiered router rather than one fixed model:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use Luna for classification, extraction, cleanup, and high-throughput preprocessing.&lt;/li&gt;
&lt;li&gt;Use Terra for default conversations, ordinary generation, and routine coding.&lt;/li&gt;
&lt;li&gt;Escalate difficult, low-confidence, or repeatedly failed requests to Sol.&lt;/li&gt;
&lt;li&gt;Increase reasoning effort for high-value complex work, using &lt;code&gt;max&lt;/code&gt; when necessary.&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;ultra&lt;/code&gt; only when work can be parallelized and time matters more than token cost.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;GPT-5.6 also supports explicit prompt-cache breakpoints and a cache lifetime of at least 30 minutes. Cache writes cost 1.25 times the uncached input price, while cache reads retain a 90% input-price discount. Reuse long system prompts, fixed tool definitions, and repeated background context whenever possible.&lt;/p&gt;
&lt;h2 id=&#34;one-line-selection-guide&#34;&gt;One-line selection guide
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Highest capability and less rework on valuable tasks: Sol.&lt;/li&gt;
&lt;li&gt;A balance of quality and cost, or unsure where to start: Terra.&lt;/li&gt;
&lt;li&gt;Simple, high-volume tasks with easy automated checks: Luna.&lt;/li&gt;
&lt;li&gt;A single very difficult problem: increase reasoning effort or use &lt;code&gt;max&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Work that splits into parallel workflows: consider &lt;code&gt;ultra&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This site previously covered &lt;a class=&#34;link&#34; href=&#34;https://knightli.com/en/2026/07/02/gpt-5-6-sol-limited-preview/&#34; &gt;GPT-5.6 Sol&amp;rsquo;s limited preview tiers and safety strategy&lt;/a&gt;. After the official launch, the three tiers became selectable product levels in ChatGPT, Codex, and the API.&lt;/p&gt;
&lt;p&gt;Original: &lt;a class=&#34;link&#34; href=&#34;https://openai.com/index/gpt-5-6/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GPT-5.6: Frontier intelligence that scales with ambition&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
