Inference Gateway API
The Tensormesh Inference Gateway provides an OpenAI-compatible chat completions endpoint for running inference on your deployed models. Base URL:https://external.nebius.tensormesh.ai
Authentication
All requests require two headers:| Header | Description |
|---|---|
Authorization | Bearer token with your API key |
X-User-Id | Your unique user ID (UUID format) |
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.

