The first Gemini Pro tier on Kyma. Every other Gemini here is a Flash or a Flash Lite; this is the step above them, for work those tiers cannot carry. It is a preview model upstream, and it is priced above the Flash family.
Modalities
Text+Image → Text
Input
$2.70 /1M
Output
$16.20 /1M
Cached input
$0.27 /1M90% off
Context
1M
Speed
medium
Below release
Not established
Weights
Not published
Pricing
Pay per token. Cached input bills at this model’s own cached rate, listed below.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$361
$12.04 / day on Gemini 3.1 Pro
Same workload on:
Estimates use list pricing with cached input at this model's own cached rate. Actual bills depend on real token counts, and every response includes its exact cost.
When to use Gemini 3.1 Pro
Where this model earns its cost — and where it doesn't.
Gemini 3.1 Pro is Google's Pro-tier reasoning model. It takes a 1M-token context, emits up to 65,536 tokens in one response, and accepts text, image, audio, video and file input, returning text. Tool calling, reasoning and structured outputs are all supported.
The rate steps up above 200,000 prompt tokens: input and output both roughly double past that threshold. Kyma publishes the base rate on the model and pricing pages and the step alongside it, so a request that will cross 200K can be costed before it is sent.
Google labels this release a preview. Behaviour may change before a stable build, so test before locking it into a critical path. On Kyma it serves through an OpenAI-compatible endpoint with automatic failover to a second independent route. Prompt caching is supported and repeated prefixes bill at this model's cached input rate. Every response carries the exact request cost in usage.cost and names the model that answered in the X-Kyma-Model header.
Reasoning past the Flash ceiling
Problems where a Flash-tier answer is not good enough and the extra cost per token is worth paying.
Long-horizon agentic work
Tool calling and reasoning across a 1M-token context, with a 64K output ceiling for long plans and long edits.
Whole-repository and whole-corpus analysis
Reads very large inputs in one request; budget for the higher rate that applies above 200K prompt tokens.
Mixed-media analysis
Accepts text, image, audio, video and file input in a single request and returns a long written result.
Not ideal for: Do not reach for this on high-volume or short-answer work. It lists well above the Gemini Flash tiers, and for prompts a Flash model already answers correctly the extra cost buys nothing. It is also a preview build, so it is the wrong choice where behaviour must not shift.
How it compares
Against the peers people actually weigh it against.
| Spec | Gemini 3.1 Pro | Gemini 3.5 Flash Lite | Gemini 3.6 Flash |
|---|---|---|---|
| Input /1M | $2.70 | $0.405 | $1.013 |
| Output /1M | $16.20 | $3.375 | $5.063 |
| Context | 1M | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Speed | medium | fast | fast |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gemini-3.1-pro", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gemini-3.1-pro", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of Gemini 3.1 Pro?
How much does the Gemini 3.1 Pro API cost?
Does Gemini 3.1 Pro support function calling?
Are the weights for Gemini 3.1 Pro publicly available?
Is Gemini 3.1 Pro ever served below the precision its creator released it at?
How do I use Gemini 3.1 Pro?
How is this different from the Gemini Flash models on Kyma?
What happens to the price above 200K prompt tokens?
Is this a stable release?
Does prompt caching work on this model?
More models by Google
See all 20 →| Model | Context | Input | Output |
|---|---|---|---|
| 1M | $0.5063 | $2.531 | |
| 1M | $1.013 | $5.063 | |
| 1M | $0.405 | $3.375 | |
| — | $0.0635 / min | ||
| 1M | $2.025 | $12.15 | |
| 128K | $0.0763 | $0.218 | |
| — | $0.0389 / min | ||
| — | $0.061 / image | ||