Google is back with Gemini 3.1 Pro — a smarter model designed for complex tasks where a simple answer isn’t enough. This is a full hands-on review covering benchmarks, coding, simulations, and real-world testing.

Benchmark Performance

ARC-AGI-2: Gemini 3.1 Pro scores 77.1% — more than 2x the performance of Gemini 3 Pro. This is a massive leap in core reasoning.

Other benchmarks:

  • State-of-the-art in multiple areas
  • Strong SWE-bench verified score, though slightly behind Opus 4.6 by a marginal amount
  • Excellent LiveCodeBench results compared to other frontier models

Pricing & Access:

  • 1 million token context window
  • 2per1Minputtokens,2 per 1M input tokens, 12 per 1M output tokens
  • Available via Google AI Studio, Gemini App, Vertex AI, API, OpenRouter, and Kilo (which offers $25 free credits)

Frontend & Vibe Coding

Minecraft Clone

Using the leaked 3.1 version, the model generated a fully functional Minecraft clone with:

  • Block breaking and pickup mechanics
  • Underground cave system generation
  • Terrain generation with proper layering

Browser-Based macOS

Using the Kilo CLI, Gemini 3.1 Pro built a browser-based OS mimicking macOS:

  • Clean, minimalistic toolbar
  • SVG icons generated for each app (Safari, Notes, Music, Terminal, Activity Monitor, Calculator, Settings, Email)
  • Working apps with proper functionality
  • Login screen with notification popups
  • Best generation seen from any model for this benchmark

Landing Pages

When given an image reference, the model accurately coded out landing pages with:

  • Perfect, smooth animations
  • Proper typography
  • Dynamic functionality throughout
  • Significantly more robust than generations from previous models using the same prompts

SVG Generation — Best in Class

Gemini 3.1 Pro is arguably the best model for SVG generation:

Animated Butterfly:

  • Best animated butterfly seen — functional wing movements
  • Better than Opus 4.6’s non-functional output
  • Unique design with proper motion mimicry

Photorealistic Butterfly (reprompted):

  • Improved element detail, though animations still not fully realistic
  • Opus 4.6 produced comparable quality on the reprompt

iOS App Recreation:

  • Given a screenshot of an iOS app, the model coded out every element one by one
  • Added functionality and SVG assets for all components

Goldfish Aquarium:

  • Realistic goldfish in SVG within an aquarium
  • Multiple animated elements: seagrass movement, fish backbone animation, bubble inflation

Engineering & Simulation

Double Wishbone Suspension System

The model fully coded a double wishbone suspension system with:

  • Independent suspension geometry
  • Dynamic coilover shocks
  • Vented performance disc brakes
  • Steering simulation integrated with brake system
  • Complex reasoning applied to accurately showcase real mechanical behavior

City Planner Application

One of the most impressive demos:

  • Analyzed terrain and designed infrastructure
  • Laid out roads and districts
  • Simulated traffic flow
  • Used reasoning about geography, movement, and urban design simultaneously
  • Produced a high-quality interactive visualization

360° Product Viewer

An interactive iPhone product viewer with:

  • Full 360° rotation and zoom
  • Clickable component hotspots (Action Button, Pro Camera System, etc.)
  • Color variant switching with animations
  • Spatial reasoning accurately representing the device from all angles

Solar System Simulation

A Three.js solar system simulation featuring:

  • Accurate orbital mechanics for each planet
  • Moon systems rendered correctly
  • Proper distance scaling from the sun
  • Smooth simulation of all planetary bodies

Strengths & Weaknesses

Strengths:

  • Massive reasoning leap (2x+ over Gemini 3 Pro)
  • Best-in-class SVG generation
  • Excellent frontend/vibe coding
  • Strong simulation and engineering capabilities
  • Pushes the Pareto frontier of performance and efficiency

Weaknesses:

  • Still somewhat “lazy” like the previous checkpoint — sometimes cuts corners
  • Occasional hallucinations in agent capabilities
  • Still not surpassing Opus 4.6 in agent tasks, though gap is narrowing
  • Not a new model family (still the 3.x series)

Verdict

Gemini 3.1 Pro represents a major leap in reasoning and complex task execution. It pushes AI closer to real-world engineering and system-level thinking. It’s particularly strong for frontend development, simulations, and multi-step problem solving. While still not perfect, the gap to the top models is closing fast — and this is just a 3.1 release, with 3.5 Pro and the 4.0 series expected later this year.

谷歌带着Gemini 3.1 Pro回来了——这是一个为复杂任务设计的更智能模型,简单回答已经不够用了。这是一篇涵盖基准测试、编程、仿真和实际测试的完整上手评测。

基准测试表现

ARC-AGI-2: Gemini 3.1 Pro得分77.1%——是Gemini 3 Pro的2倍以上。这是核心推理能力的巨大飞跃。

其他基准测试:

  • 在多个领域达到最先进水平
  • SWE-bench验证分数强劲,仅略低于Opus 4.6
  • LiveCodeBench结果与其他前沿模型相比表现出色

价格与获取方式:

  • 100万token上下文窗口
  • 输入2/百万token,输出2/百万token,输出12/百万token
  • 可通过Google AI Studio、Gemini App、Vertex AI、API、OpenRouter和Kilo获取(Kilo提供$25免费额度)

前端与Vibe Coding

Minecraft克隆

使用泄露的3.1版本,模型生成了功能完整的Minecraft克隆:

  • 方块破坏和拾取机制
  • 地下洞穴系统生成
  • 带有适当分层的地形生成

浏览器版macOS

使用Kilo CLI,Gemini 3.1 Pro构建了一个模拟macOS的浏览器操作系统:

  • 干净、极简的工具栏
  • 为每个应用生成SVG图标(Safari、备忘录、音乐、终端、活动监视器、计算器、设置、邮件)
  • 具有适当功能的可用应用
  • 带通知弹窗的登录界面
  • 该基准测试中所有模型中最好的生成结果

着陆页

给定一张参考图片,模型准确地编写了着陆页:

  • 完美流畅的动画
  • 正确的排版
  • 全程动态功能
  • 比使用相同提示词的以往模型生成结果明显更强大

SVG生成——同类最佳

Gemini 3.1 Pro可以说是SVG生成最好的模型

动画蝴蝶:

  • 见过的最好的动画蝴蝶——翅膀运动功能正常
  • 优于Opus 4.6的非功能性输出
  • 独特的设计,具有适当的运动模拟

写实蝴蝶(重新提示):

  • 改进了元素细节,但动画仍不够逼真
  • Opus 4.6在重新提示后产生了可比的质量

iOS应用复现:

  • 给定iOS应用的截图,模型逐一编写了每个元素
  • 为所有组件添加了功能和SVG资源

金鱼水族箱:

  • 在水族箱中用SVG代码创建了逼真的金鱼
  • 多个动画元素:海草摆动、鱼脊骨动画、气泡上浮

工程与仿真

双叉臂悬挂系统

模型完整编写了双叉臂悬挂系统

  • 独立悬挂几何结构
  • 动态弹簧减震器
  • 通风性能碟刹
  • 与制动系统集成的转向仿真
  • 应用复杂推理准确展示真实机械行为

城市规划应用

最令人印象深刻的演示之一:

  • 分析地形并设计基础设施
  • 规划道路和区域
  • 模拟交通流量
  • 同时运用地理、运动和城市设计的推理
  • 产生高质量交互式可视化

360°产品查看器

交互式iPhone产品查看器:

  • 完整的360°旋转和缩放
  • 可点击的组件热点(操作按钮、Pro相机系统等)
  • 带动画的颜色变体切换
  • 空间推理准确地从所有角度表示设备

太阳系仿真

Three.js太阳系仿真:

  • 每个行星的准确轨道力学
  • 正确渲染的卫星系统
  • 与太阳的适当距离缩放
  • 所有行星体的流畅仿真

优势与不足

优势:

  • 推理能力巨大飞跃(比Gemini 3 Pro提升2倍以上)
  • 同类最佳的SVG生成
  • 出色的前端/vibe coding
  • 强大的仿真和工程能力
  • 推动了性能和效率的帕累托前沿

不足:

  • 仍然像之前的检查点一样有些”偷懒”——有时会偷工减料
  • 在代理能力方面偶尔产生幻觉
  • 在代理任务中仍未超越Opus 4.6,但差距正在缩小
  • 不是新模型家族(仍是3.x系列)

总结

Gemini 3.1 Pro代表了推理和复杂任务执行的重大飞跃。它将AI推向更接近现实世界工程和系统级思维。它在前端开发、仿真和多步骤问题解决方面特别强大。虽然仍不完美,但与顶级模型的差距正在快速缩小——而这只是3.1版本,3.5 Pro和4.0系列预计将在今年晚些时候发布。