Original: Simon Willison · 19/02/2026
Summary
That’s less than half the price of Claude Opus 4.6 with very similar benchmark scores to that model. The first in the Gemini 3.1 series, priced the same as Gemini 3 Pro (12/million output under 200,000 tokens, 18 for 200,000 to 1,000,000). That’s less than half the price of Claude Opus 4.6 with very similar benchmark scores to that model.Key Insights
“That’s less than half the price of Claude Opus 4.6 with very similar benchmark scores to that model.” — Comparing Gemini 3.1 Pro’s cost and performance with Claude Opus 4.6.
“They boast about its improved SVG animation performance compared to Gemini 3 Pro in the announcement!” — Highlighting the improved SVG animation performance of Gemini 3.1 Pro over its predecessor.
“The model appears to be incredibly slow right now - it took 104s to respond to a simple ‘hi’.” — Commenting on the initial slow response times of Gemini 3.1 Pro.
Topics
Full Article
Gemini 3.1 Pro
Author: Simon WillisonPublished: 2026-02-19
Source: https://simonwillison.net/2026/Feb/19/gemini-31-pro/#atom-everything
Gemini 3.1 Pro The first in the Gemini 3.1 series, priced the same as Gemini 3 Pro (12/million output under 200,000 tokens, 18 for 200,000 to 1,000,000). That’s less than half the price of Claude Opus 4.6 with very similar benchmark scores to that model. They boast about its improved SVG animation performance compared to Gemini 3 Pro in the announcement! I tried “Generate an SVG of a pelican riding a bicycle” in Google AI Studio and it thought for 323.9 seconds (thinking trace here) before producing this one:
It’s good to see the legs clearly depicted on both sides of the frame (should satisfy Elon), the fish in the basket is a nice touch and I appreciated this comment in the SVG code:
I’ve added the two new model IDs
gemini-3.1-pro-preview and gemini-3.1-pro-preview-customtools to my llm-gemini plugin for LLM. That “custom tools” one is described here - apparently it may provide better tool performance than the default model in some situations.
The model appears to be incredibly slow right now - it took 104s to respond to a simple “hi” and a few of my other tests met “Error: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.” or “Error: Deadline expired before operation could complete” errors. I’m assuming that’s just teething problems on launch day.
It sounds like last week’s Deep Think release was our first exposure to the 3.1 family:
Last week, we released a major update to Gemini 3 Deep Think to solve modern challenges across science, research and engineering. Today, we’re releasing the upgraded core intelligence that makes those breakthroughs possible: Gemini 3.1 Pro.Update: In What happens if AI labs train for pelicans riding bicycles? last November I said:
If a model finally comes out that produces an excellent SVG of a pelican riding a bicycle you can bet I’m going to test it on all manner of creatures riding all sorts of transportation devices.Google’s Gemini Lead Jeff Dean tweeted this video featuring an animated pelican riding a bicycle, plus a frog on a penny-farthing and a giraffe driving a tiny car and an ostrich on roller skates and a turtle kickflipping a skateboard and a dachshund driving a stretch limousine. [](https://static.simonwillison.net/static/2026/gemini-animated-pelicans.mp4) I’ve been saying for a while that I wish AI labs would highlight things that their new models can do that their older models could not, so top marks to the Gemini team for this video. Update 2: I used
llm-gemini to run my more detailed Pelican prompt, with this result:
From the SVG comments:
Key Takeaways
Notable Quotes
That’s less than half the price of Claude Opus 4.6 with very similar benchmark scores to that model.Context: Comparing Gemini 3.1 Pro’s cost and performance with Claude Opus 4.6.
They boast about its improved SVG animation performance compared to Gemini 3 Pro in the announcement!Context: Highlighting the improved SVG animation performance of Gemini 3.1 Pro over its predecessor.
The model appears to be incredibly slow right now - it took 104s to respond to a simple ‘hi’.Context: Commenting on the initial slow response times of Gemini 3.1 Pro.
Related Topics
- [[topics/prompt-engineering]]
- [[topics/ai-agents]]
- [[topics/langchain]]
Related Articles
Gemini 3 Deep Think
Simon Willison · explanation · 87% similar
[AINews] Gemini 3.1 Pro: 2x 3.0 on ARC-AGI 2
Swyx · reference · 80% similar
GLM-5: From Vibe Coding to Agentic Engineering
Simon Willison · explanation · 70% similar
Originally published at https://simonwillison.net/2026/Feb/19/gemini-31-pro/#atom-everything.