-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Initial support for routers (using AWS Bedrock) #1631
Comments
This issue is stale because it has been open for 30 days with no activity. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant. |
This issue is stale because it has been open for 30 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Some users need to work with both custom and off-the-shelf language models. Deploying off-the-shelf models with
dstack
may be less convenient and financially viable than using platforms such as AWS Bedrock or Vertex AI, which provide models as a service. In addition, some proprietary models are only available through MaaS platforms. This results in users having to switch back and forth betweendstack
and MaaS platforms.Solution
Add support for MaaS platforms starting with AWS Bedrock. Add new
router
configurations that will allow Bedrock models to be exposed through thedstack-gateway
OpenAI-compatible API.Workaround
Users can use MaaS platforms directly or use proxy solutions to bring MaaS models and models deployed by
dstack
into a single interface.Implementation Steps
dstack-gateway
dstack-gateway
dstack-gateway
dstack-server
dstack-server
routers APIdstack apply
router configurationsdstack router list
anddstack router delete
commandsThe text was updated successfully, but these errors were encountered: