
HodlAI 简介
HodlAI 是一个将 Web3 经济模型与 AI API 使用结合的平台。持有 $HODLAI 代币即可获得每日免费额度,用于调用 200+ 顶级 AI 模型,包括 GPT-5.2 、Claude 4.5 、Gemini 3 Pro 等。AI API 兼容 OpenAI 、Anthropic 和其他主流接口。
核心特点
经济机制
| 平台 | 链接 |
|---|---|
| 官网 | https://hodlai.fun/ |
| https://x.com/hodlai_bsc | |
| Telegram | https://t.me/hodlai_fun |
本文适用于已安装 OpenClaw 用户,介绍如何修改配置以接入 HodlAI 接口。详细安装教程请自行搜索,或借助 AI 指导(推荐)。
使用任意编辑器打开 openclaw.json:
nano ~/.openclaw/openclaw.json 将 models 和 agents 部分替换为以下内容:
如需更换模型,请同步修改所有
gemini-3-pro-preview相关字段( id 、name 、primary 、models )
"models": { "mode": "merge", "providers": { "HodlAI": { "baseUrl": "https://api.hodlai.fun/v1", "apiKey": "你的 API Key", "api": "openai-completions", "models": [ { "id": "gemini-3-pro-preview", "name": "Gemini 3 Pro (preview)", "reasoning": false, "input": [ "text", "image" ], "cost": { "input": 0.5, "output": 1.5, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 1048576, "maxTokens": 8192 } ] } } }, "agents": { "defaults": { "model": { "primary": "HodlAI/gemini-3-pro-preview" }, "workspace": "/root/clawd", "userTimezone": "Asia/Hong_Kong", "maxConcurrent": 8, "subagents": { "maxConcurrent": 16 } } } openclaw doctor --fix openclaw gateway restart 持有 $HODLAI 代币,即可免费使用 200+ AI 模型
完整模型列表:https://api.hodlai.fun/pricing
| 平台 | 链接 |
|---|---|
| 官网 | https://hodlai.fun/ |
| https://x.com/hodlai_bsc | |
| Telegram | https://t.me/hodlai_fun |
1 Ne 16 天前 @88AI "HodlAI": { 站长写的是 "hodlai": { 还有一个是写 "llm": { 那个才是或随便写? "api": "openai-completions", "api": "openai-responses", 这两个的区别是什么 |
3 88AI OP PRO @Ne openai-completions 接口使用/v1/chat/completions openai-responses 接口使用/v1/responses |
5 dingyaguang117 16 天前 赞 |
6 goodryb 15 天前 OP ,好像不能注册了哎 |