Singapore10B parametersAudio + textSinglish

Explore MERaLiON 3 10B

Understand speech and real-world audio across Singapore and Southeast Asian languages, including transcription, translation, summarization, and emotion. MERaLiON 3 10B is developed by A*STAR. Adjust the available settings to shape the result for your task.

Model

MERaLiON/MERaLiON-3-10B

Input

Configure your request

Audio passed directly to AutomaticSpeechRecognitionPipeline inputs.

Documentation

MERaLiON 3 10B field reference

Use this reference to understand how every field in the playground changes the request sent to MERaLiON/MERaLiON-3-10B.

inputs

Required

Type: File

Uploads the audio recording for transcription and spoken-language understanding. Clear speech and limited background noise improve results; long recordings may need chunking and overlap settings to control memory without cutting words at boundaries.

return_timestamps

Optional

Type: String

Default: false

Values: false, true, word

Controls timestamp detail in the transcript. False returns text only, True returns segment-level timing, and Word requests timing for individual words; finer timestamps increase response detail and may be less precise on noisy audio.

chunk_length_s

Optional

Type: Number

Default: None

Range: 0–Unbounded

Splits long audio into chunks of this many seconds before transcription. Chunking controls memory use and enables long recordings, but chunks that are too short provide less linguistic context and may reduce accuracy.

stride_length_s

Optional

Type: Number

Default: None

Range: 0–Unbounded

Adds overlapping audio on the left and right of each chunk, supplied as one number or a [left, right] pair in seconds. Overlap reduces cut-off words at boundaries but increases duplicated processing time.

batch_size

Optional

Type: Integer

Default: 1

Range: 1–Unbounded

Controls how many items are evaluated in parallel during one forward pass. Larger batches can improve throughput but use more memory; reduce the value if processing runs out of device memory.

generate_kwargs

Optional

Type: JSON object

Default: None

Provides advanced keyword arguments directly to the model’s generation method. Use it for supported controls that are not shown separately in the form, and avoid duplicating named settings because these values may override or conflict with them.

ignore_warning

Optional

Type: Boolean

Default: Off

Suppresses the pipeline warning shown when external chunking is used with Whisper’s own long-form behavior. It changes only warning output, not transcription; enable it only after confirming the chosen chunking approach is intentional.

decoder_kwargs

Optional

Type: JSON object

Default: None

Passes a JSON object of keyword arguments to the pipeline decoder during transcript post-processing. Use it for decoder-specific controls not exposed elsewhere, and leave it empty for the model defaults because unsupported keys can cause decoding errors.