⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs. Built-in failover, load balancing, cost control & end-to-end tracing.
AxonHub is an open-source AI gateway written in Go that sits between application code and model providers, routing requests to over 100 LLMs including Claude, GPT, Gemini, and DeepSeek without requiring SDK or code changes. Developers can point an existing OpenAI SDK or Anthropic SDK at the AxonHub endpoint and immediately access any supported model by adjusting configuration alone. The gateway includes automatic failover with sub-100ms rerouting, weighted load balancing across multiple provider channels, per-request cost tracking that breaks down input, output, and cache token spend, and full request tracing with thread-aware timelines for debugging. Enterprise role-based access control lets teams enforce usage quotas and data isolation across users or projects. Claude Code and other Anthropic-ecosystem tools connect through the standard Anthropic API compatibility layer. The project is particularly useful for teams managing multi-provider LLM infrastructure who want centralized observability and budget controls without maintaining separate integration code for each vendor.
- ✓License: NOASSERTION
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/looplj/axonhubResumen de Tools
Lo que la gente pregunta sobre axonhub
¿Qué es looplj/axonhub?
+
looplj/axonhub es tools para el ecosistema de Claude AI. ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs. Built-in failover, load balancing, cost control & end-to-end tracing. Tiene 4.3k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala axonhub?
+
Puedes instalar axonhub clonando el repositorio (https://github.com/looplj/axonhub) 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 looplj/axonhub?
+
Nuestro agente de seguridad ha analizado looplj/axonhub y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene looplj/axonhub?
+
looplj/axonhub es mantenido por looplj. La última actividad registrada en GitHub es de today, con 75 issues abiertos.
¿Hay alternativas a axonhub?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega axonhub 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/looplj-axonhub)<a href="https://claudewave.com/repo/looplj-axonhub"><img src="https://claudewave.com/api/badge/looplj-axonhub" alt="Featured on ClaudeWave: looplj/axonhub" 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