TKX 标准
接入 TKX 标准,让你的路由站被收录与实测
TKX 按实测给 AI token 路由市场排名,不看自报。按下面的开放标准接入——多数路由站只需 30 分钟——每小时采集器自动验证你。你暴露接口,我们负责测量,绝不接受自报数字。
Open standardNo feeVerified hourly2 routers auto-verified already
The four levels
L0Listed
Email us your router's name, URL, type (router / gateway / relay) and region. You appear in the directory with an est. tag. → echo@minax.io
L1Coverage-verified
Expose a public, unauthenticated OpenAI-compatible
GET /v1/models. TKX measures your model coverage every hour. Evidence chip: Coverage measured.L2Price-verified
Include per-model pricing in that same response (formats below). TKX computes your markup vs official list prices, price points, and you join the fully-measured tier — ranked with OpenRouter. Evidence chip: API-measured.
L3Probe-verified
Provide a rate-limited test API key. The TKX probe measures real uptime, TTFT and throughput around the clock. Evidence chip: Probe — the highest trust tier.
L2 pricing formats (any of these four)
Prices must be machine-readable per model. We already auto-detect all four dialects in production:
AOpenRouter dialect
{"id":"org/model","pricing":{"prompt":"0.0000025","completion":"0.00001"}} — USD per token (strings).BPer-token numeric
{"id":"org/model","input_price":2.5e-6,"output_price":1e-5} — USD per token (numbers). Used by Requesty.CPer-million integer
{"id":"org/model","input_token_price_per_m":25000,"output_token_price_per_m":100000} — 1/10000 USD per 1M tokens. Used by Novita.Done-api / new-api ratio
{"model_name":"model","quota_type":0,"model_ratio":0.125,"completion_ratio":8} — ratio × $2/1M input, × completion_ratio for output; your existing /api/pricing works as-is. quota_type 1 (per-call) rows are skipped.Recommended for new implementations: dialect A (OpenRouter-compatible). Running one-api/new-api? Your public /api/pricing is already dialect D — just submit it. Sanity valves apply: fewer than 3 priced models, prices outside $0.0005–$2000 /1M, or a median markup outside −80%…+300% vs official list will reject the source — garbage can't buy a ranking.
Why implement it
✓Verified ranking
Fully-measured routers rank above the estimated directory — always. Novita AI and Requesty were auto-verified from their existing public APIs with zero coordination.
✓Badge & backlink
Add
<a href="https://tkx.org/a/your-slug/">Measured on TKX</a> to your site. Your TKX profile page links back to you.✓Free API exposure
Your verified metrics ship in the free TKX API (/api/v1/*) that downstream tools and dashboards consume.
Submit
Email echo@minax.io with your router name + base URL. If your /v1/models is already public, say so — verification is automatic within the hour. Machine contract: openapi.json.
TKX Open Router Standard v1 · 2026-07 · evidence-first: you expose, we measure.