Hardware
List available hardware configurations
Returns a list of available hardware configurations for deploying models. When a model parameter is provided, it returns only hardware configurations compatible with that model, including their current availability status.
get/hardware
Query parameters
modelstring
Filter hardware configurations by model compatibility. When provided, the response includes availability status for each compatible configuration. See all of Together AI's dedicated models
Example:deepseek-ai/DeepSeek-R1
Response
List of available hardware configurations
Example response
{
"data": [
{
"id": "2x_nvidia_a100_80gb_sxm",
"pricing": {
"cents_per_minute": 5.42
},
"specs": {
"gpu_type": "a100-80gb",
"gpu_link": "sxm",
"gpu_memory": 80,
"gpu_count": 2
}
}
]
}