{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"file":{"description":"The audio file as a data URI (data:audio/...;base64,...) or HTTPS URL. Supported formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, webm.","type":"string"},"language":{"description":"The language of the input audio. Supplying the input language in ISO-639-1 format will improve accuracy and latency.","type":"string"},"prompt":{"description":"An optional text to guide the model's style or continue a previous audio segment. The prompt should match the audio language.","type":"string"},"temperature":{"description":"The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. Defaults to 0 if omitted.","maximum":1,"minimum":0,"type":"number"}},"required":["file"],"type":"object"}