cURL
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.
Bearer authentication using your On-Demand API key. Format: Bearer <API_KEY>
Tensormesh user id used for attribution and routing.
Successful Response
"list"
Show child attributes