Models

List available speech models

List active speech models and their current public transcription rates.

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

Successful Response

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