[Plugin Request]: support for Solar-Pro and Solar-Pro2 models, and fix Embedding model input error in Dify Upstage plugin #261

Closed
opened 2026-02-22 17:23:53 -05:00 by yindo · 2 comments
Owner

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:

  1. Model Support

    • Please add support for the following Upstage models:

      • solar-pro
      • solar-pro2
  2. Embedding Model Error

    • The embedding model solar-embedding-1-large-query , solar-embedding-1-large-passage is currently not working correctly.

    • When calling the API, we encounter the following error:

      [models] Bad Request Error, Error code: 400 - {'error': {'message': "'$.input' is invalid. Please check the API reference: https://developers.upstage.ai/docs/apis/embeddings", 'type': 'invalid_request_error', 'param': 'input', 'code': None}}
      
    • This seems to indicate that the request payload does not match the expected API format. Please update the plugin to send the correct input parameter according to the [Upstage Embeddings API reference](https://developers.upstage.ai/docs/apis/embeddings).

Expected Outcome:

  • The Dify Upstage plugin should support solar-pro and solar-pro2.
  • The embedding model solar-embedding-1-large-query should function without request errors.

Official Website URL

https://console.upstage.ai/api/chat

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: 1. **Model Support** * Please add support for the following Upstage models: * `solar-pro` * `solar-pro2` 2. **Embedding Model Error** * The embedding model `solar-embedding-1-large-query` , `solar-embedding-1-large-passage` is currently not working correctly. * When calling the API, we encounter the following error: ``` [models] Bad Request Error, Error code: 400 - {'error': {'message': "'$.input' is invalid. Please check the API reference: https://developers.upstage.ai/docs/apis/embeddings", 'type': 'invalid_request_error', 'param': 'input', 'code': None}} ``` * This seems to indicate that the request payload does not match the expected API format. Please update the plugin to send the correct `input` parameter according to the [[Upstage Embeddings API reference](https://developers.upstage.ai/docs/apis/embeddings)](https://developers.upstage.ai/docs/apis/embeddings). **Expected Outcome:** * The Dify Upstage plugin should support `solar-pro` and `solar-pro2`. * The embedding model `solar-embedding-1-large-query` should function without request errors. ### Official Website URL https://console.upstage.ai/api/chat
yindo closed this issue 2026-02-22 17:23:53 -05:00
Author
Owner

@youngju-up commented on GitHub (Sep 14, 2025):

The latest version of plugin(upstage 0.0.5) only support 3 models below.

Image
@youngju-up commented on GitHub (Sep 14, 2025): The latest version of plugin([upstage 0.0.5)](https://marketplace.dify.ai/plugins/langgenius/upstage) only support 3 models below. <img width="787" height="249" alt="Image" src="https://github.com/user-attachments/assets/08a91d9d-e847-47c5-a43c-a5569203d985" />
Author
Owner

@youngju-up commented on GitHub (Sep 14, 2025):

I have re-registered this issue at https://github.com/langgenius/dify-official-plugins/issues/1711

@youngju-up commented on GitHub (Sep 14, 2025): I have re-registered this issue at https://github.com/langgenius/dify-official-plugins/issues/1711
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#261