Skip to main content
GET
/
api
/
audio
/
stt
/
models
List Stt Models
curl --request GET \
  --url https://api.example.com/api/audio/stt/models
[
  {
    "id": "<string>",
    "name": "<string>",
    "provider": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.originsai.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

provider
string
required

STT provider (e.g., 'deepgram', 'sarvam')

language
string

Filter to models that support this language code

Response

Successful Response

id
string
required
name
string
required
provider
string
required