Show HN: Translate LLM API Calls Across OpenAI, Anthropic, and Gemini
Category: library
Tags: llm, api-adapter, interoperability
Score: 7.0/10 (Innovation: 7, Technical: 6, Documentation: 8, Utility: 7)
LLM-Rosetta is a Python library that translates API calls between major LLM providers (OpenAI, Anthropic, Google Gemini) using a hub-and-spoke architecture with a central Intermediate Representation (IR). It's interesting because it solves the N² conversion problem elegantly, allowing developers to switch or combine providers without rewriting integration code for each pair.
Target audience: backend devs, ai-ml engineers
Repository: https://github.com/Oaklight/llm-rosetta · Python · MIT · 5 stars
View on Hacker News