Serverless quickstarts need a model name such asDocumentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
MiniMaxAI/MiniMax-M2.5.
How To Discover A Serverless Model
If you have Control Plane access for the same Tensormesh environment, log in first and then use the pricing command:pricing[].model value in SDK, CLI, or raw API requests.
- Control Plane pricing records can help you discover published serverless models for the current Tensormesh environment.
- Serverless requests use a model name string, not a Control Plane
modelIdUUID. - The
pricing[].modelfield is the value to pass asmodel. - The
idfield is the pricing record id, not the inference model name. - The
namefield is display-oriented; usemodelwhen sending requests.
What To Do In Practice
- If your team already has a known serverless target, use that exact
modelvalue in the SDK, CLI, or raw API request. - If you have Control Plane access for the same environment, run
tm billing pricing serverless listand pick the model from the returned records. - If you only have inference credentials, or you are targeting a different serverless host or base URL override, ask your operator or admin for the exact serverless
modelstring for that host before sending the request.

