venvoo commited on
Commit
ddae885
·
verified ·
1 Parent(s): 0c1a48b

daily dataset refresh

Browse files
README.md CHANGED
@@ -38,7 +38,7 @@ Available in three places:
38
  | `readings.parquet` | one per endpoint per poll | `ts, model, provider, state, status, up5m, up30m, up1d` |
39
  | `incidents.parquet` | one per outage edge | endpoint crossing into/out of `down` (`ts, model, provider, from, to, event, up30m`) |
40
  | `models.parquet` | current catalog | `id, name, created, context_length` |
41
- | `providers.parquet` | provider data policies | `slug, name, headquarters, data_policy (training/retention/ToS), moderation_required` |
42
 
43
  `state` is one of: `up` (>=98% 30-min uptime), `degraded` (50 to 98%, or
44
  OpenRouter status -2), `down` (<50%, or status -5), `idle` (no recent traffic).
 
38
  | `readings.parquet` | one per endpoint per poll | `ts, model, provider, state, status, up5m, up30m, up1d` |
39
  | `incidents.parquet` | one per outage edge | endpoint crossing into/out of `down` (`ts, model, provider, from, to, event, up30m`) |
40
  | `models.parquet` | current catalog | `id, name, created, context_length` |
41
+ | `providers.parquet` | provider metadata | `slug, name, headquarters, terms_of_service_url, privacy_policy_url, status_page, data_policy (training/retention/ToS; null after 2026-07-15, upstream stopped publishing it), moderation_required` |
42
 
43
  `state` is one of: `up` (>=98% 30-min uptime), `degraded` (50 to 98%, or
44
  OpenRouter status -2), `down` (<50%, or status -5), `idle` (no recent traffic).
incidents.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ff8083656fdcdbdb3bba64c0bc591559eef35c54d03db78b8555c8b0aadf206
3
- size 34218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a36a5f7cac620d4662429941412e444a7bfa0862f7de3b34b1c2e5a03e033fb
3
+ size 36378
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd7dbfd197183bf5431cd1931b34b86d825abfa4ca57ed363a0356c0952a643d
3
- size 14345
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866dc6ee8876360028f5c78f942c23fb2616fc8c45fa0505e8cb328e66770ad4
3
+ size 14385
providers.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de21f437b494d058b3560e21fc97ee81ef08573505885989af3dbd9befc3ee45
3
- size 13959
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14738bef0eb1d9b2e0dd2da0019815ee167d90e0f9c291052e4f9f51fd0a92d
3
+ size 11822
readings.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0831f84699b98f527ef94c7fb2be835615abd244a7d31a67423d9eca920dec7b
3
- size 1708910
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122247b4a12f8297887f39a642650b22b32ff2a1a97aca2591ba5ff7a0eb006f
3
+ size 1866677
readings_sample.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fd342e91bc2078edfeaa345a1c76bc05374df517381bcd4681bcfc6374454e5
3
- size 11313074
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09cbd2d76f4d37af950725d69f952c87f43c7b5921a13899a8a0fadf1d6417bd
3
+ size 12427975
stats.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "readings": 112824,
3
- "incidents": 2560,
4
- "days": 12,
5
- "span": "2026-07-04 to 2026-07-15"
6
  }
 
1
  {
2
+ "readings": 123906,
3
+ "incidents": 2761,
4
+ "days": 14,
5
+ "span": "2026-07-04 to 2026-07-18"
6
  }