You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Hub only supports chat_completion, completion, and embeddings operations, which doesn't fit well with image-focused AI providers like Stability AI that offer text-to-image and image-to-image capabilities.
🎤 Why is this feature needed?
Adding support for these image operations would make Hub more versatile and allow users to maintain the OpenAI format while utilizing image capabilities from providers like Stability AI using the OpenAI format in (https://platform.openai.com/docs/guides/images).
✌️ How do you aim to achieve this?
Implement new API endpoints to support image operations, allowing integration with providers that specialize in image generation and transformation.
👀 Have you spent some time to check if this feature request has been raised before?
🔖 Feature description
The current Hub only supports
chat_completion
,completion
, andembeddings
operations, which doesn't fit well with image-focused AI providers like Stability AI that offer text-to-image and image-to-image capabilities.🎤 Why is this feature needed?
Adding support for these image operations would make Hub more versatile and allow users to maintain the OpenAI format while utilizing image capabilities from providers like Stability AI using the OpenAI format in (https://platform.openai.com/docs/guides/images).
✌️ How do you aim to achieve this?
Implement new API endpoints to support image operations, allowing integration with providers that specialize in image generation and transformation.
👀 Have you spent some time to check if this feature request has been raised before?
Yes, I've checked and didn't find similar issues.
Are you willing to submit PR?
Yes , I am willing to submit a PR!
Conversation Context: #25
Search for "I think it should be in a new API" in link above ( Github does not allow links to highlights 🥲 )
The text was updated successfully, but these errors were encountered: