[GH-ISSUE #36] Bug: Gemini 3.1 Pro 全系列返回 "no longer available" #32

Closed
opened 2026-02-27 15:38:01 +03:00 by kerem · 1 comment
Owner

Originally created by @JinchengGao-Infty on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/36

What happened?

Bug: Gemini 3.1 Pro 全系列返回 "no longer available"

环境:

我已经是最新镜像

复现命令:

gemini-3.1-pro — 失败

curl -s http://localhost:8741/v1/chat/completions
-H "Content-Type: application/json"
-d '{"model":"gemini-3.1-pro","messages":[{"role":"user","content":"say hi"}]}'

gemini-3.1-pro-high — 失败

curl -s http://localhost:8741/v1/chat/completions
-H "Content-Type: application/json"
-d '{"model":"gemini-3.1-pro-high","messages":[{"role":"user","content":"say hi"}]}'

gemini-3.1-pro-low — 失败

curl -s http://localhost:8741/v1/chat/completions
-H "Content-Type: application/json"
-d '{"model":"gemini-3.1-pro-low","messages":[{"role":"user","content":"say hi"}]}'

gemini-3-flash — 正常

curl -s http://localhost:8741/v1/chat/completions
-H "Content-Type: application/json"
-d '{"model":"gemini-3-flash","messages":[{"role":"user","content":"say hi"}]}'

返回结果(3.1 全系列相同):

{
"choices": [{
"finish_reason": "stop",
"message": {
"content": "Gemini 3 Pro is no longer available. Please switch to Gemini 3.1 Pro in the latest version of
Antigravity.",
"role": "assistant"
}
}],
"model": "gemini-3.1-pro",
"usage": {
"completion_tokens": 0,
"prompt_tokens": 0,
"total_tokens": 0
}
}

How to reproduce

gemini-3.1-pro-high — 失败

curl -s http://localhost:8741/v1/chat/completions
-H "Content-Type: application/json"
-d '{"model":"gemini-3.1-pro-high","messages":[{"role":"user","content":"say hi"}]}'

gemini-3.1-pro-low — 失败

curl -s http://localhost:8741/v1/chat/completions
-H "Content-Type: application/json"
-d '{"model":"gemini-3.1-pro-low","messages":[{"role":"user","content":"say hi"}]}'

Diagnostic Report

Last login: Fri Feb 20 16:28:24 from 192.168.5.126
/Users/link/.openclaw/completions/openclaw.zsh:3569: command not found: compdef
link@LinkdeMac-mini ~ % zg report
zg — ZeroGravity daemon manager

  start           Start the proxy daemon
  stop            Stop the proxy daemon
  restart         Rebuild + restart
  rebuild         Build release binary only
  status          Service status + quota + usage
  logs [N]        Show last N lines (default 30)
  logs-follow [N] Tail last N lines + follow
  logs-all        Full log dump
  test [msg]      Quick test request (gemini-3-flash)
  health          Health check

Additional Context

No response

Originally created by @JinchengGao-Infty on GitHub (Feb 20, 2026). Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/36 ### What happened? Bug: Gemini 3.1 Pro 全系列返回 "no longer available" 环境: - Docker镜像:[ghcr.io/nikketryhard/zerogravity:latest](http://ghcr.io/nikketryhard/zerogravity:latest)(v1.1.9,2026-02-20 拉取) - 平台:macOS ARM64 - Antigravity 本地可正常使用 Gemini 3.1 Pro 我已经是最新镜像 复现命令: # gemini-3.1-pro — 失败 curl -s http://localhost:8741/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gemini-3.1-pro","messages":[{"role":"user","content":"say hi"}]}' # gemini-3.1-pro-high — 失败 curl -s http://localhost:8741/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gemini-3.1-pro-high","messages":[{"role":"user","content":"say hi"}]}' # gemini-3.1-pro-low — 失败 curl -s http://localhost:8741/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gemini-3.1-pro-low","messages":[{"role":"user","content":"say hi"}]}' # gemini-3-flash — 正常 curl -s http://localhost:8741/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gemini-3-flash","messages":[{"role":"user","content":"say hi"}]}' 返回结果(3.1 全系列相同): { "choices": [{ "finish_reason": "stop", "message": { "content": "Gemini 3 Pro is no longer available. Please switch to Gemini 3.1 Pro in the latest version of Antigravity.", "role": "assistant" } }], "model": "gemini-3.1-pro", "usage": { "completion_tokens": 0, "prompt_tokens": 0, "total_tokens": 0 } } ### How to reproduce # gemini-3.1-pro-high — 失败 curl -s http://localhost:8741/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gemini-3.1-pro-high","messages":[{"role":"user","content":"say hi"}]}' # gemini-3.1-pro-low — 失败 curl -s http://localhost:8741/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gemini-3.1-pro-low","messages":[{"role":"user","content":"say hi"}]}' ### Diagnostic Report ```text Last login: Fri Feb 20 16:28:24 from 192.168.5.126 /Users/link/.openclaw/completions/openclaw.zsh:3569: command not found: compdef link@LinkdeMac-mini ~ % zg report zg — ZeroGravity daemon manager start Start the proxy daemon stop Stop the proxy daemon restart Rebuild + restart rebuild Build release binary only status Service status + quota + usage logs [N] Show last N lines (default 30) logs-follow [N] Tail last N lines + follow logs-all Full log dump test [msg] Quick test request (gemini-3-flash) health Health check ``` ### Additional Context _No response_
kerem 2026-02-27 15:38:01 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@NikkeTryHard commented on GitHub (Feb 20, 2026):

更新

<!-- gh-comment-id:3932503203 --> @NikkeTryHard commented on GitHub (Feb 20, 2026): 更新
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zerogravity#32
No description provided.