V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
hushulin
V2EX  ›  分享创造

鉴于 https://r1mix.ai/ 停止服务,用 golang 构建个一样的服务,满足自己 SOTA 级混合模型使用需求

  •  
  •   hushulin · 50 天前 · 1043 次点击
    这是一个创建于 50 天前的主题,其中的信息可能已经有所发展或是发生改变。

    偶然发现 https://www.v2ex.com/t/1122292 ,并使用了一段时间,感觉还不错。便自己参照帖子描述找到开源 rust 库,手撸了一个 golang 版本,满足自己基本需求。使用下来感觉完全和 r1mix 一样。


    快速开始

    1. 配置 OpenAI 兼容端点: https://datago.nfshost.com/v1
    2. 配置 reasoning 模型名+指令模型名
    3. 配置 key

    现支持

    • 抖音火山接入: 34a0xxxx-xxxx-xxxx-xxxx-736eef0exxxx
    • openrouter 接入: sk-or-v1-86dd3d4fb5a68d7ab014504c3679d108140ecdcfb75eae637b5aa1d74exxxxxx

    个人习惯使用 continue.dev 插件,所以我的模型配置类似于:

      - name: 抖音 R1V3
        provider: openai
        model: ep-20250414100810-2qqcc+ep-20250414101010-kp7v4
        apiKey: *输入自己的火山的 key*
        apiBase: https://datago.nfshost.com/v1
        contextLength: 64000
        useLegacyCompletionsEndpoint: true
        roles:
          - chat
        defaultCompletionOptions:
          temperature: 0
          maxTokens: 2500
    
      - name: OR-O3V3
        provider: openai
        model: openai/o3-mini+deepseek/deepseek-chat-v3-0324:free
        apiKey: *输入自己的 openrouter 的 key*
        apiBase: https://datago.nfshost.com/v1
        contextLength: 160000
        useLegacyCompletionsEndpoint: true
        reasoning:
          effort: "medium"
        roles:
          - chat
        defaultCompletionOptions:
          temperature: 0
          maxTokens: 2048
    
    

    如愿意尝试,可以填自己 key,网站不保留任何信息,包括 prompts 。 如果觉得有帮助,愿意打赏前往: https://notea-us.oss-us-west-1.aliyuncs.com/datago_pic_jkmelixx/eDD7CYm2tVJ6AouKhEKw7kU/m1Ko5Mzqbn2bvObc/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250722115013.jpg

    第 1 条附言  ·  50 天前
    打赏方式 2:进我的主页点击"使用 SOL 打赏",谢谢大家让我体验 Solana
    目前尚无回复
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1336 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 23:50 · PVG 07:50 · LAX 16:50 · JFK 19:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.