LlmBenchmarkUpdated event schema (documentation only)

⚠️ DO NOT CALL — documentation only. Shows the shape of 'LlmBenchmarkUpdated' event delivered via /hubs/notifications.

GET
/api/hubs/notifications/LlmBenchmarkUpdated
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/LlmBenchmarkUpdated"
{
  "benchmark_result_id": "2d00e6c8-564e-4e70-baee-edf6b0f05eb8",
  "model_version_id": "337b5de9-de8e-4f60-90b9-4857763aa5cd",
  "model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
  "status": 0,
  "recorded_at": "2019-08-24T14:15:22Z",
  "avg_ttft_ms": 0,
  "avg_tokens_per_sec": 0
}