Skip to content
OpenSmartRoute
All models
human

Human escalation queue

human-escalation

Live human agent for escalations, safety issues, or when confidence is low.

Decision and plan target (no provider attached) PII allowed
Price per 1M tokens
$500
$0.50 per 1k
Requests · 30d
1
new
Latency
15.9 ms
measured · declared 300000 ms
Success rate
100.0%
quality prior 0.90

Traffic over 30 days

Requests per day this target answered on this deployment, with the cost line.

  • requests (peak 1)
  • failed
Tokens
0
Spend
$0
Previous window
0 req

Routed for

Domains the signal layer detected on requests that ended here.

  • General1 · 100%

Capabilities

DomainsGeneral, Customer Support, Legal, Medical, Finance
ActionsEscalate, Action, Qa
Complexity band0.00 - 1.00
Languages*
Context windowundeclared
Streamingyes
Tagssafety

Policy constraints

Hard stops enforced before scoring.

Data boundaryPublic
Regionsanywhere
PIIallowed
Max input tokensunlimited
Tenantsall

Representative prompts

Examples the similarity strategy matches against.

  • I want to speak to a real person right now.
  • Let me talk to your manager.

Route to it

This human is not executed by the platform. Ask the router for a decision restricted to kinds=["human"] and dispatch the winner in your own stack; send feedback afterwards so the learners improve.

curlbash
curl https://api.opensmartroute.ai/api/v1/route \
  -H "Authorization: Bearer $OSR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "I want to speak to a real person right now.", "kinds": ["human"], "top_k": 3}'

# Returns the chosen target, confidence, the ranked alternatives and the
# per-strategy trace. Execution of human targets happens in your stack.
httpxpython
import httpx

r = httpx.post(
    "https://api.opensmartroute.ai/api/v1/route",
    headers={"Authorization": "Bearer osr_live_..."},
    json={"text": "I want to speak to a real person right now.", "kinds": ["human"]},
)
d = r.json()
print(d["target"]["id"], d["confidence"])
print([t["id"] for t in d["ranked"]])  # e.g. human-escalation first when it fits
Human escalation queue (human-escalation) - OpenSmartRoute