V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
zsxzy
V2EX  ›  OpenAI

Gemini Pro 能在 vscode 里面使用吗

  •  
  •   zsxzy · Jul 6, 2025 · 3150 views
    This topic created in 306 days ago, the information mentioned may be changed or developed.

    上次白嫖的 Gemini Pro 会员, 虽然在 https://gemini.google.com/gem/coding-partner 可以使用, 但贴代码问答还是不方便..

    8 replies    2025-07-07 08:07:58 +08:00
    imldy
        1
    imldy  
       Jul 6, 2025
    据我所知:不能

    可以找找接口逆向,配合 Cline/RooCode
    gotoschool
        2
    gotoschool  
       Jul 6, 2025
    RooCode
    WasteNya
        3
    WasteNya  
       Jul 6, 2025 via Android
    在自定义模型中选用 Gemini 试试?
    shonnliberty
        4
    shonnliberty  
       Jul 6, 2025
    用 Gemini cli
    HENQIGUAI
        6
    HENQIGUAI  
       Jul 7, 2025
    完全可以,Gemini cli 就行
    openmynet
        7
    openmynet  
       Jul 7, 2025
    可以,kilo code 支持 Gemini cli 作为 api 供应商。在 powershell 下设置好代理在运行 code, code 会继承环境变量:

    ```powershell

    $env:HTTP_PROXY = "http://127.0.0.1:7890"
    $env:HTTPS_PROXY = "http://127.0.0.1:7890"
    $env:GOOGLE_CLOUD_PROJECT="xxxx"
    code ./

    ```
    fivee
        8
    fivee  
       Jul 7, 2025 via Android
    GitHub Copilot 可以配置自定义模型的
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2977 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 56ms · UTC 15:19 · PVG 23:19 · LAX 08:19 · JFK 11:19
    ♥ Do have faith in what you're doing.