Data 2026-09-15 17:13 · USD/CNY 6.74
中文
← Sinan Lab › Open data & API
Open data & API

Take the data directly, no login, no key

司南的全部测量结果都是静态 JSON 文件,和网页同一批生成,谁都可以下载、抓取、放进自己的脚本。这一页说明每个文件是什么、多久更新、字段长什么样,以及我们对稳定性的承诺。

Not a cent from those we measureNo paid listing, paid verification or paid fast-trackRankings are not for saleEvery board is sorted by the measured value; no commercial variableNo referral parametersOutbound links only count clicks; no commissions

Stability promise

  • 已公开的字段不删、不改名、不改含义;只会新增字段。需要变更时先在本页公告 30 天,并同时提供新旧两版。
  • 每个文件顶部都有 generated_at(北京时间);口径版本记在 Definitions
  • 文件按 Cloudflare 全球缓存分发,抓取频率不限;请在请求头里带上能联系到你的 User-Agent。
  • 数据可自由引用与转载,注明"数据:司南实验室 compute.sinanlab.com"。不接受任何被测渠道的付费,出站链接不带推广参数。

Sinan Compute · relay market & compute

FileUpdatedURLMain fields
data_v2.json
模型账本主文件:40 个模型 × 每个中转站的实付价($/百万输出)、比率、区间、抓取快照编号;每站的可达率、注册状态、探针摘要、榜单名次;当天价格变动与新收录。
daily/data_v2.jsongenerated_at, fx{rate,as_of}, models[{id,name,vendor,floor,rows[{vendor,out,ratio,band,sids,as_of,probe}]}], sites[{domain,name,panel,cluster,median,avail{uptime,ttfb_p50},register,probe,verified,rank_badge}], stats, changes[{t,vendor,model,old,new}], new_sites, rank{...}
price-index.json
司南 Token 价格指数:全市场与三档(旗舰 / 中档 / 快速)的折价率与链式点位逐日序列,每个模型的市场中位价序列与样本站数。
daily/price-index.jsonversion, base_date, tiers, series[{date,all,flagship,mid,flash}], latest, models{id:{name,tier,official,series[{date,median,n}]}}, method
media.json
图像与视频账本:按模型族的官方参考价、各站按秒 / 按张实付价、分辨率档、待核标记。
daily/media.jsonimage[{family,name,ref,rows[...]}], video[...], held_sites, stats
gpu.json
算力租赁账本:主流 GPU 在 RunPod / Vast.ai / 算力互联的单卡每小时报价(美元与人民币)。
daily/gpu.jsonplatforms, gpus[{gpu,quotes[{platform,kind,usd,cny,n,ts}]}]
rank/<期号>.json
司南榜某一期的完整数据(12 张榜、门槛、样本、待核)。期号形如 2026-w38,永久不变。
Mondays/rank/2026-w38.jsonweek, date, n_sites, eligible_uptime, fast, price, dual, coverage, uptime, low, media, audit
report/<月份>.json
月报原始数据:规模、结构、价格指数、涨跌最多的模型、可达分布、探针与核查、多模态、算力。
每日重算,月底定稿/report/2026-09.jsonmonth, period, final, scale, prices, reach, probes, audit, boards, media, gpu
changes.json
价格变动的 JSON Feed(JSON Feed 1.1 格式),可被订阅器与脚本直接读取;与 feed.xml 内容相同。
daily/changes.jsonversion, title, items[{id,url,title,date_published,_sinan{vendor,model,old,new}}]
feed.xml
价格变动 RSS。
daily/feed.xml
assets/tokref.json
一致性探针的公开参考计数:8 条探针串、各模型的多渠道共识计数、弱参考标记。命令行工具 sinan-probe 读它。
daily/assets/tokref.jsonversion, probes[], models{id:{ref[],peers,weak}}, how
go_links.json
全部已确认站的域名与出站链接(不带任何推广参数)。
daily/go_links.json{domain: url}

Sinan Robo · open embodied models

FileUpdatedURL
robo.sinanlab.com/data/models.json
Robo 模型索引:每个开源具身模型的许可证、参数量、权重与代码地址、输入模态、目标本体,以及每个字段的证据来源。
each releasehttps://robo.sinanlab.com/data/models.json
robo.sinanlab.com/data/compat.json
模型 × 本体适配矩阵,每格状态(官方 / 社区验证 / 理论可行 / 不支持 / 未知)与证据。
each releasehttps://robo.sinanlab.com/data/compat.json
robo.sinanlab.com/data/embodiments.json
本体(机器人)索引:自由度、末端、SDK、价格区间、数据格式。
each releasehttps://robo.sinanlab.com/data/embodiments.json
robo.sinanlab.com/data/hardware.json
推理硬件与租赁参考价。
each releasehttps://robo.sinanlab.com/data/hardware.json

两站字段的共同约定:所有价格为数字(美元或标注 cny);所有证据为 {url, fetched, source_type, note};未核实的字段为 null,不用默认值填空。

Ready-made tools

sinan-probe
用自己的 Key 在终端测一个中转站:一致性探针、首字节延迟、回显模型名。单文件,只依赖 Python 标准库。
github.com/sinanlabs/compute/cli
GitHub Action · 价格盯梢
复制一个工作流文件到你的仓库,改一行模型列表,每天自动检查这些模型在中转市场的市场中位价,变动超过阈值就开 Issue。
templates/github-action
徽章
价格指数徽章每天自动刷新;上榜站与核验站有各自的徽章,站点页可取嵌入代码。
/badge/price-index.svg

用 Python 三行读价格指数:

import json, urllib.request
pi = json.load(urllib.request.urlopen(urllib.request.Request("https://compute.sinanlab.com/price-index.json", headers={"User-Agent": "[email protected]"})))
print(pi["latest"])

需要开发包(Python / TypeScript)、按你的口径重算、或全量历史序列:写信到 [email protected]。有人要我们就做,没人要我们不做空壳。

One question · counted only

Do you want Sinan to route your calls for you?

设想:你自己持有各家的 Key,司南只负责测量、按你的条件筛选、把请求转到你选的渠道并记录延迟与成本。我们现在不做这件事,票数决定要不要做。

Cite this page

Data may be freely cited and republished with attribution and a link. We take no money from measured channels, sell no rankings and add no referral parameters, so you can cite us as an independent third-party measurement.

司南实验室,《开放数据与接口》,2026-09-15,https://compute.sinanlab.com/api-docs(访问日期 ____)Sinan Lab, "Open data & API", 2026-09-15, https://compute.sinanlab.com/api-docs (accessed ____)

媒体、研究机构、金融机构需要原始数据或定制口径,写信到 [email protected],见 Press & researchers

One email a week

Subscribe to the Sinan weekly

This week's rankings, the price index, mainstream price changes, newly indexed and unreachable sites. Measurements only, no recommendations; unsubscribe any time.

SinanLabClear direction, grounded judgement.