The managed speech + language stack, by tier

GEThttps://server.heyrik.com/api/v1/providers

Headers

AuthorizationstringRequired

Use Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.

Get your API key

Response

Explore the example values. This is not a complete response schema.

dataobject
Explore 3 properties
llmarray
Explore 2 example items
[0]object
Explore 4 properties
providerstring

Example "heyrik"

modelstring

Example "standard"

labelstring

Example "Standard - fastest (Mumbai)"

global_onlyboolean

Example false

[1]object
Explore 4 properties
providerstring

Example "heyrik"

modelstring

Example "economy"

labelstring

Example "Economy - lowest cost (global only)"

global_onlyboolean

Example true

sttarray
Explore 1 example item
[0]object
Explore 2 properties
providerstring

Example "heyrik"

labelstring

Example "HeyRik Speech-to-Text"

ttsarray
Explore 1 example item
[0]object
Explore 2 properties
providerstring

Example "astra"

labelstring

Example "Astra v1"

Error reference
GET/providers
cURL
curl https://server.heyrik.com/api/v1/providers \
  -H "Authorization: Bearer $HEYRIK_API_KEY"
Response example
JSON
{
  "data": {
    "llm": [
      { "provider": "heyrik", "model": "standard", "label": "Standard - fastest (Mumbai)", "global_only": false },
      { "provider": "heyrik", "model": "economy", "label": "Economy - lowest cost (global only)", "global_only": true }
    ],
    "stt": [ { "provider": "heyrik", "label": "HeyRik Speech-to-Text" } ],
    "tts": [ { "provider": "astra", "label": "Astra v1" } ]
  }
}

Illustrative examples · No live request is sent

Docs

Build sophisticated voice experiences with HeyRik.

© 2026 HeyRik · Support