cURL
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.
Authorization: Bearer <API_KEY>
https://serverless.tensormesh.ai
model
tm billing pricing serverless list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
"list"
Show child attributes