mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
Agent: gap-filler Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| aider.sh | ||
| amazonq.sh | ||
| claude.sh | ||
| cline.sh | ||
| codex.sh | ||
| gemini.sh | ||
| goose.sh | ||
| gptme.sh | ||
| interpreter.sh | ||
| kilocode.sh | ||
| nanoclaw.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| plandex.sh | ||
| README.md | ||
Genesis Cloud
Genesis Cloud GPU instances via REST API. Genesis Cloud
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/openclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/aider.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/cline.sh)
gptme
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/gptme.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/opencode.sh)
Plandex
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/plandex.sh)
Non-Interactive Mode
GENESIS_SERVER_NAME=dev-gpu \
GENESIS_API_KEY=your-api-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/lab/spawn/genesiscloud/claude.sh)
Environment Variables
| Variable | Description | Default |
|---|---|---|
GENESIS_API_KEY |
Genesis Cloud API key | (prompted) |
GENESIS_SERVER_NAME |
Instance name | (prompted) |
GENESIS_INSTANCE_TYPE |
Instance type | vcpu-4_memory-12g_nvidia-rtx-3080-1 |
GENESIS_REGION |
Datacenter region | ARC-IS-HAF-1 |
GENESIS_IMAGE |
OS image | Ubuntu 24.04 |
OPENROUTER_API_KEY |
OpenRouter API key | (OAuth or prompted) |