Api options for Whisper over HTTP?

Are there other options for using this endpoint? (transcribe.whisperapi.com) For example is there a way to select the model, is there a way to prompt. Is there a place that actually lists all of the options available? Thanks!
curl --request POST
–url ‘https://transcribe.whisperapi.com
–header ‘Authorization: Bearer YOUR_API_KEY’
-F “file=@YOUR_FILE_PATH”
-F “url=YOUR_URL”
-F “diarization=false”
-F “numSpeakers=2”
-F “fileType=YOUR_FILE_TYPE”
-F “language=en”
-F “task=transcribe”

Welcome to the community @kwcolson

The endpoint you shared isn’t the official whisper API hosted by OpenAI.

You should definitely read docs on speech to text and the API reference