Skip to main content

Recognition language

Set the recognition language via language.

  • For whisper, this is required.
  • For sommers, this is optional. Supported languages: ko (Korean), ja (Japanese). If omitted, the default is ko.

Supported languages

Sommers model

  • Supports Korean (ko) and Japanese (ja).
  • If language is not set, it defaults to ko (Korean).

Whisper model

Language detection and multi-language (Whisper-only)

  1. detect: Detect a single language for the whole audio.
  2. multi: Handle multiple languages mixed at sentence level.

language_candidates option (Whisper-only)

Used with detect or multi to narrow candidates.

  • Default: ["ko", "ja", "zh", "en"]
caution
  • language is required for whisper.
  • For sommers, language is optional (supports ko, ja; default ko).
  • detect/multi and language_candidates are Whisper-only features (not supported by sommers).
  • Too many candidates may reduce accuracy.

Examples

In the POST Request body, set language (required for whisper). Optionally provide language_candidates for detect/multi.

POST example: Example

Unified example (presets): Example