OpenAI Improves GPT-5.6 Sol for Paying Users, Moves Free Tier to Luna Only

Paying ChatGPT users get a more focused Sol model with a reasoning effort slider. Free users gain unlimited text chats but lose access to OpenAI's strongest reasoning model.

2 min
OpenAI Improves GPT-5.6 Sol for Paying Users, Moves Free Tier to Luna Only

OpenAI has updated GPT-5.6 Sol in ChatGPT for Plus and Pro subscribers, shipping a version that the company says cuts unnecessary detail and excess formatting. At the same time, free-tier users are being shifted to GPT-5.6 Luna, the smallest and cheapest model in the GPT-5.6 family, with unlimited text chats set to arrive next week.

What changed in Sol

The Sol update brings two changes for paying users. The model now produces shorter, more direct answers for simple queries while preserving depth for complex tasks. OpenAI also claims a reduction in factual errors. In an internal evaluation using prompts from finance, medicine, and law, responses containing at least one factual mistake dropped by roughly 62 percent for Luna and 68 percent for Sol compared with GPT-5.5 Instant. These figures have not been independently verified.

A new reasoning-effort slider lets paying users choose from five levels of processing depth. Lower settings handle everyday questions, while higher settings are intended for research, planning, and coding. The slider was previously available only in ChatGPT Work. OpenAI positions it as a way to make quick answers and deep reasoning feel like one model rather than two separate experiences.

OpenAI's two-tier model access: Sol for paying users, Luna for free tier

The free tier tradeoff

GPT-5.6 Luna becomes the default model for Free and Go users later this week. Unlimited text chats follow next week, along with a Think button that lets Luna reason longer on harder questions. But Luna does not switch to a stronger model when it struggles. Smaller models are generally more error-prone than larger reasoning counterparts, and the Think button extends Luna's processing time without upgrading the underlying model. Free users lose access to OpenAI's most capable reasoning altogether.

The Sol changes apply only to ChatGPT. The model remains unchanged in ChatGPT Work and Codex. Limits on file uploads, image generation, and other tools stay in place for free users.

The update is the latest step in a tiered strategy that has defined OpenAI's 2026 product releases. The company cut GPT-5.6 Luna API pricing by 80 percent shortly after launch and has since used Luna as the entry point for free users while reserving Sol for paying subscribers. Whether a reasoning slider meaningfully improves the experience remains an open question. OpenAI's own model switcher, introduced with GPT-5, was largely ignored by users.

Sources

OpenAI: Improving GPT-5.6 Sol in ChatGPT: https://openai.com/index/improving-gpt-5-6-sol-in-chatgpt/OpenAI ChatGPT Release Notes: https://help.openai.com/en/articles/6825453-chatgpt-release-notesThe Decoder: OpenAI improves GPT-5.6 Sol in ChatGPT and restricts free users to its weakest model: https://the-decoder.com/openai-improves-gpt-5-6-sol-in-chatgpt-and-restricts-free-users-to-its-weakest-model/

Written by

More to read

  • Vector Databases in Production: Architecture, Filtering Strategies, and Scale Ceilings for pgvector, Qdrant, Milvus, and Pinecone

    The rapid deployment of retrieval-augmented generation (RAG) and semantic search has turned vector databases from specialized academic tooling into core production infrastructure. However, engineering teams face conflicting architectural paradigms. On one side, the relational database ecosystem argues that vector extensions inside existing databases eliminate operational overhead. On the other side, dedicated vector database vendors argue that relational engines cannot handle high-dimensional ge

    1 min
  • Attention Sinks in Large Language Models: How StreamingLLM Prevents Perplexity Explosion in Infinite Sequences

    Autoregressive large language models are trained on fixed context windows, yet real-world applications (such as continuous coding agents, live conversation servers, and document streaming pipelines) require models to process unbounded token sequences. When standard LLMs operate on sequences longer than their pre-training context length, computational complexity and key-value (KV) cache memory scale quadratically and linearly, respectively. A seemingly natural workaround is sliding window attent

    1 min
  • Warp Launches Warp Factories to Automate Multi-Agent Software Development Lifecycles

    Terminal and developer tools maker Warp has introduced Warp Factories, a turnkey infrastructure system designed to manage and orchestrate autonomous AI coding agents across the software development lifecycle. The platform aims to lower the barrier for engineering teams implementing multi-agent workflows by providing preconfigured orchestration pipelines, evaluation harnesses, and runtime observability. Software Factory Architecture The "software factory" model structures development into five

    1 min