Community plugin library

Hi !

With the lastest release (v0.26.0), I discover the plugin system (endpoint) and don’t found any community around this system.
Personnally, I create some endpoint plugins for my task but I’m sure some people create the same.
The system doesn’t touch about the source code, so create PR for plugin it’s not the vLLM Roadmap but it is possible to create like a community plugin library or something like that for people we want to share the plugins ?

Thank you

There is currently no official or centralized community plugin library for vLLM endpoint plugins; plugins are typically distributed as independent Python packages via PyPI or GitHub, and loaded using the standard entry_points mechanism as described in the official plugin system documentation and endpoint plugin docs. The vLLM team encourages plugin authors to publish their plugins independently, but there is no maintained registry or curated list of community plugins at this time.

If you want to share your plugins, you can publish them as Python packages with the appropriate entry point group (e.g., vllm.endpoint_plugins) and share them via PyPI or a public repository. There have been discussions about the value of a community plugin hub, but as of now, this is not part of the vLLM roadmap or official infrastructure (source). Would you like more detail on how to package and distribute your plugin, or on how to propose a community plugin registry?

Sources:

Hint: Mention @Herald in the post for followups.