mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Plugin Request]: ollama with bearer authentication #67
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 @sekewei on GitHub (Jun 5, 2025).
Plugin Name
ollama with bearer authentication
Function Description
ollama plug-in can add bearer authentication authentication
Official Website URL
No response
@jingfelix commented on GitHub (Jun 23, 2025):
According to https://github.com/ollama/ollama/issues/1053#issuecomment-2558705136, Ollama does not provide authentication services by default. Therefore, adding an API Key directly to the Ollama plugin might lead to misunderstandings.
Alternatively, Ollama offers an OpenAI-compatible API. You can use the https://marketplace.dify.ai/plugins/langgenius/openai_api_compatible plugin to add your API Key-authenticated Ollama models, which should meet your requirements.