zed icon indicating copy to clipboard operation
zed copied to clipboard

Agent Panel: Gemini 2.5 Pro Experimental Not Showing Up

Open kurt-rhee opened this issue 7 months ago • 3 comments

Summary

Gemin 2.5 Pro doesn't show up in available models, even with an API key and changing the settings.

Description

  1. Add API key to assistant panel
  2. Add the following snippet inside of settings.json
  // --- LLMs ---
  "language_models": {
    "google": {
      "available_models": [
        {
          "name": "gemini-2.5-pro-exp-03-25",
          "display_name": "Gemini 2.5 Pro Experimental",
          "max_tokens": 1000000
        }
      ]
    }
  },
  1. Attempt to use gemini 2.5 in the assitant panel, find only up to 2.0 are shown

Steps to trigger the problem:

  1. Gemini by Google
  2. gemini-2.5-pro-exp-03-25"

Actual Behavior:

  • 2.5 missing from available models Expected Behavior:
  • 2.5 shown in available models

Zed Version and System Specs

Zed: v0.185.13 (Zed) OS: macOS 15.4.1 Memory: 16 GiB Architecture: aarch64

kurt-rhee avatar May 08 '25 18:05 kurt-rhee

👍

theotzen avatar May 15 '25 14:05 theotzen

This was actually resolved for me in latest

kurt-rhee avatar May 15 '25 14:05 kurt-rhee

Unfortunately it appeared for me in Zed-preview...

Zed: v0.187.2 (Zed Preview) 
OS: macOS 15.3.2
Memory: 36 GiB
Architecture: aarch64

theotzen avatar May 15 '25 14:05 theotzen

I'm closing since I can't reproduce and the issue is resolved for @kurt-rhee. @theotzen lmk if you can still reproduce.

agu-z avatar May 28 '25 14:05 agu-z