Explore Plans
Mobile menu Close menu
Venice AI

Transcribe audio

Pro plus icon This query transcribes a recording and returns the text.

Developer info

API endpoint slug
venice_ai.transcribe_audio
Runtime method
performQuery("venice_ai.transcribe_audio"}

Query fields

Audio url Text input > Audio

Label
Audio link
Helper text
A link to the recording, up to 25 MB.
Slug
audio_url
Required
true
Can have default value
true

Model Dropdown list

Label
Transcription model
Helper text
Pick a transcription model.
Slug
model
Required
true
Can have default value
false

Language Text input > Other

Label
Spoken language
Helper text
Optional. The two-letter code of the spoken language, such as en or es, which can improve accuracy.
Slug
language
Required
false
Can have default value
true

Ingredients

Transcript Transcript. From text. Confirmed live, and it arrives with a leading space, so trim it.

Slug
transcript
Filter code
VeniceAi.transcribeAudio.Transcript
Type
String
Example
Reminder to send the quarterly figures to the finance team before Friday.

Duration seconds Length in seconds. Numeric value as a string. From duration.

Slug
duration_seconds
Filter code
VeniceAi.transcribeAudio.DurationSeconds
Type
String
Example
74.5

Source url used Source link. Copied from the query's own field value.

Slug
source_url_used
Filter code
VeniceAi.transcribeAudio.SourceUrlUsed
Type
Web URL
Example
https://example.com/voice-memo.m4a

Model used Model used. Copied from the query's own field value.

Slug
model_used
Filter code
VeniceAi.transcribeAudio.ModelUsed
Type
String
Example
openai/whisper-large-v3

Created at Transcribed at. Stamped by shimmy at call time.

Slug
created_at
Filter code
VeniceAi.transcribeAudio.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00