In 2026, the question "which AI model is best" no longer has an answer. The three big families — GPT-5.6 from OpenAI, Claude 5 from Anthropic and Gemini 3.5 from Google — are close to each other on general tasks. The differences lie in what surrounds them and in the character of their answers.
That's why this comparison is organized not by model but by task. Six things people use AI for every day: programming, writing, research, translating into Dutch, working with documents, and making images and video. For each task you'll see who wins, why, and what it costs you.
How do the three families compare side by side?
First the hard data. Each provider has several models; these are the ones you'll come across in the subscription of around €21.
| Model | Provider | Released | Context window | API input–output per million tokens |
|---|---|---|---|---|
| GPT-5.6 Sol | OpenAI | 9 July 2026 | 1.05 million | $5 / $30 |
| GPT-5.6 Terra | OpenAI | 9 July 2026 | 1.05 million | $1.25 / $10 |
| Claude Opus 5 | Anthropic | June 2026 | 1 million | $5 / $25 |
| Claude Sonnet 5 | Anthropic | 30 June 2026 | 1 million | $2 / $10 |
| Gemini 3.1 Pro | preview | 1 million | $2 / $12 | |
| Gemini 3.5 Flash | 19 May 2026 | 1.05 million | $1.50 / $9 |
Two terms for anyone running into this for the first time. A token is a piece of a word; as a rule of thumb, a thousand tokens is about 750 words. The context window is how much text the model can keep in view at once: your question, your attachments, the earlier conversation and the answer combined. On that point the three families are practically equal: around a million tokens, or several thousand pages.
The API prices are what developers pay per million tokens. As a consumer you pay a subscription and never see those amounts, but they do say something about how heavy a model is. That Claude Fable 5, at $10 input and $50 output, is twice as expensive as GPT-5.6 Sol is no coincidence.
| Model | From | Released | Context | Dutch | Best for |
|---|---|---|---|---|---|
| GPT-5.6 Sol | OpenAI | 9 July 2026 | 1,05M tokens | Good | Heavy analysis, agents and professional work |
| Claude Opus 5 | Anthropic | June 2026 | 1M tokens | Excellent | Complex reasoning tasks and long documents |
| Gemini 3.1 Pro | preview | 1M tokens | Good | Research and document analysis |
Programming: Claude, with Grok as a serious runner-up
In coding, it's long since stopped being about who types the nicest function into a chat window. It's about the tooling around it: can the AI read your files, run code, see the error message and correct itself.
Claude has gone furthest there. Claude Code simply comes with Claude Pro (€21.02 per month) and works independently in your project folder. Combined with Claude Opus 5, Anthropic's reasoning model, that's the strongest combination at that price for most developers. Reasoning here means the model first works out step by step what needs to happen before it starts writing, which makes the difference with complicated bugs.
Grok 4.5 from xAI (8 July 2026) is distinctly strong at code and, at $2 input and $6 output per million tokens, cheap to use. Its context window of 500,000 tokens is half that of the rest, though, which starts to pinch with large codebases. At €31.53 per month, its subscription is also the most expensive among the major providers.
GPT-5.6 Sol competes with Codex in ChatGPT Plus, and since the update of 6 August 2026 has an effort slider that lets you decide how long the model thinks. Handy: for a simple refactor you set it low, for a hard problem high.
If you self-host or work through the API, you have two more options: Kimi K2.7 Code from Moonshot is built for long runs of coding agents, and GLM-5.2 from Z.ai is an open engineering model with a context window of a million tokens. The full comparison of coding assistants, including GitHub Copilot Pro ($10) and Cursor ($20), is in coding with AI.
Writing: Claude, and it's not a close call
For writing in Dutch, the gap is the largest of all the tasks in this article. Our assessment of Dutch language quality:
| Provider | Score | What you notice when writing |
|---|---|---|
| Claude | 5 | Correct idiom, no anglicisms, holds the requested tone |
| ChatGPT | 4 | Grammatically sound, but American-sounding |
| Gemini | 4 | Correct, but flat and businesslike |
The problem with GPT-5.6 isn't incorrect Dutch but Dutch that audibly reads as translated: expressions that come literally from English and an upbeat tone that's out of place in a Dutch business email. With Gemini it's the other way around: everything is correct, but there's no life in it, and whether you ask for a light or a formal text, you get roughly the same text back.
Claude does hold a requested tone to the end of a long piece. In practical terms: less rework. Why that is and what else Claude can do is covered in Claude AI explained; the full test with all nine providers is in which AI speaks the best Dutch.
Research: Gemini, with a caveat
Research covers two kinds of work: figuring out how something works, and checking whether something is true.
For the first, Gemini 3.1 Pro in Google AI Pro (€21.99 per month) is the strongest option, thanks to Deep Research: the model works through a series of sources on its own and delivers a report. Since 6 August 2026, GPT-5.6 Sol has had an update that makes it noticeably better at handling facts, and ChatGPT Plus has Deep Research too. In practice those two are close; Google wins on processing a lot of material at once.
The caveat is fundamental: none of the three gives you verifiable sources for every claim by default. If you do want that, you need a different kind of tool. That's the subject of Perplexity AI: the AI that actually cites its sources.
Translating into Dutch: Gemini overtakes Claude
This is the only task where Gemini is the best choice, and it's the exact opposite of the outcome for writing.
Translation is a task where you specifically don't want a voice of its own. You want the source text to come across accurately, with the same structure and without added interpretation. Gemini is good at that: correct, literal where it needs to be, and consistent in terminology across a long text.
Claude translates fine too, but tends to improve the text: smoother phrasing, more natural sentence structure. For marketing copy that's an advantage, for a legal or technical translation a risk. GPT-5.6 sits in between and in long texts sometimes slips back into English constructions.
| Type of text | Best choice | Why |
|---|---|---|
| Legal, technical, forms | Gemini 3.1 Pro | Accurate and consistent in terminology |
| Marketing and web copy | Claude Sonnet 5 | Reads like original Dutch |
| Quickly understanding what it says | GPT-5.6 Luna | Free and fast enough |
Documents: the context window isn't the whole story
On paper the three barely differ: 1.05 million tokens at OpenAI and Gemini 3.5 Flash, 1 million at Claude and Gemini 3.1 Pro. In practice something else makes the difference, namely what you can do with those documents.
Google AI Pro has NotebookLM: you upload your own sources and Gemini answers only based on them, with a reference to the passage. For case files, study material and reports, that's a different way of working from pasting a document into a chat window. On top of that you get 2 TB of storage, which matters in practice with a large document collection. How that subscription is put together is covered in Gemini AI explained.
With its million tokens, Claude can handle large files just as well, but it runs into a different problem: the usage windows. Upload a few heavy documents in a row and you hit your limit sooner than you'd expect. ChatGPT Plus gives you 160 messages per three hours on the top model, which feels roomier for document work.
Images and video: only OpenAI and Google take part
Here Claude drops out completely: Anthropic makes no images and no video.
- OpenAI has GPT Image 2 and Sora 2, both in ChatGPT Plus. Video generation in a subscription of €21.02 per month is unique.
- Google has Nano Banana Pro for images and Veo 3.1 for video.
- Anthropic has nothing in this category.
For anyone who regularly creates visual material, this is often the deciding factor. And it's also the reason so many people keep ChatGPT Plus alongside another subscription.
What does it cost to pick the best per task?
All in all, the outcome of this comparison is awkward: there's no single winner, there are six winners.
| Task | Winner | Subscription | Per month |
|---|---|---|---|
| Programming | Claude Opus 5 with Claude Code | Claude Pro | €21.02 |
| Dutch texts | Claude Sonnet 5 or Opus 5 | Claude Pro | €21.02 |
| Research | Gemini 3.1 Pro | Google AI Pro | €21.99 |
| Translation | Gemini 3.1 Pro | Google AI Pro | €21.99 |
| Documents and NotebookLM | Gemini 3.1 Pro | Google AI Pro | €21.99 |
| Images and video | GPT Image 2, Sora 2 | ChatGPT Plus | €21.02 |
So if you want to use the best model on all six tasks, you need three subscriptions: €64.03 per month, or €768.36 per year. That's the heart of the problem. Not that the models fall short, but that each sits behind its own paywall while almost nobody does just one kind of work.
| Provider | Plan | List price | Per month in € | Per year |
|---|---|---|---|---|
| GoedkopeAIAll models below | Plus | €12.95 incl. VAT | €12.95 | €155 |
| ChatGPTOpenAI | Plus | $20 excl. VAT | €21.02 | €252 |
| ClaudeAnthropic | Pro | $20 excl. VAT | €21.02 | €252 |
| GeminiGoogle | Google AI Pro | €21.99 incl. VAT | €21.99 | €264 |
If you do have to pick one subscription, look at what you do most often, not at what scores best on the hardest task. We weigh that up per type of user in ChatGPT Plus vs Claude Pro vs Google AI Pro, and every subscription type from every provider is laid out side by side in our comparison of AI subscriptions.
Conclusion
Frequently asked questions
Which AI model is best: GPT-5.6, Claude 5 or Gemini 3.5?
No model wins at everything. Claude 5 writes the best Dutch and has the best programming environment, Gemini 3.5 is strongest with long documents and research, and GPT-5.6 has the broadest package, including images and video. So the choice depends on what you do most often.
Which model is best for programming?
Claude Opus 5 combined with Claude Code, which is included in Claude Pro, is the strongest combination for most developers. Grok 4.5 is also strong at code and costs $2 input and $6 output per million tokens. If you'd rather stay in your editor, GitHub Copilot Pro at $10 per month is the cheapest way in.
Which model writes the best Dutch?
Claude, with a 5 out of 5 in our test. GPT-5.6 and Gemini both score a 4: correct Dutch, but with an American undertone in ChatGPT's case and a flat, businesslike tone in Gemini's. For translating into Dutch, however, Gemini is strong.
Which model can handle the most text at once?
GPT-5.6 Sol and Gemini 3.5 Flash have a context window of 1.05 million tokens, the Claude 5 models 1 million. In practice those are virtually the same. If you want to go further, Meta's Llama 4 models have a window of up to 10 million tokens, but you run those yourself.
Can I use all three models with one subscription?
Not with the providers themselves: ChatGPT Plus, Claude Pro and Google AI Pro are three separate subscriptions totaling €64.03 per month, or €768.36 per year. Bundle providers do give access to several models through one subscription and one invoice.