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

近期免费的 opus 渠道

  •  
  •   kevin96 · 20 days ago · 19417 views
    1. Replit:量大管饱,有大佬已经放焚决了,可以邮箱注册,1 个号是 5 刀的额度,但是如果你免费绑个卡搞会员,然后再撤掉会员,那么就是 120 刀 x2=240 刀的额度。

    2. Anything:开个注册机就能批量刷免费号,基本对于邮箱后缀没有要求,然后再叠加 2api 的软件,也是好用的,就是慢一点。

    3. Accio:有额度,但是注册似乎有点困难了,对于 代理线路、邮箱后缀等都要求好严,基本就是注册机碰运气,而且还经常封号,我本地处于别注册别封号的状态,基本能维持可用,属于保底方案了。

    免费白嫖 Claude 模型教程,3 分钟就能用

    1. 注册 打开 Replit 注册账号,选择 免费计划。

    2. 输入 Prompt 在首页输入下面的 Prompt ,按提示继续操作。

    目标:在 Replit pnpm monorepo 中建立 OpenAI 兼容反代 API 并发布。
    
     [环境准备] 
    1. 在 Replit Integrations 中添加 OpenAI 和 Anthropic AI 集成
    2. 设置 Secret:PROXY_API_KEY (任意字符串,作为 Bearer Token )、SESSION_SECRET
    
     [ API Server 修改] 
    文件:artifacts/api-server/src/routes/proxy.ts
    - 创建 GET /v1/models ,返回模型列表( gpt-5.2, gpt-5-mini, gpt-5-nano, o4-mini, o3, claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5 )
    - 创建 POST /v1/chat/completions:
      - 验证 Authorization: Bearer ${PROXY_API_KEY},失败返回 401
      - 按 model 前缀分发:gpt/o 开头→OpenAI client ,claude 开头→Anthropic client
      - Anthropic 需转换格式:提取 system 消息,messages 只保留 user/assistant
      - 支持 stream=true:设置 Content-Type: text/event-stream ,X-Accel-Buffering: no ,res.flushHeaders()
      - OpenAI 流:直接透传 chunk ,每块 res.flush()
      - Anthropic 流:将 content_block_delta 转为 OpenAI chunk 格式,每块 res.flush()
      - 每 5 秒发送 keepalive (": keepalive\n\n"),req.on("close") 时 clearInterval ,用 try/finally 防 500
      - 非流:等待完整响应后返回 OpenAI 格式 JSON
      - Express body limit 设为 50mb
    
    文件:artifacts/api-server/src/app.ts
    - app.use("/v1", proxyRouter)
    
    文件:artifacts/api-server/.replit-artifact/artifact.toml
    - paths 数组加入 "/v1"
    
     [前端门户] 
    用 createArtifact({ artifactType: "react-vite", slug: "api-portal", previewPath: "/", title: "API Portal" }) 创建 artifact
    
    App.tsx 功能:
    - fetch(`${window.location.origin}/api/healthz`) 检测在线状态
    - 展示 Base URL 、/v1/models 、/v1/chat/completions 、API Key 说明
    - 复制按钮
    - CherryStudio 4 步设置指引
    - 模型列表
    - 深色主题
    
     [发布] 
    - 启动两个 workflow:api-server 和 api-portal
    - presentArtifact({ artifactId: "artifacts/api-portal" })
    - suggestDeploy()
    - 发布后域名即为 CherryStudio 的 Base URL
    
    
    1. 填写 API Key 创建过程中会弹出窗口,让你填写 API Key。 这个 Key 需要自己创建,并且一定要保存好,后面不会再显示。

    1. 获取地址 创建完成后,会显示一个接口地址,例如:
    https://xxx--username.replit.app
    

    Base URL:上面的地址 API Key:你刚才填写的那个 Key

    211 replies    2026-04-14 15:24:47 +08:00
    1  2  3  
    dockerhub
        201
    dockerhub  
       19 days ago   ❤️ 1
    L 站的内容原样搬过来,原来是卖虚拟卡的。。。隔天就封号,1 块多的虚拟卡你卖 4 块,鬼才
    imch1n
        203
    imch1n  
       18 days ago
    扑街咯, 没取消订阅,被 ban 了....
    You have been banned from using Replit for this reason: "Resource Abuse". If you believe that there has been a mistake and/or would like to appeal, you can reach out to us at [email protected]. Please use the email address associated with this account when requesting an appeal. You can read more about our rules and community guidelines at https://docs.replit.com/legal-and-security-info/trust-and-safety.

    - The Replit team
    imwx
        204
    imwx  
       18 days ago
    跟虚拟卡没关系吧,我也没绑卡就封了
    longxinglink
        205
    longxinglink  
       18 days ago
    Replit 和 Anything 里面的模型奇奇怪怪的,很多 Claude 4.6 的新功能都不支持,比如 4.6 不支持的角色设定功能居然可用......
    相比之下 codex free 的 gpt5.4 质量高很多,虽然有道德限制
    David3
        206
    David3  
       18 days ago
    用虚拟信用卡会被封号
    jiangyue
        207
    jiangyue  
       18 days ago
    lqz
        208
    lqz  
       18 days ago
    厉害呀
    KobePeng
        209
    KobePeng  
       18 days ago
    感觉很慢,是我没部署对么?平均一次要 50 秒左右
    genesisx
        210
    genesisx  
       17 days ago
    都不行了 散了吧
    MaxChan
        211
    MaxChan  
       14 days ago
    @superVee #138 我的 replit 账号已经被 ban 了🤣
    1  2  3  
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3362 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 51ms · UTC 00:34 · PVG 08:34 · LAX 17:34 · JFK 20:34
    ♥ Do have faith in what you're doing.