Skip to content
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

Add /upstream endpoint #31

Merged
merged 5 commits into from
Dec 17, 2024
Merged

Add /upstream endpoint #31

merged 5 commits into from
Dec 17, 2024

Conversation

mostlygeek
Copy link
Owner

@mostlygeek mostlygeek commented Dec 17, 2024

This adds an /upstream/:model_name endpoint which is a reverse proxy for the loaded inference server. Useful for accessing the UI of the upstream, or other endpoints, if it has one.

New functionality:

  • automatically load/swap the model depending on the ID in the URL
  • /upstream shows an index of available models

llama-swap-upstream-demo

This PR also introduces the unlisted: true configuration for models to omit them from /v1/models and /upstream.

- add /upstream endpoint to show a list of available models
- add `unlisted` configuration option to omit a model from /v1/models
  and /upstream lists
@mostlygeek mostlygeek merged commit 891f6a5 into main Dec 17, 2024
@mostlygeek mostlygeek deleted the add-upstream branch December 17, 2024 22:37
@mostlygeek mostlygeek changed the title Add /upstream endpoint (#30) Add /upstream endpoint Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant