Interface changes

AI Inference Server Release Notes

Product
AI Inference Server
Product Version
2.1.0
Language
en-US

Changes between AI Inference Server 2.0 and AI Inference Server 2.1

URL of reverse proxy has been changed according to the rules of Edge platform. Each API of AI Inference Server can be accessed by using the following path outside of the edge device. Note: There is no change in case the caller application is located on the same device.

old URL : "/pipes" new URL : "/aiinferenceserver"

Changes between AI Inference Server 1.4 and AI Inference Server 2.0

No API changes.

Changes between AI Inference Server 1.3 and AI Inference Server 1.4

Each API has been changed from "/v1" to "/v2" thus those applications which are using APIs of AI Inference Server need to be updated accordingly, except the following endpoints:

GET /v1/pipelineGET /v2/pipelineGET /v1/pipeline/{id}GET /v2/pipeline/{id}