Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KServe Models API

The Models API from KServe — 7 operation(s) for models.

KServe Models API is one of 4 APIs that KServe publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Models. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 7 paths. It is described by OpenAPI 3.1.0, at version v1+v2.

Requests are made against a single base URL, http://{host}.

7 operations 7 paths 0 schemas 4 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1+v2
Server
http://{host}
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

KServe Models API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

  • BearerAuth — KServe itself does not mandate an auth scheme; in production the InferenceService is typically fronted by an ingress/gateway that enforces auth (for example, I…

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 4 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Models 7
GET
/v1/models
List models (V1)
v1ListModels → 200
GET
/v1/models/{model_name}
Model ready (V1)
v1ModelReady 1 param → 200
POST
/v1/models/{model_name}:predict
Predict (V1)
v1Predict 1 param body → 200
POST
/v1/models/{model_name}:explain
Explain (V1)
v1Explain 1 param body → 200
GET
/v2/models/{model_name}
Model metadata (V2)
v2ModelMetadata 1 param → 200
GET
/v2/models/{model_name}/ready
Model readiness (V2)
v2ModelReady 1 param → 200
POST
/v2/models/{model_name}/infer
Inference (V2 Open Inference Protocol)
v2Infer 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kserve-models-api-openapi.yml Raw ↑

Other APIs KServe publishes across the network.

KServe Inference API
KServe Health API
KServe KServe Inference Protocol API