From 2c1910dc09e7ee55d7db1c6c0b741e3cc250768f Mon Sep 17 00:00:00 2001 From: kevinsmith51 <121474548+kevinsmith51@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:55:41 -0700 Subject: [PATCH] Add ModelMeld to Infrastructure & Proxies Adds ModelMeld (OpenAI/Anthropic-compatible gateway with per-request capability routing) to the Infrastructure & Proxies section. Preserves Anthropic cache_control end-to-end, BYOK with no key custody. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46701b6..23c60d4 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**castari-proxy**](https://github.com/castar-ventures/castari-proxy) (73 ⭐) - Use Claude Agent SDK and Claude Code with other providers/models. - [**claude-code-open**](https://github.com/Davincible/claude-code-open) (66 ⭐) - Claude Code with any LLM provider (OpenRouter, Gemini, Kimi K2). - [**Claudify**](https://github.com/neno-is-ooo/claudify) (32 ⭐) - Use Claude Code as an LLM provider with your subscription flat fee instead of pay-per-token API keys. +- [**ModelMeld**](https://github.com/modelmeld/modelmeld) - Anthropic/OpenAI-compatible gateway. Routes requests to the cheapest model meeting requirements. Preserves Anthropic `cache_control` end-to-end (many proxies strip it). Exposes routing decisions via response headers. BYOK with no key custody. ---