Features
Last updated
Last updated
The inference demo is a function for user to trial each model. You can try using a model by entering your input, and then the output of the model will be shown on your screen. The inference demo is available on both base model and your model mode.
Select the model to demonstrate from drop-down menu.
Enter input.
Click Compute button, and the result will be presented.
The inference API is a section where users can get API for particular models. Currently, there are various computer languages available including Python, Java, JavaScript, and Go. What users need to do is only to press copy button and paste the code on user’s application code. The inference demo is also available on both base model and your model mode.
• For how to use inference API function, please read more in this section: