You're looking at a specific version of this model. Jump to the model overview.

openai /gpt-4o-mini-transcribe:be0f82db

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
audio_file
string
The audio file to transcribe. Supported formats: mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm
language
string
The language of the input audio. Supplying the input language in ISO-639-1 (e.g. en) format will improve accuracy and latency.
prompt
string
An optional text to guide the model's style or continue a previous audio segment. The prompt should match the audio language.
temperature
number
0

Max: 1

Sampling temperature between 0 and 1

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-display': 'concatenate',
 'x-cog-array-type': 'iterator'}