Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1010 Bytes

writing_app.md

File metadata and controls

23 lines (18 loc) · 1010 Bytes

Write a Client Application {#ovms_docs_server_app}

---
maxdepth: 1
hidden:
---

TensorFlow Serving API <ovms_docs_clients_tfs>
KServe API <ovms_docs_clients_kfs>
OpenVINO Model Server C-API <ovms_docs_c_api>

OpenVINO™ Model Server exposes two sets of APIs: one compatible with TensorFlow Serving and another one, with KServe API, for inference. Both APIs work on gRPC and REST interfaces. Supporting two sets of APIs makes OpenVINO Model Server easier to plug into existing systems the already leverage one of these APIs for inference. Learn more about supported APIs:

In this section you can find short code samples to interact with OpenVINO Model Server endpoints via: