Quickstart
We offer multiple ways to interact with our models for inference:
- Rest API This is the base method, and is ideal for integrating with any web or mobile application that can make requests.
- Python Library If you're already working on Python, this is a more user-friendly way of interacting with our models without having to deal with requests directly.
- CLI: If you want to use the command line, this is another user-friendly way of interacting with our models.
For the full API reference go to API Reference.
Updated 24 days ago