Install
openclaw skills install @yjkj999999/nvidia-llm英伟达 NIM 大模型智能路由 Skill — 50+ 模型自动路由+降级, 订阅VIP+微信支付+邀请奖励
openclaw skills install @yjkj999999/nvidia-llm作者: 用户 | 版本: 1.1.0
一行代码调用 50+ 英伟达 NIM 前沿大模型,内置智能路由 + 自动降级 + 熔断器 + 订阅 VIP。
from nvidia_llm import chat, stream, AutoRouter
# 一行调用
print(chat("你好"))
# 编码场景
print(chat("写爬虫", scene="code"))
# 流式输出
for text in stream("讲个故事", scene="creative"):
print(text, end="", flush=True)
# 智能路由器
router = AutoRouter(scene="code")
result = router.chat("写快速排序")
print(f"模型: {result['model_alias']}, 延迟: {result['latency']:.2f}s")
nvidia-llm chat "你好"
nvidia-llm chat "写爬虫" --scene code
nvidia-llm stream "讲故事" --scene creative
nvidia-llm subscribe # 微信扫码订阅
nvidia-llm invite DONGJIE8888 # 使用邀请码
nvidia-llm me # 会员状态
nvidia-llm status # 模型健康
| 等级 | 价格 | 限制 |
|---|---|---|
| 免费 | ¥0 | 5次/天 |
| 月卡 | ¥19/月 | 无限 |
| 年卡 | ¥99/年 | 无限 |
| 终身 | ¥299 | 永久无限 |
| 邀请VIP | 免费 | 邀请1人得30天 |
default / code / fast / reasoning / creative / chinese / multimodal / translate / finance / medical / edge
pip install nvidia-llm
export NVIDIA_API_KEY="your-key"