Several issues report friction when using locally deployed models (Ollama, private LLM/TTS/ASR endpoints). Collecting them here for tracking.
Related issues
Root causes
- SSRF guard blocks all private addresses. Necessary for SaaS, but blocks self-hosted users. LLM routes skip the check in dev mode, but TTS/ASR/image/video routes check in all environments.
- No first-class local provider support. LLM has custom provider mechanism but Ollama compatibility is unverified. TTS/ASR have no custom provider mechanism at all.
Planned work
Several issues report friction when using locally deployed models (Ollama, private LLM/TTS/ASR endpoints). Collecting them here for tracking.
Related issues
Root causes
Planned work
.env.localorserver-providers.ymlbypass SSRF check), or addALLOW_LOCAL_NETWORKSenv var. Fixes 使用本地部署的模型后会出现拒绝访问 #310 [Feature]: 对使用私有模型部署的,需跳过安全机制可在readme中添加简要说明 #311