返回顶部
o

openclaw-free-modelsOpenClaw免费模型

OpenClaw 免费模型配置 - 教你用免费的 AI 模型。适合:预算有限用户、学生、测试者。

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
856
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

openclaw-free-models

OpenClaw 免费模型配置指南

教你用免费的 AI 模型,降低成本。

免费模型推荐

模型免费额度特点
DeepSeek V3每天免费调用国产最强,日常首选
GLM-4
每月免费额度 | 智谱清言,API 稳定 | | Claude Haiku | 注册送 $5 | 编程辅助 | | GPT-4o-mini | 注册送 $5 | 多模态 |

配置方法

1. DeepSeek(推荐)

bash

注册:https://platform.deepseek.com/


获取 API Key

openclaw config set model deepseek-chat
openclaw config set api_key sk-xxx

免费额度:每天 10 次调用(足够日常使用)

2. GLM-4

bash

注册:https://open.bigmodel.cn/


获取 API Key

openclaw config set model glm-4
openclaw config set api_key xxx.xxx

免费额度:每月 100 万 tokens

3. Claude(编程推荐)

bash

注册:https://console.anthropic.com/


获取 API Key

openclaw config set model claude-3-haiku
openclaw config set api_key sk-ant-xxx

免费额度:注册送 $5

4. GPT-4o-mini

bash

注册:https://platform.openai.com/


获取 API Key

openclaw config set model gpt-4o-mini
openclaw config set api_key sk-xxx

免费额度:注册送 $5

省钱策略

分层使用

yaml

~/.openclaw/config.yaml


models:
simple: gpt-4o-mini # 简单问答(免费额度)
normal: deepseek-chat # 日常对话(每天免费)
complex: claude-haiku # 编程任务($5 额度)

切换模型

bash

查看当前模型


openclaw config get model

临时切换

openclaw ask 问题 --model deepseek-chat

成本对比

场景:每天 100 条消息

模型月成本
DeepSeek(免费额度)¥0
GPT-4o
¥90 |
| Claude Sonnet | ¥180 |

DeepSeek 免费额度足够日常使用!

常见问题

Q: DeepSeek 免费额度用完了怎么办?

A: 第二天自动重置,或切换到 GLM-4(每月 100 万 tokens)

Q: 如何查看剩余额度?

bash

DeepSeek


curl https://api.deepseek.com/user/balance -H Authorization: Bearer $API_KEY

GLM

curl https://open.bigmodel.cn/api/paas/v4/balance -H Authorization: Bearer $API_KEY

Q: 免费模型够用吗?

日常对话:完全够用
复杂任务:用 Claude Haiku($5 额度能用很久)

需要帮助?

  • - 免费配置咨询:微信 yang1002378395
  • Telegram:@yangster151
  • 安装服务:¥99 起

创建:2026-03-14

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-free-models-1776094444 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-free-models-1776094444 技能

通过命令行安装

skillhub install openclaw-free-models-1776094444

下载

⬇ 下载 openclaw-free-models v1.0.0(免费)

文件大小: 1.99 KB | 发布时间: 2026-4-15 13:43

v1.0.0 最新 2026-4-15 13:43
- Initial release of openclaw-free-models, version 1.0.0.
- Provides a step-by-step guide for configuring and using free AI models (DeepSeek, GLM-4, Claude Haiku, GPT-4o-mini) on OpenClaw.
- Includes model feature and quota comparisons, cost-saving strategies, and configuration samples.
- Answers common questions about quotas, cost, and usage.
- Offers contact information for support and installation services.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部