二丫讲梵 二丫讲梵
首页
  • 最佳实践
  • 迎刃而解
  • Nginx
  • CNB
  • Php
  • Zabbix
  • AWS
  • Prometheus
  • Grafana
  • CentOS
  • Systemd
  • Docker
  • Rancher
  • Ansible
  • Ldap
  • Gitlab
  • GitHub
  • Etcd
  • Consul
  • RabbitMQ
  • Kafka
  • MySql
  • MongoDB
  • OpenVPN
  • KVM
  • VMware
  • Other
  • ELK
  • K8S
  • LLM
  • Nexus
  • Jenkins
  • 随写编年
  • 家人物语
  • 追忆青春
  • 父亲的朋友圈
  • 电影音乐
  • 效率工具
  • 博客相关
  • Shell
  • 前端实践
  • Vue学习笔记
  • Golang学习笔记
  • Golang编程技巧
  • 学习周刊
  • Obsidian插件周刊
关于
友链
  • 本站索引

    • 分类
    • 标签
    • 归档
  • 本站页面

    • 导航
    • 打赏
  • 我的工具

    • 备忘录清单 (opens new window)
    • json2go (opens new window)
    • gopher (opens new window)
    • 微信MD编辑 (opens new window)
    • 国内镜像 (opens new window)
    • 出口IP查询 (opens new window)
    • 代码高亮工具 (opens new window)
  • 外站页面

    • 开往 (opens new window)
    • ldapdoc (opens new window)
    • HowToStartOpenSource (opens new window)
    • vdoing-template (opens new window)
GitHub (opens new window)

二丫讲梵

行者常至,为者常成
首页
  • 最佳实践
  • 迎刃而解
  • Nginx
  • CNB
  • Php
  • Zabbix
  • AWS
  • Prometheus
  • Grafana
  • CentOS
  • Systemd
  • Docker
  • Rancher
  • Ansible
  • Ldap
  • Gitlab
  • GitHub
  • Etcd
  • Consul
  • RabbitMQ
  • Kafka
  • MySql
  • MongoDB
  • OpenVPN
  • KVM
  • VMware
  • Other
  • ELK
  • K8S
  • LLM
  • Nexus
  • Jenkins
  • 随写编年
  • 家人物语
  • 追忆青春
  • 父亲的朋友圈
  • 电影音乐
  • 效率工具
  • 博客相关
  • Shell
  • 前端实践
  • Vue学习笔记
  • Golang学习笔记
  • Golang编程技巧
  • 学习周刊
  • Obsidian插件周刊
关于
友链
  • 本站索引

    • 分类
    • 标签
    • 归档
  • 本站页面

    • 导航
    • 打赏
  • 我的工具

    • 备忘录清单 (opens new window)
    • json2go (opens new window)
    • gopher (opens new window)
    • 微信MD编辑 (opens new window)
    • 国内镜像 (opens new window)
    • 出口IP查询 (opens new window)
    • 代码高亮工具 (opens new window)
  • 外站页面

    • 开往 (opens new window)
    • ldapdoc (opens new window)
    • HowToStartOpenSource (opens new window)
    • vdoing-template (opens new window)
GitHub (opens new window)
  • 临时插播一条羊毛,免费领取450元大模型API代金券

    • 注册地址
      • 🎁 注册福利
        • 🚀 首次调用福利
          • 支持主流大模型
          二丫讲梵
          2026-03-02
          随笔
          目录

          临时插播一条羊毛,免费领取450元大模型API代金券

          文章发布较早,内容可能过时,阅读注意甄别。

          最近发现了一个不错的大模型API平台——白山AI,现在注册可以直接领取450元代金券,分享给大家。

          # 注册地址

          使用我的专属邀请链接注册,我们都能获得赠送的代金券:

          🔗 邀请链接:https://ai.baishan.com/auth/login?referralCode=9T6BCDfzIV (opens new window)

          # 🎁 注册福利

          完成注册并通过实名认证,即可获得150元大模型API代金券,自动发放到账户余额。

          # 🚀 首次调用福利

          注册成功后,使用curl完成首次API调用后,还能再获得300元代金券(需要人工审核,一般3个工作日左右到账)。

          ⚠️ 注意:首次调用福利将在3月16暂停,想薅羊毛的朋友要抓紧时间!

          可直接使用如下命令进行调用(注意替换为你的Key):

          curl --request POST \
            --url https://api.edgefn.net/v1/chat/completions \
            --header 'Authorization: Bearer {YOUR_API_KEY}' \
            --header 'Content-Type: application/json' \
            --data '{
            "model": "MiniMax-M2.5",
            "messages": [{"role": "user", "content": "Hello, how are you?"}]
          }'
          
          1
          2
          3
          4
          5
          6
          7
          8

          # 支持主流大模型

          白山AI平台集成了市面上主流的大模型API,包括:

          • MiniMax-M2.5
          • GLM-4.7 / GLM-5
          • DeepSeek-V3.2

          目前我个人常用MiniMax-M2.5和GLM-4.7,体验下来效果很不错。

          微信 支付宝
          上次更新: 2026/03/03, 00:57:05
          最近更新
          01
          学习周刊-总第252期-2026年第09周
          02-27
          02
          学习周刊-总第251期-2026年第08周
          02-19
          03
          学习周刊-总第250期-2026年第07周
          02-14
          更多文章>
          Theme by Vdoing | Copyright © 2017-2026 | 点击查看十年之约 | 浙ICP备18057030号
          • 跟随系统
          • 浅色模式
          • 深色模式
          • 阅读模式