Merge pull request #223 from corrm/feat/model-auto-detect

feat: auto-detect models from custom providers
This commit is contained in:
gsxdsm
2026-05-14 21:35:46 -07:00
committed by GitHub
9 changed files with 1028 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Fix Google Generative AI custom provider not saving after model detection. The probe endpoint accepted `google-generative-ai` but create/update routes rejected it. Also adds SSRF protection, body validation, and fixes stale type mappings.