mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Plugin Request]: support for Solar-Pro and Solar-Pro2 models, and fix Embedding model input error in Dify Upstage plugin #261
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 @youngju-up on GitHub (Sep 14, 2025).
Plugin Name
upstage
Function Description
Title:
Add support for Solar-Pro and Solar-Pro2 models, and fix Embedding model input error in Dify Upstage plugin
Description:
We would like to request the following updates to the Dify Upstage plugin:
Model Support
Please add support for the following Upstage models:
solar-prosolar-pro2Embedding Model Error
The embedding model
solar-embedding-1-large-query,solar-embedding-1-large-passageis currently not working correctly.When calling the API, we encounter the following error:
This seems to indicate that the request payload does not match the expected API format. Please update the plugin to send the correct
inputparameter according to the [Upstage Embeddings API reference](https://developers.upstage.ai/docs/apis/embeddings).Expected Outcome:
solar-proandsolar-pro2.solar-embedding-1-large-queryshould function without request errors.Official Website URL
https://console.upstage.ai/api/chat
@youngju-up commented on GitHub (Sep 14, 2025):
The latest version of plugin(upstage 0.0.5) only support 3 models below.
@youngju-up commented on GitHub (Sep 14, 2025):
I have re-registered this issue at https://github.com/langgenius/dify-official-plugins/issues/1711