cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/stt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form temperature=123 \ --form translate=true \ --form 'initial_prompt=<string>' \ --form condition_on_previous_text=true
Speech To Text using the openai/whisper AI Model.
Was this page helpful?