Models

Get a speech model

Get one active speech model and its current public transcription rate.

GET
/api/v1/models/{model_name}

Path Parameters

model_name
Required
Model Name

curl -X GET "https://api.orbitalsai.com/api/v1/models/string"

Successful Response

{
  "id": 0,
  "is_active": true,
  "model_name": "string",
  "transcription_rate_per_hour": 0,
  "transcription_rate_per_second": 0
}