This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Replies: 1 comment
-
I would like to add that this should make using the Perplexity API on Open WebUI available as well, since they use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It would be good if your api had a list models endpoint (i.e. GET /models that just returns the list of models from this page https://docs.perplexity.ai/guides/model-cards, see below) so it could be used programaticly, save me updating my hardcoded list of model names when you update the models you provide.
Thanks
{
"data": [
{"id":"sonar-reasoning"...},
{"id":"sonar-pro"},
{"id":"sonar"},
{"id":"llama-3.1-sonar-small-128k-online"},
{"id":"llama-3.1-sonar-large-128k-online"},
{"id":"llama-3.1-sonar-huge-128k-online"}
]
}
Beta Was this translation helpful? Give feedback.
All reactions