COMMUNITY_PROVIDERS.md
Community-developed provider plugins that extend LangExtract with additional model backends.
Supporting the Community: Star plugin repositories you find useful and add 👍 reactions to their tracking issues to support maintainers' efforts.
⚠️ Important: These are community-maintained packages. Please review the safety guidelines before use.
| Plugin Name | PyPI Package | Maintainer | GitHub Repo | Description | Issue Link |
|---|---|---|---|---|---|
| AWS Bedrock | langextract-bedrock | @andyxhadji | andyxhadji/langextract-bedrock | AWS Bedrock provider for LangExtract, supports all models & inference profiles | #148 |
| LiteLLM | langextract-litellm | @JustStas | JustStas/langextract-litellm | LiteLLM provider for LangExtract, supports all models covered in LiteLLM, including OpenAI, Azure, Anthropic, etc., See LiteLLM's supported models | #187 |
| Llama.cpp | langextract-llamacpp | @fgarnadi | fgarnadi/langextract-llamacpp | Llama.cpp provider for LangExtract, supports GGUF models from HuggingFace and local files | #199 |
| Outlines | langextract-outlines | @RobinPicard | dottxt-ai/langextract-outlines | Outlines provider for LangExtract, supports structured generation for various local and API-based models | #101 |
| vLLM | langextract-vllm | @wuli666 | wuli666/langextract-vllm | vLLM provider for LangExtract, supports local and distributed model serving | #236 |
Copy this row template, replace placeholders, and insert above the marker line:
| Your Plugin | `langextract-provider-yourname` | [@yourhandle](https://github.com/yourhandle) | [yourorg/yourrepo](https://github.com/yourorg/yourrepo) | Brief description (min 10 chars) | [#456](https://github.com/google/langextract/issues/456) |
Before submitting your PR:
langextract- (recommended: langextract-provider-<name>)For detailed plugin development instructions, see the Custom Provider Plugin Example.
Community plugins are independently developed and maintained. While we encourage community contributions, the LangExtract team cannot guarantee the safety, security, or functionality of third-party packages.
Before installing any plugin, we recommend:
Community plugins are used at your own discretion. When in doubt, reach out to the community through the plugin's issue tracker or the main LangExtract discussions.