Ray

Ray Serve HTTP API

HTTP interface for invoking models and applications deployed via Ray Serve. Each deployed application is exposed as an HTTP endpoint on the Serve HTTP proxy (default port 8000); authentication and routing are configured per deployment.

API entry from apis.yml

apis.yml Raw ↑
aid: ray:serve-api
name: Ray Serve HTTP API
description: HTTP interface for invoking models and applications deployed via Ray Serve. Each deployed
  application is exposed as an HTTP endpoint on the Serve HTTP proxy (default port 8000); authentication
  and routing are configured per deployment.
humanURL: https://docs.ray.io/en/latest/serve/index.html
baseURL: http://127.0.0.1:8000
tags:
- Model Serving
- Inference
- HTTP
properties:
- type: Documentation
  url: https://docs.ray.io/en/latest/serve/index.html
- type: Production Guide
  url: https://docs.ray.io/en/latest/serve/production-guide/index.html