Pin this route to your agent
- Specialist
cross-encoder/ms-marco-TinyBERT-L2-v2- Family
- rerank
- Task
- Rerank documents for a query
- Run
POST https://run.huggingbay.xyz/v1/run/route_f5411cdb31b03621742a58371fa95732- Evidence
- evidence: provisional — routed from a task profile, no bake-off run yet; not a verified winner
- Data policy
- Review retention and handling before sending data
- Fallback
- frontier
This is a callable route, not a proven winner. No badge, trophy, or comparison claim is shown for an unverified route.
Copy for AGENTS.md / SKILL.md
# Bay Run route route_f5411cdb31b03621742a58371fa95732
Callable specialist route — copy this into your agent's AGENTS.md or SKILL.md and call it whenever this task recurs.
- specialist: cross-encoder/ms-marco-TinyBERT-L2-v2
- family: rerank
- task: Rerank documents for a query
- tools: coprocessor, run_pin, solve_task (coprocessor first; run_pin is the direct canonical-Pin alias; solve_task is the fallback)
- call: `POST https://run.huggingbay.xyz/v1/run/route_f5411cdb31b03621742a58371fa95732`
with `{"input": {"query": "<query>", "documents": ["<document 1>", "<document 2>"]}, "max_price_usd": 0, "idempotency_key": "<stable-retry-key>"}`
(max_price_usd is optional — omit it to inherit the pin's $0 ceiling)
- price_ceiling_usd: 0
- evidence: provisional — routed from a task profile, no bake-off run yet; not a verified winner
- data_handling: us-central1; no external inference API; customer inputs are not used for training
- data_policy: https://run.huggingbay.xyz/.well-known/data-policy.json (review retention before sending data)
- fallback: use solve_task for open-ended routing; if the route is weak, cold, or over your ceiling, do the task yourself or use the frontier model.
- A receipt/proof binds only its declared execution/evidence fields; it does not prove truth, quality, or universal model safety.
- ownership: API-key owned; this Pin is persisted in Bay Run's durable store and survives worker restarts and deploys.