LibreChat/api/app/clients/tools/structured
Ayush Verma 6425837269
Some checks are pending
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Waiting to run
Sync Helm Chart Tags / Ignore non-main push (push) Waiting to run
Sync Helm Chart Tags / Sync chart tags (push) Waiting to run
👔 fix: Route Flux Finetuned Endpoints Regardless of Action (#15336)
FluxAPI._call() only dispatched to generateFinetunedImage() when action
was explicitly "generate_finetuned". If a model set endpoint to
/v1/flux-pro-finetuned or /v1/flux-pro-1.1-ultra-finetuned while leaving
action at its default ("generate"), the request went through the plain
generate payload path instead, which never forwards finetune_id,
finetune_strength, or guidance. The finetune was silently dropped and a
finetuned endpoint was called without its required finetune_id.

Route by endpoint as well as action, and share the finetuned-endpoint
list between the dispatcher and generateFinetunedImage's own validation.

Fixes #15335
2026-08-30 00:04:06 -04:00
..
specs 👔 fix: Route Flux Finetuned Endpoints Regardless of Action (#15336) 2026-08-30 00:04:06 -04:00
AzureAISearch.js 📮 fix: Screen User-Supplied Structured Tool Endpoints (#15253) 2026-08-26 10:38:56 -04:00
AzureAISearch.spec.js 📮 fix: Screen User-Supplied Structured Tool Endpoints (#15253) 2026-08-26 10:38:56 -04:00
credentials.js
DALLE3.js
FluxAPI.js 👔 fix: Route Flux Finetuned Endpoints Regardless of Action (#15336) 2026-08-30 00:04:06 -04:00
GeminiImageGen.js
GoogleSearch.js
OpenAIImageTools.js
OpenWeather.js
StableDiffusion.js 📮 fix: Screen User-Supplied Structured Tool Endpoints (#15253) 2026-08-26 10:38:56 -04:00
StableDiffusion.spec.js 🌐 fix: Expose Gemini Models to Vertex AI Agents (#15234) 2026-08-27 06:50:23 -04:00
TavilySearch.js
TavilySearchResults.js
TraversaalSearch.js
Wolfram.js