OpenAI recently launched GPT-6 Sol, expanding its GPT-6 lineup with a model aimed at coding, professional work, and agentic tasks. The September 22 release also brought a significant change in pricing, with Sol costing 50% less per token than GPT-5.6 Sol’s promotional pricing.
The launch comes shortly after GPT-6 Astra, giving developers another option between higher-end performance and lower-cost, high-volume models. Sol also brings improvements in coding, computer use, factuality, and long-running workflows, while keeping a large 1.05 million-token context window.
What Is GPT-6 Sol?
GPT-6 Sol is an OpenAI model designed primarily for more complex coding and agentic workflows. The GPT-6 Sol model is one of three models in the GPT-6 family, with the other two being GPT-6 Astra and GPT-6 Luna. OpenAI claims that Sol offers a balance of improved reasoning capabilities and lower costs so that developers and businesses can run more compute-intensive AI workloads.
The model comes with a 1.05 million-token context window, which means it can work with a large amount of information in a single task. It also supports features such as web search, file search, code interpreter, computer use, function calling, and image generation through the Responses API.
GPT-6 Sol is available through the OpenAI API, with standard pricing starting at $2 per million input tokens and $10 per million output tokens. OpenAI has also made it available in ChatGPT Work and Codex for eligible paid plans.
| Feature | GPT-6 Sol |
| Developer | OpenAI |
| Model type | Coding & agentic AI |
| Context window | 1.05M tokens |
| API access | Yes |
| Main focus | Coding, agents, and complex tasks |
GPT-6 Sol Features
GPT-6 Sol is built with coding and agentic tasks in mind, but its capabilities go beyond writing code. It can work with large amounts of information, use different tools, and handle tasks that require several steps. Here are some of its main features.
Advanced Coding
GPT-6 Sol is mainly designed for advanced coding. OpenAI says the model is built for complex coding tasks, making it suitable for working with larger codebases and handling multi-step development work.
You can use it to write and explain code, find bugs, make changes to existing projects, and work through more complicated programming tasks. Its reasoning settings can also be adjusted depending on how much effort a task requires.
This makes GPT-6 Sol useful for developers who need help with both smaller coding questions and longer development workflows.
Agentic Workflows
GPT-6 Sol is also designed for agentic workflows, where the model can work through a task in multiple steps and use tools along the way. OpenAI supports function calling and several built-in tools through the Responses API.
For example, an agent could search for information, work with files, run code, and then use the results to move on to the next part of a task. This can be useful for automation, research, software development, and other workflows that involve more than a single prompt and response.
The idea is to let the model handle a sequence of related actions while your application controls which tools it can access.
Large Context Window
GPT-6 Sol has a 1.05 million-token context window, giving it room to process a large amount of information within a single conversation or task. It also supports up to 128,000 output tokens.
A large context window can be useful when you’re working with long documents, large codebases, research material, or conversations that contain a lot of previous information.
For developers, this can also reduce the need to split large projects into many smaller pieces of context. However, having a large context window does not mean every task will automatically use the full capacity.
Tool and Computer Use
GPT-6 Sol supports a range of tools through the Responses API, including web search, file search, code interpreter, hosted shell, image generation, MCP, and computer use.
Computer use is particularly useful for tasks that involve interacting with a browser or desktop interface. OpenAI’s computer-use system allows a model to work with screenshots and perform actions such as clicking, typing, and navigating interfaces.
This opens up more possibilities for AI agents. Instead of only generating an answer, a system using GPT-6 Sol can be connected to tools that allow it to gather information, work with files, run code, or interact with software.

GPT-6 Sol Benchmarks
GPT-6 Sol is mainly tested on coding and agentic tasks, so its benchmarks focus on how well it can solve software problems and complete tasks using tools.
DeepSWE v1.1
Measures software engineering skills across real-world code repositories. It tests whether an AI coding agent can understand a project, make the required changes, and pass the relevant tests.
Terminal-Bench 4.0
Measures how well AI agents can complete complex tasks through a command-line terminal. Its 66 tasks cover areas such as software, machine learning, science, security, and operations.
These benchmarks give a better idea of how GPT-6 Sol handles practical coding and multi-step tasks. However, benchmark scores should still be viewed alongside real-world testing, as results can vary depending on the model settings, tools, and evaluation setup.
GPT-6 Sol Pricing
GPT-6 Sol is priced based on API usage. OpenAI charges $2 per million input tokens and $10 per million output tokens.
| Usage | Price |
| Input | $2 / 1M tokens |
| Output | $10 / 1M tokens |
Ways to Use GPT-6 Sol
GPT-6 Sol is built to handle a wide range of technical and creative workloads. Here are some of the areas where it stands out.
Software Development
Sol can help write new features, scaffold entire projects, and translate specifications into working code across multiple languages and frameworks.
Debugging
It can trace errors back to their root cause, suggest fixes, and explain why a piece of code is failing in plain terms.
AI Agents
With strong support for agentic workflows, Sol can plan multi-step tasks, call tools, and manage longer chains of actions without losing track of the goal.
Data Analysis
It can clean messy datasets, spot patterns, and generate summaries or visualizations from raw data.
Research
Sol can pull together information from multiple sources, compare viewpoints, and produce organized summaries on complex topics.
Automation
From scripting repetitive tasks to building small tools, Sol is well suited for automating everyday technical work.
GPT-6 Sol vs Other AI Models
Compared to other models on the market, Sol is positioned as a faster and more cost effective option for everyday coding and agentic tasks.
It aims to deliver much of the performance of top tier models while keeping latency and pricing more practical for frequent use. Its edge shows up most in coding heavy and agent driven scenarios rather than pure creative writing.
How to Access GPT-6 Sol
Access typically comes through an API key from the provider or through third party platforms that aggregate multiple AI models under one interface.
Once you have access, you can call the model through standard API requests, and many platforms also support playground style testing before you commit to a workflow.
GPT-6 Sol Pros and Cons
Pros
- Strong coding capabilities, useful for both writing new code and fixing existing bugs
- Large context window, which allows it to work with long documents or codebases in a single session
- Designed for agentic workflows, making it a good fit for tasks that involve planning and multiple steps
- Competitive API pricing compared to other high-end models
Cons
Availability may vary depending on region or provider, so access isn’t guaranteed everywhere
Pricing can change as the model matures or as providers adjust their rate structures
Advanced features may require technical knowledge, which can make onboarding harder for non technical users
Conclusion
GPT-6 Sol is a recent addition to OpenAI’s model lineup, with a clear focus on coding, agentic workflows, and other demanding tasks. Its large context window, tool support, and relatively low API pricing make it an option worth considering for developers handling larger projects or automated workflows.
FAQs
What is GPT-6 Sol?
GPT-6 Sol is an OpenAI model designed for coding, reasoning, and agentic tasks.
How much does GPT-6 Sol cost?
API pricing starts at $2 per million input tokens and $10 per million output tokens.
What is the GPT-6 Sol context window?
It has a 1.05 million-token context window.
Is GPT-6 Sol good for coding?
Yes. It is designed to handle complex coding and development tasks.
Can GPT-6 Sol build AI agents?
Yes. It can power AI agents that use tools and handle multi-step tasks.
How do I access GPT-6 Sol?
You can access it through the OpenAI API and supported OpenAI products.
Is GPT-6 Sol available in ChatGPT?
Yes, it is available in ChatGPT Work for eligible users.


