route_verdict
ActiveTool of TensorFeed
PREMIUM (1 credit, $0.02). The signed model-routing decision: for a task (code, reasoning, creative, general) or a named model, returns the single best model to use right now, fusing pricing, benchmark capability discounted for contamination, real production usage, measured p95 latency, and live operational state, with runners-up and an AFTA-signed receipt over the inputs. Pay per call with an x402 wallet payment (arguments.payment, or an X-PAYMENT header; strict HTTP-402 transport at https://mcp.tensorfeed.ai/mcp?x402=strict) or use an Authorization: Bearer tf_live_... credits token. No token and no USDC? Claim free trial credits by signing a wallet message at https://tensorfeed.ai/api/payment/trial-credits.
Parameters schema
{
"type": "object",
"properties": {
"task": {
"type": "string",
"description": "One of code, reasoning, creative, general. Provide task or model."
},
"model": {
"type": "string",
"description": "Canonical model id or display name to narrow the verdict to one model."
},
"payment": {
"type": "string",
"description": "Optional base64 x402 payment payload (the same string an X-PAYMENT header would carry). Sign against the accepts[0] requirement returned by an unpaid call. Alternative to the Bearer credits token."
},
"exclude_deprecated": {
"type": "string",
"description": "Default true. Pass \"false\" to keep deprecated or sunsetted models."
},
"max_latency_p95_ms": {
"type": "number",
"description": "Drop candidates whose measured p95 latency exceeds this floor."
},
"require_operational": {
"type": "string",
"description": "Default true. Pass \"false\" to keep candidates known down or in failover."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries