DMF: give Gemini the tools and capabilities of Claude and OpenAI via a universal router

Open sourced, MIT, free use.

Dynamic Model Fusion (DMF) allows you to agnostically use the tools and capabilities of all the different models by using the routing method to expose the server side tools of all models and seamlessly pass context between models.

For example you can expose OpenAI we search, Claude PDF reader, and Gemini grounding all as tools to your ReAct agent (code included).

Paper: https://dalehurley.com/posts/cross-vendor-dmf-paper

Code: https://github.com/dalehurley/cross-vendor-dmf

Leave a Reply