zed
zed copied to clipboard
Agent Panel: Gemini 2.5 Pro Experimental Not Showing Up
Summary
Gemin 2.5 Pro doesn't show up in available models, even with an API key and changing the settings.
Description
- Add API key to assistant panel
- 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
}
]
}
},
- Attempt to use gemini 2.5 in the assitant panel, find only up to 2.0 are shown
Steps to trigger the problem:
- Gemini by Google
- 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
👍
This was actually resolved for me in latest
Unfortunately it appeared for me in Zed-preview...
Zed: v0.187.2 (Zed Preview)
OS: macOS 15.3.2
Memory: 36 GiB
Architecture: aarch64
I'm closing since I can't reproduce and the issue is resolved for @kurt-rhee. @theotzen lmk if you can still reproduce.