Skip to content

Improve local/self-hosted model deployment experience #357

@wyuc

Description

@wyuc

Several issues report friction when using locally deployed models (Ollama, private LLM/TTS/ASR endpoints). Collecting them here for tracking.

Related issues

Root causes

  1. 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.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions