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/octopusResumen de Tools
Lo que la gente pregunta sobre octopus
¿Qué es bestruirui/octopus?
+
bestruirui/octopus es tools para el ecosistema de Claude AI. One Hub All LLMs For You | 为个人打造的 LLM API 聚合网关 Tiene 2.2k estrellas en GitHub y se actualizó por última vez 15d ago.
¿Cómo se instala octopus?
+
Puedes instalar octopus clonando el repositorio (https://github.com/bestruirui/octopus) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar bestruirui/octopus?
+
Nuestro agente de seguridad ha analizado bestruirui/octopus y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene bestruirui/octopus?
+
bestruirui/octopus es mantenido por bestruirui. La última actividad registrada en GitHub es de 15d ago, con 67 issues abiertos.
¿Hay alternativas a octopus?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega octopus en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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