route_verdict
Selects the optimal AI model for a given task by evaluating live pricing, benchmarks, latency, and operational status. Returns a signed verdict with reasoning.
Instructions
TensorFeed's signed model-routing decision: the single best model for a task or named model, fused from live pricing, contamination-discounted benchmarks, real production usage, measured p95 latency, incident state, and deprecation flags, with the reasoning. tier='preview' (default) is free (10 calls per day per IP), top verdict only. tier='full' costs 1 credit ($0.02), adds ranked runners-up, constraint filters, and an AFTA-signed receipt you can audit, and needs a TENSORFEED_TOKEN. Get credits at tensorfeed.ai/developers/agent-payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | 'preview' (default, free) or 'full' (1 credit; adds runners-up, filters, signed receipt). | |
| task | No | Task type to route for (code, reasoning, creative, general). Provide task or model. | |
| model | No | Model id or display name to narrow the verdict to one model (e.g. "Claude Opus 4.7" or "claude-opus-4-7"). Provide task or model. | |
| max_latency_p95_ms | No | Full tier only. Drop candidates whose measured p95 latency exceeds this value (ms). | |
| budget | No | Full tier only. Max blended USD per 1M tokens. | |
| min_quality | No | Full tier only. Minimum trust-discounted quality score in [0, 1]. | |
| require_operational | No | Full tier only. Default true. Set false to keep candidates known down or in failover. | |
| exclude_deprecated | No | Full tier only. Default true. Set false to keep deprecated or sunsetted models. |