Skip to main content

Serverless Inference API

The Tensormesh Serverless Inference API provides an OpenAI-compatible chat completions endpoint for running inference on Tensormesh-hosted serverless models. Base URL: https://serverless.tensormesh.ai

Authentication

HeaderDescription
AuthorizationBearer token with your API key
GET /v1/models, /health, and /version also work on the public serverless host without auth.

Quick Example

Tensormesh Control Plane API

The Control Plane API lets you programmatically manage models, billing, observability, support tickets, and user accounts. Base URL: https://api.tensormesh.ai
Authentication for Control Plane APIs uses a JWT Bearer token obtained through your login session.
Browse the API groups in the sidebar to explore all available endpoints.