Page cover

Features

Beta version: The platform is in a development stage of the final version, which may be less stable than usual. The efficiency of platform access and usage might be limited. For example, the platform might crash, some features might not work properly, or some data might be lost.

Inference Demo

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.

Inference Demo (Example: Sentiment Analysis product)

How to use inference demo:

  1. Select the model to demonstrate from drop-down menu.

  2. Enter input.

  3. Click Compute button, and the result will be presented.

Inference API

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.

Inference API (Example: Sentiment Analysis product)

• For how to use inference API function, please read more in this section: Get Inference API for "Base model"

Last updated