ChatDev Integrations

Official docs: https://github.com/OpenBMB/ChatDev

Claude🔶 Community

Can be wired via compatible API wrappers.

GPT-4/GPT-4o Native

OpenAI models are default in examples.

Gemini Custom

Verified against ChatDev repository and README.

Llama 3 Custom

Verified against ChatDev repository and README.

Mistral Custom

Verified against ChatDev repository and README.

Qwen Custom

Verified against ChatDev repository and README.

Cohere Custom

Verified against ChatDev repository and README.

Together AI Custom

Verified against ChatDev repository and README.

Groq Custom

Verified against ChatDev repository and README.

Ollama🔶 Community

Possible with custom backend adaptation.

Pinecone Custom

Verified against ChatDev repository and README.

ChromaDB Custom

Verified against ChatDev repository and README.

Weaviate Custom

Verified against ChatDev repository and README.

Qdrant Custom

Verified against ChatDev repository and README.

Milvus Custom

Verified against ChatDev repository and README.

pgvector Custom

Verified against ChatDev repository and README.

FAISS Custom

Verified against ChatDev repository and README.

LanceDB Custom

Verified against ChatDev repository and README.

Supabase Vector Custom

Verified against ChatDev repository and README.

Redis Vector Custom

Verified against ChatDev repository and README.

AWS Bedrock Custom

Verified against ChatDev repository and README.

Azure AI Custom

Verified against ChatDev repository and README.

Google Cloud Vertex Custom

Verified against ChatDev repository and README.

Vercel Custom

Verified against ChatDev repository and README.

Railway Custom

Verified against ChatDev repository and README.

Render Custom

Verified against ChatDev repository and README.

Fly.io Custom

Verified against ChatDev repository and README.

Modal Custom

Verified against ChatDev repository and README.

Replicate Custom

Verified against ChatDev repository and README.

Serper Custom

Verified against ChatDev repository and README.

Tavily Custom

Verified against ChatDev repository and README.

Browserbase Custom

Verified against ChatDev repository and README.

Firecrawl Custom

Verified against ChatDev repository and README.

E2B Custom

Verified against ChatDev repository and README.

Composio Custom

Verified against ChatDev repository and README.

SerpAPI Custom

Verified against ChatDev repository and README.

Wolfram Alpha Custom

Verified against ChatDev repository and README.

Calculator Custom

Verified against ChatDev repository and README.

File I/O Native

Core behavior produces multi-file software outputs.

LangSmith Custom

Verified against ChatDev repository and README.

LangFuse Custom

Verified against ChatDev repository and README.

Helicone Custom

Verified against ChatDev repository and README.

Weights & Biases Custom

Verified against ChatDev repository and README.

Arize Custom

Verified against ChatDev repository and README.

Phoenix Custom

Verified against ChatDev repository and README.

Quick setup pattern

# 1) Install framework + providers
pip install chatdev openai anthropic

# 2) Configure provider keys
export OPENAI_API_KEY=...
export ANTHROPIC_API_KEY=...

# 3) Add retrieval/monitoring
pip install qdrant-client langfuse

Best stack recommendations

  • ChatDev + Claude + Pinecone
  • ChatDev + GPT-4/GPT-4o + ChromaDB