Discover and explore top open-source AI tools and projects—updated daily.
coderUniversal Claude Code interface for diverse LLM providers
Top 98.8% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.>
anyclaude is a command-line utility designed to unify access to various Large Language Model (LLM) providers, including OpenAI, Google, xAI, and Anthropic, through a single interface. It addresses the complexity of integrating with different LLM APIs by acting as a simple wrapper and translator, enabling users to leverage their preferred models and services seamlessly within their workflows, particularly with Claude Code.
How It Works
The core of anyclaude is a lightweight HTTP server that translates between the Anthropic API's request/response format and the standardized format used by the AI SDK. This architectural choice allows it to abstract away provider-specific nuances. By setting appropriate environment variables for API keys and endpoints, users can direct anyclaude to interact with services like OpenAI, Google, or xAI, effectively making these providers compatible with tools expecting an Anthropic-like interface.
Quick Start & Requirements
pnpm install -g anyclaude (npm and bun are also supported).anyclaude --model openai/gpt-5-mini to switch models.GOOGLE_API_KEY, OPENAI_API_KEY, XAI_API_KEY). For Anthropic models, ANTHROPIC_MODEL and ANTHROPIC_SMALL_MODEL are needed, with ANTHROPIC_BASE_URL for custom endpoints.Highlighted Details
--reasoning-effort (values: minimal, low, medium, high) and --service-tier (values: flex, priority).Maintenance & Community
The provided README does not contain information regarding maintainers, community channels (like Discord or Slack), sponsorships, or a public roadmap.
Licensing & Compatibility
No license information is specified in the README. Consequently, its compatibility for commercial use or integration within closed-source projects remains undetermined.
Limitations & Caveats
Provider compatibility is directly tied to the correct configuration of API keys and the underlying AI SDK's support for each service. The project is characterized as a "basic command wrapper," which may imply a lack of advanced features or robust error handling compared to more comprehensive integration solutions.
6 months ago
Inactive
theopenco
router-for-me