From 32f05acf9f93f4c8b262c5672372d183ffc9b654 Mon Sep 17 00:00:00 2001 From: morgankrey Date: Thu, 19 Feb 2026 12:56:50 -0600 Subject: [PATCH] Add Gemini 3.1 Pro to model documentation (#49640) ## Summary - Added Gemini 3.1 Pro to the pricing table, context windows table, and page metadata in `docs/src/ai/models.md` - Listed alongside existing Gemini 3 Pro (both remain available) Release Notes: - N/A --- docs/src/ai/models.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/ai/models.md b/docs/src/ai/models.md index 4065912114cc5ce9a71c62d2a074c130ae3d1690..09c26305d277d9afc592bac9b554f123957db03b 100644 --- a/docs/src/ai/models.md +++ b/docs/src/ai/models.md @@ -1,6 +1,6 @@ --- title: AI Models and Pricing - Zed -description: AI models available via Zed Pro including Claude, GPT-5.2, Gemini, and Grok. Pricing, context windows, and tool call support. +description: AI models available via Zed Pro including Claude, GPT-5.2, Gemini 3.1 Pro, and Grok. Pricing, context windows, and tool call support. --- # Models @@ -41,6 +41,8 @@ Zed's plans offer hosted versions of major LLMs with higher rate limits than dir | GPT-5 nano | OpenAI | Input | $0.05 | $0.055 | | | OpenAI | Output | $0.40 | $0.44 | | | OpenAI | Cached Input | $0.005 | $0.0055 | +| Gemini 3.1 Pro | Google | Input | $2.00 | $2.20 | +| | Google | Output | $12.00 | $13.20 | | Gemini 3 Pro | Google | Input | $2.00 | $2.20 | | | Google | Output | $12.00 | $13.20 | | Gemini 3 Flash | Google | Input | $0.30 | $0.33 | @@ -90,10 +92,11 @@ A context window is the maximum span of text and code an LLM can consider at onc | GPT-5.2 Codex | OpenAI | 400k | | GPT-5 mini | OpenAI | 400k | | GPT-5 nano | OpenAI | 400k | +| Gemini 3.1 Pro | Google | 200k | | Gemini 3 Pro | Google | 200k | | Gemini 3 Flash | Google | 200k | -> Context window limits for hosted Sonnet 4.5/4.6 and Gemini 3 Pro/Flash may increase in future releases. +> Context window limits for hosted Sonnet 4.5/4.6 and Gemini 3.1 Pro/3 Pro/Flash may increase in future releases. Each Agent thread and text thread in Zed maintains its own context window. The more prompts, attached files, and responses included in a session, the larger the context window grows.