GPT Plus订阅增加5小时限额后最佳的使用方案

WizisCool 2026-08-29 18:23 1

目前本人的使用方案:

接入Pi,安装 Pi-Advisor

将 Advisor 模型设置为 5.6-Sol xHigh

模型使用 5.6 Luna Max


昨天高强度使用了5小时进行真实开发测试,任务包括小范围重构,debug和新功能添加

平均每轮任务进行40分钟左右,期间会调用2-3次 Sol

完成质量明显高于纯Luna,速度明显优于CodeX,在5小时重置之前额度剩余15%左右


仅提供一种使用思路

最新回复 (10)
  • sinacost 08-29 18:32
    1

    感谢佬学到了,Pi还可以这样用,刚接触Pi很多还不会怎么用。 ^-^

  • Pontus 08-29 18:45
    2

    能问问pi怎么开启max思考强度吗?我的只有下面这几种强度 ^-^


  • WizisCool 楼主 08-29 18:47
    3

    ~/.pi/agent/models.json


    或者让Pi自己帮你改

  • gptman 08-29 18:52
    4

    用CPA反代出来吗?协议选Response吗,我用Claude code + CC Switch有时候会请求错误,触发风控,导致额度锐减

  • WizisCool 楼主 08-29 18:53
    5

    Pi可以直接OAuth登录gpt

  • 折耳苏格兰猫 08-29 18:53
    6

    有封号的风险吗 如果没有的话值得一试

  • Demorain 08-29 18:54
    7

    佬试过gpt放claude code吗?听说sol放cc这个harness好像更好

  • WizisCool 楼主 08-29 18:55
    8


    爱来自Tibo

  • Pontus 08-29 18:55
    9

    原来还挺简单,问了一下ai,就告诉我答案了,我喜欢手动配置,具体如下


    {
    "providers": {
    "OpenAI": {
    "name": "OpenAI",
    "baseUrl": "https://xxxx/v1",
    "api": "openai-responses",
    "apiKey": "sk-xxx",
    "models": [
    {
    "id": "gpt-5.6-luna",
    "name": "gpt-5.6-luna",
    "reasoning": true,
    "thinkingLevelMap": {
    "off": "none",
    "minimal": null,
    "low": "low",
    "medium": "medium",
    "high": "high",
    "xhigh": "xhigh",
    "max": "max"
    },
    "input": [
    "text"
    ],
    "contextWindow": 372000,
    "maxTokens": 372000
    },
    {
    "id": "gpt-5.6-sol",
    "name": "gpt-5.6-sol",
    "reasoning": true,
    "thinkingLevelMap": {
    "off": "none",
    "minimal": null,
    "low": "low",
    "medium": "medium",
    "high": "high",
    "xhigh": "xhigh",
    "max": "max"
    },
    "input": [
    "text"
    ],
    "contextWindow": 372000,
    "maxTokens": 372000
    },
    {
    "id": "gpt-5.6-terra",
    "name": "gpt-5.6-terra",
    "reasoning": true,
    "thinkingLevelMap": {
    "off": "none",
    "minimal": null,
    "low": "low",
    "medium": "medium",
    "high": "high",
    "xhigh": "xhigh",
    "max": "max"
    },
    "input": [
    "text"
    ],
    "contextWindow": 372000,
    "maxTokens": 372000
    },
    {
    "id": "codex-auto-review",
    "name": "codex-auto-review",
    "reasoning": true,
    "input": [
    "text"
    ],
    "contextWindow": 372000,
    "maxTokens": 372000
    }
    ]
    }
    }
    }

  • Demorain 08-29 18:57
    10

    tibo换头像了竟然,笑死了不是照骗了

* 帖子来源Linux.do
返回