route_verdict
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | One of code, reasoning, creative, general. Provide task or model. | |
| model | No | Canonical model id or display name to narrow the verdict to one model. | |
| payment | No | 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 | No | Default true. Pass "false" to keep deprecated or sunsetted models. | |
| max_latency_p95_ms | No | Drop candidates whose measured p95 latency exceeds this floor. | |
| require_operational | No | Default true. Pass "false" to keep candidates known down or in failover. |