Universal API
Supported Endpoints
Listing the supported models, providers and endpoints (model + provider pairs) is very simple, and can be done either via http requests from any programming language, or our own Unify Python package
HTTP Requests
You can find a list of all models, all providers and all endpoints (model + provider pairs) using the following commands:
You can also pass models and providers as arguments to the above functions, to limit the returned list, like so:
That’s it, you can now easily list the models, provider and endpoints that are available for querying (explained in the next section).
Unify Python Package
The same functions can be called directly from the Python client, as follows:
That’s it! In the next section we’ll see how these endpoints can actually be queried ✨