curl --request GET \
--url https://api.tensormesh.ai/v1/billing/gpu-pricing \
--header 'Authorization: Bearer <token>'{
"pricing": [
{
"gpuType": "GPU_TYPE_UNSPECIFIED",
"cloudProvider": "CLOUD_PROVIDER_UNSPECIFIED",
"hourlyRate": {
"currencyCode": "<string>",
"units": "<string>",
"nanos": 123
},
"isActive": true
}
]
}Pricing lookups plus admin pricing operations for GPU and serverless billing.
curl --request GET \
--url https://api.tensormesh.ai/v1/billing/gpu-pricing \
--header 'Authorization: Bearer <token>'{
"pricing": [
{
"gpuType": "GPU_TYPE_UNSPECIFIED",
"cloudProvider": "CLOUD_PROVIDER_UNSPECIFIED",
"hourlyRate": {
"currencyCode": "<string>",
"units": "<string>",
"nanos": 123
},
"isActive": true
}
]
}Use this group for pricing lookups and pricing administration. Public and admin operations share one published group today: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.
/v1/billing/.../v1/admin/billing/...Bearer authentication using an access token. Format: Bearer <access_token>
CLOUD_PROVIDER_UNSPECIFIED, CLOUD_PROVIDER_ONPREM, CLOUD_PROVIDER_NEBIUS, CLOUD_PROVIDER_LAMBDA, CLOUD_PROVIDER_YOTTA GPU_TYPE_UNSPECIFIED, GPU_TYPE_A100, GPU_TYPE_H100, GPU_TYPE_H200, GPU_TYPE_B200 A successful response.
Show child attributes
Was this page helpful?