#24 · Primary category: LLM Application Frameworks
aisuite
Simple, unified interface to multiple Generative AI providers
Project last updated:08/13/26
GitHub Stars
16.2K
Forks
1.7K
Contributors
53
License
MIT
Why we included this project
Writing separate integration code for every LLM vendor gets old fast, and aisuite is built to remove that chore. It exposes one OpenAI-style chat interface that covers OpenAI, Anthropic, Google, Mistral, Hugging Face, AWS, Cohere, Ollama, OpenRouter, and others, so switching models is just a matter of changing the model string. On top of that sits an Agents API where you hand it plain Python functions as tools, it generates the schemas and runs the multi-turn loop, and you can attach ready-made toolkits for files, git, and shell or any MCP server. Because the same code runs against hosted and local models, it works for prototypes and small production services without rewrites. Teams that want to keep their provider options open, or prefer a thin readable layer over a heavyweight orchestration platform, will find it easy to adopt.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform