sreenathmenon
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Universal SDK for working with multiple LLM providers (OpenAI, Anthropic, Gemini, etc.). Built-in caching can reduce API costs by 90%+. 15K+ PyPI downloads. pip install llmswap
-
I kept seeing developers (including myself) struggle with the same problem: "I need multiple second brains for different aspects of my life, but AI keeps forgetting context between sessions." So I built llmswap v5.1.0…
- Droids by Factory (businesswire.com)
- Show HN: Llmswap – Universal AI SDK and Code Generation CLI (sreenathmenon.com)
I was constantly switching between my terminal and ChatGPT/Claude/Gemini for code help. Built llmswap 4.1.1 to fix this. Now I just type: llmswap generate "command I need" Real examples that save hours: Site emergency -…
-
LLMSwap is a CLI and Python SDK for switching between AI providers (OpenAI, Claude, Gemini, IBM watsonx, Ollama) with automatic fallbacks and response caching. Started this during a hackathon when constantly switching…
-
I built llmswap to solve a problem I kept hitting in hackathons - burning through API credits while testing the same prompts repeatedly during development. It's a simple Python package that provides a unified interface…