[bedrock] Error: PluginInvokeError #507

Closed
opened 2026-02-16 10:19:36 -05:00 by yindo · 5 comments
Owner

Originally created by @wcbwing1 on GitHub (Aug 1, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.7.1

Plugin version

0.0.27

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Bedrock is using normally in the single agent without any issue.
But the once putting Bedrock into the workflow, the issue comes out.

✔️ Error log

[bedrock] Error: PluginInvokeError: {"args":{"description":"[models] Error: Model name is required for non-converse API models"},"error_type":"InvokeError","message":"[models] Error: Model name is required for non-converse API models"}

Originally created by @wcbwing1 on GitHub (Aug 1, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.7.1 ### Plugin version 0.0.27 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Bedrock is using normally in the single agent without any issue. But the once putting Bedrock into the workflow, the issue comes out. ### ✔️ Error log [bedrock] Error: PluginInvokeError: {"args":{"description":"[models] Error: Model name is required for non-converse API models"},"error_type":"InvokeError","message":"[models] Error: Model name is required for non-converse API models"}
yindo added the bug label 2026-02-16 10:19:36 -05:00
yindo closed this issue 2026-02-16 10:19:36 -05:00
Author
Owner

@tang2554 commented on GitHub (Aug 7, 2025):

I encountered the same error when I switched “Reasoning Type” to True in the Agent.

Dify version
1.7.1

Plugin version
0.0.28

Cloud or Self Hosted
Self Hosted (Docker)

@tang2554 commented on GitHub (Aug 7, 2025): I encountered the same error when I switched “Reasoning Type” to True in the Agent. Dify version 1.7.1 Plugin version 0.0.28 Cloud or Self Hosted Self Hosted (Docker)
Author
Owner

@mofee commented on GitHub (Aug 8, 2025):

I also encountered the same error. I resolved it by doing this:

  1. find you model id and Inference profiles ID in bedrock
  2. add a new model from bedrock dify plugin
  3. filled with your model id , Inference profiles ID, access key id, secret access key

it seems that if your model not support cross-region inference can not be added successfully.

@mofee commented on GitHub (Aug 8, 2025): I also encountered the same error. I resolved it by doing this: 1. find you model id and Inference profiles ID in bedrock 2. add a new model from bedrock dify plugin 3. filled with your model id , Inference profiles ID, access key id, secret access key it seems that if your model not support cross-region inference can not be added successfully.
Author
Owner

@akshaysinghas commented on GitHub (Aug 13, 2025):

@mofee / @tang2554 can you check with latest plugin 0.0.30 to see if it resolve your issue?

@akshaysinghas commented on GitHub (Aug 13, 2025): @mofee / @tang2554 can you check with latest plugin 0.0.30 to see if it resolve your issue?
Author
Owner

@natsumechan commented on GitHub (Aug 19, 2025):

I’m encountering the same issue.

When an Agent uses the Redmine plugin together with Amazon Bedrock, executions fail intermittently. Some runs succeed, while others return errors.

Steps to reproduce

Create an Agent.

Add the Redmine plugin as a tool.

Run the Agent multiple times.

After several runs, errors occur at random rather than under specific, repeatable conditions.

Expected behavior

The Agent should consistently invoke the Redmine plugin in response to input and return a normal result without errors.

Actual behavior

Agent executions fail sporadically and return an error message.

Environment

Dify: 1.7.1

bedrock plugin: 0.0.31

Deployment: Self-hosted (Docker)

@natsumechan commented on GitHub (Aug 19, 2025): I’m encountering the same issue. When an Agent uses the Redmine plugin together with Amazon Bedrock, executions fail intermittently. Some runs succeed, while others return errors. ## Steps to reproduce Create an Agent. Add the Redmine plugin as a tool. Run the Agent multiple times. After several runs, errors occur at random rather than under specific, repeatable conditions. ## Expected behavior The Agent should consistently invoke the Redmine plugin in response to input and return a normal result without errors. ## Actual behavior Agent executions fail sporadically and return an error message. ## Environment Dify: 1.7.1 bedrock plugin: 0.0.31 Deployment: Self-hosted (Docker)
Author
Owner

@dosubot[bot] commented on GitHub (Sep 5, 2025):

Hi, @wcbwing1. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.

Issue Summary:

  • You reported a PluginInvokeError about a missing model name when integrating Bedrock in a workflow on Dify 1.7.1 with plugin 0.0.27 in a self-hosted Docker setup.
  • Bedrock works fine as a single agent, but the error occurs in workflows.
  • Other users confirmed the same error, with a suggested workaround to manually add the model with correct IDs and credentials.
  • The maintainer recommended upgrading to plugin version 0.0.30 or later.
  • Additional reports indicated intermittent failures when using Bedrock alongside other plugins in later versions.

Next Steps:

  • Please confirm if this issue is still relevant with the latest version of the dify-official-plugins repository; if so, you can keep the discussion open by commenting here.
  • Otherwise, I will automatically close this issue in 5 days.

Thanks for your understanding and contribution!

@dosubot[bot] commented on GitHub (Sep 5, 2025): Hi, @wcbwing1. I'm [Dosu](https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale. **Issue Summary:** - You reported a PluginInvokeError about a missing model name when integrating Bedrock in a workflow on Dify 1.7.1 with plugin 0.0.27 in a self-hosted Docker setup. - Bedrock works fine as a single agent, but the error occurs in workflows. - Other users confirmed the same error, with a suggested workaround to manually add the model with correct IDs and credentials. - The maintainer recommended upgrading to plugin version 0.0.30 or later. - Additional reports indicated intermittent failures when using Bedrock alongside other plugins in later versions. **Next Steps:** - Please confirm if this issue is still relevant with the latest version of the dify-official-plugins repository; if so, you can keep the discussion open by commenting here. - Otherwise, I will automatically close this issue in 5 days. Thanks for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#507