AdminBenchmarks

Лист всех бенчмарков (опциональный фильтр по ModelType llm/stt).

GET
/Admin/benchmarks
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Query Parameters

modelTypeId?string
Formatuuid

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Admin/benchmarks"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "title": "string",
    "description": "string",
    "model_type_id": "c9269a3e-aede-466e-944a-7f0ec3594468",
    "model_type_code": "string",
    "auto_benchmark_enabled": true,
    "iterations": 0,
    "model_version_count": 0,
    "stt_sample_count": 0,
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]