Skip to main content
GET
Get Model Details

Authorizations

X-Api-Key
string
header
required

Authenticate using X-Api-Key header

Path Parameters

model_id
string
required

Model unique identifier

Example:

"vn-tts-ultra"

Response

Successfully returns model details

model_id
string
required

Model unique identifier

Example:

"vn-tts-ultra"

name
string
required

Model display name

Example:

"VoxNexus TTS Ultra"

capability_type
enum<string>
required

Capability type

Available options:
tts,
stt,
tts_realtime,
stt_realtime,
translate,
translate_realtime
Example:

"tts"

description
string

Model description

Example:

"High quality text-to-speech model"

languages
string[]

Supported language codes. Present for every capability type except translate (which uses translate_capability instead); the format depends on capability_type:

  • tts, stt, tts_realtime, stt_realtime: ISO 639-1 codes (ISO 639-3 when no two-letter code exists), e.g. zh, en, yue.
  • translate_realtime: supported target languages as <ISO 639-3>_<Script> codes, e.g. eng_Latn, zho_Hans (valid values for target_language / target_language_a / target_language_b).
Example:
translate_capability
object

Translate model capability info. Only present when capability_type is "translate".