← CookbookView source on GitHub ↗

OpenClaw + Nebius Token Factory

OpenClaw is a self-hosted AI assistant that connects chat apps (WhatsApp, Telegram, Discord, and more) to LLM providers. Because Nebius Token Factory serves open models through an OpenAI-compatible API, you can point OpenClaw at Token Factory and run your agents on models like Qwen3, Llama, and DeepSeek.

Why Token Factory?

Prerequisites

1. Get your API key

Grab a key from tokenfactory.nebius.com

2. Add Token Factory as a provider

openclaw --configure

Model Selection

Model IDs use the org/model form. A few options:

Model ID
Kimi-K2.6 moonshotai/Kimi-K2.6
DeepSeek-V4-Pro deepseek-ai/DeepSeek-V4-Pro
GLM-5.1 zai-org/GLM-5.1

See the full catalog at tokenfactory.nebius.com or the Models guides in this cookbook.

That's it!

3. Restart OpenClaw

Be sure to restart the openclaw gateway for changes to take effect.

openclaw  gateway run
# or 
openclaw  gateway restart

Then launch openclaw as

# web based UI
openclaw  dashboard

# Terminal based ui
openclaw  tui

Troubleshooting

Resources