mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
Add aimlapi.com API support #1866
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EngYasserSharaf on GitHub (Aug 23, 2024).
I have an APi key from https://aimlap.com and their API endpoint doesn't end with
v1I tried to add their endpoint url and my API key but it couldn't list the models in the workspace pageTheir code from the docs
So their API url is
https://api.aimlapi.com/and I found out that in the network tab it could list the models successfullybut when I go to workspace and check the models, I get nothing.