feat: add Gemini 3.5 Flash and Grok 4.3 to LDX hub plugin and bump to v0.0.14#2444
Merged
Merged
Conversation
crazywoola
approved these changes
May 21, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=3237, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg | None. |
Version check |
✅ Pass | version 0.0.14 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=5749, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.6.2 satisfies >= 0.5.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LDX hub for Dify is a document AI gateway plugin that brings two capabilities into Dify:
Supports OpenAI, Microsoft Azure OpenAI, Google, Anthropic, Amazon Bedrock, and xAI through a single API and a single billing system.
Plugin source: https://github.com/ldxhub-io/dify-nodes-ldxhub
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
LDX hub for Dify is a document AI gateway plugin that unifies access to leading LLM providers (OpenAI, Microsoft Azure OpenAI, Google, Anthropic, Amazon Bedrock, xAI) through a single API and billing system.
The plugin provides two tools:
StructFlow — Extract structured JSON from unstructured text. Define an extraction schema with a system prompt and an example output, then process JSONL records through the model of your choice. Output is a JSONL of structured data per record. Useful for processing medical records, customer feedback, legal documents, financial reports, and other unstructured text at scale.
RefineLoop — Iteratively improve XLIFF translation quality. Built on the same engine as StructFlow, specialized for translation review. Each segment goes through multiple revision rounds where the AI critiques and improves the translation, with structured revision notes. XLIFF tag integrity is validated after every revision. Real-world benchmark: BERT paper translation (65,000 source characters, 145,000 with tags) refined in 3 minutes 46 seconds end-to-end on Dify Cloud.
Both tools support an optional
webhook_urlparameter for long-running jobs.The plugin supports bilingual README (English / Japanese) via Dify's multilingual README feature.
What's new in v0.0.14
This version adds two new model options to both StructFlow and RefineLoop tools.
google/gemini-3.5-flash) — added to the Google blockxai/grok-4.3) — added to the xAI blockNo breaking changes. Existing workflows continue to work as before.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect any user personal data within the plugin itself. It only forwards user-provided data (text, JSONL files, XLIFF files) to LDX hub servers and the configured AI provider for processing. The plugin itself stores no data and sends no telemetry.
User-provided data sent to third parties:
API keys are encrypted by Dify (PKCS1_OAEP) and stored within the user's workspace.
Privacy Policy
Privacy policy: https://github.com/ldxhub-io/dify-nodes-ldxhub/blob/main/PRIVACY.md