We’ve just moved to our new home! If something doesn’t work as expected, please contact us, we appreciate your help.
Open-source Python library

SimplerLLM

One interface for 8 LLM providers. Unified API, automatic failover, structured outputs, agentic flows, and 15+ built-in tools.
Build AI apps in minutes, not days.

Star on GitHub Read docs
demo.py
from SimplerLLM.language.llm import LLM, LLMProvider
# Switch provider by changing one word
llm = LLM.create(provider=LLMProvider.OPENAI, model_name="gpt-4o")
response = llm.generate_response(prompt="Explain quantum computing simply")
>>>

Connect to Claude, Claude Code, and Cursor

Give your AI coding tools full access to SimplerLLM docs, examples, and API references via MCP. Set up in 60 seconds.

https://learnwithhasan.com/simplerllm/mcp/server/

Works with every major provider

OpenAI Anthropic Google Gemini Cohere DeepSeek OpenRouter Ollama