Skip to content

🎞️ docs: Video/Audio Opt-In for Custom Endpoints via supportedMimeTypes - #761

Open
Odrec wants to merge 1 commit into
LibreChat-AI:mainfrom
Odrec:docs/custom-endpoint-provider-media
Open

Odrec wants to merge 1 commit into
LibreChat-AI:mainfrom
Odrec:docs/custom-endpoint-provider-media

Conversation

@Odrec

@Odrec Odrec commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Companion to danny-avila/LibreChat#15709 (fixes danny-avila/LibreChat#15708).

Custom OpenAI-compatible endpoints can opt into receiving video and audio attachments through Upload to Provider by listing video/.* / audio/.* in the endpoint's fileConfig.endpoints.<name>.supportedMimeTypes. Off by default, since not every gateway accepts media.

Changes:

  • file_config.mdx: new Video and audio for custom endpoints subsection under the endpoint-level supportedMimeTypes with a YAML example and the opt-in rationale.
  • ocr.mdx (Upload Files to Provider): a paragraph on what custom endpoints receive by default and how to opt in, cross-linked to the reference page.

Should land together with or after the code PR.

…imeTypes

Companion to danny-avila/LibreChat#15709. Custom OpenAI-compatible
endpoints can now receive video and audio attachments through Upload to
Provider when the endpoint's fileConfig supportedMimeTypes lists those
types. Document the opt-in on the file_config reference page and in the
Upload Files to Provider section.
@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the LibreChat's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Upload to Provider silently drops video/audio for custom OpenAI-compatible endpoints

1 participant