mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[GH-ISSUE #20724] feat: How to provide OpenAI API key in picture_description_api JSON configuration? (Docling) #19274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a-meno on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20724
Check Existing Issues
Verify Feature Scope
Problem Description
Hi OpenWebUI team 👋
First of all, thanks for the great work on OpenWebUI and the Docling integration.
I’m currently configuring Docling inside OpenWebUI and trying to enable image description using OpenAI (
do_picture_description = true).Docling allows passing a
picture_description_apiobject via JSON configuration, but it is unclear how the OpenAI API key should be provided in this setup.Environment
Current configuration
Observed behavior
When Docling tries to call the OpenAI API, the following error is returned:
Desired Solution you'd like
Expected behavior
Clear and documented guidance on how to provide the OpenAI API key when using
picture_description_api, for example:Authorization: Bearer ...) are supported in the JSON configQuestions
picture_description_api?Why this matters
This affects:
Clear documentation or an example configuration would greatly improve usability and security.
Alternatives Considered
No response
Additional Context
Happy to help test, document, or contribute a PR if guidance is provided.
Thanks for your time and for maintaining OpenWebUI 🙏