Unnamed service
GET datastand.dev/api/llm/route
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Name your token workload and get every current LLM ranked by estimated USD cost to run it, with per-million-token prices, cached-input rates, context windows and provider. Combines an operator-verified pricing table with the wider marketplace listing and says which source each row came from. Filter by minimum context window or by provider, or restrict to verified rows only. Use it to pick the cheapest model that can actually hold your prompt.
Resource: datastand.dev/api/llm/route
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x470a1b647d668d3820add26d70c8371557ff4c6b
Payment methods: — · Last validation: 2026-09-14 16:30:06.168+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "string",
"description": "Rows per page, 1-100 (default 100)"
},
"offset": {
"type": "string",
"description": "Skip this many ranked models (default 0). Use page.next_offset from the previous response. A page past the end costs nothing."
},
"provider": {
"type": "string",
"description": "Filter to one vendor token, e.g. anthropic, openai, x-ai, mistralai, qwen. Matched exactly against the vendor (punctuation and case ignored, so x-ai and xai are the same token) — never as a prefix, because meta and meta-llama are different vendors. Every response carries providers_available; a token that matches nothing is refused for free and names the near misses."
},
"min_context": {
"type": "string",
"description": "Only models with at least this context window. Models whose window is null (not verified) are excluded and counted in filters.unknown_context_excluded."
},
"input_tokens": {
"type": "string",
"description": "Input tokens per request (default 1000)"
},
"output_tokens": {
"type": "string",
"description": "Output tokens per request (default 1000)"
},
"verified_only": {
"type": "string",
"description": "1/true to rank only operator-verified rows, dropping the marketplace catalog"
},
"include_unknown_context": {
"type": "string",
"description": "1/true to also rank models whose context window is unverified when min_context is set"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x470a1b647d668d3820add26d70c8371557ff4c6b",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x470a1b647d668d3820add26d70c8371557ff4c6b",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "50000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.