AutoGen Integrations
Official docs: https://microsoft.github.io/autogen/
Claude✅ Native
Model clients support Anthropic.
GPT-4/GPT-4o✅ Native
OpenAI model clients are first-class.
Gemini🔶 Community
Supported via extension model clients.
Llama 3🔶 Community
Use OpenAI-compatible backends.
Mistral🔶 Community
Supported via compatible clients.
Qwen🔶 Community
OpenAI-compatible endpoint support.
Cohere🔶 Community
Via custom model client.
Together AI🔶 Community
OpenAI-compatible route.
Groq🔶 Community
OpenAI-compatible route.
Ollama✅ Native
Official local model examples available.
Pinecone⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
ChromaDB✅ Native
Memory/retrieval examples include Chroma.
Weaviate⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Qdrant🔶 Community
Custom retriever/tooling.
Milvus⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
pgvector⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
FAISS✅ Native
Local vector retrieval examples.
LanceDB⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Supabase Vector⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Redis Vector⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
AWS Bedrock🔶 Community
Via compatible clients.
Azure AI✅ Native
Azure OpenAI is first-class in docs.
Google Cloud Vertex⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Vercel⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Railway⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Render⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Fly.io⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Modal⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Replicate⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Serper⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Tavily⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Browserbase⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Firecrawl⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
E2B⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Composio⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
SerpAPI⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Wolfram Alpha🔶 Community
Custom tool wrapper.
Calculator✅ Native
Function/tool calls supported.
File I/O✅ Native
Core agents support code/file operations.
LangSmith⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
LangFuse⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Helicone⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Weights & Biases⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Arize⭕ Custom
Verified against Microsoft AutoGen model client and tool docs.
Phoenix🔶 Community
OTel instrumentation support.
Quick setup pattern
# 1) Install framework + providers
pip install autogen openai anthropic
# 2) Configure provider keys
export OPENAI_API_KEY=...
export ANTHROPIC_API_KEY=...
# 3) Add retrieval/monitoring
pip install qdrant-client langfuseBest stack recommendations
- AutoGen + Claude + Pinecone
- AutoGen + GPT-4/GPT-4o + ChromaDB