Back to Registry
View Author Profile
Official Verified
openrouter-free
查询 OpenRouter 上所有免费模型并调用进行智能对话。支持 Gemma、Llama、MiniMax 等 27 个免费大模型,无需付费即可使用。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binsonhao/openrouter-freeOr
OpenRouter 免费模型查询与调用
通过 OpenRouter API 查询并调用所有免费模型,无需付费即可使用大模型对话能力。
功能
- 查询免费模型 — 列出 OpenRouter 上所有 27+ 个免费模型及其信息
- 免费对话 — 调用免费模型进行智能对话
使用前提
需要配置 OpenRouter API Key:
# 在 .env 文件中添加
OPENROUTER_API_KEY=sk-or-v1-your-key-here
API Key 获取地址:https://openrouter.ai/settings/keys
使用方式
# 查询免费模型列表
python3 openrouter_free.py list
# 调用免费模型对话
python3 openrouter_free.py chat "你的问题"
推荐免费模型
| 模型 ID | 名称 | 上下文长度 | 适用场景 |
|---|---|---|---|
openrouter/free | 自动路由 | 200K | 通用首选 |
meta-llama/llama-3.3-70b-instruct:free | Llama 3.3 70B | 131K | 长文本对话 |
minimax/minimax-m2.5:free | MiniMax M2.5 | 196K | 高质量对话 |
google/gemma-4-26b-it:free | Gemma 4 26B | 262K | 快速推理 |
全部免费模型
当前共 27 个免费模型,涵盖:
- Google Gemma 系列
- Meta Llama 系列
- NVIDIA Nemotron 系列
- Qwen 系列
- MiniMax 等国产模型
注意事项
- 图片生成模型在中国大陆地区可能不可用(403),本技能仅提供对话和列表能力
- 免费模型响应速度因运营商而异
- 建议使用
openrouter/free自动路由,系统自动选择最佳免费模型
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binsonhao-openrouter-free": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.