ChatGPT pricing in 2026: individual plans, Business seats, and API costs

Stevia Putri
Written by

Stevia Putri

Last edited September 9, 2026

Expert Verified
Illustrated woman holding a phone beside the OpenAI logo, surrounded by dollar signs

ChatGPT pricing at a glance

PlanPublished subscription priceWhat the purchase is for
Free$0Everyday use with plan-specific feature limits
GoCheck local checkoutExpanded access to eligible tools compared with Free
Plus$20/monthBroader individual model and tool access
Pro$100 or $200/monthIndividual Pro capabilities with different usage allowances
Business Standard$20/seat/month billed annually; $25 monthlyManaged team workspace access
Business Premium$100/seat/month billed annually; $125 monthlyHigher usage within a managed workspace
EnterpriseContact salesContracted deployment and controls

Sources: OpenAI's plan comparison, Go guide, Plus guide, Pro tiers, and Business overview.

The Go help page directs readers to current checkout pricing. Do not assume a launch price in one market applies everywhere. Likewise, a monthly equivalent on an annual plan is not a month-to-month cancellation arrangement.

Individual plans: what changes as you upgrade

Free and Go

Free is a useful starting point for seeing whether ChatGPT helps with your actual tasks. The current comparison includes chat and selected tools with limits. A free account does not establish that every research, coding, image, or connected-app feature is available without restriction.

Go expands access to eligible features such as uploads, image creation, and data analysis. Some advanced capabilities still require Plus or another eligible plan. Check the feature you need rather than buying solely because a plan offers “more.”

ChatGPT composer menu with Thinking selected and options for files, image creation, and research
ChatGPT composer menu with Thinking selected and options for files, image creation, and research

This menu image comes from OpenAI's Go guide. Seeing a tool in an example interface is not a promise about its limit or availability in your account.

Plus

At $20/month, Plus offers broader access than Free, including eligible reasoning, voice, image, file-analysis, and research features. OpenAI notes that limits can vary with conditions. It is an individual subscription, not a substitute for centrally managing a company's seats and access.

Use a small set of representative tasks to judge the upgrade: an actual-length document, the kind of analysis you repeat, and the model or tool you expect to use. A feature list alone does not tell you whether your workload fits within the allowance.

Pro

Pro now has two price levels. The $100 and $200 tiers share core capabilities but offer different usage allowances. OpenAI also documents separate allowances for some models, including temporary unavailability after a limit is reached.

Choose based on observed usage, not an assumption that the most expensive subscription makes every task unlimited. Compare the extra allowance with how often you actually encounter a limit and whether another supported option meets the job.

Business pricing: seats, usage, and administration

ChatGPT Team was renamed ChatGPT Business. Current Business pricing distinguishes Standard from Premium seats. A workspace needs at least two seats in total, and can mix the two types.

Business includes centralized billing and administration. Standard and Premium provide access to ChatGPT, ChatGPT Work, and Codex; Premium adds higher usage. Workspace credits can extend usage beyond included limits. Review those terms when estimating the bill, rather than multiplying seat price and calling the result a complete forecast.

For example, two Standard seats at the published annual rate represent $40 per month equivalent, or $480 for the year before applicable tax. The monthly-billed equivalent is $50 each month. That is seat-cost arithmetic, not a quote for additional usage or services.

Enterprise is contract-priced. Ask for the controls, support, deployment terms, and usage arrangements your organization needs. An unofficial “around $60 per seat” estimate is not a sound basis for that decision.

The API is a separate cost

A ChatGPT subscription does not include API usage. The API pricing reference separates model input, output, applicable caching charges, processing options, and tool costs. Different modalities can have different units.

For a text application, build the estimate from measured requests: the selected model and processing mode, input and output token counts, cache behavior where applicable, and tool calls. Then add the application's other costs, such as retrieval, hosting, monitoring, and maintenance. Do not use a fixed words-to-tokens conversion as if every language and document format had the same ratio.

Usage-based billing is not inherently impossible to forecast. Measure a representative sample, include busy-period scenarios and retries, and compare the estimate with actual usage. A subscription and an API application should be compared for the same job, not merely by their headline prices.

Compare the cost of completed support work

Support work might involve retrieving a policy, looking up a record, drafting a reply, and handing an exception to a person. ChatGPT's current business offerings include connected apps and workspace workflows; it is inaccurate to claim that it can only copy text from a public-information chat window.

The useful comparison is your configured workflow. What reaches the agent? Which actions can run? What requires approval? How much review is still needed? Test those questions before promising savings or treating a model subscription as the entire operating cost.

The current eesel pricing documentation lists default pay-as-you-go pricing with no per-seat fee or monthly minimum: light tasks are free, regular tasks are $0.40, and heavy tasks are $4. A task covers the interaction rather than each reply. Annual commitments and Enterprise have separate terms; the latter adds a platform fee to usage.

That is not a claim that eesel is always cheaper. Compare the actual task mix, scope, and quality of the result. Tasks can be billed even when their outcome needs correction. Also distinguish dashboard questions from CLI chats: the CLI reference says inspection and setup commands are free, while chat is billed work.

Inspect the work behind a bill with eesel CLI

Suppose a support owner sees recurring work from an old hourly summary that the team no longer uses. A person at a terminal, a script, or a coding agent such as Claude Code, Codex, or Cursor can use eesel CLI to inspect the configuration and propose a change. The CLI operates the same teammate and workspace as the dashboard, and its JSON output can be reviewed without copying numbers from screenshots.

With Node.js 18.17 or newer, begin with read-only commands. Replace the example teammate name with the intended existing agent:

Bash
npx @eesel/cli whoami
npx @eesel/cli billing --agent "Support operations"
npx @eesel/cli automations list --agent "Support operations"
npx @eesel/cli activity --agent "Support operations"

Ask the coding agent to identify the recurring automation, its current state, and the activity that makes it worth reviewing. It should report uncertainty if the records do not establish which work caused a charge. It should not manufacture a per-run cost by dividing the whole invoice by a count of messages.

Preview a targeted pause

The owner first confirms that the selected schedule is obsolete and that pausing it will not remove a required handoff or report. Get its actual ID from the automation output and inspect the supported command:

Bash
npx @eesel/cli automations --help

For a scheduled automation, the documented editor supports automations update with --enabled false. Replace the placeholder below with the verified ID, then preview the change:

Bash
npx @eesel/cli automations update SCHEDULE_ID --enabled false --agent "Support operations" --dry-run

--dry-run prints the server call without sending the write. After the owner approves that exact target and consequence, repeat the command without --dry-run. Read back automations list --agent "Support operations" and check the affected workflow in the dashboard. This is a targeted pause, not deletion of every automation and not a change to billing terms.

Check the result, not just the receipt

Confirm that the intended automation is disabled while other required work remains enabled. Review later activity when the old schedule would have run, accounting for work already underway. If the owner wants to resume it, review the exact setting and approval again; do not assume a paused workflow should restart automatically.

If changing the scope of customer-facing work instead, run separate normal and excluded-case tests with approved costs and data. Disable consequential production actions during preliminary tests, then separately check the real channel with permission. A lower bill is not success if valid customer requests silently lose their response path.

Keep the budget connected to the workflow with eesel CLI

eesel Billing and Usage settings showing payment details, a monthly limit, billing mode, and charge history
eesel Billing and Usage settings showing payment details, a monthly limit, billing mode, and charge history

The screenshot shows an example workspace, not your account's current balance or limit. eesel's documentation describes a configurable monthly spend cap: new work pauses at the limit, while work already in progress finishes. Review your actual settings and the service impact of pausing work.

The CLI's billing command is read-only; changing payment or spending settings belongs in Billing & Usage. Use the CLI to gather evidence and review automation scope, and the dashboard to inspect the same setup. Try eesel to connect that review to the teammate doing the work.

Frequently asked questions

How much is ChatGPT Plus?

OpenAI lists Plus at $20 per month. Check the price, currency, and tax shown at checkout. Plus expands access beyond Free, but usage limits can still apply and API usage is billed separately.

Does ChatGPT Pro still cost $200?

There are $100 and $200 Pro tiers. OpenAI describes their main difference as usage allowance. Some models have separate limits, so neither price means unrestricted use of every model.

What does ChatGPT Business cost?

Published USD pricing is $20 per Standard seat per month billed annually, or $25 billed monthly. Premium is $100 per seat per month billed annually, or $125 billed monthly. Business requires at least two Standard or Premium seats in total; local pricing may vary.

Is ChatGPT Team still a separate plan?

No. ChatGPT Team was renamed ChatGPT Business in August 2025. Current seat options and prices have changed since some older Team comparisons were written, so use the current Business terms.

Does a ChatGPT subscription include API usage?

No. The API is billed separately. Estimate it using the chosen model's current rates, measured input and output usage, applicable caching rates, and any tools or services the application uses.

Is eesel priced per support agent seat?

The default eesel pay-as-you-go plan is based on tasks rather than seats. The current pricing page distinguishes free light work, regular tasks, and heavy tasks. Annual commitments and Enterprise have different terms. CLI chats are billed work even when used for tests.

How can eesel CLI help review automation costs?

A person, script, or coding agent can inspect billing, recent activity, and automations for the same workspace and teammate as the dashboard. It can propose narrowing or pausing an unwanted automation, preview the write, and read back an approved change. Billing inspection does not itself change a plan or spending limit.

Share this article

Stevia Putri

Article by

Stevia Putri

Stevia Putri is a marketing generalist at eesel AI, where she helps turn powerful AI tools into stories that resonate. She’s driven by curiosity, clarity, and the human side of technology.

Related Posts

All posts →
Stacked-layers icon on a pastel blue and pink background
Guides

Apps in ChatGPT pricing: plans, provider costs, and API budgets

Apps in ChatGPT pricing depends on your ChatGPT plan, the app provider, and whether you are building a separate API workflow.

Stevia PutriStevia PutriOct 8, 2025
Two illustrated people beside a pie chart, a phone with a dollar sign, a bird, and an AI icon
Guides

ChatGPT Team review (2026): Business seats, shared work, and buying checks

A current review of the plan formerly called ChatGPT Team: Business seats, shared Projects, Company Knowledge, workspace agents, and the checks to run before rollout.

Kenneth PanganKenneth PanganSep 3, 2025
Illustration of a Claude Opus 5 pricing breakdown showing cost per million tokens
Guides

Claude Opus 5 pricing in 2026: API costs, plans, real bills

Anthropic kept Opus 5 at Opus 4.8 prices, but thinking is now on by default. Here is what a Claude Opus 5 run really costs once effort and caching are in.

Rama Adi NugrahaRama Adi NugrahaJul 27, 2026
A complete guide to Claude Opus 4.5 pricing
Guides

Claude Opus 4.5 pricing 2026: API costs and plans

Considering Claude Opus 4.5? We break down the $5/$25 API pricing, compare it to GPT-5.1 and Gemini 3 Pro, and show you how to optimize costs.

Kenneth PanganKenneth PanganJan 6, 2026
Kustomer pricing: a complete guide to plans and costs in 2025
Guides

Kustomer pricing: a complete guide to plans and costs in 2025

Explore Kustomer pricing in 2025 with a full plan breakdown, hidden cost warnings, and AI add-on details to help you budget smarter.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 12, 2025
A practical guide to the WhatsApp Business API latest pricing and policy changes (July 2025)
Guides

A practical guide to the WhatsApp Business API latest pricing and policy changes (July 2025)

WhatsApp's shift to per-message pricing is here. Understand the key WhatsApp Business API latest pricing and policy changes, and learn how to adapt your strategy to save money and improve your support.

Kenneth PanganKenneth PanganOct 27, 2025
Black OpenAI logo surrounded by eight hand-drawn banknotes with dollar signs on a white background
Guides

ChatGPT for business (2026): capabilities, controls, and rollout choices

A current ChatGPT overview for business teams: capabilities, Business seats, Company Knowledge, workspace agents, and the controls needed before customer work goes live.

Stevia PutriStevia PutriSep 25, 2025
A practical business guide to the OpenAI API
Guides

A practical business guide to the OpenAI API

The OpenAI API is powerful, but turning it into a dependable support tool isn’t trivial. Learn the real build steps, costs, and faster alternatives that actually ship.

Kenneth PanganKenneth PanganSep 4, 2025
A complete guide to Google Gemini pricing in 2026
Guides

Gemini pricing 2026: Free vs Pro vs Ultra and API costs

Google Gemini's pricing is spread across free tiers, Pro and Ultra subscriptions, Workspace seats, and pay-as-you-go API tokens. Here's a complete 2026 breakdown of every Gemini pricing tier, with the real numbers, so you can pick the right plan and avoid surprise bills.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 25, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free