curl --request GET \
--url https://serverless.tensormesh.ai/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "openai/gpt-oss-20b",
"object": "model",
"owned_by": "vllm"
}
]
}List models from the verified Tensormesh Serverless host.
curl --request GET \
--url https://serverless.tensormesh.ai/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "openai/gpt-oss-20b",
"object": "model",
"owned_by": "vllm"
}
]
}Use this page when you need the raw model catalog from the verified serverless inference host.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.
Authorization: Bearer <API_KEY> is also acceptedhttps://serverless.tensormesh.aimodel string to reuse in serverless requeststm billing pricing serverless list.Was this page helpful?