Grom 1.5
The model GPTunneL starts with. It answers first, reads images, holds a long context and runs on our hardware — not in someone else's cloud.
It starts typing while the others are still thinking
The first token leaves in about half a second, then the stream ramps up to 120 tokens per second. Large models spend a while warming a request up — on a short question that pause is more noticeable than any difference in the answer.
Our own measurements: a short prompt with no reasoning mode, third-party models called through GPTunneL, Grom on our own inference. Real numbers depend on load, request length and whatever is happening on the vendor's side.
It sees the picture, not just the text
Drop in a screenshot, a photo of a document or a chart. The model works out what is in the image and answers in text — no separate OCR layer needed.

- Screenshots and documents.Text on a photo, a table, a receipt, an error screen — all read straight from the image.
- The image joins the shared context.You can keep asking follow-ups without attaching the file again.
- Works in chat and over the API.The request format matches every other model on the platform.
256,000 tokens in a single conversation
That's roughly six hundred pages of text. A full contract, a day of build logs, a month of correspondence — put it in the conversation and ask about it without slicing the document up.
- A 60-page contract18%
- A day of build logs23%
- Conversation history12%
- Left for answers and follow-ups47%
Prefix cache in GPU memory
A long document isn't recomputed for every question: the attention keys and values already calculated stay in the accelerator's memory. The first question about a file pays for processing, the next ones start from an already warm context.
Where Grom wins — and where it doesn't
Honestly: this is a mid-sized model. It wins on speed, price and the fact that it runs on our own machines. Hard analysis and large codebases are better handed to frontier models — they're in the same chat window, one click away.
| Grom 1.5our inference | Claude Sonnet-5anthropic | GPT 5openai | Qwen 3.5 Plusalibaba | |
|---|---|---|---|---|
| First token | ~500 ms | 1.3–1.8 s | 1.5–2 s | 1.8–2.5 s |
| Generation speed | up to 120 tok/s | ~70 tok/s | ~60 tok/s | ~55 tok/s |
| Context window | 256K | 1M | 400K | 1M |
| Images as input | yes | yes | yes | yes |
| Hard reasoning, large code | basic level | clearly stronger | clearly stronger | stronger |
| Price in chat | start with no top-up | per price list | per price list | per price list |
| Where the request runs | our servers | vendor cloud | vendor cloud | vendor cloud |
Speed figures are our own measurements inside GPTunneL on a short prompt with no reasoning mode; for frontier models they swing a lot with vendor load. Context windows are per provider documentation as of July 2026.
A heavy request doesn't slow down a light one
There's a balancer in front of the model. It looks at the weight of a request — how many input tokens, whether a long context is needed — and decides which hardware should run it.
Part of the fleet is our own servers, part is rented in data centres. Grom is a mid-sized model: quantised, it fits on relatively modest cards, so we keep it warm across several pools at once and ride out peaks without a queue.
Grom over the API — on request
The model doesn't only live in chat. For teams we open API access with clear limits and commitments.
The same key
Grom is called with the same GPTunneL API key as every other model on the platform. No separate integration.
TPM for your load
We agree a tokens-per-minute limit and hold capacity for you instead of a shared queue.
SLA in the contract
Availability, response time and processing priority are put in writing.
On-premise
If the data can't leave your perimeter, we deploy Grom inside it, on your own hardware.
Need Grom over the API?
Write to us — we'll go through your load, limits, SLA and pricing.
Questions about Grom
Try Grom right now
Signing up takes a minute, the first answer takes half a second. The whole Grom lineup and two hundred more models are right there.