| --- |
| title: OpenClaw1 |
| emoji: 🤖 |
| colorFrom: blue |
| colorTo: indigo |
| sdk: docker |
| pinned: false |
| license: mit |
| --- |
| |
| # OpenClaw Gateway on HuggingFace Spaces |
|
|
| OpenClaw AI助手网关,支持多模型、多通道、多设备管理。 |
|
|
| ## 环境变量配置 |
|
|
| ### 必需变量 |
| - `NVIDIA_API_KEY` - NVIDIA API密钥(从 https://build.nvidia.com/ 获取) |
| - `raw_model` - 使用的模型(默认:nvidia/z-ai/glm4.7) |
| - `CUSTOM_GATEWAY_TOKEN` - Gateway认证token |
|
|
| ### 可选变量 |
| - `FEISHU_APP_ID` - 飞书应用ID |
| - `FEISHU_APP_SECRET` - 飞书应用密钥 |
|
|
| ## 可用模型 |
|
|
| - `nvidia/z-ai/glm4.7` - GLM-4.7 |
| - `nvidia/qwen/qwen3.5-122b-a10b` - Qwen3.5 122B |
| - `nvidia/qwen/qwen3-coder-480b-a35b-instruct` - Qwen3 Coder 480B |
| - `nvidia/meta/llama-3.2-90b-vision-instruct` - Llama 3.2 90B Vision |
| - `nvidia/nvidia/llama-3.1-nemotron-70b-instruct` - Nemotron 70B |
| - `nvidia/microsoft/phi-4-multimodal-instruct` - Phi-4 Multimodal |
|
|
| ## 使用方法 |
|
|
| 1. 配置环境变量 |
| 2. 等待空间启动 |
| 3. 访问Dashboard URL(在日志中显示) |
| 4. 使用Control UI连接 |
|
|
| ## Dashboard URL |
|
|
| 启动后会在日志中显示Dashboard URL,格式为: |
| --- |
|
|
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|