Claude Opus 5.5 vs GPT-6 Sol vs Gemini: pricing and what each is for

September 25, 2026 · JICA LABS

Three big launches landed in under a month: Gemini 3.8 Flash (September 2), Claude Opus 5.5 and GPT-6 Sol and Luna (both September 22). If you plan to use one in an app, a bot or your work, the practical question is what each costs and what it is good for. Here are their official API prices as of September 25, 2026, a worked example with real numbers and a calculator for your own case.

In short: GPT-6 Luna is by far the cheapest ($0.10 per million input tokens). Claude Opus 5.5 costs twice as much per token as GPT-6 Sol and Claude Sonnet 5. Claude Fable 5.1 and GPT-6 Astra are the most expensive ($10 / $50). Gemini 3.8 Flash has launch pricing until year end and doubles in 2027.

First: how they charge (tokens)

AI APIs do not charge per message but per token, small chunks of text. As a rule of thumb, OpenAI estimates one English token is about 4 characters, or three quarters of a word. They charge separately for:

Price table (USD per million tokens)

ModelCompanyInputOutput
Most expensive
Claude Fable 5.1Anthropic$10$50
GPT-6 AstraOpenAI$10$50
Mid-range
Claude Opus 5.5Anthropic$4$20
Gemini 3.1 Pro (preview)Google$2$12
Claude Sonnet 5Anthropic$2$10
GPT-6 SolOpenAI$2$10
Budget
Claude Haiku 4.5Anthropic$1$5
Gemini 3.8 Flash *Google$0.75$3.75
Gemini 3.1 Flash-LiteGoogle$0.25$1.50
GPT-6 LunaOpenAI$0.10$0.50

* Gemini 3.8 Flash: launch price until December 31, 2026; from January 1, 2027 it becomes $1.50 / $7.50. These are standard rates for normal-length prompts. For very long prompts OpenAI and Google charge more: for example, GPT-6 Sol rises to $4 / $15 and Gemini 3.1 Pro to $4 / $18. Anthropic charges much less when you reuse the same context (caching): cache reads on Opus 5.5 cost $0.20 per million instead of $4.

What it costs in practice

Example: an assistant answering 1,000 requests a month, each with about 2,000 input tokens (question + instructions + some history) and 500 output tokens. That adds up to 2 million input and half a million output tokens per month:

ModelCost per month
GPT-6 Luna$0.45
Gemini 3.1 Flash-Lite$1.25
Gemini 3.8 Flash *$3.38
Claude Haiku 4.5$4.50
Claude Sonnet 5$9.00
GPT-6 Sol$9.00
Gemini 3.1 Pro (preview)$10.00
Claude Opus 5.5$18.00
Claude Fable 5.1$45.00
GPT-6 Astra$45.00

The gap is huge: what costs $0.45 with GPT-6 Luna costs $18.00 with Claude Opus 5.5 and $45.00 with GPT-6 Astra. But price per token is not everything: a cheap model that gets things wrong and needs retries can end up costing more per task done right.

Calculator: your case, in your currency

Pick an example or type your own numbers. Exchange rates load in your browser; prices are the ones in the table.

Loading the calculator…

What each one is for, according to each company

Note: these are each company's claims about its own tests. Each one picks what to compare against, so take them with caution.

What if I just want to chat?

Using these models in their apps, without coding, is priced differently:

Which one fits what you do

Our practical take, at today's prices:

Want to call these APIs from your own code? Start with our free Python lessons (in Spanish): the JSON lesson is the basis for reading their responses.

Sources

More notes