ChatDelta is an open source command line tool for connecting multiple AI APIs. This site hosts the documentation and quick start guide.
git clone https://github.com/ChatDelta/chatdelta.git
cd chatdelta
cargo build --release
OPENAI_API_KEY=... GEMINI_API_KEY=... ANTHROPIC_API_KEY=... ./target/release/chatdelta "Your prompt"
For full usage details see the README on GitHub.
Below is a high level flow of how ChatDelta works. The diagram is generated from a Mermaid source file during the CI build.