New platform option with no API key required: Qwen Code Features: - FREE OAuth tier: 2,000 requests/day - Model: Qwen3-Coder (coder-model) - Auth: Browser OAuth via qwen.ai - GitHub: https://github.com/QwenLM/qwen-code Installation: npm install -g @qwen-code/qwen-code@latest qwen /auth # Select Qwen OAuth Platform comparison updated: - Qwen Code: FREE, ~200MB, coding-optimized - OpenClaw: Full-featured, 1700+ plugins - NanoBot: Python, research - PicoClaw: Go, <10MB - ZeroClaw: Rust, <5MB Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7.3 KiB
7.3 KiB
🦞 Claw Setup
Professional AI Agent Deployment Made Simple
End-to-end setup of Claw platforms + Qwen Code FREE tier with 25+ AI providers
✨ Autonomously developed by GLM 5 Advanced Coding Model
⚠️ Disclaimer: Test in a test environment prior to using on any live system
Overview
Claw Setup handles complete deployment of AI Agent platforms with Qwen Code FREE tier and 25+ AI provider integrations.
┌─────────────────────────────────────────────────────────────────┐
│ PLATFORMS SUPPORTED │
├─────────────────────────────────────────────────────────────────┤
│ │
│ ⭐ FREE TIER │
│ ─────────── │
│ 🤖 Qwen Code TypeScript ~200MB FREE OAuth │
│ • 2,000 requests/day FREE │
│ • Qwen3-Coder model │
│ • No API key needed │
│ │
│ 🦞 FULL-FEATURED │
│ ─────────────── │
│ OpenClaw TypeScript >1GB 1700+ plugins │
│ NanoBot Python ~100MB Research-ready │
│ PicoClaw Go <10MB $10 hardware │
│ ZeroClaw Rust <5MB 10ms startup │
│ NanoClaw TypeScript ~50MB WhatsApp │
│ │
└─────────────────────────────────────────────────────────────────┘
⭐ Qwen Code (FREE OAuth Tier)
Special: 2,000 FREE requests/day - No API key needed!
| Feature | Details |
|---|---|
| Model | Qwen3-Coder (coder-model) |
| Free Tier | 2,000 requests/day |
| Auth | Browser OAuth via qwen.ai |
| GitHub | https://github.com/QwenLM/qwen-code |
Quick Start
# Install
npm install -g @qwen-code/qwen-code@latest
# Start
qwen
# Authenticate (FREE)
/auth
# Select "Qwen OAuth" -> Browser opens -> Sign in with qwen.ai
Features
- ✅ FREE: 2,000 requests/day
- ✅ No API Key: Browser OAuth authentication
- ✅ Qwen3-Coder: Optimized for coding
- ✅ OpenAI-Compatible: Works with other APIs too
- ✅ IDE Integration: VS Code, Zed, JetBrains
- ✅ Headless Mode: CI/CD automation
Platform Comparison
| Platform | Memory | Startup | Free? | Best For |
|---|---|---|---|---|
| Qwen Code | ~200MB | ~5s | ✅ 2K/day | Coding, FREE tier |
| OpenClaw | >1GB | ~500s | ❌ | Full-featured |
| NanoBot | ~100MB | ~30s | ❌ | Research |
| PicoClaw | <10MB | ~1s | ❌ | Embedded |
| ZeroClaw | <5MB | <10ms | ❌ | Performance |
Decision Flowchart
┌─────────────────┐
│ Need AI Agent? │
└────────┬────────┘
│
▼
┌───────────────────────┐
│ Want FREE tier? │
└───────────┬───────────┘
┌─────┴─────┐
│ │
YES NO
│ │
▼ ▼
┌──────────────┐ ┌──────────────────┐
│ ⭐ Qwen Code │ │ Memory limited? │
│ OAuth FREE │ └────────┬─────────┘
│ 2000/day │ ┌─────┴─────┐
└──────────────┘ │ │
YES NO
│ │
▼ ▼
┌──────────┐ ┌──────────┐
│ZeroClaw/ │ │OpenClaw │
│PicoClaw │ │(Full) │
└──────────┘ └──────────┘
AI Providers (25+ Supported)
Tier 1: FREE
| Provider | Free Tier | Models |
|---|---|---|
| Qwen OAuth | 2,000/day | Qwen3-Coder |
Tier 2: Major AI Labs
| Provider | Models | Features |
|---|---|---|
| Anthropic | Claude 3.5/4/Opus | Extended thinking |
| OpenAI | GPT-4o, o1, o3, GPT-5 | Function calling |
| Google AI | Gemini 2.5, 3 Pro | Multimodal |
| xAI | Grok | Real-time data |
| Mistral | Large, Codestral | Code-focused |
Tier 3: Fast Inference
| Provider | Speed | Models |
|---|---|---|
| Groq | Ultra-fast | Llama 3, Mixtral |
| Cerebras | Fastest | Llama 3 variants |
Tier 4: Gateways & Local
| Provider | Type | Models |
|---|---|---|
| OpenRouter | Gateway | 100+ models |
| Together AI | Hosting | Open source |
| Ollama | Local | Self-hosted |
| LM Studio | Local | GUI self-hosted |
Quick Start Examples
Option 1: FREE Qwen Code
npm install -g @qwen-code/qwen-code@latest
qwen
/auth # Select Qwen OAuth
Option 2: With Your Own API Keys
# Configure providers
export ANTHROPIC_API_KEY="your-key"
export OPENAI_API_KEY="your-key"
export GOOGLE_API_KEY="your-key"
# Or use OpenRouter for 100+ models
export OPENROUTER_API_KEY="your-key"
Option 3: Local Models
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Pull model
ollama pull llama3.2:70b
# Use with Claw platforms
Usage Examples
"Setup Qwen Code with free OAuth tier"
"Install OpenClaw with Anthropic provider"
"Configure Claw with all free options"
"Setup ZeroClaw with Groq for fast inference"
"Fetch available models from OpenRouter"