TKX 표준
라우터를 등재하고 실측 받기
TKX는 주장이 아닌 실측으로 라우터 시장 순위를 매깁니다. 아래 개방 표준을 구현하면(대부분 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.