How to Use GPT-6 Sol and Luna in ChatGPT Work and Codex: Model Picker, Reasoning Levels and Best Use Cases
GPT-6 Sol and GPT-6 Luna are available in ChatGPT Work and Codex for eligible users. They are separate from the models shown in normal ChatGPT conversations, and the options you see depend on your plan, workspace settings and rollout access.
By Digital Pulse Brief • Based on OpenAI’s current Help Center and developer documentation
Editorial context photo: Christopher Gower / Unsplash. Not a screenshot of ChatGPT Work or Codex.
Quick answer
To use GPT-6 Sol or Luna in ChatGPT Work or Codex, open the model picker and choose the model if your account shows it. Work and Codex also expose reasoning controls, but the exact levels depend on the selected model, plan and workspace settings.
If you want a model-selection comparison before following the steps, read our GPT-6 Sol vs GPT-6 Luna guide.
Before you start: understand the three GPT-6 names
OpenAI’s developer documentation describes the GPT-6 family as Astra, Sol and Luna. Astra is positioned as the flagship for the hardest complex reasoning and coding workloads; Sol balances intelligence and cost; Luna targets cost-sensitive, high-volume work.
That family description is broader than the ChatGPT Work/Codex rollout. The Help Center specifically says GPT-6 Sol and GPT-6 Luna are models for Work and Codex and are not available in regular ChatGPT conversations. API availability is a separate product surface with its own model IDs, prices and limits.
The practical rule: follow the model list actually shown in the product you are using. Do not assume an API model is automatically selectable in normal Chat, or that a Work model is enabled in every workspace.
Step 1: open ChatGPT Work or Codex
Start in the experience where OpenAI says Sol and Luna are available: ChatGPT Work or Codex. Availability depends on your plan, organization/workspace settings and rollout access.
If your organization manages ChatGPT centrally, an administrator may control which models are exposed. If you only see a default option and no named GPT-6 models, that can be an account or workspace configuration—not a browser problem.
Editorial context photo: Compagnons / Unsplash.
Step 2: use the model picker
OpenAI says Work and Codex use a model picker that can show Default or a specific available model. If GPT-6 Sol and Luna are enabled for your account, select the model by name.
Default is useful when you want the product to combine model/reasoning choices for you. Selecting a specific model is better when you need reproducibility across a project or want to control the intelligence/latency tradeoff yourself.
Codex desktop keeps the model you selected manually. That matters if you switch between projects and expect the app to return to an automatic default each time.
Editorial context photo: Danial Igdery / Unsplash.
Step 3: choose a reasoning level
When you select a specific model in Work or Codex, the interface can expose that model’s available reasoning levels. OpenAI says the exact options vary by plan and workspace settings.
The useful mental model is:
- Lower reasoning: faster responses for routine edits, simple code changes, straightforward analysis and tasks where iteration is cheap.
- Medium/high reasoning: better fit for multi-step debugging, architecture decisions, research synthesis, complex documents and tasks where mistakes are expensive.
- Highest available reasoning: reserve for difficult problems that genuinely benefit from more deliberation; it can increase latency and usage.
Do not automatically maximize reasoning for every request. A simple rename or formatting task does not need the same effort as a cross-repository migration or multi-source research project.
When to choose GPT-6 Sol
OpenAI positions GPT-6 Sol as a balance of intelligence and cost.
A useful way to route work is by the cost of being wrong. For a low-stakes transformation—renaming fields, extracting a known schema or producing many first-pass summaries—throughput can matter more than maximum reasoning depth. For a migration plan, production incident, architecture decision or research conclusion that will drive a business action, the quality of the reasoning and verification process matters more. This is where Sol is easier to justify even if a lighter model could produce a plausible first answer.
Model choice also interacts with context. A short request with one clear file is different from a task that requires reading a repository, checking documentation, comparing several files and then applying edits. In the second case, the surrounding Work or Codex tool chain can be as important as the raw model. Give the model the smallest relevant set of files and permissions, define the expected output and verification step, and let it escalate effort only where the task actually needs it.
For teams, standardize a routing rule instead of relying on individual preference. One practical policy is: Luna for bounded high-volume work, Sol for multi-step professional work, and the strongest model your environment exposes only for genuinely difficult exceptions. Record the model and reasoning setting when reproducibility matters. This makes cost and quality decisions explainable later, especially when two runs produce different outcomes.
In Work and Codex, that makes Sol the sensible default for professional tasks where you want strong reasoning but do not need the maximum capability/cost profile for every step.
Typical fits include:
- Codebase changes that involve several files.
- Research and synthesis across documents/web sources.
- Technical writing and review.
- Planning and executing multi-step work with tools.
- Debugging where context and tradeoffs matter.
Sol is not automatically “better” than Luna for every job. If the task is repetitive and volume is the dominant constraint, Luna can be the more efficient choice.
Editorial context photo: Zan Lazarevic / Unsplash.
When to choose GPT-6 Luna
OpenAI positions GPT-6 Luna for cost-sensitive, high-volume workloads. That makes it attractive for workflows where each individual task is relatively bounded but you need many of them: classification, repetitive transformation, extraction, first-pass analysis, routine coding assistance or large queues of similar work.
Use Luna when speed/cost/throughput matter more than squeezing maximum reasoning depth from one request. If a Luna run reveals an ambiguous or difficult edge case, you can escalate that subset to Sol rather than running the entire workload at a higher tier.
This “route the hard cases upward” pattern is often more efficient than picking the strongest model for every task by default.
Editorial context photo: Compagnons / Unsplash.
Work vs Codex: which should you use?
Codex is the natural choice when the center of gravity is software engineering: codebases, terminals, repositories and development workflows. Work is broader: it is designed for substantial multi-step professional tasks that can combine research, files, apps and browser/computer actions.
If the same task could be done in either, choose the environment whose tools and permissions match the job. A repository refactor belongs in Codex. A market-research project that ends in a spreadsheet and presentation is better suited to Work.
The models can overlap, but the surrounding tool environment changes what the model can actually accomplish.
What if GPT-6 Sol or Luna does not appear?
- Confirm you are in Work or Codex, not a normal ChatGPT conversation.
- Check your plan/workspace access. OpenAI says model options depend on plan and workspace settings.
- Look for a rollout limitation. New model access can be staged.
- Check whether an organization administrator restricts models.
- Do not confuse API access with ChatGPT UI access. These are separate product surfaces.
If you are using Codex desktop, also remember that it retains a manually selected model, so the current project may already be pinned to another choice.
Editorial context photo: Mimi Thian / Unsplash.
API users: Sol and Luna are separate model choices
OpenAI’s current model documentation also lists GPT-6 Sol and Luna for developers, alongside Astra. The API uses explicit model IDs and pricing rather than the ChatGPT Work/Codex picker. That means this how-to should not be treated as an API migration guide.
For API workloads, compare model IDs, context windows, tool support, reasoning settings and per-token prices directly in the developer documentation. The model family guidance recommends Astra for the hardest tasks, Sol for intelligence/cost balance and Luna for cost-sensitive high-volume workloads.
Practical model-routing checklist
- Start with the cheapest/fastest option that reliably solves the task.
- Use Sol for multi-step work where quality and tool use matter.
- Use Luna for routine high-volume jobs and escalate difficult cases.
- Increase reasoning only when the task benefits from deeper analysis.
- Keep model choice fixed when you need reproducible comparisons.
- Re-check plan/workspace availability before documenting a workflow for a team.
- Separate regular ChatGPT, Work, Codex and API availability in internal documentation.
FAQ
Are GPT-6 Sol and Luna available in normal ChatGPT conversations?
OpenAI’s current Help Center says the Sol and Luna models introduced for Work and Codex are separate from the models available in regular ChatGPT conversations.
Which model is better for coding?
There is no single answer for every coding task. Sol is the stronger fit when a coding job needs more reasoning and multi-step work; Luna can be more efficient for routine, repeated coding tasks. The surrounding Codex tools also matter.
Does choosing higher reasoning always improve the result?
No. Higher reasoning can help difficult tasks, but simple work often gains little while taking longer or using more resources.
Are Sol and Luna available through the API?
OpenAI’s developer model documentation lists the GPT-6 family, including Sol and Luna, for API developers. API model selection/pricing is separate from ChatGPT Work and Codex access.
Sources
- OpenAI Help Center — ChatGPT release notes
- OpenAI Help Center — ChatGPT Work and Codex
- OpenAI Developers — Models
- OpenAI Developers — GPT-6 model guidance
Image credits: Christopher Gower, Compagnons, Danial Igdery, Zan Lazarevic and Mimi Thian via Unsplash. Context photography only.
Get clear AI, technology and business insights in your inbox
Breaking developments, practical explainers, reviews and useful tech intelligence — without the noise.
Gemini Call for Me on Pixel 11: How It Works, Requirements, Privacy and Limits
