Skip to main content
GET
https://serverless.tensormesh.ai
/
v1
/
models
List Models
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.
  • Auth: none required on the public host; Authorization: Bearer <API_KEY> is also accepted
  • Host: https://serverless.tensormesh.ai
  • Best for: discovering the exact model string to reuse in serverless requests
If you also have Control Plane access for the same Tensormesh environment, compare the result here with tm billing pricing serverless list.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

object
string
required
Example:

"list"

data
InferenceModel · object[]
required