Sage
check_deployment_fit
$0.01 USDC on Base mainnet: check model/configuration fit against bounded StackBench capacity evidence.
Remote computesage/stackbench
Remote (network-hosted)
Other tools also called check_deployment_fit?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"model": {
"type": "string",
"maxLength": 200,
"minLength": 1
},
"engine": {
"anyOf": [
{
"type": "string",
"maxLength": 120,
"minLength": 1
},
{
"type": "null"
}
]
},
"concurrency": {
"type": "integer",
"default": 1,
"maximum": 9007199254740991,
"exclusiveMinimum": 0
},
"max_evidence": {
"type": "integer",
"default": 12,
"maximum": 50,
"minimum": 1
},
"quantization": {
"anyOf": [
{
"type": "string",
"maxLength": 120,
"minLength": 1
},
{
"type": "null"
}
]
},
"context_length": {
"type": "integer",
"maximum": 9007199254740991,
"exclusiveMinimum": 0
},
"hardware_system": {
"type": "string",
"maxLength": 200,
"minLength": 1
}
}
}