curl --request GET \
--url https://external.nebius.tensormesh.ai/v1/models \
--header 'Authorization: Bearer <token>' \
--header 'X-User-Id: <x-user-id>'{
"object": "list",
"data": [
{
"id": "openai-gpt-oss-120b-gpu-type-h200x1_8nic16",
"object": "model",
"owned_by": "vllm"
}
]
}Public model inventory, model detail, validation, search, and one control-plane model test action.
curl --request GET \
--url https://external.nebius.tensormesh.ai/v1/models \
--header 'Authorization: Bearer <token>' \
--header 'X-User-Id: <x-user-id>'{
"object": "list",
"data": [
{
"id": "openai-gpt-oss-120b-gpu-type-h200x1_8nic16",
"object": "model",
"owned_by": "vllm"
}
]
}Use this group for general model workflows. Common operations: The model chat endpoint is a Control Plane test action for checking a model record. For regular inference traffic, use the Inference API or the CLI/SDK inference surfaces instead. Related testing action:Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using your On-Demand API key. Format: Bearer <API_KEY>
Tensormesh user id used for attribution and routing.
Was this page helpful?