From 07f7915cf23a4a8facdc05361a50827b74caceab Mon Sep 17 00:00:00 2001 From: Thermi Date: Mon, 10 Aug 2026 21:57:30 +0200 Subject: [PATCH] Add opencode-openrouter-metadata entry to ecosystem Add https://github.com/Thermi/opencode-openrouter-metadata to Plugins table. It is a plugin that discovers models and their metadata from a provider if specified in openrouter format. Useful if you are running a proxy between opencode and openrouter. Saves you from having to list models and their capabilities manually. --- packages/web/src/content/docs/ecosystem.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index ce4f3100afb5..652fd8833409 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -55,6 +55,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-jfrog-plugin](https://github.com/jfrog/opencode-jfrog-plugin) | JFrog Plugin for seamless integration of Opencode users to JFrog platform | | [opencode-goal-plugin](https://github.com/willytop8/OpenCode-goal-plugin) | Session-scoped `/goal` workflow that keeps objectives in context and auto-continues until complete | | [opencode-tavily](https://github.com/tavily-ai/opencode-tavily) | Web search, extraction, crawling, and deep research via the Tavily CLI | +| [opencode-openrouter-metadata](https://github.com/Thermi/opencode-openrouter-metadata) | Discovery models and metadata in openrouter format from inference endpoints | ---