One Hub All LLMs For You | 为个人打造的 LLM API 聚合网关
Octopus is a self-hosted LLM API aggregation gateway, written in Go with a Next.js frontend, that lets individuals route requests across multiple LLM providers through a single unified endpoint. It connects to Claude and other models via direct API integration, and notably handles protocol conversion between OpenAI Chat, OpenAI Responses, and Anthropic API formats, meaning tools like Claude Code can point to an Octopus instance without modification. Key features include multi-key rotation per channel, latency-based smart endpoint selection, automatic load balancing across providers, model list synchronization, and automatic price updates for cost tracking. The web management panel provides dashboards for request analytics, token consumption, and spending by channel. Deployment is straightforward via Docker or a single prebuilt binary, with SQLite as the default database and optional MySQL or PostgreSQL backends. Developers and power users managing API budgets across several providers are the primary audience.
- ✓Open-source license (AGPL-3.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/bestruirui/octopusTools overview
What people ask about octopus
What is bestruirui/octopus?
+
bestruirui/octopus is tools for the Claude AI ecosystem. One Hub All LLMs For You | 为个人打造的 LLM API 聚合网关 It has 2.2k GitHub stars and was last updated 15d ago.
How do I install octopus?
+
You can install octopus by cloning the repository (https://github.com/bestruirui/octopus) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is bestruirui/octopus safe to use?
+
Our security agent has analyzed bestruirui/octopus and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains bestruirui/octopus?
+
bestruirui/octopus is maintained by bestruirui. The last recorded GitHub activity is from 15d ago, with 67 open issues.
Are there alternatives to octopus?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy octopus to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/bestruirui-octopus)<a href="https://claudewave.com/repo/bestruirui-octopus"><img src="https://claudewave.com/api/badge/bestruirui-octopus" alt="Featured on ClaudeWave: bestruirui/octopus" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies