Skip to content

Commit

Permalink
Update v2-protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb-seldon authored Feb 8, 2024
1 parent 7ef404c commit 0327441
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/source/reference/apis/v2-protocol.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# V2 Inference Protocol
# Open Inference Protocol

The V2 Inference Protocol is an industry-wide effort to provide an standardised
The Open Inference Protocol is an industry-wide effort to provide a standardized
protocol to communicate with different inference servers (e.g. MLServer,
Triton, etc.) and orchestrating frameworks (e.g. Seldon Core, KServe, etc.).
The spec of the V2 Inference Protocol defines both the endpoints and payload
The spec of the Open Inference Protocol defines both the endpoints and payload
schemas for REST and gRPC interfaces.

As part of the V2 Protocol definition, you can find dedicated endpoints for:
As part of the Open Inference Protocol definition, you can find dedicated endpoints to:

- Health endpoints, to assess liveness and readiness of your model.
- Inference endpoints, to interact with your model.
- Metadata endpoints, to query your model metadata (e.g. expected inputs, expected
- Assess liveness and readiness of your model.
- Interact with your model.
- Query your model metadata (e.g. expected inputs, expected
outputs, etc.).
- Model repository endpoints, to load and unload models dynamically.
- Load and unload models dynamically.


## REST
Expand Down

0 comments on commit 0327441

Please sign in to comment.